Task 4-1: Enable an EIGRP VPN

  1. Disable RIP on CE11A and CE12B
  2. Enable EIGRP on CE11A and CE12B
  3. Remove approprate address family from RIP process on PE’s
  4. Configure redistribution of EIGRP into BGP
  5. Configure redistribution of BGP into EIGRP

Commands:

router (config)# no router rip
router (config)# router eigrp 1
router (config-router-af)# network 10.0.0.0
router (config-router-af)# no auto-summary

router# show ip eigrp interfaces - example
router# show ip eigrp vrf vrf-name interfaces - example
router# show ip eigrp vrf vrf-name neighbors - example
router# show ip eigrp vrf vrf-name topology - example
router# show ip vrf - example

This page has the following sub pages.