A SERVICE OF

logo

xStack
®
DES-3200 Series Layer 2 Managed Fast Ethernet Switch CLI Reference Guide
620
Chapter 75
Unicast Routing Command
List
create iproute [default] <ipaddr> {<metric 1-65535>}
delete iproute [default]
show iproute {<network_address>} {static}
75-1 create iproute
Description
This command is used to create an IP static route.
Format
create iproute [default] <ipaddr> {<metric 1-65535>}
Parameters
default - Create an IP default route (0.0.0.0/0).
<ipaddr> - The IP address for the next hop router.
<metric 1-65535> - (Optional) Enter the metric value here. This value must be between 1 and
65535. The default setting is 1.
Restrictions
Only Administrator, Operator and Power-User level users can issue this command.
Example
To add an IP default route:
DES-3200-28/ME:admin#create iproute default 10.1.1.254
Command: create iproute default 10.1.1.254
Success.
DES-3200-28/ME:admin#
75-2 delete iproute
Description
This command is used to delete an IP route entry from the Switch’s IP routing table.
Format
delete iproute [default]