CCNA EIGRP Basic Configuration
R1(config)#router eigrp 1 R1(config-router)#no auto-summary R1(config-router)#network 192.168.13.0 R3(config)#router eigrp 1 R3(config-router)#no auto-summary R1# %DUAL-5-NBRCHANGE: IP-EIGRP(0) 1: Neighbor 192.168.13.3 (FastEthernet0/0) is up: new adjacency R3# %DUAL-5-NBRCHANGE: IP-EIGRP(0) 1: Neighbor 192.168.13.1 (FastEthernet0/0) is up: new adjacency Let?s configure all the network commands so all routers become EIGRP neighbors and advertise their networks: R1(config)#router eigrp 1 R1(config-router)#network 192.168.12.0
Read More