501
Cisco Nexus 3548 Switch NX-OS Unicast Routing Command Reference
OL-27852-01
Chapter Unicast Routing Show Commands
show ip rip policy statistics
show ip rip policy statistics
To display the policy statistics for the Routing Information Protocol (RIP), use the show ip rip policy
statistics command in any mode.
show ip rip policy statistics redistribute {bgp id | direct | eigrp id | ospf id | static} [vrf vrf-name]
Syntax Description
Command Default No default behavior or values.
Command Modes Any command mode
Command History
Examples This example shows how to show policy statistics for EIGRP:
switch# show ip rip policy statistics redistribute eigrp 201
redistribute Displays the routes that RIP redistributed from other routing protocols.
bgp Displays policy statistics for the Border Gateway Protocol (BGP).
direct Displays policy statistics for directly connected routes only.
eigrp Displays policy statistics for Enhanced Interior Gateway Routing Protocol
(EIGRP).
ospf Displays policy statistics for Open Shortest Path First (OSPF) protocol.
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. The strings “default” and “all” are
reserved VRF names.
Release Modification
5.0(3)A1(1) This command was introduced.