100% found this document useful (1 vote)
69 views

Ccna Lab 4 Eigrp

The document describes a lab activity involving configuring Enhanced Interior Gateway Routing Protocol (EIGRP) on six routers connected in a network. Key steps include: 1) Connecting the routers with serial and Ethernet cables as specified; 2) Configuring the interfaces on each router with IP addresses; 3) Configuring EIGRP routing process on each router to advertise the connected networks; 4) Verifying the EIGRP neighbor relationships and routes. The goal is to establish EIGRP routing between all six routers in the network.

Uploaded by

emailamine
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
100% found this document useful (1 vote)
69 views

Ccna Lab 4 Eigrp

The document describes a lab activity involving configuring Enhanced Interior Gateway Routing Protocol (EIGRP) on six routers connected in a network. Key steps include: 1) Connecting the routers with serial and Ethernet cables as specified; 2) Configuring the interfaces on each router with IP addresses; 3) Configuring EIGRP routing process on each router to advertise the connected networks; 4) Verifying the EIGRP neighbor relationships and routes. The goal is to establish EIGRP routing between all six routers in the network.

Uploaded by

emailamine
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/ 4

# 167, Amarjyothi Layout,

Off Koramangala Ring Road, Domlur


Extn. Bangalore 560 071.
Ph : 91-80-51525671 / 72 / 73

CISCO CERTIFIED NETWORK ASSOCIATE (CCNA)


LAB 4

ENHANCED INTERIOR GATEWAY ROUTING PROTOCOL


E0

E0
S0

S1

S1
S0
R2

R3
S0

S0

R1

R4
S1

S1

E0

R6
S1

R5
S0

S0

E0

E0
S1

E0

HARDWARE REQUIREMENTS:
1. Six 2500 series routers & 6 serial cables
2. Connect Ethernet interfaces to switches
INTERFACE CONFIGURATION SUMMARY:
E0 200.1.1.1 /24
R1 S0 200.10.10.1 /30
S1 200.10.10.22 /30
E0 200.1.2.1 /24
R2 S0 200.10.10.5 /30
S1 200.10.10.2 /30
E0 200.1.3.1 /24
R3 S0 200.10.10.9 /30
S1 200.10.10.6 /30
E0 200.1.4.1 /24
R4 S0 200.10.10.10 /30
S1 200.10.10.13 /30
E0 200.1.5.1 /24
R5 S0 200.10.10.17 /30
S1 200.10.10.14 /30
INTER-NETWORKZ

Created by Prakash N

E0
R6 S0
S1

200.1.6.1 /24
200.10.10.18 /30
200.10.10.21 /30

INTERFACE CONFIGURATION:
R1(config)#int e0
R1(config-if)#ip add 200.1.1.1 255.255.255.0
R1(config-if)#no shutdown
R1(config-if)#int s0
R1(config-if)#ip add 200.10.10.1 255.255.255.252
R1(config-if)#no shut
R1(config-if)#clock rate 64000
R1(config-if)#int s1
R1(config-if)#ip add 200.10.10.22 255.255.255.252
R1(config-if)#no shut
R1(config-if)#clock rate 64000
NOTE:- To remove ip address from interface issue no form of command in the interface
R1(config-if)#no ip address
EIGRP CONFIGURATION:
R1(config)#router eigrp 100
R1(config-router)#network 200.1.1.0
R1(config-router)#network 200.10.10.20
R1(config-router)#network 200.10.10.0
R1(config-router)#no auto-summary
NOTE:- To remove eigrp routing process issue no form of the command
R1(config)#no router eigrp 100
R1(config-router)#no network 200.1.1.0
R2 CONFIGURATION:
R2(config)#router eigrp 100
R2(config-router)#network 200.1.2.0
R2(config-router)#network 200.10.10.4
R2(config-router)#network 200.10.10.0
INTER-NETWORKZ

Created by Prakash N

R2(config-router)#no auto-summary

R3 CONFIGURATION:
R3(config)#router eigrp 100
R3(config-router)#network 200.1.3.0
R3(config-router)#network 200.10.10.4
R3(config-router)#network 200.10.10.8
R3(config-router)#no auto-summary
R4 CONFIGURATION:
R4(config)#router eigrp 100
R4(config-router)#network 200.1.4.0
R4(config-router)#network 200.10.10.8
R4(config-router)#network 200.10.10.12
R4(config-router)#no auto-summary
R5 CONFIGURATION:
R5(config)#router eigrp 100
R5(config-router)#network 200.1.5.0
R5(config-router)#network 200.10.10.12
R5(config-router)#network 200.10.10.16
R5(config-router)#no auto-summary
R6 CONFIGURATION:
R6(config)#router eigrp 100
R6(config-router)#network 200.1.6.0
R6(config-router)#network 200.10.10.20
R6(config-router)#network 200.10.10.16
R6(config-router)#no auto-summary
VERIFICATION COMMANDS:
Router#show ip protocols
Router#show ip eigrp neighbors
Router#show ip eigrp interfaces
Router#show ip eigrp topology
Router#show ip route eigrp
Router#debug ip eigrp neighbors
Router#debug eigrp packets

INTER-NETWORKZ

Created by Prakash N

INTER-NETWORKZ

Created by Prakash N

You might also like