The debugging mld command enables MLD debugging.
The undo debugging mld command disables MLD debugging.
By default, MLD debugging is disabled.
debugging mld done [ [ group Group-addr ] | [ interface { port-type port-num | port-name } ] ] *
debugging mld { done basic-acl-num | query basic-acl-num [ receive | send ] }
debugging mld { vpn-instance vpn-instance-name | all-instance } done [ [ group Group-addr ] | [ interface { port-type port-num | port-name } ] ] *
debugging mld { vpn-instance vpn-instance-name | all-instance } { done basic-acl-num | query basic-acl-num [ receive | send ] }
Parameter | Description | Value |
---|---|---|
group Group-addr |
Specifies the address of a multicast group. |
The value is a 32-digit hexadecimal number, in the format of X:X:X:X:X:X:X:X. |
interface port-type |
Specifies the type of an interface. |
- |
interface port-num |
Specifies the number of an interface. |
- |
interface port-name |
Specifies the name of an interface. |
- |
done |
Enables debugging of MLD Done packets. |
- |
basic-acl-num |
Specifies the number of the basic ACL. |
The value is an integer that ranges from 2000 to 2999. |
query |
Enables debugging of MLD query packets. |
- |
receive |
Enables debugging of received MLD Query packets. |
- |
send |
Enables debugging of sent MLD Query packets. |
- |
vpn-instance vpn-instance-name |
Specifies the name of a VPN instance. |
The value is a string of 1 to 31 case-sensitive characters, spaces not supported. In addition, the VPN instance name must not be _public_. When double quotation marks are used around the string, spaces are allowed in the string. |
all-instance |
Specifies all VPN instances. |
- |