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

Nutshell EIGRP Commands

This document summarizes EIGRP commands used to configure and monitor an EIGRP routing process. It describes commands for enabling EIGRP routing on routers and interfaces, including setting the autonomous system number and network addresses. Interface commands covered include auto-summary, bandwidth usage, and route summarization. The document also lists show commands for displaying EIGRP neighbor relationships, topology tables, and traffic statistics.

Uploaded by

Antonio Seañez
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)
33 views2 pages

Nutshell EIGRP Commands

This document summarizes EIGRP commands used to configure and monitor an EIGRP routing process. It describes commands for enabling EIGRP routing on routers and interfaces, including setting the autonomous system number and network addresses. Interface commands covered include auto-summary, bandwidth usage, and route summarization. The document also lists show commands for displaying EIGRP neighbor relationships, topology tables, and traffic statistics.

Uploaded by

Antonio Seañez
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/ 2

EIGRP Commands

Enabling EIGRP Routing Router(config)# router Router(config-router)# eigrp network AS number (Must be the same on all routers) network-address [wildcard mask]

EIGRP Interface commands Router(config-if)# ip summary-address

eigrp

as-number

network-address

mask

RTC(config-if)#ip summary-address eigrp 2446 2.1.0.0 255.255.0.0 no auto-summary

Router(config-if)#

auto-summary on by default. EIGRP summarizes automatically between classful boundaries. Must be used for VLSM.

Router(config-if)#bandwidth kilobits Configures the bandwidth used by routing metrics on the outgoing interface. Router(config-if)#ip bandwidth-percent eigrp as-number bandwidth-percentage By default, EIGRP is set to use only up to 50% of the bandwidth of an interface to exchange routing information. Router(config-router)#eigrp log-neighbor-changes This command enables the logging of neighbor adjacency changes to monitor the stability of the routing system and to help detect problems. RTA(config-router)# variance number

The variance command instructs the router to include routes with a metric less than or equal to n times the minimum metric route for that destination, where n is the number specified by the variance command.

Miscellaneous Router(config-router)#

default-metric

56

100

255

10

1500

{k values)

Show commands Router# show ip eigrp neighbors {displays neighbors} Router# show ip eigrp topology Router# show ip eigrp topology all links

displays topology, active/passive (well) state, successors Router# debug eigrp fsm Router# debug eigrp packet
Router# Router# show ip route eigrp show ip protocols {EIGRP routes in routing table}

AS number, filtering, redistribution, neighbors, distance Router# show ip eigrp traffic EIGRP packets sent and received
Redistribution Example 1: EIGRP and IGRP redistributes automatically as long as the same processid is used.

Router(config)#

router

eigrp

44

and Router(config)#

router

igrp

44

You might also like