
Konfigurasikan ip address dan routing eigrp seperti dibawah ini.
*R1
- R1(config)#int fa 0/0
- R1(config-if)#ip add 12.12.12.1 255.255.255.0
- R1(config-if )#no shutdown
- R1(config)#int loopback 0
- R1(config-if)#ip add 1.1.1.1 255.255.255.255
- R1(config-if)#no shutdown
- R1(config)#router eigrp 10
- R1(config-router #network 1.1.1.1 0.0.0.0
- R1(config-router)#network 12.12.12.1 0.0.0.0
- R1(config-router)#no auto-summary
*R2
- R2(config )#interface fa 0/0
- R2(config-if)#ip add 12.12.12.2 255.255.255.0
- R2(config-if)#no shutdown
- R2(config)#int gigabitEthernet 1/0
- R2(config-if)#ip add 23.23.23.1 255.255.255.0
- R2(config-if)#no shutdown
- R2(config)#int loopback 0
- R2(config-if)#ip add 2.2.2.2 255.255.255.255
- R2(config)#router eigrp 10
- R2(config-router)#network 2.2.2.2 0.0.0.0
- R2(config-router)#network 12.12.12.2 0.0.0.0
- R2(config-router)#network 23.23.23.2 0.0.0.0
- R2(config-router)#no auto-summary
*R3
- R3(config)#int fa 0/0
- R3(config-if)#ip add 23.23.23.2 255.255.255.0
- R3(config-if)#no shutdown
- R3(config)#int loopback 0
- R3(config-if)#ip add 3.3.3.3 255.255.255.255
- R3(config)#router eigrp 10
- R3(config-router)#network 3.3.3.3 0.0.0.0
- R3(config-router)#network 23.23.23.2 0.0.0.0
- R3(config-router)#no auto-summary
Coba kita ping dari R1 ke router yang lain.
*R1
R1(config)#do ping 2.2.2.2
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 2.2.2.2, timeout is 2 seconds:
!!!!!
Success rate is 100 percent (5/5), round-trip min/avg/max = 20/24/28 ms
R1(config)#do ping 3.3.3.3
Type escape sequence to abort.
Sending 5, 100-byte ICMP Echos to 3.3.3.3, timeout is 2 seconds:
!!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 52/57/64 ms