IPv4 & IPv6 End-user Reachability & L3VPN over SRv6

Hi everyone in this post, I want to show you some SRv6 configurations from my lab. So for those of you who don't really know about SRv6, so SRv6 is a protocol that one day might replace the MPLS. So we can call it as a successor of MPLS.
Because with SRv6 you actually doesn't need to run MPLS LDP / MPLS RSVP anymore in your network, but you still can carry multiple services like the MPLS does. And you can run pure IPv6 network in your backbone, with no MPLS, and still manage to deliver any other services to your customer, like IPv4, IPv6, L3VPN, also L2VPN using the SRv6.

This is the topology of the lab. We have 6 Router that will run the SRv6, we have 4 Host (H1,H2,H5,H6) that connected using IPv4 & IPv6. And also we have L3VPN that also connected using IPv4 & IPv6. In our backbone we only have IPv6 only, we are not configuring any IPv4. Maybe the only thing that look like IPv4 is the router-id for each device, and also the interface that connected to the Host, because the Host run IPv4 & IPv6.
And for the address allocation, its gonna look like this, we have this loopback allocation, router-id, and also the SRv6 Locator.
Loopback Address
R1 2001:db8::1/128
R2 2001:db8::2/128
R3 2001:db8::3/128
R4 2001:db8::4/128
R5 2001:db8::5/128
R6 2001:db8::6/128
Router ID
R1 10.0.0.1
R2 10.0.0.2
R3 10.0.0.3
R4 10.0.0.4
R5 10.0.0.5
R6 10.0.0.6
SRv6 Locator
R1 fcbb:bb00:1::/48
R2 fcbb:bb00:2::/48
R3 fcbb:bb00:3::/48
R4 fcbb:bb00:4::/48
R5 fcbb:bb00:5::/48
R6 fcbb:bb00:6::/48
This SRv6 Locator works similarly to MPLS Label Range. In MPLS if you configure a MPLS Label Range, lets say from 10000 to 19999, then the router will assign a Label from that particular range.
The same thing happen in SRv6, but the different is, we don't have something called Label in SRv6, because we are not using MPLS encapsulation, in SRv6 we have something calles Segment ID (SID). So when you configure a Locator using range fcbb:bb00:1::/48, your SRv6 will allocate the SID (Segment ID) from that particular range. Oh yeah also, when talking about SID, you actually have 2 type of SID: Global SID, and Local SID.
Global SID is a globally significant SID, this SID information is known in every single router that run SRv6. The example of this SID is Node SID. Node SID will tell the SRv6 router, how to reach that particular router. Lets say we have R1 and R6, R6 will advertise the Node SID information to R1, to tell the R1 how to reach R6.
Local SID, this SID information is locally significant, meaning that only that particular router need to know the information about this SID, other router doesn't really need to know this information. The example of this SID is the Adjacency SID/Adj SID, this type of SID will tell router how to reach particular interface on that particular router. So lets say if R6 want to forward some traffic using spesific interface, maybe that interface is not the best path, and R6 still want to use that interface to forward the traffic, you can use this Adj SID, to force R6 to forward the traffic using that particular link.
If you want to learn more about SRv6, maybe I'll create a dedicated post that will explain about SRv6. For now lets just jump the the full configuration on each router. And for the host config, its just IPv4 & IPv6 address and a default route.
FULL CONFIGURATIONS
R1
set version 22.3R1.11
set system host-name R1
set system root-authentication encrypted-password "$6$msiGeMzf$u7GLg/6iA6sFjlbDAneESQPXdg6smsjzEjgQntO1ko1m2XPtIi1Rv81SFhNYv5B2ysriKFny3eXqQIHTIFyZU0"
set interfaces ge-0/0/0 unit 0 family inet address 10.1.0.1/24
set interfaces ge-0/0/0 unit 0 family inet6 address 2001:db8:10:1::1/64
set interfaces ge-0/0/1 mtu 9014
set interfaces ge-0/0/1 unit 0 family iso
set interfaces ge-0/0/1 unit 0 family inet6 address 2001:db8:1:3::0/127
set interfaces ge-0/0/2 mtu 9014
set interfaces ge-0/0/2 unit 0 family iso
set interfaces ge-0/0/2 unit 0 family inet6 address 2001:db8:1:2::0/127
set interfaces ge-0/0/3 mtu 9014
set interfaces ge-0/0/3 unit 0 family iso
set interfaces ge-0/0/3 unit 0 family inet6 address 2001:db8:1:4::0/127
set interfaces ge-0/0/4 unit 0 family inet address 172.10.0.1/30
set interfaces ge-0/0/4 unit 0 family inet6 address 2406:100:1::0/127
set interfaces ge-0/0/5 unit 0
set interfaces lo0 unit 0 family iso address 49.0000.0000.0000.0001.00
set interfaces lo0 unit 0 family inet6 address 2001:db8::1/128
set policy-options policy-statement NHS then next-hop self
set policy-options policy-statement REDIST-DIRECT-H1 term v4 from route-filter 10.1.0.0/24 exact
set policy-options policy-statement REDIST-DIRECT-H1 term v4 then next-hop fcbb:bb00:1::1
set policy-options policy-statement REDIST-DIRECT-H1 term v4 then accept
set policy-options policy-statement REDIST-DIRECT-H1 term v6 from route-filter 2001:db8:10:1::/64 exact
set policy-options policy-statement REDIST-DIRECT-H1 term v6 then next-hop fcbb:bb00:1::1
set policy-options policy-statement REDIST-DIRECT-H1 term v6 then accept
set policy-options policy-statement pplb then load-balance per-packet
set routing-instances VPN-A instance-type vrf
set routing-instances VPN-A protocols bgp group CUST-A peer-as 65100
set routing-instances VPN-A protocols bgp group CUST-A neighbor 172.10.0.2
set routing-instances VPN-A protocols bgp group CUST-A neighbor 2406:100:1::1
set routing-instances VPN-A protocols bgp source-packet-routing srv6 locator MAIN end-dt4-sid fcbb:bb00:1:4::
set routing-instances VPN-A protocols bgp source-packet-routing srv6 locator MAIN end-dt6-sid fcbb:bb00:1:6::
set routing-instances VPN-A protocols bgp export NHS
set routing-instances VPN-A interface ge-0/0/4.0
set routing-instances VPN-A route-distinguisher 10.0.0.1:100
set routing-instances VPN-A vrf-target target:65000:100
set routing-options source-packet-routing srv6 locator MAIN fcbb:bb00:1::/48
set routing-options resolution preserve-nexthop-hierarchy
set routing-options router-id 10.0.0.1
set routing-options autonomous-system 65000
set routing-options forwarding-table srv6-chain-merge
set routing-options forwarding-table export pplb
set protocols bgp group MP-BGP type internal
set protocols bgp group MP-BGP local-address 2001:db8::1
set protocols bgp group MP-BGP export REDIST-DIRECT-H1
set protocols bgp group MP-BGP neighbor 2001:db8::5 family inet unicast extended-nexthop
set protocols bgp group MP-BGP neighbor 2001:db8::5 family inet-vpn unicast extended-nexthop
set protocols bgp group MP-BGP neighbor 2001:db8::5 family inet-vpn unicast advertise-srv6-service
set protocols bgp group MP-BGP neighbor 2001:db8::5 family inet-vpn unicast accept-srv6-service
set protocols bgp group MP-BGP neighbor 2001:db8::5 family inet6 unicast
set protocols bgp group MP-BGP neighbor 2001:db8::5 family inet6-vpn unicast advertise-srv6-service
set protocols bgp group MP-BGP neighbor 2001:db8::5 family inet6-vpn unicast accept-srv6-service
set protocols bgp group MP-BGP neighbor 2001:db8::6 family inet unicast extended-nexthop
set protocols bgp group MP-BGP neighbor 2001:db8::6 family inet6 unicast
set protocols bgp group MP-BGP neighbor 2001:db8::2 family inet unicast extended-nexthop
set protocols bgp group MP-BGP neighbor 2001:db8::2 family inet6 unicast
set protocols bgp multipath list-nexthop
set protocols isis interface ge-0/0/1.0 point-to-point
set protocols isis interface ge-0/0/2.0 point-to-point
set protocols isis interface ge-0/0/3.0 point-to-point
set protocols isis interface lo0.0 passive
set protocols isis source-packet-routing srv6 locator MAIN end-sid fcbb:bb00:1::1 flavor usd
set protocols isis level 1 disable
set protocols isis level 2 wide-metrics-only
set protocols isis reference-bandwidth 1g
R2
set version 22.3R1.11
set system host-name R2
set system root-authentication encrypted-password "$6$msiGeMzf$u7GLg/6iA6sFjlbDAneESQPXdg6smsjzEjgQntO1ko1m2XPtIi1Rv81SFhNYv5B2ysriKFny3eXqQIHTIFyZU0"
set interfaces ge-0/0/0 unit 0 family inet address 10.2.0.1/24
set interfaces ge-0/0/0 unit 0 family inet6 address 2001:db8:10:2::1/64
set interfaces ge-0/0/1 mtu 9014
set interfaces ge-0/0/1 unit 0 family iso
set interfaces ge-0/0/1 unit 0 family inet6 address 2001:db8:2:4::0/127
set interfaces ge-0/0/2 mtu 9014
set interfaces ge-0/0/2 unit 0 family iso
set interfaces ge-0/0/2 unit 0 family inet6 address 2001:db8:1:2::1/127
set interfaces ge-0/0/3 mtu 9014
set interfaces ge-0/0/3 unit 0 family iso
set interfaces ge-0/0/3 unit 0 family inet6 address 2001:db8:2:3::0/127
set interfaces ge-0/0/4 unit 0
set interfaces ge-0/0/5 unit 0
set interfaces lo0 unit 0 family iso address 49.0000.0000.0000.0002.00
set interfaces lo0 unit 0 family inet6 address 2001:db8::2/128
set policy-options policy-statement REDIST-DIRECT-H2 term v4 from route-filter 10.2.0.0/24 exact
set policy-options policy-statement REDIST-DIRECT-H2 term v4 then next-hop fcbb:bb00:2::1
set policy-options policy-statement REDIST-DIRECT-H2 term v4 then accept
set policy-options policy-statement REDIST-DIRECT-H2 term v6 from route-filter 2001:db8:10:2::/64 exact
set policy-options policy-statement REDIST-DIRECT-H2 term v6 then next-hop fcbb:bb00:2::1
set policy-options policy-statement REDIST-DIRECT-H2 term v6 then accept
set policy-options policy-statement pplb then load-balance per-packet
set routing-options source-packet-routing srv6 locator MAIN fcbb:bb00:2::/48
set routing-options router-id 10.0.0.2
set routing-options autonomous-system 65000
set routing-options forwarding-table export pplb
set protocols bgp group MP-BGP type internal
set protocols bgp group MP-BGP local-address 2001:db8::2
set protocols bgp group MP-BGP family inet unicast extended-nexthop
set protocols bgp group MP-BGP family inet6 unicast
set protocols bgp group MP-BGP export REDIST-DIRECT-H2
set protocols bgp group MP-BGP neighbor 2001:db8::1
set protocols bgp group MP-BGP neighbor 2001:db8::5
set protocols bgp group MP-BGP neighbor 2001:db8::6
set protocols isis interface ge-0/0/1.0 point-to-point
set protocols isis interface ge-0/0/2.0 point-to-point
set protocols isis interface ge-0/0/3.0 point-to-point
set protocols isis interface lo0.0 passive
set protocols isis source-packet-routing srv6 locator MAIN end-sid fcbb:bb00:2::1 flavor usd
set protocols isis level 1 disable
set protocols isis level 2 wide-metrics-only
set protocols isis reference-bandwidth 1g
R3
set version 22.3R1.11
set system host-name R3
set system root-authentication encrypted-password "$6$IKWQHc6q$rIQFMQ5D8lSIzka7UFiNT5wsBxA0OE3HkDe0DoZETgwt9.hJghwUaE9kEEB7VUzgbybHqANZ5tfHSzkZrfIdX."
set interfaces ge-0/0/0 mtu 9014
set interfaces ge-0/0/0 unit 0 family iso
set interfaces ge-0/0/0 unit 0 family inet6 address 2001:db8:1:3::1/127
set interfaces ge-0/0/1 mtu 9014
set interfaces ge-0/0/1 unit 0 family iso
set interfaces ge-0/0/1 unit 0 family inet6 address 2001:db8:3:5::0/127
set interfaces ge-0/0/2 mtu 9014
set interfaces ge-0/0/2 unit 0 family iso
set interfaces ge-0/0/2 unit 0 family inet6 address 2001:db8:3:4::0/127
set interfaces ge-0/0/3 mtu 9014
set interfaces ge-0/0/3 unit 0 family iso
set interfaces ge-0/0/3 unit 0 family inet6 address 2001:db8:2:3::1/127
set interfaces ge-0/0/4 mtu 9014
set interfaces ge-0/0/4 unit 0 family iso
set interfaces ge-0/0/4 unit 0 family inet6 address 2001:db8:3:6::0/127
set interfaces ge-0/0/5 unit 0
set interfaces lo0 unit 0 family iso address 49.0000.0000.0000.0003.00
set interfaces lo0 unit 0 family inet6 address 2001:db8::3/128
set policy-options policy-statement pplb then load-balance per-packet
set routing-options source-packet-routing srv6 locator MAIN fcbb:bb00:3::/48
set routing-options router-id 10.0.0.3
set routing-options autonomous-system 65000
set routing-options forwarding-table export pplb
set protocols isis interface ge-0/0/0.0 point-to-point
set protocols isis interface ge-0/0/1.0 point-to-point
set protocols isis interface ge-0/0/2.0 point-to-point
set protocols isis interface ge-0/0/3.0 point-to-point
set protocols isis interface ge-0/0/4.0 point-to-point
set protocols isis interface lo0.0 passive
set protocols isis source-packet-routing srv6 locator MAIN end-sid fcbb:bb00:3::1 flavor usd
set protocols isis level 1 disable
set protocols isis level 2 wide-metrics-only
set protocols isis reference-bandwidth 1g
R4
set version 22.3R1.11
set system host-name R4
set system root-authentication encrypted-password "$6$msiGeMzf$u7GLg/6iA6sFjlbDAneESQPXdg6smsjzEjgQntO1ko1m2XPtIi1Rv81SFhNYv5B2ysriKFny3eXqQIHTIFyZU0"
set interfaces ge-0/0/0 mtu 9014
set interfaces ge-0/0/0 unit 0 family iso
set interfaces ge-0/0/0 unit 0 family inet6 address 2001:db8:2:4::1/127
set interfaces ge-0/0/1 mtu 9014
set interfaces ge-0/0/1 unit 0 family iso
set interfaces ge-0/0/1 unit 0 family inet6 address 2001:db8:4:6::0/127
set interfaces ge-0/0/2 mtu 9014
set interfaces ge-0/0/2 unit 0 family iso
set interfaces ge-0/0/2 unit 0 family inet6 address 2001:db8:3:4::1/127
set interfaces ge-0/0/3 mtu 9014
set interfaces ge-0/0/3 unit 0 family iso
set interfaces ge-0/0/3 unit 0 family inet6 address 2001:db8:1:4::1/127
set interfaces ge-0/0/4 mtu 9014
set interfaces ge-0/0/4 unit 0 family iso
set interfaces ge-0/0/4 unit 0 family inet6 address 2001:db8:4:5::0/127
set interfaces ge-0/0/5 unit 0
set interfaces lo0 unit 0 family iso address 49.0000.0000.0000.0004.00
set interfaces lo0 unit 0 family inet6 address 2001:db8::4/128
set policy-options policy-statement pplb then load-balance per-packet
set routing-options source-packet-routing srv6 locator MAIN fcbb:bb00:4::/48
set routing-options router-id 10.0.0.4
set routing-options autonomous-system 65000
set routing-options forwarding-table export pplb
set protocols isis interface ge-0/0/0.0 point-to-point
set protocols isis interface ge-0/0/1.0 point-to-point
set protocols isis interface ge-0/0/2.0 point-to-point
set protocols isis interface ge-0/0/3.0 point-to-point
set protocols isis interface ge-0/0/4.0 point-to-point
set protocols isis interface lo0.0 passive
set protocols isis source-packet-routing srv6 locator MAIN end-sid fcbb:bb00:4::1 flavor usd
set protocols isis level 1 disable
set protocols isis level 2 wide-metrics-only
set protocols isis reference-bandwidth 1g
R5
set version 22.3R1.11
set system host-name R5
set system root-authentication encrypted-password "$6$msiGeMzf$u7GLg/6iA6sFjlbDAneESQPXdg6smsjzEjgQntO1ko1m2XPtIi1Rv81SFhNYv5B2ysriKFny3eXqQIHTIFyZU0"
set interfaces ge-0/0/0 mtu 9014
set interfaces ge-0/0/0 unit 0 family iso
set interfaces ge-0/0/0 unit 0 family inet6 address 2001:db8:3:5::1/127
set interfaces ge-0/0/1 unit 0 family inet address 10.5.0.1/24
set interfaces ge-0/0/1 unit 0 family inet6 address 2001:db8:10:5::1/64
set interfaces ge-0/0/2 mtu 9014
set interfaces ge-0/0/2 unit 0 family iso
set interfaces ge-0/0/2 unit 0 family inet6 address 2001:db8:5:6::0/127
set interfaces ge-0/0/3 mtu 9014
set interfaces ge-0/0/3 unit 0 family iso
set interfaces ge-0/0/3 unit 0 family inet6 address 2001:db8:4:5::1/127
set interfaces ge-0/0/4 unit 0 family inet address 172.11.0.1/30
set interfaces ge-0/0/4 unit 0 family inet6 address 2406:101:1::0/127
set interfaces ge-0/0/5 unit 0
set interfaces lo0 unit 0 family iso address 49.0000.0000.0000.0005.00
set interfaces lo0 unit 0 family inet6 address 2001:db8::5/128
set policy-options policy-statement NHS then next-hop self
set policy-options policy-statement REDIST-DIRECT-H5 term v4 from route-filter 10.5.0.0/24 exact
set policy-options policy-statement REDIST-DIRECT-H5 term v4 then next-hop fcbb:bb00:5::1
set policy-options policy-statement REDIST-DIRECT-H5 term v4 then accept
set policy-options policy-statement REDIST-DIRECT-H5 term v6 from route-filter 2001:db8:10:5::/64 exact
set policy-options policy-statement REDIST-DIRECT-H5 term v6 then next-hop fcbb:bb00:5::1
set policy-options policy-statement REDIST-DIRECT-H5 term v6 then accept
set policy-options policy-statement pplb then load-balance per-packet
set routing-instances VPN-A instance-type vrf
set routing-instances VPN-A protocols bgp group CUST-A peer-as 65101
set routing-instances VPN-A protocols bgp group CUST-A neighbor 172.11.0.2
set routing-instances VPN-A protocols bgp group CUST-A neighbor 2406:101:1::1
set routing-instances VPN-A protocols bgp source-packet-routing srv6 locator MAIN end-dt4-sid fcbb:bb00:5:4::
set routing-instances VPN-A protocols bgp source-packet-routing srv6 locator MAIN end-dt6-sid fcbb:bb00:5:6::
set routing-instances VPN-A protocols bgp export NHS
set routing-instances VPN-A interface ge-0/0/4.0
set routing-instances VPN-A route-distinguisher 10.0.0.5:100
set routing-instances VPN-A vrf-target target:65000:100
set routing-options source-packet-routing srv6 locator MAIN fcbb:bb00:5::/48
set routing-options resolution preserve-nexthop-hierarchy
set routing-options router-id 10.0.0.5
set routing-options autonomous-system 65000
set routing-options forwarding-table srv6-chain-merge
set routing-options forwarding-table export pplb
set protocols bgp group MP-BGP type internal
set protocols bgp group MP-BGP local-address 2001:db8::5
set protocols bgp group MP-BGP export REDIST-DIRECT-H5
set protocols bgp group MP-BGP neighbor 2001:db8::2 family inet unicast extended-nexthop
set protocols bgp group MP-BGP neighbor 2001:db8::2 family inet6 unicast
set protocols bgp group MP-BGP neighbor 2001:db8::1 family inet unicast extended-nexthop
set protocols bgp group MP-BGP neighbor 2001:db8::1 family inet-vpn unicast extended-nexthop
set protocols bgp group MP-BGP neighbor 2001:db8::1 family inet-vpn unicast advertise-srv6-service
set protocols bgp group MP-BGP neighbor 2001:db8::1 family inet-vpn unicast accept-srv6-service
set protocols bgp group MP-BGP neighbor 2001:db8::1 family inet6 unicast
set protocols bgp group MP-BGP neighbor 2001:db8::1 family inet6-vpn unicast advertise-srv6-service
set protocols bgp group MP-BGP neighbor 2001:db8::1 family inet6-vpn unicast accept-srv6-service
set protocols bgp group MP-BGP neighbor 2001:db8::6 family inet unicast extended-nexthop
set protocols bgp group MP-BGP neighbor 2001:db8::6 family inet6 unicast
set protocols bgp multipath list-nexthop
set protocols isis interface ge-0/0/0.0 point-to-point
set protocols isis interface ge-0/0/2.0 point-to-point
set protocols isis interface ge-0/0/3.0 point-to-point
set protocols isis interface lo0.0 passive
set protocols isis source-packet-routing srv6 locator MAIN end-sid fcbb:bb00:5::1 flavor usd
set protocols isis level 1 disable
set protocols isis level 2 wide-metrics-only
set protocols isis reference-bandwidth 1g
R6
set version 22.3R1.11
set system host-name R6
set system root-authentication encrypted-password "$6$ZCGH.z5V$DR3OuxX7T.v9eUxu9/sNhNELsz87fr/mEtAg7vuy/HVOpXSgCG.e16saK2ulrvTgpWFDV35vcWcEzzrFnE6hT/"
set interfaces ge-0/0/0 mtu 9014
set interfaces ge-0/0/0 unit 0 family iso
set interfaces ge-0/0/0 unit 0 family inet6 address 2001:db8:4:6::1/127
set interfaces ge-0/0/1 unit 0 family inet address 10.6.0.1/24
set interfaces ge-0/0/1 unit 0 family inet6 address 2001:db8:10:6::1/64
set interfaces ge-0/0/2 mtu 9014
set interfaces ge-0/0/2 unit 0 family iso
set interfaces ge-0/0/2 unit 0 family inet6 address 2001:db8:5:6::1/127
set interfaces ge-0/0/3 mtu 9014
set interfaces ge-0/0/3 unit 0 family iso
set interfaces ge-0/0/3 unit 0 family inet6 address 2001:db8:3:6::1/127
set interfaces ge-0/0/4 unit 0
set interfaces ge-0/0/5 unit 0
set interfaces lo0 unit 0 family iso address 49.0000.0000.0000.0006.00
set interfaces lo0 unit 0 family inet6 address 2001:db8::6/128
set policy-options policy-statement REDIST-DIRECT-H6 term v4 from route-filter 10.6.0.0/24 exact
set policy-options policy-statement REDIST-DIRECT-H6 term v4 then next-hop fcbb:bb00:6::1
set policy-options policy-statement REDIST-DIRECT-H6 term v4 then accept
set policy-options policy-statement REDIST-DIRECT-H6 term v6 from route-filter 2001:db8:10:6::/64 exact
set policy-options policy-statement REDIST-DIRECT-H6 term v6 then next-hop fcbb:bb00:6::1
set policy-options policy-statement REDIST-DIRECT-H6 term v6 then accept
set policy-options policy-statement pplb then load-balance per-packet
set routing-options source-packet-routing srv6 locator MAIN fcbb:bb00:6::/48
set routing-options router-id 10.0.0.6
set routing-options autonomous-system 65000
set routing-options forwarding-table export pplb
set protocols bgp group MP-BGP type internal
set protocols bgp group MP-BGP local-address 2001:db8::6
set protocols bgp group MP-BGP family inet unicast extended-nexthop
set protocols bgp group MP-BGP family inet6 unicast
set protocols bgp group MP-BGP export REDIST-DIRECT-H6
set protocols bgp group MP-BGP neighbor 2001:db8::1
set protocols bgp group MP-BGP neighbor 2001:db8::2
set protocols bgp group MP-BGP neighbor 2001:db8::5
set protocols isis interface ge-0/0/0.0 point-to-point
set protocols isis interface ge-0/0/2.0 point-to-point
set protocols isis interface ge-0/0/3.0 point-to-point
set protocols isis interface lo0.0 passive
set protocols isis source-packet-routing srv6 locator MAIN end-sid fcbb:bb00:6::1 flavor usd
set protocols isis level 1 disable
set protocols isis level 2 wide-metrics-only
set protocols isis reference-bandwidth 1g
R-CA-100
set version 14.1R1.10
set system host-name CA-R100
set system root-authentication encrypted-password "$1$UwXBA1WK$mH1X0F3xHE21yLNSGmzNa1"
set interfaces ge-0/0/0 unit 0 family inet address 172.10.0.2/30
set interfaces ge-0/0/0 unit 0 family inet6 address 2406:100:1::1/127
set interfaces ge-0/0/1 unit 0 family inet address 172.10.1.1/24
set interfaces ge-0/0/1 unit 0 family inet6 address 2406:100:10::1/64
set routing-options autonomous-system 65100
set protocols bgp group ISP export ADV
set protocols bgp group ISP peer-as 65000
set protocols bgp group ISP neighbor 172.10.0.1
set protocols bgp group ISP neighbor 2406:100:1::0
set policy-options policy-statement ADV term 1 from protocol direct
set policy-options policy-statement ADV term 1 then accept
R-CA-101
set version 14.1R1.10
set system host-name CA-R101
set system root-authentication encrypted-password "$1$VLt/eUl2$PooB.nshHvGGGRMBngI1P1"
set interfaces ge-0/0/0 unit 0 family inet address 172.11.0.2/30
set interfaces ge-0/0/0 unit 0 family inet6 address 2406:101:1::1/127
set interfaces ge-0/0/1 unit 0 family inet address 172.11.1.1/24
set interfaces ge-0/0/1 unit 0 family inet6 address 2406:101:10::1/64
set routing-options autonomous-system 65101
set protocols bgp group ISP export ADV
set protocols bgp group ISP peer-as 65000
set protocols bgp group ISP neighbor 172.11.0.1
set protocols bgp group ISP neighbor 2406:101:1::0
set policy-options policy-statement ADV term 1 from protocol direct
set policy-options policy-statement ADV term 1 then accept
This is the ping test from H1 to H2,H5,H6


And this is the ping test from L3VPN Customer S1 to S2
