OcNOS-SP : Layer 3 Guide : Routing Information Protocol Command Reference : Routing Information Protocol Commands : show ip rip statistics
show ip rip statistics
Use this command to display information about RIP statistics. You can specify an interface name to display information about a specific interface.
Command Syntax
show ip rip statistics (IFNAME|)
Parameters
IFNAME
Name of the interface for which information is to be displayed.
Default
None
Command Mode
Exec mode and Privileged Exec mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
The following output displays the RIP routing table with the destination network, nexthop and metric to reach it.
#show ip rip statistics eth1
Interface Name : eth1
Sent Multicast Updates : 3
Sent Multicast Requests : 1
Sent Unicast Updates : 0
Sent Unicast Requests : 0
Recv Multicast Updates : 3
Recv Multicast Requests : 0
Recv Unicast Updates : 1
Recv Unicast Requests : 0
Recv Bad Packets : 0
Recv Bad Routes : 0
 
Figure 1-75 Explains the show command output details.
Table 1-75: Show ip rip statistics output details
Field
Description
Network
IP address of a network entity.
Nexthop
IP address of the next system that is used when forwarding a packet to the destination network.
Metric
If shown, the value of the inter autonomous system metric.
Sent updates
Number of RIP routing updates that have been sent on Multicast/Unicast interface.
Sent Request
Number of RIP routing request that have been sent on Multicast/Unicast interface.
Recv updates
Number of RIP routing updates that have been received on Multicast/Unicast interface.
Recv Request
Number of RIP routing request that have been received on Multicast/Unicast interface.
Recv Bad Packets
Number of packets that were received on this interface and were not processed for any reason.
Recv Bad Routes
Number of route entries that were received on this interface and were not processed for any reason.
 
Last modified date: 08/28/2023