To display information about interfaces configured for the Enhanced Interior Gateway Routing Protocol (EIGRP), use the show ip eigrp interfaces command.
show ip eigrp [ instance-tag ] interfaces [{ ethernet slot / port | loopback if_number | port-channel number | vlan vlan-id }] [ brief ] [ vrf { vrf-name | all | default | management }]
|
instance-tag
|
(Optional) EIGRP Instance. The instance tag can be any case-sensitive, alphanumeric string up to 20 characters.
|
|
ethernet
slot
/
port
|
(Optional) Specifies the Ethernet interface and the slot number and port number. The slot number is from 1 to 255, and the port number is from 1 to 128.
|
|
loopback
if_number
|
(Optional) Specifies the loopback interface. The loopback interface number is from 0 to 1023.
|
|
port-channel
number
|
(Optional) Specifies the EtherChannel interface and EtherChannel number. The range is from 1 to 4096.
|
|
vlan
vlan-id
|
(Optional) Specifies the VLAN interface. The range is from 1 to 4094.
|
|
brief
|
(Optional) Displays a brief summary of EIGRP interface information.
|
|
vrf
vrf-name
|
(Optional) Specifies the name of the virtual routing and forwarding (VRF) instance. The
vrf-name
argument can be specified as any case-sensitive, alphanumeric string up to 32 characters.
|
|
all
|
(Optional) Specifies all VRF instances.
|
|
default
|
(Optional) Specifies the default VRF.
|
|
management
|
(Optional) Specifies the management VRF.
|
This command shows all interfaces for the default VRF if no VRF or no interface is specified.
Any command mode
|
Release
|
Modification
|
|---|---|
|
5.0(3)N1(1)
|
This command was introduced.
|
Use the show ip eigrp interfaces command to determine on which interfaces EIGRP is active and learn information about EIGRP related to those interfaces.
If you specify an interface, only that interface is displayed. Otherwise, all interfaces on which EIGRP is running are displayed.
If you specify an autonomous system, only the routing process for the specified autonomous system is displayed. Otherwise, all EIGRP processes are displayed.
This command requires the LAN Base Services license.
This example shows how to display information about EIGRP interfaces:
This example shows how to display information about a particular EIGRP interface:
|
Command
|
Description
|
|---|---|
|
show ip eigrp neighbors
|
Displays the neighbors discovered by EIGRP.
|
|
show running-config eigrp
|
Displays EIGRP running configuration information.
|