show ip igmp group
Syntax
show ip igmp group [source<源ip >] [all-vrfs]
描述
Shows IGMP joined group information for the specified group, or shows joined group source and display information by VRF.
Command context
Operator (>
) or Manager (#
)
Parameters
-
-
Specifies the IP address of the group. Format: A.B.C.D
-
source<源ip >
-
Specifies the IP address of the source. Format: A.B.C.D
-
all-vrfs
-
指定
all-vrfs
to show information for all VRFs.
Authority
Operators or Administrators or local user group members with execution rights for this command. Operators can execute this command from the operator context (>) only.
Examples
显示IGMP joined group details for group 239.1.1.10:
switch#show ip igmp group 239.1.1.10IGMP group information for group 239.1.1.10 Interface Name : vlan2 VRF Name : default Group Address : 239.1.1.10 Last Reporter : 100.1.1.10 V1 V2 Sources Sources Vers Mode Uptime Expires Timer Timer Forwarded Blocked ---- ---- --------- --------- --------- --------- --------- -------- 3 EXC 16m 34s 2m 27s
显示IGMP joined group details for group 239.1.1.10 and source 10.1.1.10:
switch#show ip igmp group 239.1.1.10 source 10.1.1.10Interface Name : vlan2 VRF Name : default Group Address : 239.1.1.10 Source Address : 10.1.1.10 Mode Uptime Expire ---- --------- ------- 0m 13s 4m 7s
显示IGMP joined group details for group 239.1.1.10 for all VRFs:
switch#show ip igmp group 239.1.1.10 all-vrfsIGMP group information for group 239.1.1.10 Interface Name : vlan10 VRF Name : default Group Address : 239.1.1.10 Last Reporter : 100.1.1.10 V1 V2 Sources Sources Vers Mode Uptime Expires Timer Timer Forwarded Blocked ---- ---- --------- --------- --------- --------- --------- -------- 3 EXC 17m 5s 4m 2s
显示IGMP joined group details for group 239.1.1.10 source 10.1.1.10 for all VRFs:
switch#show ip igmp group 239.1.1.10 source 10.1.1.10 all-vrfsInterface Name : vlan10 VRF Name : default Group Address : 239.1.1.10 Source Address : 10.1.1.10 Mode Uptime Expire ---- --------- ------- 0m 39s 3m 41s
显示IGMP joined group details group 239.1.1.10 for the default VRF:
switch#show ip igmp group 239.1.1.10 vrf defaultIGMP group information for group 239.1.1.10 Interface Name : vlan2 VRF Name : default Group Address : 239.1.1.10 Last Reporter : 100.1.1.10 V1 V2 Sources Sources Vers Mode Uptime Expires Timer Timer Forwarded Blocked ---- ---- --------- --------- --------- --------- --------- -------- 3 EXC 17m 35s 3m 32s
显示IGMP joined group details group 239.1.1.10 source 10.1.1.10 for the default VRF:
switch#show ip igmp group 239.1.1.10 source 10.1.1.10 vrf defaultInterface Name : vlan10 VRF Name : default Group Address : 239.1.1.10 Source Address : 10.1.1.10 Mode Uptime Expire ---- --------- ------- 0m 59s 3m 21s