8.3. IGMP Snooping Commands

8.3.1. ip igmp snooping

Command Purpose

Use this command to enable igmp snooping.

To disable igmp snooping, use the no form of this command.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

ip igmp snooping ( vlan VLAN_ID | )

no ip igmp snooping ( vlan VLAN_ID | )

Parameter

Parameter Description

Parameter Value

VLAN_ID

Vlan ID

1-4094

Command Mode

Global Config

Default

Enable

Usage

Igmp Snooping can be enabled globally and per vlan. By default, igmp snooping is enabled globally and per vlan.

Examples

This example shows how to enable igmp snooping:

Switch# configure terminal
Switch(config)# ip igmp snooping

This example shows how to disable igmp snooping:

Switch# configure terminal
Switch(config)# no ip igmp snooping

This example shows how to enable igmp snooping on vlan 10:

Switch# configure terminal
Switch(config)# ip igmp snooping vlan 10

This example shows how to disable igmp snooping on vlan 10:

Switch# configure terminal
Switch(config)# no ip igmp snooping vlan 10

8.3.2. ip igmp snooping fast-leave

Command Purpose

Use this command to enable igmp snooping fast leave.

To disable it, use the no form of this command.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

ip igmp snooping ( vlan VLAN_ID | ) fast-leave

no ip igmp snooping ( vlan VLAN_ID | ) fast-leave

Parameter

Parameter Description

Parameter Value

VLAN_ID

Vlan ID

1-4094

Command Mode

Global Config

Default

Disable

Usage

This command will overide immediate-leave setting.

Examples

This example shows how to enable igmp snooping fast-leave:

Switch# configure terminal
Switch(config)# ip igmp snooping fast-leave

This example shows how to disable igmp snooping fast-leave:

Switch# configure terminal
Switch(config)# no ip igmp snooping fast-leave

Related Commands

show ip igmp snooping global

8.3.3. ip igmp snooping last-member-query-interval

Command Purpose

Use this command to set the last member query interval of igmp snooping.

To reset it to default value, use the no form of this command.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

ip igmp snooping ( vlan VLAN_ID | ) last-member-query-interval INTERVAL

no ip igmp snooping ( vlan VLAN_ID | ) last-member-query-interval

Parameter

Parameter Description

Parameter Value

VLAN_ID

Vlan ID

1-4094

INTERVAL

The last member query interval

1000-25500 ms

Command Mode

Global Config

Default

1000 ms

Usage

Igmp last member query interval can be configured per vlan. The default is 1000ms and the range is 1000-25500ms.

Examples

This example shows how to set the last member query interval:

Switch# configure terminal
Switch(config)# ip igmp snooping last-member-query-interval 2000

This example shows how to reset the last member query interval to default value:

Switch# configure terminal
Switch(config)# no ip igmp snooping last-member-query-interval

Related Commands

show ip igmp snooping

show ip igmp snooping vlan

8.3.4. ip igmp snooping global source-address

Command Purpose

Use this command to set the global source address.

To reset it to default value, use the no form of this command.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

ip igmp snooping global source-address IP_ADDR

no ip igmp snooping global source-address

Parameter

Parameter Description

Parameter Value

IP_ADDR

The IPv4 address of source address

IPv4 Address

Command Mode

Global Config

Default

0.0.0.0

Usage

Will use the globally configured source address if the VLAN is not configured; otherwise, it will use the source address configured for the VLAN.

Examples

This example shows how to set the global source address to 1.3.4.5:

Switch# configure terminal
Switch(config)# ip igmp snooping global source-address 1.3.4.5

This example shows how to reset the global source address to default value:

Switch# configure terminal
Switch(config)# no ip igmp snooping global source-address

Related Commands

show ip igmp snooping querier

8.3.5. ip igmp snooping max-member-num

Command Purpose

Use this command to set the max allowed member number.

To reset it to default value, use the no form of this command.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

ip igmp snooping ( vlan VLAN_ID | ) max-member-num NUMBER

