show ip igmp proxy
Use this command to display the state of IGMP Proxy services for a specified interface or for all interfaces.
Command Syntax
show ip igmp proxy groups (detail|)
show ip igmp proxy groups A.B.C.D (detail|)
show ip igmp proxy groups IFNAME (detail|)
show ip igmp proxy groups IFNAME A.B.C.D (detail|)
show ip igmp (vrf NAME|) proxy groups (detail|)
show ip igmp (vrf NAME|) proxy groups A.B.C.D (detail|)
show ip igmp (vrf NAME|) proxy groups IFNAME (detail|)
show ip igmp (vrf NAME|) proxy groups IFNAME A.B.C.D (detail|)
Parameters
vrf
Specify the VRF name.
groups
IGMP proxy group membership information.
A.B.C.D
Address of multicast group.
IFNAME
The name of the VLAN interface.
detail
IGMPv3 source information
Command Mode
Exec and Privileged Exec mode
Applicability
This command was introduced before OcNOS version 1.3.
Example
#show ip igmp proxy
Interface eth2 (Index 4)
Administrative status: enabled
Operational status: up
Upstream interface is eth1
Number of multicast groups: 1
#show ip igmp proxy groups
IGMP Connected Proxy Group Membership
Group Address Interface State Member state
224.0.1.3 eth1 Active Delay
Table 2-11 explains the output fields.
Table 2-11: show ip igmp proxy output
Entry | Description |
---|
Interface | Interface and Index of the interface. |
Administrative status | Depends on the interface states – Enabled only if both host and downstream interfaces are up. Otherwise, Disabled if only one interface is up. |
Operational status | Depends on Administrative status – either Up or Down depending on Administrative status of corresponding interfaces. |
Upstream interface | As stated. |
Number of multicast groups | The number of multicast groups supported by this proxy. |
Table 2-12 explains the output fields.
Table 2-12: show ip igmp proxy groups output
Entry | Description |
---|
Group Address | Multicast address associated with each group. |
Interface | Interface name, such as eth1, xe3/1, etc.. |
State | The state of the proxy group – can be either Active or Inactive. |
Member state | The state of the proxy group member – can be either Idle or Delay, Idle is the default state. |
Last modified date: 10/20/2023