ECS4100 Series CLI Reference Guide-R07

Table Of Contents
Chapter 28
| IP Routing Commands
Routing Information Protocol (RIP)
– 966 –
Command Usage
Using this command with the “all” parameter clears the RIP table of all routes. To
avoid deleting the entire RIP network, use the redistribute connected command to
make the RIP network a connected route. To delete the RIP routes learned from
neighbors and also keep the RIP network intact, use the “rip” parameter with this
command (clear ip rip route rip).
Example
This example clears one specific route.
Console#clear ip rip route 192.168.1.0 255.255.255.0
Console#
show ip rip This command displays information about RIP routes and configuration settings.
Use this command without any keywords to display all RIP routes.
Syntax
show ip rip [interface [vlan vlan-id]]
interface - Shows RIP configuration settings for all interfaces or for a
specified interface.
vlan-id - VLAN ID. (Range: 1-4094)
Command Mode
Privileged Exec
Example
Console#show ip rip
Codes: R - RIP, Rc - RIP connected, Rs - RIP static,
C - Connected, S - Static, O - OSPF
Network Next Hop Metric From Interface Time
Rc 192.168.0.0/24 1 VLAN1 --
Console#show ip rip interface vlan 1
Interface: vlan1
Routing Protocol: RIP
Receive RIPv1 and RIPv2 packets
Send RIPv1 Compatible
Passive interface: Disabled
Authentication mode: (None)
Authentication string: (None)
Split horizon: Enabled with Poisoned Reverse
IP interface address: 192.168.0.2/24
Console#