Accton Technology ES3628C Switch User Manual


 
Command Line Interface
4-252
4
gateway – IP address of the gateway used for this route.
metric – Selected RIP cost for this interface. (Range: 1-5, default: 1)
* – Removes all static routing table entries.
Default Setting
No static routes are configured.
Command Mode
Global Configuration
Command Usage
You can configure up to 256 static routes.
Static routes take precedence over dynamically learned routes.
Static routes are included in RIP updates periodically sent by the router.
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#