Command Line Interface User’s Guide
Chapter 5
Advanced Configuration
5.1
Static Route
To set up the static route, type
route
at the prompt to display the static route commands. These
commands are used to add, delete, modify, and flush the static route table.
route add -o -dest {dest ip addr} -gateway {gateway ip addr} [{-option value}*]
route add -o -dest {dest ip addr} -interface {interface name} [{-option value }*]
route delete -o -dest {dest ip addr}
route change -o -dest {dest ip addr} -gateway {new ip addr}
route get -o -dest {ip addr}
route flush
options : mtu & hopcount &netmask
The command
route add -o -dest {dest ip addr} -interface {interface name} [{-option value
}*]
is reserved only.
EXAMPLE
50 1800-A2-GB20-00