Specifications
set ip route
Chapter 8
IP Services Commands
120
l set ip telnet on page 125
l set ip telnet server on page 126
l show ip https on page 165
l show ip telnet on page 169
set ip route
Adds a static route to the IP route table.
Syntax
set ip route {default | ip-addr mask | ip-addr/mask-length}
default-router metric
Defaults
None.
Access
Enabled.
default Default route. A UNIVERGE WL Controller uses
the default route if an explicit route is not available
for the destination.
Note: default is an alias for IP address 0.0.0.0/0.
ip-addr mask IP address and subnet mask for the route
destination, in dotted decimal notation (for
example, 10.10.10.10 255.255.255.0).
ip-addr/mask-length IP address and subnet mask length in CIDR format
(for example, 10.10.10.10/24).
default-router IP address, DNS hostname, or alias of the next-hop
router.
metric Cost for using the route. You can specify a value
from 0 through 2,147,483,647. Lower-cost routes
are preferred over higher-cost routes.