C H A P T E R 2 |
![]() |
IGMP is a protocol used by IP hosts to inform adjacent routers about multicast group membership. The SEFOS implementation of IGMP conforms to RFC 3376 for IGMP v3 router functionality and supports the MIBs defined in the Internet Draft draft-ietfmagma-rfc2933-update-00.txt.
The deployment of the IGMP router can be within a routing domain that uses any MRP. IGMP informs MRPs about group membership messages and leave messages.
The list of CLI commands for the configuration of IGMP is as follows:
Enables or disables IGMP globally or on a particular interface.
Global Configuration and Interface Configuration Note - Interface Configuration mode is applicable only in VLAN Interface. |
|
Enables immediate leave processing on the interface and the no form of the command disables immediate-leave processing.
Sets the IGMP version on the interface. The no form of the command sets the default IGMP version on the interface.
Sets the IGMP query interval for the interface and the no form of the command sets query-interval to the default value.
Sets the IGMP max query response value for the interface. The no form of the command sets the max query response to the default value.
Sets the IGMP robustness value for the interface. The no form of the command sets the robustness value to default value.
Sets the IGMP last member query interval for the interface. The no form of the command sets the last member query interval to the default value.
Adds the static group membership on the interface. The no form of the command deletes the static group membership on the interface.
SEFOS(config-if)# ip igmp static-group 224.1.2.3 source 12.0.0.1 |
|
The igmp version on this interface must be set to 3 for configuring static group along with source information. |
Deletes the IGMP capable interface.
At least one of the interface configuration commands must have been executed to create the IGMP interface. If not, the following error message is displayed: |
Enables the IGMP trace. The no form of the command disables the IGMP trace.
Displays the global configuration of IGMP.
Displays the interface configuration of IGMP.
Displays the IGMP groups information.
Displays the IGMP source information.
I - Include Mode, E - Exclude Mode S - Static Mbr, D - Dynamic Mbr F - Forward List, N - Non-Forward List GroupAddress Iface SrcAddress Flg ExpiryTime LastReporter |
Displays the IGMP statistics information.
Copyright © 2013, Oracle and/or its affiliates. All rights reserved.