The display nd multicast-suppress user bridge-domain command displays the ND multicast suppression table of a BD.
display nd multicast-suppress user bridge-domain bd-id [ ipv6-address ]
display nd multicast-suppress user statistics { bridge-domain bd-id | all }
Parameter | Description | Value |
---|---|---|
bd-id | Specifies the ID of the BD of the ND multicast suppression table to be queried. | The value is an integer that ranges from 1 to 16777215. |
ipv6-address | Specifies the IP address of the ND multicast suppression table to be queried. | The value consists of 128 bits, which are classified into 8 groups. Each group contains 4 hexadecimal numbers in the format of X:X:X:X:X:X:X:X. |
statistics | Displays ND multicast suppression entry statistics. | - |
all | Displays ND multicast suppression entry statistics in all BDs. | - |
ND multicast suppression can effectively ease the pressure on the gateway in handling NS packets. When receiving an NS request packet, the gateway searches for the host information about the device corresponding to the destination IP address (the IPv6 address and MAC address mapping table of the destination device, also known as the ARP broadcast suppression table).
To display the ND multicast suppression table of a BD, run this command.
# Display the ND multicast suppression table of BD 10.
<HUAWEI> display nd multicast-suppress user bridge-domain 10
------------------------------------------------------------------------------
IPv6 Address : FC00:1::10
MAC Address : 0487-ea01-0506 VNI : 10 Serial number : 0
VTEP Address : 10.2.2.2 Flag : local
VPN Instance :vpn1
------------------------------------------------------------------------------
Total Num: 1 Local Num: 1 Remote Num : 0
Item |
Description |
---|---|
IPv6 Address |
IPv6 address of an NS multicast suppression entry |
MAC Address |
MAC address of an NS multicast suppression entry |
VNI |
Layer 2 VNI that an NS multicast suppression entry belongs |
Serial number |
Serial number of an NS multicast suppression entry |
VTEP Address |
IP address of the source VTEP of an NS multicast suppression entry |
Flag |
NS multicast suppression entry type
|
VPN Instance |
VPN instance bound to the gateway to which the NS multicast suppression entries belong |
Total Num |
Total number of NS multicast suppression entries in a BD |
Local Num |
Total number of NS multicast suppression entries learned from the local end in a BD |
Remote Num |
Total number of NS multicast suppression entries learned from the remote end in a BD |
# Display statistics on the NS multicast suppression table of BD 10.
<HUAWEI> display nd multicast-suppress user statistics bridge-domain 10
Total: 1 Local: 1 Remote: 0
Item |
Description |
---|---|
Total |
Total number of NS multicast suppression entries |
Local |
Total number of NS multicast suppression entries learned from the local end |
Remote |
Total number of NS multicast suppression entries learned from the remote end |