show configuration protocols igmp
Syntax
Release Information
Command introduced in Junos OS Release 11.3 for the QFX Series.
Description
Display Internet Group Management Protocol (IGMP) information.
Required Privilege Level
view
List of Sample Output
show configuration protocols igmpOutput Fields
Table 1 describes the output fields for the show configuration protocols igmp command that relate to IGMP querying.
Table 1: show igmp group Output Fields
Field Name | Field Description | Level of Output |
|---|---|---|
accounting | Enables notification for join and leave events. | All levels |
igmp-querier | Configured source address for the IGMP querier. | All levels |
interface | Name of the interface that receives IGMP membership reports. | All levels |
query-interval | Interval at which the IGMP querier sends general host-query messages to solicit membership information. | All levels |
query-response- | How long the IGMP querier waits to receive a response from a query message before sending another query. | All levels |
src-address | Source address of IGMP queries. | |
version | IGMP version. | All levels |
Sample Output
show configuration protocols igmp
user@switch> show configuration protocols igmp query-interval 150;
query-response-interval 50;
accounting;
interface vlan.43 {
version 2;
}
igmp-querier {
src-address 10.0.0.2;
}

