Marc, 1. You will always configure remote-as under BGP, sometimes commands are allowed under the AFI but they end up under BGP anyway. These are session commands (e.g. remote-as, update-source, etc) and take effect for all the AFI enabled for that neighbor.
2. In this case, the top level EIGRP number is more of a process number...it is confusing at first, I agree. is R8 learning any VPN routes? Do a "show ip bgp vpnv4 all"...what do you see? On Thu, Jan 21, 2010 at 8:12 PM, marc abel <[email protected]> wrote: > 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 > -- Bryan Bartik CCIE #23707 (R&S, SP), CCNP Sr. Support Engineer - IPexpert, Inc. URL: http://www.IPexpert.com
_______________________________________________ For more information regarding industry leading CCIE Lab training, please visit www.ipexpert.com
