IPV6 EIGRP

Posted: January 15, 2016 in Interior gateway protocols (IGP)

eigrp

EIGRP TYPES:

NAMED EIGRP 

IPv6 Format

router eigrp a

address-family ipv6 unicast autonomous-system 1

topology base
exit-af-topology
eigrp router-id 2.2.2.2
exit-address-family

IPv4 Format

router eigrp a

address-family ipv4 unicast autonomous-system 1

topology base
exit-af-topology
network 40.40.40.2 0.0.0.0
network 192.168.0.2 0.0.0.0
exit-address-family
!

 

CLASSIC EIGRP

ipv6 router eigrp 1
eigrp router-id 1.1.1.1

interface Loopback0
ipv6 address 2011::1/128
ipv6 eigrp 1

interface FastEthernet0/0
ipv6 address 2001::1/64
ipv6 eigrp 1

IPv4 Format

router eigrp 1
network 40.40.40.1 0.0.0.0
network 192.168.0.1 0.0.0.0

Leave a comment