{"id":515,"date":"2018-10-26T22:03:13","date_gmt":"2018-10-26T22:03:13","guid":{"rendered":"http:\/\/feralpacket.org\/?p=515"},"modified":"2018-10-26T22:03:13","modified_gmt":"2018-10-26T22:03:13","slug":"inter-as-vpn-option-10-b-notes","status":"publish","type":"post","link":"https:\/\/feralpacket.org\/?p=515","title":{"rendered":"Inter-AS VPN Option (10) B Notes"},"content":{"rendered":"<p><span style=\"font-weight: bold;\">Inter-AS VPN Option (10) B<\/span>\u00a0<\/p>\n<p>\u00a0&#8211; ASBR VPNv4 MP-eBGP<\/p>\n<p>\u00a0 \u00a0 \u00a0-&gt; From PE to PE, it must be a Labeled Switched Path (LSP)<\/p>\n<p>\u00a0 \u00a0 \u00a0-&gt; At every next-hop rewrite on a BGP VPNv4 router, the VPN label is also rewritten<\/p>\n<p>\u00a0 \u00a0 \u00a0-&gt; When updates come from MP-eBGP neighbor and go to MP-iBGP neighbor, the next-hop will be unchanged by default<\/p>\n<p>\u00a0 \u00a0 \u00a0-&gt; Between MP-eBGP neighbors, a \/32 bit route for other is required to generate transport labels<\/p>\n<p>\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 -&gt; With IOS routers, eBPG neighbors automatically install \/32 bit routes for the interface connected to the eBGP<\/p>\n<p>\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 -&gt; With XR routers, a static route for the neighbors IP addresses, \/32 bit, must be created<\/p>\n<p>\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0 \u00a0-&gt; The label must be created for the \/32 bit route<\/p>\n<p>\u00a0 \u00a0 \u00a0-&gt; POP shows the neighbor does MPLS<\/p>\n<p>\u00a0 \u00a0 \u00a0 \u00a0 \u00a0 -&gt; no label says the neighbor does not do MPLS<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/feralpacket.org\/wp-content\/uploads\/2018\/10\/b5b1a8faf22ecec2b982b5f7b52c8cf1.jpeg\" style=\"cursor: default; height: auto;\" width=\"600\" height=\"\"\/><\/p>\n<p><img decoding=\"async\" src=\"https:\/\/feralpacket.org\/wp-content\/uploads\/2018\/10\/0fb6856b1c6f6ae162a637719ba3aef2.jpeg\" style=\"cursor: default; height: auto;\" width=\"600\" height=\"\"\/><\/p>\n<p><span style=\"font-weight: bold;\">IOS Router<\/span><\/p>\n<p>R3(config)# <span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">router bgp 100<\/span><\/p>\n<p><span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">\u00a0no bgp default ipv4-unicast<\/span><\/p>\n<p><span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">\u00a0neighbor 1.1.1.1 remote-as 100<\/span><\/p>\n<p><span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">\u00a0neighbor 1.1.1.1 update-source lo0<\/span><\/p>\n<p><span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">\u00a0neighbor 35.0.0.5 remote-as 200<\/span><\/p>\n<p><span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">\u00a0address-family vpnv4 unicast<\/span><\/p>\n<p><span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">\u00a0 neighbor 1.1.1.1 activate<\/span><\/p>\n<p><span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">\u00a0 neighbor 1.1.1.1 next-hop-self<\/span><\/p>\n<p><span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">\u00a0 neighbor 35.0.0.5 activate<\/span><\/p>\n<p><span style=\"font-weight: bold;\">XR Router<\/span><\/p>\n<p>R5(config)# <span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">route-policy PASS<\/span><\/p>\n<p><span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">\u00a0pass<\/span><\/p>\n<p><span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">router static<\/span><\/p>\n<p><span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">\u00a0address-family ipv4 unicast<\/span><\/p>\n<p><span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">\u00a0 35.0.0.3\/32 s0\/0<\/span><\/p>\n<p><span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">router bgp 200<\/span><\/p>\n<p><span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">\u00a0address-family vpnv4 unicast<\/span><\/p>\n<p><span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">\u00a0neighbor 7.7.7.7<\/span><\/p>\n<p><span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">\u00a0 remote-as 200<\/span><\/p>\n<p><span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">\u00a0 update-source lo0<\/span><\/p>\n<p><span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">\u00a0 address-family vpnv4 unicast<\/span><\/p>\n<p><span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">\u00a0 \u00a0next-hop-self<\/span><\/p>\n<p><span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">\u00a0neighbor 35.0.0.3<\/span><\/p>\n<p><span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">\u00a0 remote-as 100<\/span><\/p>\n<p><span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">\u00a0 address-family vpnv4 unicast<\/span><\/p>\n<p><span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">\u00a0 \u00a0route-policy PASS in<\/span><\/p>\n<p><span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">\u00a0 \u00a0route-policy PASS out<\/span><\/p>\n<p><span style=\"font-weight: bold;\">To check the transport label<\/span><\/p>\n<p><span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">sh mpls forwarding-table<\/span><\/p>\n<p>\u00a0 \u00a0 \u00a0-&gt; IOS<\/p>\n<p><span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">sh mpls forwarding<\/span><\/p>\n<p>\u00a0 \u00a0 \u00a0-&gt; XR<\/p>\n<p><span style=\"font-weight: bold;\">To check the VPN label<\/span><\/p>\n<p><span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">sh bgp vpnv4 unicast all labels<\/span><\/p>\n<p>\u00a0 \u00a0 \u00a0-&gt; IOS<\/p>\n<p><span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">sh bgp vpnv4 unicast labels<\/span><\/p>\n<p>\u00a0 \u00a0 \u00a0-&gt; XR<\/p>\n<p><span style=\"font-weight: bold;\">To check updates received<\/span><\/p>\n<p><span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">sh bpg vpnv4 unicast all<\/span><\/p>\n<p>\u00a0 \u00a0 \u00a0-&gt; IOS<\/p>\n<p>\u00a0 \u00a0 \u00a0-&gt; On any VPNv4 router<\/p>\n<p><span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">sh bgp vpnv4 unicast<\/span><\/p>\n<p>\u00a0 \u00a0 \u00a0-&gt; XR<\/p>\n<p><span style=\"font-weight: bold;\">The check updates sent<\/span><\/p>\n<p><span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">sh bgp vpnv4 unicast all neighbor &lt;ip add&gt; advertised-routes<\/span><\/p>\n<p>\u00a0 \u00a0 \u00a0-&gt; IOS<\/p>\n<p><span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">sh bgp vpnv4 unicast neighbor &lt;ip add&gt; advertised-routes<\/span><\/p>\n<p><span style=\"font-weight: bold;\">To see which routes are received after incoming filtering<\/span><\/p>\n<p><span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">sh bgp vpnv4 unicast all neighbor &lt;ip add&gt; routes<\/span><\/p>\n<p>\u00a0 \u00a0 \u00a0-&gt; IOS<\/p>\n<p><span style=\"background-color:rgb(255, 250, 165);-evernote-highlight:true;\">sh bgp vpnv4 unicast neighbor &lt;ip add&gt; routes<\/span><\/p>\n<p>\u00a0 \u00a0 \u00a0-&gt; XR<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/feralpacket.org\/wp-content\/uploads\/2018\/10\/3cbd40394b8690c3119ef754eb41d945.png\" style=\"height: auto;\" width=\"600\" height=\"\"\/><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"font-size: 12px; font-family: Helvetica; font-weight: bold;\">! 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;\">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\/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=\"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;\">router ospf 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;\">\u00a0router-id 1.1.1.1<\/span><\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"font-size: 12px; font-family: Helvetica; font-weight: bold;\">! 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;\">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 \/>\nint 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 100 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 100 area 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;\">router ospf 100<\/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;\">\u00a0router-id 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;\">\u00a0mpls ldp autoconfig<\/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 definition 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\u00a0rd 1: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\u00a0address-family ipv4<\/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 route-target both 1: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 \/>\nint e1\/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;\">\u00a0vrf forwarding ABC<\/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;\">\u00a0ip address 12.0.0.2 255.255.255.0<\/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;\">router ospf 1 vrf 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;\">\u00a0network 12.0.0.2 0.0.0.0 area 0<\/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;\">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 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;\">\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 4.4.4.4 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;\"><span style=\"background-color: rgb(255, 250, 165); font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0neighbor 4.4.4.4 update-source lo0<\/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 vpnv4<\/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 4.4.4.4 activate<\/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 neighbor 4.4.4.4 send-community extended<\/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 ospf 1 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\u00a0redistribute bgp 100 subnets<\/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\u00a0address-family ipv4 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\u00a0 redistribute ospf 1 vrf ABC match internal external 1 external 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 \/>\nvrf definition 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 ipv4<\/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 route-target import 2:2<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"font-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: bold; font-size: 12px; font-family: Helvetica;\">! R3<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">mpls ldp<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\"><br \/>\nrouter ospf 100<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\"><br \/>\n\u00a0router-id 3.3.3.3<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\"><br \/>\n\u00a0mpls ldp auto-config<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-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\/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; font-weight: bold;\">! R4<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">mpls ldp<\/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;\">router ospf 100<\/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;\">\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;\"><span style=\"background-color: rgb(255, 250, 165); font-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0mpls ldp auto-config<\/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-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\"><br \/>\n\u00a0area 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 lo0<\/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 int gi0\/0\/0\/0<\/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-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-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 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;\"><span style=\"background-color: rgb(255, 250, 165); font-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0address-family vpnv4 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 retain route-target all<\/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 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;\"><span style=\"background-color: rgb(255, 250, 165); font-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0 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;\"><span style=\"background-color: rgb(255, 250, 165); font-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\"><br \/>\n\u00a0 update-source 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-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\"><br \/>\n\u00a0 address-family vpnv4 unicast<\/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-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-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;\"><span style=\"background-color: rgb(255, 250, 165); font-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0 address-family vpnv4 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 next-hop-self<\/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\u00a045.0.0.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-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0 remote-as 200<\/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-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\"><br \/>\n\u00a0 address-family vpnv4 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-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\"><br \/>\n\u00a0\u00a0 route-policy allow-all in<\/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-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\"><br \/>\n\u00a0\u00a0 route-policy allow-all out<\/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-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\"><br \/>\nrouter static<\/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 ipv4 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 45.0.0.5\/32 gi0\/0\/0\/1<\/span><\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">route-policy allow-all<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\"><br \/>\n\u00a0pass<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\"><br \/>\n\u00a0end<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"font-size: 12px; font-family: Helvetica; font-weight: bold;\">! R5<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">mpls ldp<\/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;\">router ospf 100<\/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;\">\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;\"><span style=\"background-color: rgb(255, 250, 165); font-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0mpls ldp auto-config<\/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-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\"><br \/>\n\u00a0area 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 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=\"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-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">router bgp 200<\/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-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0address-family vpnv4 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 retain route-target all<\/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 7.7.7.7<\/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-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0 remote-as 200<\/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-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\"><br \/>\n\u00a0 update-source 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-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\"><br \/>\n\u00a0 address-family vpnv4 unicast<\/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-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">router bgp 200<\/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 7.7.7.7<\/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-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0 address-family vpnv4 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 next-hop-self<\/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 45.0.0.4<\/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-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0 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;\"><span style=\"background-color: rgb(255, 250, 165); font-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\"><br \/>\n\u00a0 address-family vpnv4 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-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\"><br \/>\n\u00a0\u00a0 route-policy allow-all in<\/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-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\"><br \/>\n\u00a0\u00a0 route-policy allow-all out<\/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-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\"><br \/>\nrouter static<\/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 ipv4 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 45.0.0.4\/32 gi0\/0\/0\/1<\/span><\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">route-policy allow-all<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\"><br \/>\n\u00a0pass<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"background-color: rgb(255, 250, 165); font-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\"><br \/>\n\u00a0end<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"font-size: 12px; font-family: Helvetica; font-weight: bold;\">! R6<\/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;\">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;\">mpls 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 \/>\nint 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 200 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-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">\u00a0ip ospf 200 area 0<\/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;\">int 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;\">\u00a0ip ospf 200 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 200<\/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 6.6.6.6<\/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-size: 12px; font-family: Helvetica; font-weight: bold;\">! R7<\/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 \/>\nint lo0<\/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;\">\u00a0ip ospf 200 area 0<\/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;\">int 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;\">\u00a0ip ospf 200 area 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;\">router ospf 200<\/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;\">\u00a0router-id 7.7.7.7<\/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;\">\u00a0mpls ldp autoconfig<\/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 definition DEF<\/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\u00a0rd 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\u00a0address-family ipv4<\/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 route-target both 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 \/>\nint e1\/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;\">\u00a0vrf forwarding DEF<\/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;\">\u00a0ip address 78.0.0.7 255.255.255.0<\/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;\">router ospf 1 vrf DEF<\/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;\">\u00a0network 78.0.0.7 0.0.0.0 area 0<\/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;\">router bgp 200<\/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 7.7.7.7<\/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 5.5.5.5 remote-as 200<\/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 5.5.5.5 update-source lo0<\/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 vpnv4<\/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 5.5.5.5 activate<\/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 5.5.5.5 send-community extended<\/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-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">router ospf 1 vrf DEF<\/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;\">\u00a0redistribute bgp 200 subnets<\/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 200<\/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 ipv4 vrf DEF<\/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 redistribute ospf 1 vrf DEF match internal external 1 external 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 \/>\nvrf definition DEF<\/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 ipv4<\/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 route-target import 1:1<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"font-size: 12px; font-family: Helvetica; font-weight: bold;\">! R8<\/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-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\">router ospf 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-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\"><br \/>\n\u00a0router-id 8.8.8.8<\/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-style: normal; font-variant-caps: normal; font-variant-ligatures: normal; font-weight: normal; font-size: 12px; font-family: Helvetica;-evernote-highlight:true;\"><br \/>\n\u00a0area 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 lo0<\/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\u00a0int gi0\/0\/0\/0<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"font-weight: bold; font-size: 12px; font-family: Helvetica;\">Verification:<\/span><\/span><\/p>\n<p><span style=\"font-size: 12px;\"><span style=\"font-weight: bold; font-size: 12px; font-family: Helvetica;\">! R1<\/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;\">sh ip ospf int bri<\/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;\">sh ip ospf nei<\/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;\">sh ip\u00a0route ospf<\/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;\">ping 8.8.8.8<\/span><\/span><\/span><\/p>\n<p><span style=\"font-weight: bold;\">! R2<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh ip ospf int bri<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh ip\u00a0ospf nei<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh ip route ospf<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh mpls int<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh mpls ldp nei<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh mpls ldp dis<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh vrf detail<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh ip ospf int bri<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh ip ospf nei<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh ip route vrf ABC ospf<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh bgp vpnv4 u all sum<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh ip route\u00a0vrf ABC ospf<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh bgp vrf ABC<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh bgp vrf ABC vpnv4 u all<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh bgp vrf ABC vpnv4 u all labels<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh ip route vrf ABC bgp<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh ip ospf database<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh mpls forwarding<\/span><\/p>\n<p><span style=\"font-weight: bold;\">! R3<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh ospf int bri<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh ospf nei<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh route ospf<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh mpls int<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh mpls ldp nei bri<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh mpls ldp dis<\/span><\/p>\n<p><span style=\"font-weight: bold;\">! R4<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh ospf int bri<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh ospf nei<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh route ospf<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh mpls int<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh mpls ldp nei bri<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh mpls ldp dis<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh bgp vpnv4 u sum<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh bgp vpnv4 u<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh bgp vpnv4 u labels<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh mpls forwarding<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\"><\/span><\/p>\n<p><span style=\"font-weight: bold;\">! R5<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh ospf int bri<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh ospf nei<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh route ospf<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh mpls int<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh mpls ldp nei bri<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh mpls ldp dis<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh bgp vpnv4 u sum<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh bgp vpnv4 u<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh bgp vpnv4 u labels<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh mpls forwarding<\/span><\/p>\n<p><span style=\"font-weight: bold;\">! R6<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh ip ospf int bri<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh ip ospf nei<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh ip route ospf<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh mpls int<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh mpls ldp nei<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh mpls ldp dis<\/span><\/p>\n<p><span style=\"font-weight: bold;\">! R7<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh ip ospf int bri<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh ip\u00a0ospf nei<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh ip route ospf<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh mpls int<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh mpls ldp nei<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh mpls ldp dis<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh vrf detail<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh ip ospf int bri<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh ip ospf nei<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh ip route vrf DEF ospf<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh bgp vpnv4 u all sum<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh ip route\u00a0vrf DEF ospf<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh bgp vrf DEF<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh bgp vrf DEF vpnv4 u all<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh bgp vrf DEF vpnv4 u all labels<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh ip route vrf DEF bgp<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh ip ospf database<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh mpls forwarding<\/span><\/p>\n<p><span style=\"font-weight: bold;\">! R8<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh ospf int bri<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh ospf nei<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">sh route ospf<\/span><\/p>\n<p><span style=\"background-color: rgb(255, 250, 165);-evernote-highlight:true;\">ping 1.1.1.1<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Inter-AS VPN Option (10) B\u00a0<\/p>\n","protected":false},"author":1,"featured_media":512,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[43,32,31],"class_list":["post-515","post","type-post","status-publish","format-standard","hentry","category-ccie","tag-inter-as-vpn","tag-mpls","tag-published"],"_links":{"self":[{"href":"https:\/\/feralpacket.org\/index.php?rest_route=\/wp\/v2\/posts\/515","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=515"}],"version-history":[{"count":1,"href":"https:\/\/feralpacket.org\/index.php?rest_route=\/wp\/v2\/posts\/515\/revisions"}],"predecessor-version":[{"id":532,"href":"https:\/\/feralpacket.org\/index.php?rest_route=\/wp\/v2\/posts\/515\/revisions\/532"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/feralpacket.org\/index.php?rest_route=\/wp\/v2\/media\/512"}],"wp:attachment":[{"href":"https:\/\/feralpacket.org\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=515"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/feralpacket.org\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=515"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/feralpacket.org\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=515"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}