Thanks to visit codestin.com
Credit goes to www.scribd.com

0% found this document useful (0 votes)
5 views2 pages

2 EIGRP+Basic+Configuration

The document provides a guide on the basic configuration of EIGRP protocols on Cisco routers, detailing the requirements for forming a neighborship and the necessary commands for configuration. It includes examples of commands for advertising networks, verifying configurations, and adjusting EIGRP settings. Additionally, it outlines various EIGRP commands for managing metrics, summarization, and displaying neighbor and topology information.

Uploaded by

vinayntwk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
5 views2 pages

2 EIGRP+Basic+Configuration

The document provides a guide on the basic configuration of EIGRP protocols on Cisco routers, detailing the requirements for forming a neighborship and the necessary commands for configuration. It includes examples of commands for advertising networks, verifying configurations, and adjusting EIGRP settings. Additionally, it outlines various EIGRP commands for managing metrics, summarization, and displaying neighbor and topology information.

Uploaded by

vinayntwk
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

EIGRP Basic Configuration:

Let us do basic configuration of EIGRP protocols on cisco routers. Wildcard mask is 32 bits long.
It is inverted subnet masks, with the zero bits indicating that the corresponding bit position
must match the same bit position in the IP address. The one bits indicate that the
corresponding bit position does not have to match the bit position in the IP address.
To form a neighborship, EIGRP has these requirements:
1) Interface’s primary IP addresses must be on the same subnet.
2) Connected interface must not be passive.
3) Routers must use the same AS number.
4) Must pass authentication.
5) K-values must match.

Commands Description
R1(config)#router eigrp 1 Enter EIGRP mode
R1(config-router)#network 192.168.12.0 Advertise 192.168.12.0 network
R1(config-router)#network 1.1.1.0 Advertise 1.1.1.0 network
R1#show run | sec eigrp To verify by running configuration
router eigrp 1 EIGRP with AS 1
network 1.0.0.0 Its convert 1.1.1.0 network class A
network 192.168.12.0
R1(config)#router eigrp 1 Enter EIGRP mode
R1(config-router)#no network 1.1.1.0 Remove network
R1(config-router)#network 1.1.1.0 0.0.0.255 Advertise again with wild card
R1#show run | sec eigrp Verify by running configuration
router eigrp 1 EIGRP with AS 1
network 1.1.1.0 0.0.0.255 This time it’s not converted
R1(config)#router eigrp 1 Enter EIGRP mode
R1(config-router)#no network 1.1.1.0 0.0.0.255 Remove network
R1(config-router)#network 1.1.1.0 255.255.255.0 With subnetmask not with wildcard
R1#show run | sec eigrp Verify by running configuration
router eigrp 1 EIGRP with AS 1
network 1.1.1.0 0.0.0.255 IOS converted subnetmask to wildcard
R1(config)#router eigrp 1 Enter EIGRP mode with AS 1
R1(config-router)#network 0.0.0.0 Advertise all networks
R2(config)#router eigrp 100 Enter EIGRP mode with AS 100

1 | P a g e Created by Ahmad Ali E-Mail: [email protected] , Mobile: 056 430 3717


R2(config-router)#network 0.0.0.0 Advertise all networks, no neighbor
adjacency because of different AS
R1(config)#router eigrp 1 Enter EIGRP mode with AS 1
R1(config-router)#network 0.0.0.0 Advertise all networks
R1(config-router)# metric weights tos 1 1 1 1 1 Changing Metric Weights Again no
neighbor adjacency, K value mismatch
R2(config)#router eigrp 1 Enter EIGRP mode with AS 1
R2(config-router)#network 0.0.0.0 Advertise all networks

EIGRP Commands:
Commands Description
R1(config-router)#auto-summary Enable auto summarization feature
R1(config-router)#no auto-summary Disable auto summarization feature
R1(config-router)# metric weights tos k1 k2 Adjusting the EIGRP Metric Weights
k3 k4 k5
R1(config-router)# metric maximum-hops Advertise greater than hops
<1-255>
R1(config-router)#maximum-paths <1-32> Set the maximum equal paths
R1(config-router)#variance <1-128> Control unequal load balancing
R1(config-if)# ip hello-interval eigrp <asn> Changing EIGRP hello interval
<interval>
R1(config-if)# ip hold-time eigrp <asn> Changing EIGRP hold time interval
<interval>
R1#show ip eigrp neighbors Display the neighbor table in brief
R1#show ip eigrp neighbors detail Display the neighbor table in detail. To verify
the neighbor is configured as stub router
R1#show ip eigrp interfaces Display info about all EIGRP interfaces
R1#show ip eigrp interfaces s0/0 Display info EIGRP interface
R1#show ip eigrp interfaces 20 Display info EIGRP interfaces AS 20
R1#show ip eigrp topology Displays the topology table
R1#show ip eigrp traffic Displays EIGEP different packets
R1#show ip route eigrp Display EIGRP route from routing table
R1#debug eigrp fsm Displays the events related to FSM
R1#debug eigrp packet Displays EIGRP event packets
R1#no debug eigrp fsm Turn off FSM debug
R1#no debug eigrp packet Turn off EIGRP packets debug

2 | P a g e Created by Ahmad Ali E-Mail: [email protected] , Mobile: 056 430 3717

You might also like