display igmp proxy group

Use display igmp proxy group to display information about multicast groups maintained by the IGMP proxy.

Syntax

display igmp [ vpn-instance vpn-instance-name ] proxy group [ group-address | interface interface-type interface-number ] [ verbose ]

Views

Any view

Predefined user roles

network-admin

network-operator

Parameters

vpn-instance vpn-instance-name: Specifies an MPLS L3VPN by its name, a case-sensitive string of 1 to 31 characters. If you do not specify a VPN instance, this command displays information about multicast groups maintained by the IGMP proxy on the public network.

group-address: Specifies a multicast group by its IP address in the range of 224.0.1.0 to 239.255.255.255. If you do not specify a multicast group, this command displays information about all multicast groups maintained by the IGMP proxy.

interface interface-type interface-number: Specifies an interface by its type and number. If you do not specify an interface, this command displays information about multicast groups maintained by the IGMP proxy for all interfaces.

verbose: Displays detailed information.

Examples

# Display information about multicast groups maintained by the IGMP proxy on the public network.

<Sysname> display igmp proxy group
IGMP proxy group records in total: 2
 Vlan-interface1(1.1.1.20):
  IGMP proxy group records in total: 2
   Group address      Member state      Expires
   225.1.1.1          Delay             00:00:02
   225.1.1.2          Idle              Off

# Display detailed information about multicast group 225.1.1.1 maintained by the IGMP proxy on the public network.

<Sysname> display igmp proxy group 225.1.1.1 verbose
 Vlan-interface1(1.1.1.20):
  IGMP proxy group records in total: 2
   Group: 225.1.1.1
     Group mode: Include
     Member state: Delay
     Expires: 00:00:02
     Source list (sources in total: 1):
       1.1.1.1

Table 36: Command output

Field

Description

IGMP groups records in total

Total number of multicast groups maintained by the IGMP proxy.

Vlan-interface1(1.1.1.20)

IGMP proxy interface and its IP address.

Pending proxy group

Pending multicast groups maintained by the IGMP proxy.

Group address/Group

Multicast group address.

Member state

Member host states:

  • Delay—The member host has joined a group and started a delay timer.

  • Idle—The member host has joined a group, but didn't start a delay timer.

Expires

Remaining delay time for the member host to send a responding report. This field displays Off if the timer is disabled.

Group mode

Multicast source filtering mode: Include or Exclude.

Source list

Multicast source list for the multicast group maintained by the IGMP proxy.

sources in total

Total number of multicast sources.