
20 Copyright © 2011, Juniper Networks, Inc.
IMPLEMENTATION GUIDE -6rd Configuration Guide
Note that both D1 and D3 are configured in the same rule, but they are used in two different service sets. Because of
this configuration, the following routes are added by the services PIC daemon on the routing engine.
user@router# run show route 30.30.30.1
inet.0: 43 destinations, 46 routes (42 active, 0 holddown, 1 hidden)
+ = Active Route, - = Last Active, * = Both
30.30.30.1/32 *[Static/786432] 00:24:11
Service to v6rd-dom1-dom3-service-set
[Static/851968] 00:24:11
Service to v6rd-anycast-dom1-dom3-service-set
[edit]
user@router# run show route 180.180.180.1
inet.0: 43 destinations, 46 routes (42 active, 0 holddown, 1 hidden)
+ = Active Route, - = Last Active, * = Both
180.180.180.1/32 *[Static/786432] 00:24:21
Service to v6rd-dom1-dom3-service-set
[Static/851968] 00:24:21
Service to v6rd-anycast-dom1-dom3-service-set
[edit]
user@router# run show route 2002::0/16
inet6.0: 23 destinations, 33 routes (23 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
2002::/16 *[Static/786432] 00:24:27
Service to v6rd-dom1-dom3-service-set
[Static/851968] 00:24:27
Service to v6rd-anycast-dom1-dom3-service-set
[edit]
user@router# run show route 3040::0/16
inet6.0: 23 destinations, 33 routes (23 active, 0 holddown, 0 hidden)
+ = Active Route, - = Last Active, * = Both
3040::/16 *[Static/786432] 00:24:39
Service to v6rd-dom1-dom3-service-set
[Static/851968] 00:24:39
Service to v6rd-anycast-dom1-dom3-service-set
In the forward direction (from D1/D3 to IPv6 Internet), the traffic hits the service filter (that is, the service set is applied
to the ingress interface) and comes to S-PIC sp-3/0/0. In the reverse direction (from IPv6 Internet to D1/D3), the traffic
hits the route for 3040::0/16 or 2002::0/16 and comes to the service S-PIC sp-3/0/0 because the metric value for
those routes is numerically smaller, hence and preferred, compared to the routes pointing to sp-3/1/0 for the same.
When sp-3/0/0 goes down, the routes pointing to sp-3/0/0 are deleted and therefore all traffic is now sent to sp-
3/1/0. As there is no state synchronization between S-PICs and 6rd is supposed to be stateless, packet loss is minimal.
Note that if you apply anycast-v6rd-dom1-dom3-service-set instead of v6rd-dom1-dom3-service-set to the
ingress interface, the forward traffic goes to sp-3/1/0 because of the service filter and the reverse traffic still goes to
sp-3/0/0. Note that you can also apply both service sets to the ingress interface, in which case the service filter that
the forward traffic hits depends on the order in which the service sets are applied to the ingress interface.