ECS4660-28F_Management Guide-R03

Table Of Contents
C
HAPTER
51
| IP Routing Commands
Routing Information Protocol (RIP)
– 1748
clear ip rip route This command clears specified data from the RIP routing table.
SYNTAX
clear ip rip route {ip-address netmask | all | connected | ospf | rip
| static}
ip-address - IP address of a route entry.
netmask - Network mask for the route. This mask identifies the
network address bits used for the associated routing entries.
all - Deletes all entries from the routing table.
connected - Deletes all currently connected entries.
ospf - Deletes all entries learned through the Open Shortest Path
First routing protocol.
rip - Deletes all entries learned through the Routing Information
Protocol.
static - Deletes all static entries.
DEFAULT SETTING
None
COMMAND MODE
Privileged Exec
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 protocols
rip
This command displays RIP process parameters.
COMMAND MODE
Privileged Exec
EXAMPLE
Console#show ip protocols rip
Routing Protocol is "rip"
Sending updates every 30 seconds with +/-5 seconds
Timeout after 180 seconds, garbage collect after 120 seconds
Outgoing update filter list for all interface is not set