Data Communication Lab 12
Data Communication Lab 12
Lab
TASK 1:
Configure EIGRP on the following network and show all necessary configuration steps
for each router.
192.168.1.5 172.16.0.5
100.0.0.1 100.0.0.2
`
Router 1 Router 2
192.168.1.0 172.16.0.0
Solution:
Topology:
R1(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up
R1(config-if)#exit
R1(config)#int se0/0/0
R1(config-if)#ip add 100.0.0.1 255.0.0.0
R1(config-if)#clock rate 64000
R1(config-if)#no shutdown
R2(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up
R2(config-if)#exit
R2(config)#int se0/0/0
R2(config-if)#ip add 100.0.0.2 255.0.0.0
R2(config-if)#clock rate 64000
This command applies only to DCE interfaces
R2(config-if)#no shutdown
R2(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up
R2(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up
R2(config-if)#
R2(config-if)#exit
TASK 2
Configure EIGRP on the following network and show all necessary configuration steps
for each router.
Router 2
15.0.0.2 16.0.0.2
16.0.0.1
15.0.0.1
Router 1 Router 3
10.0.0.3 20.0.0.3
10.0.0.0 20.0.0.0
Solution:
Topology:
Router 1:
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#host R1
R1(config)#Int gig0/0
R1(config-if)#ip add 10.0.0.1 255.0.0.0
R1(config-if)#no shut
R1(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up
R1(config-if)#exit
R1(config)#int se0/0/0
R1(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/0, changed state to up
R1(config-if)#exit
R1(config)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface Serial0/0/0, changed state to up
R1(config)#
Router2:
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R2
R2(config)#INT se0/0/0
R2(config-if)#ip add 15.0.0.2 255.0.0.0
R2(config-if)#no shut
R2(config-if)#exit
R2(config)#int se0/0/1
R2(config-if)#clock rate 64000
R2(config-if)#ip add 16.0.0.2 255.0.0.0
R2(config-if)#no shut
R2(config-if)#
R2(config-if)#exit
R2(config)#
Router3:
Router>en
Router#conf t
Enter configuration commands, one per line. End with CNTL/Z.
Router(config)#hostname R3
R3(config)#int gig0/0
R3(config-if)#ip address 20.0.0.1 255.0.0.0
R3(config-if)#no shut
R3(config-if)#
%LINK-5-CHANGED: Interface GigabitEthernet0/0, changed state to up
R3(config-if)#ex
R3(config)#
R3>en
R3(config-if)#
%LINK-5-CHANGED: Interface Serial0/0/1, changed state to up
Pinging from PC 0 to PC 2:
Pinging Pc 1 from PC 3: