xStack DGS-3612G Layer 3 Gigabit Ethernet Managed Switch CLI Manual
show iproute ipv6
(ipv6address is hexadecimal number, prefix length is decimal number,
for example 1234::5D7F/32).
Restrictions None.
Example usage:
To display the static IPv6 entries in the routing table:
DGS-3612G:4# show iproute ipv6
Command: show iproute ipv6
Routing Table
IPV6 Address/Netmask Gateway Cost Protocol
-------------------------------- ------------------------ -------- --------
1234::/32 2D30::AC21 1 Static
Total Entries: 1
DGS-3612G:4#
create iproute ipv6 default
Purpose
Used to create IP route entries to the Switch’s IP routing table.
Syntax
create iproute ipv6 default <ipv6addr> {<metric 1-65535>}
Description
This command is used to create a default static IP route entry to the Switch’s
IP routing table.
Parameters
<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-3612G:4#create iproute default 1234::5D7F/32 2D30::AC21 metric 1
Command: create iproute default 1234::5D7F/32 2D30::AC21 metric 1
Success.
DGS-3612G: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.
225