P_router#sh run Building configuration... Current configuration : 3052 bytes ! version 12.3 service config service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption ! hostname P_router ! boot-start-marker boot-end-marker ! enable password cisco ! no aaa new-model ip subnet-zero ! ! ! ip vrf nortel rd 1:1 route-target export 1:1 route-target import 1:1 ! ip vrf nutcafe rd 60000:1 route-target export 60000:1 route-target import 60000:1 ! ip cef mpls label protocol ldp ! ! ! ! ! ! ! ! ! ! ! ! ! ! ! interface Loopback0 ip address 1.1.1.1 255.255.255.255 ! interface FastEthernet0/0 ip address 192.168.188.226 255.255.255.0 speed auto full-duplex ! interface FastEthernet0/1 description MPLS LDP to Passport_2 ip address 192.168.2.1 255.255.255.0 duplex auto speed auto mpls label protocol ldp tag-switching ip ! interface BRI1/0 no ip address encapsulation hdlc shutdown ! interface Ethernet1/0 description MPLS connection for vrf nutcafe 60000:1 ip vrf forwarding nutcafe ip address 30.30.30.1 255.255.255.0 full-duplex ! interface BRI1/1 no ip address encapsulation hdlc shutdown ! interface Serial2/0 description MPLS VRF 1:1 connection to Cisco 2611 PPP ip vrf forwarding nortel ip address 200.0.30.1 255.255.255.0 encapsulation ppp clock rate 128000 ! interface Serial2/1 no ip address shutdown ! interface Serial2/2 no ip address shutdown ! interface Serial2/3 no ip address shutdown ! interface FastEthernet4/0 description MPLS connection for vrf Nortel 1:1 ip vrf forwarding nortel ip address 70.70.70.1 255.255.255.0 duplex auto speed auto ! interface FastEthernet4/1 description MPLS LDP to Passport_1 ip address 192.168.5.1 255.255.255.0 duplex auto speed auto mpls label protocol ldp tag-switching ip ! router ospf 100 log-adjacency-changes passive-interface Loopback0 network 1.1.1.1 0.0.0.0 area 0 network 30.30.30.0 0.0.0.255 area 0 network 100.100.100.0 0.0.0.255 area 0 network 192.168.2.0 0.0.0.255 area 0 network 192.168.5.0 0.0.0.255 area 0 ! router ospf 1 log-adjacency-changes network 200.0.30.0 0.0.0.255 area 0 ! router bgp 100 no synchronization bgp log-neighbor-changes neighbor 1.1.1.3 remote-as 100 neighbor 1.1.1.3 update-source Loopback0 neighbor 1.1.1.3 route-reflector-client neighbor 1.1.1.4 remote-as 100 neighbor 1.1.1.4 update-source Loopback0 neighbor 1.1.1.4 route-reflector-client no auto-summary ! address-family vpnv4 neighbor 1.1.1.3 activate neighbor 1.1.1.3 route-reflector-client neighbor 1.1.1.3 send-community extended neighbor 1.1.1.4 activate neighbor 1.1.1.4 route-reflector-client neighbor 1.1.1.4 send-community extended exit-address-family ! address-family ipv4 vrf nutcafe redistribute connected redistribute static no auto-summary no synchronization exit-address-family ! address-family ipv4 vrf nortel redistribute connected redistribute static no auto-summary no synchronization exit-address-family ! ip http server ip classless ! ! ! ! ! ! ! ! ! ! ! line con 0 line 97 104 line aux 0 line vty 0 4 password cisco login ! ! end P_router#sh ip route vrf nortel Routing Table: nortel Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static route Gateway of last resort is not set B 200.0.20.0/24 [200/0] via 1.1.1.4, 04:45:21 70.0.0.0/24 is subnetted, 1 subnets C 70.70.70.0 is directly connected, FastEthernet4/0 200.0.30.0/24 is variably subnetted, 2 subnets, 2 masks C 200.0.30.2/32 is directly connected, Serial2/0 C 200.0.30.0/24 is directly connected, Serial2/0 B 200.0.10.0/24 [200/0] via 1.1.1.3, 4d01h 90.0.0.0/24 is subnetted, 1 subnets B 90.90.90.0 [200/0] via 1.1.1.4, 04:45:21 P_router#