D-Link DES-3200 Series Washer/Dryer User Manual


 
xStack
®
DES-3200 Series Layer 2 Managed Fast Ethernet Switch CLI Reference Guide
329
Chapter 33
IPv6 Route Command List
create ipv6route [default] [<ipif_name 12> <ipv6addr> | <ipv6addr>] {<metric 1-65535>}
delete ipv6route [default] [<ipif_name 12> <ipv6addr> | <ipv6addr> | all]
show ipv6route
33-1 create ipv6route
Description
This command is used to create an IPv6 default route. If the next hop is a global address, it is not
needed to indicate the interface name. If the next hop is a link local address, then the interface
name must be specified.
Format
create ipv6route [default] [<ipif_name 12> <ipv6addr> | <ipv6addr>] {<metric 1-65535>}
Parameters
default - Specify the default route.
<ipif_name 12> - Specify the interface for the route. This name can be up to 12 characters long.
<ipv6addr> - Specify the next hop address for this route.
<ipv6addr> - Specify the next hop address for this route.
<metric 1-65535> - (Optional) Enter the metric value here. The default setting is 1. This value
must between 1 and 65535.
Restrictions
Only Administrator, Operator and Power-User level users can issue this command.
Example
To create and IPv6 route:
DES-3200-28/ME:admin#create ipv6route default System 3FFC::1
Command: create ipv6route default System 3FFC::1
Success.
DES-3200-28/ME:admin#
33-2 delete ipv6route
Description
This command is used to delete an IPv6 static route. If the next hop is a global address, it is not
needed to indicate the interface name. If the next hop is a link local address, then the interface
name must be specified.