no ip igmp snooping ( vlan VLAN_ID | ) max-member-num

Parameter

Parameter Description

Parameter Value

VLAN_ID

Vlan ID

1-4094

NUMBER

The max member number of igmp snooping

1-8192

Command Mode

Global Config

Default

2048

Usage

None

Examples

This example shows how to set the max member number of igmp snooping to 1024:

Switch# configure terminal
Switch(config)# ip igmp snooping max-member-num 1024

This example shows how to reset the max member number to default value:

Switch# configure terminal
Switch(config)# no ip igmp snooping max-member-num

Related Commands

show ip igmp snooping global

show ip igmp snooping vlan

8.3.6. ip igmp snooping query-interval

Command Purpose

Use this command to set the igmp snooping query-interval.

To reset the query-interval to default value, use the no form of this command.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

ip igmp snooping ( vlan VLAN_ID | ) query-interval interval

no ip igmp snooping ( vlan VLAN_ID | ) query-interval

Parameter

Parameter Description

Parameter Value

VLAN_ID

Vlan ID

1-4094

INTERVAL

The query-interval of igmp snooping

2-18000 seconds

Command Mode

Global Config

Default

125s

Usage

Query interval can not be less than igmp snooping query max response time.

Examples

This example shows how to set the igmp snooping query interval to 64s:

Switch# configure terminal
Switch(config)# ip igmp snooping query-interval 64

This example shows how to reset the query-interval to default value:

Switch# configure terminal
Switch(config)# no ip igmp snooping query-interval

Related Commands

show ip igmp snooping querier

show ip igmp snooping querier vlan

8.3.7. ip igmp snooping query-max-response-time

Command Purpose

Use this command to set the igmp snooping query-interval.

To reset the query-interval to default value, use the no form of this command.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

ip igmp snooping ( vlan VLAN_ID | ) query-max-response-time TIME

no ip igmp snooping ( vlan VLAN_ID | ) query-max-response-time

Parameter

Parameter Description

Parameter Value

VLAN_ID

Vlan ID

1-4094

TIME

The query max response time in seconds

1-25

Command Mode

Global Config

Default

10s

Usage

Query interval can not be less than igmp snooping query max response time.

Examples

This example shows how to set the igmp snooping query max response time to 15s:

Switch# configure terminal
Switch(config)# ip igmp snooping query-max-response-time 15

This example shows how to reset the query max response time to default value:

Switch# configure terminal
Switch(config)# no ip igmp snooping query-max-response-time

Related Commands

show ip igmp snooping querier

show ip igmp snooping querier vlan

8.3.8. ip igmp snooping report-suppression

Command Purpose

Use this command to enable report suppression.

To disable report suppression, use the no form of this command.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

ip igmp snooping ( vlan VLAN_ID | ) report-suppression

no ip igmp snooping ( vlan VLAN_ID | ) report-suppression

Parameter

Parameter Description

Parameter Value

VLAN_ID

Vlan ID

1-4094

Command Mode

Global Config

Default

Enable

Usage

Will not do report suppression when IGMP snooping works in v3 mode.

Examples

This example shows how to enable the report suppression:

Switch# configure terminal
Switch(config)# ip igmp snooping report-suppression

This example shows how to disable report suppression:

Switch# configure terminal
Switch(config)# no ip igmp snooping report-suppression

Related Commands

show ip igmp snooping

show ip igmp snooping vlan

8.3.9. ip igmp snooping version

Command Purpose

Use this command to set igmp snooping version.

To reset it to default value, use the no form of this command.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

ip igmp snooping ( vlan VLAN_ID | ) version VER

no ip igmp snooping ( vlan VLAN_ID | ) version

Parameter

Parameter Description

Parameter Value

VLAN_ID

Vlan ID

1-4094

VER

Igmp snooping version

1-3

Command Mode

Global Config

Default

2

Usage

The default version is 2.

Examples

This example shows how to set the igmp snooping version 1:

Switch# configure terminal
Switch(config)# ip igmp snooping version 1

