PE-CE Routing with EIGRP
- An address family must be configured per VRF under the routing process
- For every address-family you must configure an AS number using the command autonomous-system N
R5:
no router ospf 100
!
router eigrp 100
address-family ipv4 vrf VPN_A
autonomous-system 100
network 155.1.58.5 0.0.0.0
redistribute bgp 100 metric 1 1 1 1 1
!
router bgp 100
address-family ipv4 vrf VPN_A
redistribute eigrp 100
No comments:
Post a Comment