Unlike OSPF, EIGRP supports only one type of authentication: MD5. To configure MD5 authentication, first you need to define a key chain, one or more key numbers and a key-string. Then you need to enable MD5 authentication on the interface with this key chain. To prepare the topology, we have this basic configuration, with other parameters left to default: R1 hostname R1 ! interface Loopback0 ip address 1.1.1.1 255.255.255.0 ! interface Serial0/0 ip address 10.1.1.1 255.255.255.0 clock rate 2000000 ! router eigrp 99 network 1.0.0.0 network 10.0.0.0 no auto-summary R2 hostname R2 ! interface Loopback0 ip address 2.2.2.2 255.255.255.0 ! interface Serial0/0 ip address 10.1.1.2 255.255.255.0 clock rate 2000000 ! router eigrp 99 network 2.0.0.0 network 10.0.0.0 no auto-summary With this configuration and interfaces in up/up state, we won't have any problems in establishing neighbor relationship between the two routers. No...
Archive of old IT posts: CCNA topics, practice labs, programming, applications, electronics projects, senior project updates. No new posts since 2016! (Original blog: peenkcity.blogspot.com)