Related Commands

show ip igmp snooping

show ip igmp snooping vlan

8.3.10. ip igmp snooping discard-unknown

Command Purpose

Use this command to set discard unknown multicast traffic.

To disable discard unknown, use the no form of this command.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

ip igmp snooping ( vlan VLAN_ID | ) discard-unknown

no ip igmp snooping ( vlan VLAN_ID | ) discard-unknown

Parameter

Parameter Description

Parameter Value

VLAN_ID

Vlan ID

1-4094

Command Mode

Global Config

Default

Enabled by default, unknown multicast traffic will flood in vlan.

Usage

None

Examples

This example shows how to enable discard-unknown multicast traffic:

Switch# configure terminal
Switch(config)# ip igmp snooping discard-unknown

Related Commands

show ip igmp snooping

show ip igmp snooping vlan

8.3.11. ip igmp snooping querier tcn

Command Purpose

Use this command to set IGMP snooping querier TCN related parameters. To reset it to default value, use the no form of this command.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

ip igmp snooping querier tcn ( enable | query-count COUNT | query-interval INTERVAL | query-max-response-time TIME )

no ip igmp snooping querier tcn ( enable | query-count | query-interval | query-max-response-time )

Parameter

Parameter Description

Parameter Value

enable

IGMP querier TCN query enable

-

COUNT

IGMP querier TCN query count, default is 2.

1-10

INTERVAL

IGMP querier TCN query interval, default is 10s.

1-255 seconds

TIME

IGMP querier TCN query max response time, default is 5s

1-9 seconds

Command Mode

Global Config

Default

This feature is enabled by default, default query count is 2, default query interval is 10s, maximum response time is 5s

Usage

None

Examples

This example shows how to use ip igmp snooping querier tcn command:

Switch# configure terminal
Switch(config)# ip igmp snooping querier tcn query-count 2

Related Commands

show ip igmp snooping querier

8.3.12. ip igmp snooping vlan access-group

Command Purpose

Use this command to set igmp snooping access group on vlan. To remove this setting, use the no form of this command.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

ip igmp snooping vlan VLAN_ID access-group LIST

no ip igmp snooping vlan VLAN_ID access-group

Parameter

Parameter Description

Parameter Value

VLAN_ID

Vlan ID

1-4094

LIST

IP Named Standard Access list.

Up to 40 characters

Command Mode

Global Config

Default

None

Usage

None

Examples

This example shows how to apply access-group on vlan 10:

Switch# configure terminal
Switch(config)# ip igmp snooping vlan 10 access-group acl

This example shows how to remove access-group from vlan 10:

Switch# configure terminal
Switch(config)# no ip igmp snooping vlan 10 access-group

Related Commands

show ip igmp snooping vlan

8.3.13. ip igmp snooping vlan mrouter interface

Command Purpose

Use this command to set igmp snooping mrouter interface on vlan. To remove this setting, use the no form of this command.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

ip igmp snooping vlan VLAN_ID mrouter interface IFNAME

no ip igmp snooping vlan VLAN_ID mrouter interface IFNAME

Parameter

Parameter Description

Parameter Value

VLAN_ID

Vlan ID

1-4094

IFNAME

Mrouter interface on this vlan

Support physical/aggregation ports

Command Mode

Global Config

Default

None

Usage

The specificed interface must have already joined the configured vlan.

Examples

This example shows how to set eth-0-1 as mrouter interface on vlan 10:

Switch# configure terminal
Switch(config)# ip igmp snooping vlan 10 mrouter interface eth-0-1

This example shows how to unset eth-0-1 as mrouter interface on vlan 10:

Switch# configure terminal
Switch(config)# no ip igmp snooping vlan 10 mrouter interface eth-0-1

Related Commands

show ip igmp snooping vlan

8.3.14. ip igmp snooping vlan mrouter-aging-interval

Command Purpose

Use this command to set igmp snooping mrouter interface aging interval on vlan. To reset it to default value, use the no form of this command.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

