Chapter 4
Configuring EIGRP
S e n d d o c u m e n t c o m m e n t s t o n e x u s 3 k - d o c f e e d b a c k @ c i s c o . c o m
This example shows how to create a VRF and add an interface to the VRF:
switch# configure terminal
switch(config)# vrf context NewVRF
switch(config-vrf)# router eigrp Test1
switch(config-router)# interface ethernet 1/2
switch(config-if)# no switchport
switch(config-if)# ip router eigrp Test1
switch(config-if)# vrf member NewVRF
switch(config-if)# copy running-config startup-config
Verifying the EIGRP Configuration
To display the EIGRP configuration information, perform one of the following tasks:
Command
show ip eigrp [instance-tag]
show ip eigrp [instance-tag] interfaces
[type number] [brief] [detail]
show ip eigrp instance-tag neighbors [type
number]
show ip eigrp [instance-tag] route
[ip-prefix/length] [active] [all-links]
[detail-links] [pending] [summary]
[zero-successors] [vrf vrf-name]
show ip eigrp [instance-tag] topology
[ip-prefix/length] [active] [all-links]
[detail-links] [pending] [summary]
[zero-successors] [vrf vrf-name]
show running-configuration eigrp
Displaying EIGRP Statistics
To display EIGRP statistics, use the following commands:
Command
show ip eigrp [instance-tag] accounting
[vrf vrf-name]
show ip eigrp [instance-tag] route-map
statistics redistribute
show ip eigrp [instance-tag] traffic [vrf
vrf-name]
Cisco Nexus 3000 Series NX-OS Unicast Routing Configuration Guide, NX-OS Release 5.0(3)U1(1)
Purpose
Displays a summary of the configured EIGRP processes.
Displays information about all configured EIGRP
interfaces.
Displays information about all the EIGRP neighbors. Use
this command to verify the EIGRP neighbor
configuration.
Displays information about all the EIGRP routes.
Displays information about the EIGRP topology table.
Displays the current running EIGRP configuration.
Purpose
Displays accounting statistics for EIGRP.
Displays redistribution statistics for EIGRP.
Displays traffic statistics for EIGRP.
Verifying the EIGRP Configuration
4-27