nd6¶
The following operations can be performed on "nd6":
add nd6¶
Adds a static entry to the ND6 table of the NetScaler appliance.
Synopsys¶
add nd6 <neighbor> <mac> (<ifnum> | (-vxlan <positive_integer> -vtep <ip_addr>)) [-vlan <integer>] [-td <positive_integer>]
Arguments¶
neighbor
Link-local IPv6 address of the adjacent network device to add to the ND6 table.
mac
MAC address of the adjacent network device.
ifnum
Interface through which the adjacent network device is available, specified in slot/port notation (for example, 1/3). Use spaces to separate multiple entries.
vlan
Integer value that uniquely identifies the VLAN on which the adjacent network device exists.
Minimum value: 1
Maximum value: 4094
vxlan
ID of the VXLAN on which the IPv6 address of this ND6 entry is reachable.
Minimum value: 1
Maximum value: 16777215
vtep
IP address of the VXLAN tunnel endpoint (VTEP) through which the IPv6 address of this ND6 entry is reachable.
td
Integer value that uniquely identifies the traffic domain in which you want to configure the entity. If you do not specify an ID, the entity becomes part of the default traffic domain, which has an ID of 0.
Minimum value: 0
Maximum value: 4094
Example¶
add nd6 2001::1 00:04:23:be:3c:06 5 1/1
clear nd6¶
Removes all IPv6 neighbour discovery entries from the NetScaler appliance.
Synopsys¶
clear nd6
rm nd6¶
Remove a static IPv6 neighbor discovery entry from the NetScaler appliance's ND6 table.
Synopsys¶
rm nd6 <neighbor> [-vlan <integer> | -vxlan <positive_integer>] [-td <positive_integer>]
Arguments¶
neighbor
Link-local IPv6 address of the adjacent network device that you want to remove from the ND6 table.
vlan
Integer value that uniquely identifies the VLAN for the ND6 entry you want to remove.
Minimum value: 1
Maximum value: 4094
vxlan
Integer value that uniquely identifies the VXLAN for the ND6 entry you want to remove.
Minimum value: 1
Maximum value: 16777215
td
Integer value that uniquely identifies the traffic domain in which you want to configure the entity. If you do not specify an ID, the entity becomes part of the default traffic domain, which has an ID of 0.
Minimum value: 0
Maximum value: 4094
Example¶
rm nd6 2001::1 5 1/1
show nd6¶
Display the neighbor discovery information.
Synopsys¶
show nd6 [<neighbor> [-td <positive_integer>]]
Arguments¶
neighbor
Link-local IPv6 address of the adjacent network device to add to the ND6 table.
td
Integer value that uniquely identifies the traffic domain in which you want to configure the entity. If you do not specify an ID, the entity becomes part of the default traffic domain, which has an ID of 0.
Minimum value: 0
Maximum value: 4094
Outputs¶
mac
MAC address of the adjacent network device.
state
ND6 state
timeout
Time elapsed
ifnum
Interface through which the adjacent network device is available, specified in slot/port notation (for example, 1/3). Use spaces to separate multiple entries.
vlan
Integer value that uniquely identifies the VLAN on which the adjacent network device exists.
vxlan
ID of the VXLAN on which the IPv6 address of this ND6 entry is reachable.
vtep
IP address of the VXLAN tunnel endpoint (VTEP) through which the IPv6 address of this ND6 entry is reachable.
flags
flag for static/permanent entry.
channel
The tunnel that is bound to a netbridge.
devno
count
stateflag
Example¶
Following is an example of the output for the show nd6 command: Neighbor MAC-Address(Vlan, Interface) State TIME(hh:mm:ss) -------- --------------------------- ----- -------------- 2001::1 00:04:23:be:3c:06(5, 1/1) REACHABLE 00:00:24 FE80::123:1 00:04:23:be:3c:07(4, 1/2) STALE 00:03:34