xStack
®
DGS-3600 Series Layer 3 Gigabit Ethernet Managed Switch CLI Manual
372
DGS-3627:admin# create ipv6route 3004::/64 Intface_1 3000::4
Command: create ipv6route 3004::/64 Intface_1 3000::4
Success.
DGS-3627:admin#
To add an IP tunnel route entry:
DGS-3627:admin# create ipv6route default ip_tunnel ip6_tn
Command: create ipv6route default ip_tunnel ip6_tn
Success.
DGS-3627:admin#
delete ipv6route
Purpose
Delete static IPv6 route entries or specified static route entry from Switch’s IPv6 routing table
Syntax
delete ipv6route [[default |<ipv6networkaddr>] [<ipif_name 12> <ipv6addr> |
<ipv6addr> | ip_tunnel <tunnel_name 12>] | all]
Description
Delete a static IPv6 route. If the next hop is a global address, it is not needed to specify the
interface name of the next hop. If the next hop is a link local address, then the interface name
of the next hop must be specified.
Parameters
default
- Specify that the route to be deleted is a default route.
ipv6networkaddr
- The destination network of the route.
ipif_name
- The interface name of the next hop, with the maximum of 12 characters.
ipv6addr
- The next hop address of the default route.
tunnel_name
- The tunnel name of the next hop. When this option is specified, it is indicated
that this route to be deleted is an IP tunnel route.
all
- All static IPv6 routes will be deleted.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
Delete a static IPv6 route specified by network address:
DGS-3627:admin# delete ipv6route 3004::/64 Intface_1 3000::4
Command: delete ipv6route 3004::/64 Intface_1 3000::4
Success.
DGS-3627:admin#
show ipv6route
Purpose
Display the Switch’s current IPv6 routing table or specified route entries.
Syntax
show ipv6route {<ipv6networkaddr>} {[static | ripng | ospfv3]}
Description
Display IPv6 routes in the switch. If this command is not specified by address or route
protocol, it will display all the route entries in the routing table. And if this command specified
by address or route protocol, it will display the specified IPv6 route entries.
Parameters
ipv6networkaddr
- The destination network of the route.
static
- Display the static route entries.