Specifications

xStack DGS-3400 Series Layer 2 Gigabit Managed Switch CLI Manual
create iproute ipv6 default
Purpose Used to create IP route entries to the Switch’s IP routing table.
Syntax
create iproute ipv6 default [<ipif_name 12> <ipv6addr> {<metric 1-
65535>} | <ipv6addr> {<metric 1-65535>}]
Description This command is used to create a default static IPv6 route entry to the
Switch’s IP routing table.
Parameters <ipif_name 12>- Enter the IP interface name for which to create a static
route. Configuring this command without this parameter will set the static
route for the System IP interface.
<ipv6addr> The gateway IPv6 address for the next hop router.
<metric 1-65535> Allows the entry of a routing protocol metric entry
representing the number of routers between the Switch and the IP address
above. The default setting is 1.
Restrictions Only administrator-level users can issue this command.
Example usage:
To add the default static address 1234::5D7F/32, with a metric setting of 1, to the routing table:
DGS-3400:4#create iproute ipv6 default 1234::5D7F/32 metric 1
Command: create iproute ipv6 default 1234::5D7F/32 metric 1
Success.
DGS-3400:4#
delete iproute ipv6 default
Purpose Used to delete a default IPv6 route entry from the Switch’s IP routing
table.
Syntax
delete iproute ipv6 default
Description This command will delete an existing default entry from the Switch’s IP
routing table.
Parameters None.
Restrictions Only administrator-level users can issue this command.
Example usage:
To delete the default IPv6 route:
DGS-3400:4#delete iproute ipv6 default
Command: delete iproute ipv6 default
Success.
DGS-3400:4#
226