0% found this document useful (0 votes)
71 views6 pages

To Study Dynamic Routing Through EIGRP

The document summarizes the configuration of two routers to establish dynamic routing between them using EIGRP. Router 1 is configured with IP addresses of 11.0.0.1 on its FastEthernet 0/0 interface and 10.0.0.1 on its Serial 2/0 interface. Router 2 is configured similarly with IP addresses of 12.0.0.1 and 10.0.0.2 respectively. EIGRP process 1 is enabled on each router to dynamically route between the LANs. The routing table on Router 1 shows it has learned the route to network 12.0.0.0/8 through Router 2.

Uploaded by

Saud Mustafa
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
71 views6 pages

To Study Dynamic Routing Through EIGRP

The document summarizes the configuration of two routers to establish dynamic routing between them using EIGRP. Router 1 is configured with IP addresses of 11.0.0.1 on its FastEthernet 0/0 interface and 10.0.0.1 on its Serial 2/0 interface. Router 2 is configured similarly with IP addresses of 12.0.0.1 and 10.0.0.2 respectively. EIGRP process 1 is enabled on each router to dynamically route between the LANs. The routing table on Router 1 shows it has learned the route to network 12.0.0.0/8 through Router 2.

Uploaded by

Saud Mustafa
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 6

SAUD

LAB 8
OBJECT:
To study dynamic routing through EIGRP.

TOPOLOGY:

CONFIGURE ROUTER 1:
USER MODE:
Router>EN

CONFIG MODE:
Router#CONFIG Enter configuration commands, one per line. End with CNTL/Z.

CHECK INTERFACES:
Router#show ip interface brief Interface IP-Address OK? Method Status FastEthernet0/0 FastEthernet1/0 Serial2/0 Serial3/0 unassigned unassigned Protocol

YES unset administratively down down YES unset administratively down down

unassigned unassigned

YES unset administratively down down YES unset administratively down down

SAUD
FastEthernet4/0 FastEthernet5/0 unassigned unassigned YES unset administratively down down YES unset administratively down down

Router#show interface FastEthernet5/0 is administratively down, line protocol is down (disabled) Hardware is Lance, address is 0030.a3e7.83e3 (bia 0030.a3e7.83e3) MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set ARP type: ARPA, ARP Timeout 04:00:00, Last input 00:00:08, output 00:00:05, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0 (size/max/drops); Total output drops: 0 Queueing strategy: fifo Output queue :0/40 (size/max) 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort 0 input packets with dribble condition detected 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 1 interface resets 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier 0 output buffer failures, 0 output buffers swapped out

CHECK DCE AND DTE:


Router#SHOW CONTROLLER se 2/0 Interface Serial2/0 Hardware is PowerQUICC MPC860 DCE V.35, no clock

ASSIGN IP TO SERIAL INTERFACE:


Router#config Configuring from terminal, memory, or network [terminal]? Enter configuration commands, one per line. End with CNTL/Z. Router(config)#interface serial 2/0 Router(config-if)#ip address 10.0.0.1 255.0.0.0 Router(config-if)#clock rate 64000 Router(config-if)#no shut %LINK-5-CHANGED: Interface Serial2/0, changed state to down Router(config-if)#exit Router(config)#exit Router#

ASSIGN IP TO FAST ETHERNET INTERFACE:


Router(config)#interface fa 0/0 Router(config-if)#ip address 11.0.0.1 255.0.0.0 Router(config-if)#exit Router(config)#

SAUD
PERFORMING DYNAMIC ROUTING:
Router(config)#router eigrp 1 Router(config-router)#network 10.0.0.0 Router(config-router)#network 11.0.0.0

CONFIGURATION OF ROUTER 2:
USER MODE:
Router>EN

CONFIG MODE:
Router#CONFIG Enter configuration commands, one per line. End with CNTL/Z.

CHECK INTERFACES:
Router#show ip interface brief Interface IP-Address OK? Method Status FastEthernet0/0 FastEthernet1/0 Serial2/0 Serial3/0 unassigned unassigned Protocol

YES unset administratively down down YES unset administratively down down

unassigned unassigned

YES unset administratively down down YES unset administratively down down YES unset administratively down down YES unset administratively down down

FastEthernet4/0 FastEthernet5/0

unassigned unassigned

Router#show interface FastEthernet5/0 is administratively down, line protocol is down (disabled) Hardware is Lance, address is 0030.a3e7.83e3 (bia 0030.a3e7.83e3) MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation ARPA, loopback not set ARP type: ARPA, ARP Timeout 04:00:00, Last input 00:00:08, output 00:00:05, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0 (size/max/drops); Total output drops: 0 Queueing strategy: fifo Output queue :0/40 (size/max) 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort 0 input packets with dribble condition detected 0 packets output, 0 bytes, 0 underruns

SAUD
0 output errors, 0 collisions, 1 interface resets 0 babbles, 0 late collision, 0 deferred 0 lost carrier, 0 no carrier 0 output buffer failures, 0 output buffers swapped out

CHECK DCE AND DTE:


Router#SHOW CONTROLLER se 2/0 Interface Serial2/0 Hardware is PowerQUICC MPC860 DCE V.35, no clock

ASSIGN IP TO SERIAL INTERFACE:


Router#config Configuring from terminal, memory, or network [terminal]? Enter configuration commands, one per line. End with CNTL/Z. Router(config)#interface serial 2/0 Router(config-if)#ip address 10.0.0.2 255.0.0.0 Router(config-if)#no shut %LINK-5-CHANGED: Interface Serial2/0, changed state to down Router(config-if)#exit Router(config)#exit Router#

ASSIGN IP TO FAST ETHERNET INTERFACE:


Router(config)#interface fa 0/0 Router(config-if)#ip address 12.0.0.1 255.0.0.0 Router(config-if)#exit Router(config)#

PERFORMING DYNAMIC ROUTING:


Router(config)#router eigrp 1 Router(config-router)#network 10.0.0.0 Router(config-router)#network 12.0.0.0

SAUD
ASSIGN IP TO PC0: ASSIGN IP TO PC1:

CHECK THE ROUTING TABLE:


Router#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, Serial2/0 C 11.0.0.0/8 is directly connected, FastEthernet0/0 R 12.0.0.0/8 [120/1] via 10.0.0.2, 00:00:10, Serial2/0

CHECK INTERFACES STATUS:


Router#show ip interface brief Interface IP-Address OK? Method Status FastEthernet0/0 FastEthernet1/0 Serial2/0 Serial3/0 11.0.0.1 unassigned YES manual up Protocol up

YES unset administratively down down up

10.0.0.1 unassigned

YES manual up

YES unset administratively down down YES unset administratively down down YES unset administratively down dow n

FastEthernet4/0 FastEthernet5/0

unassigned unassigned

SAUD
CHECK CONNECTIVITY OF PC0 TO PC1:

You might also like