IP R
OUTING
C
OMMANDS
37-4
Example
This example forwards all traffic for subnet 192.168.1.0 to the router
192.168.5.254, using the default metric of 1.
clear ip route
This command removes dynamically learned entries from the IP routing
table.
Syntax
clear ip route {network [netmask] | *}
• network – Network or subnet address.
• netmask - Network mask for the associated IP subnet. This mask
identifies the host address bits used for routing to specific subnets.
• * – Removes all dynamic routing table entries.
Command Mode
Privileged Exec
Command Usage
• This command only clears dynamically learned routes.
•Use the no ip address command to remove a local interface.
•Use the no ip route command to remove a static route.
Example
Console(config)#ip route 192.168.1.0 255.255.255.0 192.168.5.254
Console(config)#
Console#clear ip route 10.1.5.0
Console#