show ip eigrp route-map statistics

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 }]

Syntax Description

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.

Command Default

None

Command Modes

Any command mode

Command History

Release
Modification
5.0(3)N1(1)
This command was introduced.

Usage Guidelines

This command requires a LAN Base Services license.

Examples

This example shows how to display route-map statistics for EIGRP:

switch# show ip eigrp route-map statistics redistribute direct
C: No. of comparisions, M: No. of matches
 
route-map SVI-EIGRP permit 10
match source-protocol direct C: 129 M: 0
Total accept count for policy: 129
Total reject count for policy: 0
switch#
 

Related Commands

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.