ip igmp snooping vlan VLAN_ID mrouter-aging-interval INTERVAL

no ip igmp snooping vlan VLAN_ID mrouter-aging-interval

Parameter

Parameter Description

Parameter Value

VLAN_ID

Vlan ID

1-4094

INTERVAL

Dynamic mrouter interface aging interval on this vlan in seconds

1-65535 seconds

Command Mode

Global Config

Default

255s

Usage

None

Examples

This example shows how to set dynamic mrouter interface aging interval as 100 seconds on vlan 10:

Switch# configure terminal
Switch(config)# ip igmp snooping vlan 10 mrouter-aging-interval 100

This example shows how to reset dynamic mrouter interface aging interval as default on vlan 10:

Switch# configure terminal
Switch(config)# no ip igmp snooping vlan 10 mrouter-aging-interval

Related Commands

show ip igmp snooping vlan

8.3.15. ip igmp snooping vlan mrouter-port-discard

Command Purpose

Use this command to set igmp snooping mrouter port disacrd on vlan. To reset it to default value, use the no form of this command.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

ip igmp snooping vlan VLAN_ID mrouter-port-discard

no ip igmp snooping vlan VLAN_ID mrouter-port-discard

Parameter

Parameter Description

Parameter Value

VLAN_ID

Vlan ID

1-4094

Command Mode

Global Config

Default

Disable

Usage

None

Examples

This example shows how to set the mrouter port discard on vlan 10:

Switch# configure terminal
Switch(config)# ip igmp snooping vlan 10 mrouter-port-discard

This example shows how to set the default mrouter port discard action on vlan 10:

Switch# configure terminal
Switch(config)# no ip igmp snooping vlan 10 mrouter-port-discard

Related Commands

show ip igmp snooping vlan

8.3.16. ip igmp snooping vlan querier

Command Purpose

Use this command to enable igmp snooping querier on vlan. To reset it to default, use the no form of this command.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

ip igmp snooping vlan VLAN_ID querier

no ip igmp snooping vlan VLAN_ID querier

Parameter

Parameter Description

Parameter Value

VLAN_ID

Vlan ID

1-4094

Command Mode

Global Config

Default

Disable

Usage

None

Examples

This example shows how to enable querier on vlan 10:

Switch# configure terminal
Switch(config)# ip igmp snooping vlan 10 querier

This example shows how to disable querier on vlan 10:

Switch# configure terminal
Switch(config)# no ip igmp snooping vlan 10 querier

Related Commands

show ip igmp snooping querier vlan

8.3.17. ip igmp snooping vlan querier address

Command Purpose

Use this command to set igmp snooping querier address on vlan. To remove this setting, use the no form of this command.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

ip igmp snooping vlan VLAN_ID querier address IP_ADDR

no ip igmp snooping vlan VLAN_ID querier address IP_ADDR

Parameter

Parameter Description

Parameter Value

VLAN_ID

Vlan ID

1-4094

IP_ADDR

The address of querier on this vlan

IPv4 Address

Command Mode

Global Config

Default

None

Usage

Will use the globally configured source address if the VLAN is not configured, otherwise, use the source address configured for the VLAN.

Examples

This example shows how to set querier address on vlan 10:

Switch# configure terminal
Switch(config)# ip igmp snooping vlan 10 querier address 1.1.1.1

This example shows how to unset querier address on vlan 10:

Switch# configure terminal
Switch(config)# no ip igmp snooping vlan 10 querier address

Related Commands

show ip igmp snooping querier vlan

8.3.18. ip igmp snooping vlan querier-timeout

Command Purpose

Use this command to set igmp previous querier timeout interval on this vlan.To reset it to default, use the no form of this command.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

ip igmp snooping vlan VLAN_ID querier-timeout INTERVAL

no ip igmp snooping vlan VLAN_ID querier-timeout

Parameter

Parameter Description

Parameter Value

VLAN_ID

Vlan ID

1-4094

INTERVAL

The igmp previous querier timeout interval on this vlan in seconds

