You are on page 1of 1

//ROUTER 1 configure terminal int s0/0 clock rate 64000 ip address 1.1.1.1 255.255.255.

0 no shut int f0/0 ip address 10.0.0.1 255.255.255.0 no shut exit exit conf t router eigrp 100 passive-interface default no passive-interface s0/0 network 10.0.0.0 network 1.0.0.0 no auto-summary exit exit copy running-config startup-config //ROUTER 2 conf t int s0/0 clock rate 64000 ip address 1.1.1.2 255.255.255.0 no shut int f0/0 ip address 20.0.0.1 255.255.255.0 no shut exit exit conf t router eigrp 100 passive-interface default no passive-interface s0/0 network 20.0.0.0 network 1.0.0.0 no auto-summary exit exit copy running-config startup-config //VERIFICATION show ip route show ip eigrp neighbors

You might also like