test me

Site Search:

CCNA Lab Video Tutorial 4 – ref2 – EIGRP Routing Command


EIGRP Routing Commands for Router A

RouterA#show ip route

Codes: C – connected, S – static, I – IGRP, R – RIP, M – mobile, B – BGP

D – EIGRP, EX – EIGRP external, O – OSPF, IA – OSPF inter area

N1 – OSPF NSSA external type 1, N2 – OSPF NSSA external type 2

E1 – OSPF external type 1, E2 – OSPF external type 2, E – EGP

i – IS-IS, L1 – IS-IS level-1, L2 – IS-IS level-2, ia – IS-IS inter area

* – candidate default, U – per-user static route, o – ODR

P – periodic downloaded static route

Gateway of last resort is not set

C    10.0.0.0/8 is directly connected, FastEthernet0/0

C    20.0.0.0/8 is directly connected, Serial0/0

RouterA#config t

Enter configuration commands, one per line.  End with CNTL/Z.

RouterA(config)#router eigrp 111

RouterA(config-router)#network 10.0.0.0

RouterA(config-router)#network 20.0.0.0

RouterA(config-router)#

—————-after configure Router B———————-

%DUAL-5-NBRCHANGE: IP-EIGRP 111: Neighbor 20.0.0.2 (Serial0/0) is up: new adjacency

RouterA#show ip route

Codes: C – connected, S – static, I – IGRP, R – RIP, M – mobile, B – BGP

D – EIGRP, EX – EIGRP external, O – OSPF, IA – OSPF inter area

N1 – OSPF NSSA external type 1, N2 – OSPF NSSA external type 2

E1 – OSPF external type 1, E2 – OSPF external type 2, E – EGP

i – IS-IS, L1 – IS-IS level-1, L2 – IS-IS level-2, ia – IS-IS inter area

* – candidate default, U – per-user static route, o – ODR

P – periodic downloaded static route

Gateway of last resort is not set

C    10.0.0.0/8 is directly connected, FastEthernet0/0

C    20.0.0.0/8 is directly connected, Serial0/0

D    30.0.0.0/8 [90/2172416] via 20.0.0.2, 00:00:38, Serial0/0

RouterA#ping 30.0.0.1

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 30.0.0.1, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 31/31/32 ms

RouterA#

EIGRP Routing Commands for Router B

RouterB>enable

RouterB#show ip route

Codes: C – connected, S – static, I – IGRP, R – RIP, M – mobile, B – BGP

D – EIGRP, EX – EIGRP external, O – OSPF, IA – OSPF inter area

N1 – OSPF NSSA external type 1, N2 – OSPF NSSA external type 2

E1 – OSPF external type 1, E2 – OSPF external type 2, E – EGP

i – IS-IS, L1 – IS-IS level-1, L2 – IS-IS level-2, ia – IS-IS inter area

* – candidate default, U – per-user static route, o – ODR

P – periodic downloaded static route

Gateway of last resort is not set

C    20.0.0.0/8 is directly connected, Serial0/0

C    30.0.0.0/8 is directly connected, FastEthernet0/0

RouterB#conf t

Enter configuration commands, one per line.  End with CNTL/Z.

RouterB(config)#router eigrp 111

RouterB(config-router)#network 20.0.0.0

RouterB(config-router)#

%DUAL-5-NBRCHANGE: IP-EIGRP 111: Neighbor 20.0.0.1 (Serial0/0) is up: new adjacency

RouterB(config-router)#network 30.0.0.0

RouterB(config-router)#exit

RouterB(config)#exit

%SYS-5-CONFIG_I: Configured from console by console

RouterB#show ip route

Codes: C – connected, S – static, I – IGRP, R – RIP, M – mobile, B – BGP

D – EIGRP, EX – EIGRP external, O – OSPF, IA – OSPF inter area

N1 – OSPF NSSA external type 1, N2 – OSPF NSSA external type 2

E1 – OSPF external type 1, E2 – OSPF external type 2, E – EGP

i – IS-IS, L1 – IS-IS level-1, L2 – IS-IS level-2, ia – IS-IS inter area

* – candidate default, U – per-user static route, o – ODR

P – periodic downloaded static route

Gateway of last resort is not set

D    10.0.0.0/8 [90/2172416] via 20.0.0.1, 00:00:20, Serial0/0

C    20.0.0.0/8 is directly connected, Serial0/0

C    30.0.0.0/8 is directly connected, FastEthernet0/0

RouterB#ping 10.0.0.10

Type escape sequence to abort.

Sending 5, 100-byte ICMP Echos to 10.0.0.10, timeout is 2 seconds:

!!!!!

Success rate is 100 percent (5/5), round-trip min/avg/max = 62/62/63 ms

RouterB#

No comments:

Post a Comment