To display the route redistribution statistics for the Enhanced Interior Gateway Routing Protocol (EIGRP), use the show ip eigrp route-map statistics command in any mode.
show ip eigrp [ instance-tag ] route-map statistics redistribute { bgp id | direct | eigrp id | ospf id | rip id | static } [ vrf { vrf-name | all | default | management }]
|
instance-tag
|
(Optional) Name of the EIGRP instance. The instance tag can be any case-sensitive, alphanumeric string up to 20 characters.
|
|
bgp
|
Displays policy statistics for the Border Gateway Protocol (BGP).
|
|
direct
|
Displays policy statistics for directly connected routes only.
|
|
eigrp
|
Displays policy statistics for EIGRP.
|
|
ospf
|
Displays policy statistics for the Open Shortest Path First (OSPF) protocol.
|
|
rip
|
Displays policy statistics for the Routing Information Protocol (RIP).
|
|
static
|
Displays policy statistics for IP static routes.
|
|
id
|
For the
bgp
keyword, an autonomous system number. The range for 2-byte numbers is from 1 to 65535. The range for 4-byte numbers is from 1.0 to 65535.65535.
For the
eigrp
keyword, an EIGRP instance name from which routes are to be redistributed. The value takes the form of a string. You can enter a decimal number, but Cisco NX-OS stores it internally as a string.
For the
ospf
keyword, an OSPF instance name from which routes are to be redistributed. The value takes the form of a string. You can enter a decimal number, but Cisco NX-OS stores it internally as a string.
|
|
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.
|
None
Any command mode
|
Release
|
Modification
|
|---|---|
|
5.0(3)N1(1)
|
This command was introduced.
|
This command requires a LAN Base Services license.
This example shows how to display route-map statistics for EIGRP:
|
Command
|
Description
|
|---|---|
|
clear ip eigrp route-map statistics
|
Clears route-map statistics for EIGRP.
|
|
show ip eigrp traffic
|
Displays EIGRP traffic statistics.
|
|
show running-config eigrp
|
Displays EIGRP running configuration information.
|