Two questions: 1. Can anyone explain to my why you sometimes configure your "neighbor xxx.xxx.xxx.xxx remote-as xxx" under the bgp process and sometimes it's under the ipv4 address family?
2. I am having trouble getting the correct routes to show up for task 28.8-9. I have pasted the relevant portions of the configs below. R8 is a PE, and R7 a CE. I am not getting routes exchanged either into mpls,or out of mpls. I am also unclear on the purpose of making the eigrp as 689, and then using the command "autonous-system 7" why not just do router eigrp 7? R8 Config ________________ router eigrp 689 no auto-summary ! address-family ipv4 vrf VPNB redistribute bgp 689 metric 1500 1000 255 1 1500 network 150.50.78.2 0.0.0.0 no auto-summary autonomous-system 7 exit-address-family ! router ospf 100 log-adjacency-changes passive-interface default no passive-interface FastEthernet0/0 network 150.50.89.0 0.0.0.255 area 0 network 200.0.0.8 0.0.0.0 area 0 ! router bgp 689 no bgp default ipv4-unicast bgp log-neighbor-changes neighbor 200.0.0.9 remote-as 689 neighbor 200.0.0.9 update-source Loopback0 ! address-family ipv4 neighbor 200.0.0.9 activate no auto-summary no synchronization network 200.0.0.8 mask 255.255.255.255 exit-address-family ! address-family vpnv4 neighbor 200.0.0.9 activate neighbor 200.0.0.9 send-community extended exit-address-family ! address-family ipv4 vrf VPNB redistribute eigrp 7 no synchronization exit-address-family R7 _________ router eigrp 7 network 150.50.78.1 0.0.0.0 network 200.0.0.7 0.0.0.0 no auto-summary _______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com