60-300 seconds

Command Mode

Global Config

Default

255s

Usage

None

Examples

This example shows how to set previous querier timeout interval as 100 seconds on vlan 10:

Switch# configure terminal
Switch(config)# ip igmp snooping vlan 10 querier-timeout 100

This example shows how to reset previous querier timeout interval on vlan 10:

Switch# configure terminal
Switch(config)# no ip igmp snooping vlan 10 querier-timeout

Related Commands

show ip igmp snooping querier vlan

8.3.19. ip igmp snooping vlan static-group

Command Purpose

Use this command to add static igmp group on this vlan. To remove this setting, use the no form of this command.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

ip igmp snooping vlan VLAN_ID static-group GRP_ADDR ( source SRC_ADDR | ) interface IFNAME

no ip igmp snooping vlan VLAN_ID static-group GRP_ADDR ( source SRC_ADDR | ) interface IFNAME

Parameter

Parameter Description

Parameter Value

VLAN_ID

Vlan ID

1-4094

GRP_ADDR

The address of group configured on the specified interface.

IPv4 Address

SRC_ADDR

The address of source configured on the specified interface.

IPv4 Address

IFNAME

The interface configured as a member of specified group on this vlan

Support physical/aggregation ports

Command Mode

Global Config

Default

None

Usage

None

Examples

This example shows how to add group 238.1.1.1 on interface eth-0-11 of vlan 10:

Switch# configure terminal
Switch(config)# ip igmp snooping vlan 10 static-group 238.1.1.1 interface eth-0-11

This example shows how to remove group 238.1.1.1 from interface eth-0-11 of vlan 10:

Switch# configure terminal
Switch(config)# no ip igmp snooping vlan 10 static-group 238.1.1.1 interface eth-0-11

Related Commands

show ip igmp snooping group

8.3.20. ip igmp snooping vlan static-group remote-vtep

Command Purpose

Use this command to add static igmp group with remote vtep on this vlan. To remove this setting, use the no form of this command.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

Not supported

Base

To check with test department

Command Syntax

ip igmp snooping vlan VLAN_ID static-group GRP_ADDR remote-vtep VTEP_NUM

no ip igmp snooping vlan VLAN_ID static-group GRP_ADDR remote-vtep VTEP_NUM

Parameter

Parameter Description

Parameter Value

VLAN_ID

Vlan ID

1-4094

GRP_ADDR

The address of group configured on the specified interface.

IPv4 Address

VTEP_NUM

Remote Vtep Number

1-65535

Command Mode

Global Config

Default

None

Usage

None

Examples

This example shows how to add group 238.1.1.1 on remote-vtep 1:

Switch# configure terminal
Switch# vlan 10
Switch(config-vlan)# overlay enable
Switch(config-vlan)# exit
Switch(config)# overlay
Switch(config-overlay)# source 1.1.1.1
Switch(config-overlay)# remote-vtep 1 ip-address 2.2.2.2 type vxlan
Switch(config-overlay)# vlan 10 vni 10
Switch(config-overlay)# vlan 10 remote-vtep 1
Switch(config-vlan)# exit
Switch(config)# ip igmp snooping vlan 10 static-group 238.1.1.1 remote-vtep 1

This example shows how to remove group 238.1.1.1 from remote-vtep 1 of vlan 10:

Switch# configure terminal
Switch(config)# no ip igmp snooping vlan 10 static-group 238.1.1.1 remote-vtep 1

Related Commands

show ip igmp snooping group

8.3.21. clear ip igmp snooping group

Command Purpose

Use this command to clear all igmp snooping groups.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

clear ip igmp snooping group ( * | GRP_ADDR )

Parameter

Parameter Description

Parameter Value

*

All multicast group address

-

GRP_ADDR

Multicast group address

IPv4 Address

Command Mode

Privileged EXEC

Default

None

Usage

None

Examples

This example shows how to clear igmp snooping group all:

Switch# clear ip igmp snooping group *

Related Commands

None

