[Contents] [Prev] [Next] [Index] [Report an Error]

show igmp snooping membership

Syntax

show igmp snooping membership
<brief | detail>
<bridge-domain bridge-domain-name>
<group>
<virtual-switch virtual-switch-name>
<vlan-id vlan-identifier>

Release Information

Command introduced in JUNOS Release 8.5.

Description

Display IGMP snooping membership information.

Options

none — Display detailed information.

brief | detail — (Optional) Display the specified level of output.

bridge-domain bridge-domain-name(Optional) Display information about a particular bridge domain.

group(Optional) Display information about this group address.

virtual-switch virtual-switch-name(Optional) Display information about a particular virtual switch.

vlan-id vlan-identifier(Optional) Display information about a particular VLAN.

Required Privilege Level

view

Related Topics

show igmp snooping interface, show igmp snooping statistics, and clear igmp snooping membership.

List of Sample Output

show igmp snooping membership
show igmp snooping membership interface ge-0/1/2.200
show igmp snooping membership vlan-id 100

Output Fields

Table 27 lists the output fields for the show igmp snooping membership command. Output fields are listed in the approximate order in which they appear.

Table 27: show igmp snooping membership Output Fields

Field Name

Field Description

Level of Output

Routing-instance

Routing instance for IGMP snooping.

All levels

Learning Domain

Learning domain for snooping.

All levels

Group

Multicast group address in the membership database.

All levels

Source

Source address used on queries.

detail

host interface

Interface on which this router is a proxy.

detail

Last reported by

Address of source last replying to the query.

detail

Timeout

Length of time (in seconds) left until the entry is purged.

detail

Type

Way that the group membership information was learned:

  • Dynamic—Group membership was learned by the IGMP protocol.
  • Static—Group membership was learned by configuration.

detail

Include receiver

Source address of receiver included in membership with timeout (in seconds).

detail

show igmp snooping membership

user@host> show igmp snooping membership
Instance: bridge-domain bar

Learning-Domain: default
Interface: ge-0/1/2.200
    Group: 225.1.1.1
        Source: 0.0.0.0
        Timeout:     398 Type: Static
    Group: 232.1.1.1
        Source: 192.168.1.1
        Timeout:       0 Type: Static
Interface: ge-0/1/3.200
    Group: 225.1.1.2
        Source: 0.0.0.0
        Timeout:     393 Type: Dynamic

show igmp snooping membership interface ge-0/1/2.200

user@host> show igmp snooping membership interface ge-0/1/2.200
Instance: bridge-domain bar

Learning-Domain: default
Interface: ge-0/1/2.200
    Group: 225.1.1.1
        Source: 0.0.0.0
        Timeout:     391 Type: Static
    Group: 232.1.1.1
        Source: 192.168.1.1
        Timeout:       0 Type: Static

show igmp snooping membership vlan-id 100

user@host> show igmp snooping membership vlan–id 100
Instance: bridge-domain bar
IGMP-snooping not running in vlan 100

[Contents] [Prev] [Next] [Index] [Report an Error]