show ip rip routes
Syntax
show ip rip [ ] routes [ ] [all-vrfs | vrf ]
描述
Displays RIP routing table for a specific RIP process.Command context
Operator (>
) or Manager (#
)
Parameters
-
-
指定要显示在RIP进程IDformation for a specific RIP process. Range: 1-63.
-
-
Specifies the network prefix.
-
all-vrfs
-
Displays RIP routing information for all VRFs.
-
vrf
-
Selects VRF to display RIP routing information.
-
-
Specifies VRF name.
Authority
Auditors or Administrators or local user group members with execution rights for this command. Auditors can execute this command from the auditor context (auditor>) only.
Usage
is an optional parameter that displays RIP routing table information for a specific subnet. - If a VRF is not mentioned, information for the default VRF is displayed.
Examples
Displaying RIP routing table for all VRFs:
switch#show ip rip routes all-vrfsVRF : default Process-ID : 1 ---------------------------------------- Total Number of Routes : 6 Prefix Metric Interface Nexthop -------------------------------------------------------- 10.1.0.0/16 2 1/1/1 30.1.1.2 20.1.2.0/24 3 1/1/1 30.1.1.2 30.1.1.0/24 1 1/1/1 VRF : vrf_1 Process-ID : 34 ---------------------------------------- Prefix Metric Interface Nexthop -------------------------------------------------------- 20.1.0.0/16 10 1/1/2 50.1.1.2 40.1.2.0/24 14 1/1/2 50.1.1.2 50.1.1.0/24 1 1/1/2