D-Link DES-3200 Switch User Manual


 
xStack® DES-3200 Series Layer 2 Ethernet Managed Switch CLI Reference Guide
240
show ipv6 neighbor_cache ipif
static The static neighbor cache entry.
dynamic The dynamic entries.
Restrictions
None.
Example usage:
To display the neighbors of the interface System:
DES-3200-28:4#show ipv6 neighbor_cache ipif System all
Command: show ipv6 neighbor_cache ipif System all
Neighbor Linklayer Address Interface State
---------------
Fe80::20b:6aff:fecf:7ec6 00:ob:6a:cf:7e:c6 System R
State :
(I) means Incomplete State. (R) means Reachable State.
(S) means Stale State. (D) means Delay State.
(P) means Probe State. (T) means Static State.
DES-3200-28:4#
create ipv6route
Purpose
Used to create an IPv6 static route.
Syntax
create ipv6route [default] [<ipif_name 12> <ipv6addr>] {<metric 1-
65535>}
Description
This command is used to 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.
Parameters
default – Specifies the default route.
<ipif_name 12> – Specifies the interface for the route.
<ipv6addr> Specifies the next hop address for this route.
<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 10.48.74.121, with a metric setting of 1, to the routing table:
DES-3200-28:4#create ipv6route default System 3FFC::1
Command: create ipv6route default System 3FFC::1
Success.
DES-3200-28:4#