show ip igmp interface group
Syntax
show ip igmp interface {vlan< vlan id >} group [source<源ip >]
描述
Shows IGMP joined group information for a specific interface or VLAN interface, or specify a source IP.
Command context
Operator (>
)或米anager (#
)
Parameters
-
vlan< vlan id >
-
Specifies a VLAN. Values: 1-4094.
-
-
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
权威
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
Showing IGMP joined group details for group 239.1.1.1 for interface VLAN 10:
switch#show ip igmp interface vlan 10 group 239.1.1.1IGMP group information for group 239.1.1.1 Interface Name : vlan10 VRF Name : default Group Address : 239.1.1.1 Last Reporter : 100.1.1.10 V1 V2 Sources Sources Vers Mode Uptime Expires Timer Timer Forwarded Blocked ---- ---- --------- --------- --------- --------- --------- -------- 3 INC 8m 10s 2m 21s 1 Group Address : 239.1.1.1 Source Address : 10.1.1.1 Mode Uptime Expire ---- --------- ------- INC 8m 10s 2m 21s
Showing IGMP joined group details for group 239.1.1.1 for interface VLAN 10 with source details for 10.1.1.1:
switch#show ip igmp interface vlan 10 group 239.1.1.1 source 10.1.1.1Interface Name : vlan10 VRF Name : default Group Address : 239.1.1.1 Source Address : 10.1.1.1 Mode Uptime Expire ---- --------- ------- INC 8m 52s 3m 51s