{"id":506,"date":"2018-10-26T22:01:12","date_gmt":"2018-10-26T22:01:12","guid":{"rendered":"http:\/\/feralpacket.org\/?p=506"},"modified":"2018-10-26T22:01:12","modified_gmt":"2018-10-26T22:01:12","slug":"ipv6-mpls-l3vpn-6vpe-notes","status":"publish","type":"post","link":"https:\/\/feralpacket.org\/?p=506","title":{"rendered":"IPv6 MPLS L3VPN (6vPE) Notes"},"content":{"rendered":"<p><span style=\"font-weight: bold;\">IPv6 MPLS L3VPN (6vPE)<\/span><\/p>\n<p>\n&#8211; with VRFs on PE routers<\/p>\n<p>\n&#8211; VPNv6 address-family between PE &#8211; PE routers<\/p>\n<p>\n&#8211; IPv6 address-family between PE &#8211; CE routers\n<\/p>\n<p>\nRD + IPv6 = VPNv6<\/p>\n<p>\n64 bits + 128 bits = 192 bits\n<\/p>\n<p>\n<span style=\"font-weight: bold;\">VPNv6<\/span><\/p>\n<p>\n&#8211; VRF required on PE &#8211; CE<\/p>\n<p>\n&#8211; VPN label exchange is automatic<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/feralpacket.org\/wp-content\/uploads\/2018\/10\/0ae405e060c09ea2f2b798c834d118cd.jpeg\" style=\"height: auto;\" width=\"600\" height=\"\"\/><\/p>\n<p>\n<span style=\"font-weight: bold;\">6vPE on IOS Routers<\/span><\/p>\n<p>\n1. VRF creation<\/p>\n<p>\n2. Interface association<\/p>\n<p>\n3. VRF IGP association<\/p>\n<p>\n4. Mutual redistribution between VRF IGP and MP-BGP\n<\/p>\n<p>\nR1(config)# v<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">rf definition ABC<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">rd 1:1<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">address-family ipv6 unicast<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">\u00a0 route-target both 1:1<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">int fa0\/0<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">vrf forwarding ABC<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">ip add 14.0.0.1 255.0.0.0<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">ipv6 router ospf 1 vrf ABC<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">exit<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">int fa0\/0<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">ipv6 ospf 1 area 0<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">router bgp 100<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">no bgp default ipv4-unicast<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">neighbor 3.3.3.3 remote-as 100<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">neighbor 3.3.3.3 update-source lo0<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">address-family vpnv6 unicast<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">\u00a0 neighbor 3.3.3.3 activate<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">address-family ipv6 vrf ABC<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">\u00a0 redistribute ospf 1<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">ipv6 router ospf 1<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">redistribute bgp 100<\/span>\n<\/p>\n<p>\n<span style=\"font-weight: bold;\">6vPE on XR Routers<\/span>\n<\/p>\n<p>\nR1(config)# <span style=\"background-color:#fffaa5;-evernote-highlight:true;\">vrf ABC<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">address-family ipv6 unicast<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">\u00a0 import route-target 1:1<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">\u00a0 export route-target 1:1<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">int g0\/0\/0\/0<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">no ipv6 add<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">vrf ABC<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">ipv6 add &lt;ip add&gt;\/&lt;nm&gt;<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">router bgp 100<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">address-family vpnv6 unicast<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">neighbor 3.3.3.3<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">\u00a0 remote-as 100<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">\u00a0 update-source lo0<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">\u00a0 address-family vpnv6 unicast<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">vrf ABC<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">\u00a0 rd 1:1<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">\u00a0 address-family ipv6 unicast<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">neighbor 2002:14::4<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">\u00a0 remote-as 50<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">\u00a0 address-family ipv6 unicast<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">\u00a0 route-policy PASS in<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">\u00a0 route-policy PASS out<\/span><\/p>\n<p>\n<span style=\"background-color:#fffaa5;-evernote-highlight:true;\">\u00a0 as-override<\/span>\n<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/feralpacket.org\/wp-content\/uploads\/2018\/10\/750c0bff5da45b365e2d153f8d69c9a9.png\" style=\"height: auto;\" width=\"600\" height=\"\"\/><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: bold; line-height: normal;\">! R1<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\">router bgp 50<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0bgp router-id 1.1.1.1<\/span><\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\">\u00a0address-family ipv6 unicast<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0 network 2002:1:1:1::1\/128<\/span><\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0neighbor 2002:12::2<\/span><\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\">\u00a0 remote-as 100<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0 address-family ipv6 unicast<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0\u00a0 route-policy allow-all in<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0\u00a0 route-policy allow-all out<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\nroute-policy allow-all<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0pass<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0end<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: bold; line-height: normal;\">! R2<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\">router ospf 1<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0router-id 2.2.2.2<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0area 0<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0 int lo0<\/span><\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0 int gi0\/0\/0\/1<\/span><\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"font-size: 12px; font-family: Helvetica;\">!<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\">mpls ldp<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\nrouter ospf 1<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0mpls ldp auto-config<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"font-size: 12px; font-family: Helvetica;\">!<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\">vrf ABC<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0address-family ipv6 unicast<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0 export route-target 1:1<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0 import route-target 1:1<\/span><\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">int gi0\/0\/0\/0<\/span><\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\">\u00a0no ipv4 address 9.9.12.2 255.255.255.0<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0no ipv6 address 2002:9:9:12::2\/64<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0vrf ABC<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0ipv4 address 9.9.12.2 255.255.255.0<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0ipv6 address 2002:9:9:12::2\/64<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\nrouter bgp 100<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0vrf ABC<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0\u00a0 rd 1:1<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;\">!<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;\"><br \/>\n<span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\">router bgp 100<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0bgp router-id 9.9.0.2<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0address-family vpnv6 unicast<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;\"> ! -&gt; needed before \u201caddress-family ipv6 unicast\u201d can be configured inside \u201cvrf ABC\u201d<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;\"><br \/>\n<span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\">\u00a0vrf ABC<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0 address-family ipv6 unicast<\/span><\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0\u00a0 network 2002:2:2:2::2\/128<\/span><\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0 neighbor 2002:12::1<\/span><\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\">\u00a0\u00a0 remote-as 50<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0\u00a0 address-family ipv6 unicast<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0\u00a0\u00a0 route-policy allow-all in<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0\u00a0\u00a0 route-policy allow-all out<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0\u00a0\u00a0 as-override<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\nroute-policy allow-all<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0pass<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0end<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"font-size: 12px; font-family: Helvetica;\">!<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\">router bgp 100<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0neighbor 3.3.3.3<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0 remote-as 100<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0 update-source lo0<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0 address-family vpnv6 unicast<\/span><\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"font-size: 12px; font-family: Helvetica; font-weight: bold;\">! R3<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\">int lo0<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0ip ospf 1 area 0<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\nint e1\/0<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0ip ospf 1 area 0<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\nint e1\/1<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0ip ospf 1 area 0<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\nrouter ospf 1<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0router-id 3.3.3.3<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"font-size: 12px; font-family: Helvetica;\">!<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\">mpls label protocol ldp<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\nmpls ldp router-id lo0 force<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\nrouter ospf 1<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0mpls ldp autoconfig<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: bold; line-height: normal;\">! R4<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\">router ospf 1<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0router-id 4.4.4.4<\/span><\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\">\u00a0area 0<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0 int lo0<\/span><\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0 int gi0\/0\/0\/0<\/span><\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0 int gi0\/0\/0\/1<\/span><\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"font-size: 12px; font-family: Helvetica;\">!<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\">mpls ldp<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\nrouter ospf 1<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0mpls ldp auto-config<\/span><\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: bold; line-height: normal;\">! R5<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\">router ospf 1<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0router-id 5.5.5.5<\/span><\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\">\u00a0area 0<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0 int lo0<\/span><\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0 int gi0\/0\/0\/1<\/span><\/span><\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;\">!<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;\"><br \/>\n<span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\">mpls ldp<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\nrouter ospf 1<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0mpls ldp auto-config<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"font-size: 12px; font-family: Helvetica;\">!<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\">vrf ABC<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0address-family ipv6 unicast<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0 export route-target 1:1<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0 import route-target 1:1<\/span><\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">int gi0\/0\/0\/0<\/span><\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0no ipv6 address 2002:56::5\/64<\/span><\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\">\u00a0vrf ABC<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0ipv6 address 2002:56::5\/64<\/span><\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\">router bgp 100<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0vrf ABC<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0\u00a0 rd 1:1<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"font-size: 12px; font-family: Helvetica;\">!<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\">router bgp 100<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0bgp router-id 5.5.5.5<\/span><\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0address-family vpnv6 unicast<\/span><\/span><\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;\">! -&gt; needed before \u201caddress-family ipv6 unicast\u201d can be configured inside \u201cvrf ABC\u201d<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\">\u00a0vrf ABC<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0 address-family ipv6 unicast<\/span><\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0 neighbor 200256::6<\/span><\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\">\u00a0\u00a0 remote-as 50<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0\u00a0 address-family ipv6 unicast<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0\u00a0\u00a0 route-policy allow-all in<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0\u00a0\u00a0 route-policy allow-all out<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0\u00a0\u00a0 as-override<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\nroute-policy allow-all<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0pass<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0end<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"font-size: 12px; font-family: Helvetica;\">!<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\">router bgp 100<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0neighbor 2.2.2.2<\/span><\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\">\u00a0 remote-as 100<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0 update-source lo0<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\"><br \/>\n\u00a0 address-family vpnv6 unicast<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: bold; line-height: normal;\">! R6<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-family: Helvetica; font-size: 12px; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\">router bgp 50<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0bgp router-id 6.6.6.6<\/span><\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\">\u00a0no bgp default ipv4-unicast<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0neighbor 2002:56::5 remote-as 100<\/span><\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px; background-color: rgb(255, 250, 165); font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;-evernote-highlight:true;\">\u00a0address-family ipv6<\/span><\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0 network 2002:6:6:6::6\/128<\/span><\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0 neighbor 2002:56::5 activate<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;\"><br \/>\n<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;\"><br \/>\n<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;\"><br \/>\n<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;\"><br \/>\n<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;\"><br \/>\n<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;\"><br \/>\n<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;\"><br \/>\n<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;\"><br \/>\n<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;\"><br \/>\n<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;\"><br \/>\n<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;\"><br \/>\n<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;\"><br \/>\n<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;\"><br \/>\n<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;\"><br \/>\n<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;\"><br \/>\n<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;\"><br \/>\n<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;\"><br \/>\n<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;\"><br \/>\n<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;\"><br \/>\n<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;\"><br \/>\n<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;\"><br \/>\n<\/span><\/p>\n<p><span style=\"font-size: 12px; font-family: Helvetica; font-stretch: normal; font-style: normal; font-variant-caps: normal; font-weight: normal; line-height: normal;\"><br \/>\n<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>IPv6 MPLS L3VPN (6vPE)<\/p>\n","protected":false},"author":1,"featured_media":504,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[40,33,32,31],"class_list":["post-506","post","type-post","status-publish","format-standard","hentry","category-ccie","tag-ipv6","tag-l3vpn","tag-mpls","tag-published"],"_links":{"self":[{"href":"https:\/\/feralpacket.org\/index.php?rest_route=\/wp\/v2\/posts\/506","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/feralpacket.org\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/feralpacket.org\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/feralpacket.org\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/feralpacket.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=506"}],"version-history":[{"count":1,"href":"https:\/\/feralpacket.org\/index.php?rest_route=\/wp\/v2\/posts\/506\/revisions"}],"predecessor-version":[{"id":529,"href":"https:\/\/feralpacket.org\/index.php?rest_route=\/wp\/v2\/posts\/506\/revisions\/529"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/feralpacket.org\/index.php?rest_route=\/wp\/v2\/media\/504"}],"wp:attachment":[{"href":"https:\/\/feralpacket.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=506"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/feralpacket.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=506"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/feralpacket.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=506"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}