ADC CLI Commands

nd6

The following operations can be performed on “nd6”:

clear add show rm

clear nd6

Removes all IPv6 neighbour discovery entries from the Citrix ADC.

Synopsis

clear nd6

Arguments

add nd6

Adds a static entry to the ND6 table of the Citrix ADC.

Synopsis

add nd6 \( | -vxlan <positive\_integer>) \[-vlan ] \[-vtep <ip\_addr>] \[-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

show nd6

Display the neighbor discovery information.

Synopsis

show nd6 [ [-td ]]

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

Output

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.

controlPlane This nd6 entry is populated by a control plane protocol

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

rm nd6

Remove a static IPv6 neighbor discovery entry from the Citrix ADC’s ND6 table.

Synopsis

rm nd6 \[-vlan | -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

nd6