8.3.22. clear ip igmp snooping vlan

Command Purpose

Use this command to clear igmp snooping groups on vlan.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

clear ip igmp snooping vlan VLAN_ID

Parameter

Parameter Description

Parameter Value

VLAN_ID

Vlan ID

1-4094

Command Mode

Privileged EXEC

Default

None

Usage

None

Examples

This example shows how to clear igmp snooping group on vlan 10:

Switch# clear ip igmp snooping vlan 10

Related Commands

None

8.3.23. clear ip igmp snooping mrouter vlan

Command Purpose

Use this command to clear igmp snooping mrouter on vlan.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

clear ip igmp snooping mrouter vlan VLAN_ID

Parameter

Parameter Description

Parameter Value

VLAN_ID

VLAN ID

1-4094

Command Mode

Privileged EXEC

Default

None

Usage

None

Examples

This example shows how to clear igmp snooping mrouter on vlan 10:

Switch# clear ip igmp snooping mrouter vlan 10

Related Commands

clear ip igmp snooping mrouter

8.3.24. clear ip igmp snooping mrouter

Command Purpose

Use this command to clear igmp snooping mrouter.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

clear ip igmp snooping mrouter

Command Mode

Privileged EXEC

Default

None

Usage

None

Examples

This example shows how to clear igmp snooping mrouter all:

Switch# clear ip igmp snooping mrouter

Related Commands

clear ip igmp snooping mrouter vlan

8.3.25. show ip igmp snooping global

Command Purpose

Use this command to show the Global Configs of igmp snooping.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

show ip igmp snooping global

Command Mode

Privileged EXEC

Default

None

Usage

None

Examples

This example shows how to display Global Configs of igmp snooping:

Switch# show ip igmp snooping global 

Global Igmp Snooping Configuration
-------------------------------------------------
Igmp Snooping                             :Enabled
Igmp Snooping Fast-Leave                  :Disabled
Igmp Snooping Version                     :2
Igmp Snooping Robustness Variable         :2
Igmp Snooping Max-Member-Number           :2048
Igmp Snooping Unknown Multicast Behavior  :Flood
Igmp Snooping Report-Suppression          :Enabled

Related Commands

None

8.3.26. show ip igmp snooping groups

Command Purpose

Use this command to show the igmp snooping groups.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

show ip igmp snooping groups

Command Mode

Privileged EXEC

Default

None

Usage

None

Examples

This example shows how to display igmp snooping groups:

Switch# show ip igmp snooping groups 

VLAN   Interface      Group-Address      Uptime     Expires-time  
1      eth-0-1        227.0.0.1          00:03:44   00:04:18

Related Commands

None

8.3.27. show ip igmp snooping groups vlan

Command Purpose

Use this command to show the igmp snooping groups on vlan.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

show ip igmp snooping groups vlan VLAN_ID ( GRP_ADDR | )

Parameter

Parameter Description

Parameter Value

VLAN_ID

Vlan ID

1-4094

GRP_ADDR

The address of group

IPv4 Address

Command Mode

Privileged EXEC

Default

None

Usage

None

Examples

This example shows how to display igmp snooping groups on vlan 1:

Switch# show ip igmp snooping groups vlan 1 

IGMP Snooping groups for vlan1
Interface:      eth-0-1
Group:          227.0.0.1
Uptime:         00:05:24
Group mode:     Exclude (Expires: 00:04:20)
Last reporter:  10.0.1.100
Source list is empty

Related Commands

None

8.3.28. show ip igmp snooping groups count

Command Purpose

Use this command to show the igmp snooping groups number.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

show ip igmp snooping groups ( vlan VLAN_ID | ) count

Parameter

Parameter Description

Parameter Value

VLAN_ID

Vlan ID

1-4094

Command Mode

Privileged EXEC

Default

None

Usage

None

Examples

This example shows how to display igmp snooping groups number on vlan 1:

Switch# show ip igmp snooping groups vlan 1 count

Dynamic multicast groups count: 1
Static multicast groups count: 0
Total multicast groups count: 1

