Patch
DISABLE IP IGMP DEBUG
Syntax DISABLE IP IGMP DEBUG
Description This command disables all IGMP debugging messages and resets the DESTINATION and SOURCEIPADDRESS parameters set in the ENABLE IP IGMP DEBUG command to ALL. Debugging is disabled by default.
Examples To disable all IGMP debugging messages and reset the IGMP debug message filters to ALL, use the command:
DISABLE IP IGMP DEBUG
See Also SHOW IP IGMP DEBUG
ENABLE IP IGMP DEBUG
Syntax ENABLE IP IGMP DEBUG [DESTINATION={ALLipaddress}] [SOURCEIPADDRESS={ALLipaddress2}]
where:
■ipaddress is an IGMP group destination address.
■ipaddress2 is the IP address of a host that responds to IGMP queries.
Description This command enables IGMP debugging of destination and source IP addresses. Debugging is disabled by default.
The DESTINATION parameter specifies the destination multicast group address for debugging. The default is ALL.
The SOURCEIPADDRESS specifies the host IP address responding to IGMP queries. The default is ALL.
If DESTINATION and SOURCEIPADDRESS are both specified, only debug messages that match both parameters are displayed. Some debug messages are displayed before the packet is fully decoded, and are unable to be filtered.
Examples To enable debugging information relating to IGMP host 10.41.0.22, use the command:
ENABLE IP IGMP DEBUG SOURCEIPADDRESS=10.41.0.22
To show all IGMP debug messages, use the command:
ENABLE IP IGMP DEBUG
See Also SHOW IP IGMP DEBUG
Patch