show ip rip interface
Syntax
show ip rip [ ] interface [ ] [brief] [all-vrfs | vrf ]
Description
Displays information about RIP enabled interfaces.
Command context
Operator (>
) or Manager (#
)
Parameters
-
-
Specifies RIP process ID. Range: 1-63.
-
-
Specifies interface.
-
brief
-
Shows brief overview information for the RIP interface.
-
all-vrfs
-
Displays interface information for all VRFs.
-
vrf
-
Selects specific VRF.
-
-
Specifies VRF.
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
- Parameters display general RIP information for a specific RIP process.
- If a VRF is not mentioned, information for the default VRF is displayed.
Examples
switch#show ip rip interface是10.10.10.1/24接口1/1/1,IP地址----------------------------------------------------------------------- VRF : Default Process-ID : 1 Status : Oper Up Mode : Send and Receive MTU : 500 Version : RIPv2 Poision Reverse : Enabled Interface 1/1/2 is up, IP Address is 20.10.10.1/24 ----------------------------------------------------------------------- VRF : Default Process-ID : 1 Status : Admin Down Mode : Receive MTU : 500 Version : RIPv2 Poision Reverse : Enabled Interface 1/1/3 is up, IP Address is 30.10.10.1/24 ----------------------------------------------------------------------- VRF : Default Process-ID : 1 Status : Admin Down Mode : Send MTU : 500 Version : RIPv2 Poision Reverse : Enabled switch# show ip rip interface brief VRF : default Process-ID : 1 ------------------------------- Total Number of Interfaces: 2 Interface IP-Address/Mask Status MTU -------------------------------------------------- 1/1/1 10.10.10.1/24 up 500 1/1/2 20.10.10.1/24 up 500 1/1/3 30.10.10.1/24 up 500