Related Commands

None

8.3.29. show ip igmp snooping querier

Command Purpose

Use this command to show the configurations of igmp snooping querier information.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

show ip igmp snooping querier ( vlan VLAN_ID | )

Parameter

Parameter Description

Parameter Value

VLAN_ID

Vlan ID

1-4094

Command Mode

Privileged EXEC

Default

None

Usage

None

Examples

This example shows how to display the configurations of igmp snooping querier on vlan 1:

Switch# show ip igmp snooping querier vlan 1

Global Igmp Snooping Querier Configuration
-------------------------------------------------
Version                           :2
Last-Member-Query-Interval (msec) :1000
Last-Member-Query-Count           :2
Max-Query-Response-Time (sec)     :10
Query-Interval (sec)              :125
Global Source-Address             :0.0.0.0
TCN Query Count                   :2
TCN Query Interval (sec)          :10
TCN Query Max Respose Time (sec)  :5
Vlan 1:   IGMP snooping querier status
--------------------------------------------
Elected querier is : 0.0.0.0
--------------------------------------------
Admin state                       :Disabled
Admin version                     :2
Operational state                 :Non-Querier
Querier operational address       :0.0.0.0
Querier configure address         :N/A
Last-Member-Query-Interval (msec) :1000
Last-Member-Query-Count           :2
Max-Query-Response-Time (sec)     :10
Query-Interval (sec)              :125
Querier-Timeout (sec)             :255

Related Commands

None

8.3.30. show ip igmp snooping mrouter

Command Purpose

Use this command to show the information of igmp snooping mrouter port on vlan.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

show ip igmp snooping mrouter ( vlan VLAN_ID | )

Parameter

Parameter Description

Parameter Value

VLAN_ID

Vlan ID

1-4094

Command Mode

Privileged EXEC

Default

None

Usage

None

Examples

This example shows how to display the information of igmp snooping mrouter port on vlan 1:

Switch# show ip igmp snooping mrouter vlan 1

Interface      Mode      Uptime     Expires-time  
eth-0-11       static    -          -  

Related Commands

None

8.3.31. show ip igmp snooping vlan

Command Purpose

Use this command to show the configurations of igmp snooping on vlan.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

show ip igmp snooping ( vlan VLAN_ID | )

Parameter

Parameter Description

Parameter Value

VLAN_ID

Vlan ID

1-4094

Command Mode

Privileged EXEC

Default

None

Usage

None

Examples

This example shows how to display the configurations of igmp snooping on vlan 1:

Switch# show ip igmp snooping vlan 1

Global Igmp Snooping Configuration
-------------------------------------------------
Igmp Snooping                             :Enabled
Igmp Snooping Fast-Leave                  :Disabled
Igmp Snooping Version                     :2
Igmp Snooping Robustness Variable         :2
Igmp Snooping Max-Member-Number           :2048
Igmp Snooping Unknown Multicast Behavior  :Flood
Igmp Snooping Report-Suppression          :Enabled
Vlan 1
-----------
Igmp Snooping                             :Enabled
Igmp Snooping Fast-Leave                  :Disabled
Igmp Snooping Report-Suppression          :Enabled
Igmp Snooping Version                     :2
Igmp Snooping Robustness Variable         :2
Igmp Snooping Max-Member-Number           :2048
Igmp Snooping Unknown Multicast Behavior  :Flood
Igmp Snooping Group Access-list           :N/A
Igmp Snooping Mrouter Port                :
Igmp Snooping Mrouter Port Aging Interval(sec) :255

Related Commands

None

8.3.32. show resource l2mcast

Command Purpose

Use this command to display the resource usage of L2 mcast.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

show resource l2mcast

Command Mode

Privileged EXEC

Default

None

Usage

None

Examples

The following is sample output from the show resource l2mcast command:

Switch# show resource l2mcast 

L2MCAST
Resource                         Used          Capability
=============================================================
L2 Mcast Entry                   0             2048

Related Commands

None