9.3. MLD Snooping Commands

9.3.1. ipv6 mld snooping

Command Purpose

Use this command to enable mld snooping.

To disable mld 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

ipv6 mld snooping ( vlan VLAN_ID | )

no ipv6 mld snooping ( vlan VLAN_ID | )

Parameter

Parameter Description

Parameter Value

VLAN_ID

Vlan ID

1-4094

Command Mode

Global Config

Default

Disable

Usage

Mld Snooping can be enabled globally and per vlan. By default, mld snooping should be disabled globally and per vlan.

Examples

This example shows how to enable mld snooping:

Switch# configure terminal
Switch(config)# ipv6 mld snooping

This example shows how to disable mld snooping:

Switch# configure terminal
Switch(config)# no ipv6 mld snooping

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

Switch# configure terminal
Switch(config)# ipv6 mld snooping vlan 10

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

Switch# configure terminal
Switch(config)# no ipv6 mld snooping vlan 10

9.3.2. ipv6 mld snooping fast-leave

Command Purpose

Use this command to enable mld 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

ipv6 mld snooping ( vlan VLAN_ID | ) fast-leave

no ipv6 mld 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 mld snooping fast-leave:

Switch# configure terminal
Switch(config)# ipv6 mld snooping fast-leave

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

Switch# configure terminal
Switch(config)# no ipv6 mld snooping fast-leave

Related Commands

show ipv6 mld snooping global

9.3.3. ipv6 mld snooping last-member-query-interval

Command Purpose

Use this command to set the last member query interval of mld 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

ipv6 mld snooping ( vlan VLAN_ID | ) last-member-query-interval INTERVAL

no ipv6 mld 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

Command Mode

Global Config

Default

1000ms

Usage

Mld 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)# ipv6 mld 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 ipv6 mld snooping last-member-query-interval

Related Commands

show ipv6 mld snooping

show ipv6 mld snooping vlan

9.3.4. ipv6 mld 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

ipv6 mld snooping global source-address IPV6_ADDR

no ipv6 mld snooping global source-address

Parameter

Parameter Description

Parameter Value

IPV6_ADDR

The IPv6 address of source address

IPv6 Address

Command Mode

Global Config

Default

The defaul IPv6 address is :: (All zero in 128 bits IPv6 address

Usage

Will use global configured source-address if vlan is not configured,otherwise, use source-address config from vlan.

Examples

This example shows how to set the global source address to fe80::1:

Switch# configure terminal
Switch(config)# ipv6 mld snooping global source-address fe80::1

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

Switch# configure terminal
Switch(config)# no ipv6 mld snooping global source-address

Related Commands

show ipv6 mld snooping querier

9.3.5. ipv6 mld 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

ipv6 mld snooping ( vlan VLAN_ID | ) max-member-num NUMBER

no ipv6 mld snooping ( vlan VLAN_ID | ) max-member-num

Parameter

Parameter Description

Parameter Value

VLAN_ID

Vlan ID

1-4094

NUMBER

The max member number of mld snooping

1-4096

Command Mode

Global Config

Default

4096

Usage

None

Examples

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

Switch# configure terminal
Switch(config)# ipv6 mld snooping max-member-num 1024

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

Switch# configure terminal
Switch(config)# no ipv6 mld snooping max-member-num

Related Commands

show ipv6 mld snooping global

show ipv6 mld snooping vlan

9.3.6. ipv6 mld snooping query-interval

Command Purpose

Use this command to set the mld 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

ipv6 mld snooping ( vlan VLAN_ID | ) query-interval INTERVAL

no ipv6 mld snooping ( vlan VLAN_ID | ) query-interval

Parameter

Parameter Description

Parameter Value

VLAN_ID

Vlan ID

1-4094

INTERVAL

The query-interval of mld snooping (seconds), range is 2 to 18000

2-18000

Command Mode

Global Config

Default

125s

Usage

Query interval can’t less than the mld snooping query max response time.

Examples

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

Switch# configure terminal
Switch(config)# ipv6 mld snooping query-interval 64

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

Switch# configure terminal
Switch(config)# no ipv6 mld snooping query-interval

Related Commands

show ipv6 mld snooping querier

show ipv6 mld snooping querier vlan

9.3.7. ipv6 mld snooping query-max-response-time

Command Purpose

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

To return 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

ipv6 mld snooping ( vlan VLAN_ID | ) query-max-response-time TIME

no ipv6 mld 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 (seconds)

1-25

Command Mode

Global Config

Default

10s

Usage

Query interval can’t less than the mld snooping query max response time.

Examples

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

Switch# configure terminal
Switch(config)# ipv6 mld snooping query-max-response-time 15

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

Switch# configure terminal
Switch(config)# no ipv6 mld snooping query-max-response-time

Related Commands

show ipv6 mld snooping querier

show ipv6 mld snooping querier vlan

9.3.8. ipv6 mld 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

ipv6 mld snooping ( vlan VLAN_ID | ) report-suppression

no ipv6 mld 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 MLD snooping works in v2 mode.

Examples

This example shows how to enable the report suppression:

Switch# configure terminal
Switch(config)# ipv6 mld snooping report-suppression

This example shows how to disable report suppression:

Switch# configure terminal
Switch(config)# no ipv6 mld snooping report-suppression

Related Commands

show ipv6 mld snooping

show ipv6 mld snooping vlan

9.3.9. ipv6 mld snooping version

Command Purpose

Use this command to set the mld snooping version.

To return 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

ipv6 mld snooping ( vlan VLAN_ID | ) version VERSION

no ipv6 mld snooping ( vlan VLAN_ID | ) version

Parameter

Parameter Description

Parameter Value

VLAN_ID

Vlan ID

1-4094

VERSION

Mld snooping version, range is 1 to 2.

1-2

Command Mode

Global Config

Default

1

Usage

The default version is 1.

Examples

This example shows how to set the mld snooping version 2:

Switch# configure terminal
Switch(config)# ipv6 mld snooping version 2

Related Commands

show ipv6 mld snooping

show ipv6 mld snooping vlan

9.3.10. ipv6 mld snooping discard-unknown

Command Purpose

Use this command to enable discard unknown.

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

ipv6 mld snooping ( vlan VLAN_ID | ) discard-unknown

no ipv6 mld 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)# ipv6 mld snooping discard-unknown

Related Commands

show ipv6 mld snooping

show ipv6 mld snooping vlan

9.3.11. ipv6 mld snooping querier tcn

Command Purpose

Use this command to set MLD 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

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

no ipv6 mld snooping querier tcn ( enable | query-count | query-interval | query-max-response-time )

Parameter

Parameter Description

Parameter Value

enable

MLD querier TCN query enable

-

COUNT

MLD querier TCN query count, default is 2.

1-10

INTERVAL

MLD querier TCN query interval, default is 10s.

1-255 seconds

TIME

MLD 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 ipv6 mld snooping querier tcn command:

Switch# configure terminal
Switch(config)# ipv6 mld snooping querier tcn query-count 2

Related Commands

show ipv6 mld snooping querier

9.3.12. ipv6 mld snooping vlan access-group

Command Purpose

Use this command to set mld snooping access group on vlan.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

ipv6 mld snooping vlan vlan_id access-group acl

no ipv6 mld snooping vlan vlan_id access-group

Parameter

Parameter Description

Parameter Value

vlan_id

Vlan ID, range is 1 to 4094.

1-4094

acl

IPV6 Named Standard Access list.

-

Command Mode

Global Config

Default

None

Usage

None

Examples

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

Switch# configure terminal
Switch(config)# ipv6 mld snooping vlan 10 access-group acl

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

Switch# configure terminal
Switch(config)# no ipv6 mld snooping vlan 10 access-group

Related Commands

show ipv6 mld snooping vlan

9.3.13. ipv6 mld snooping vlan mrouter interface

Command Purpose

Use this command to set mld snooping mrouter interface on vlan.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

ipv6 mld snooping vlan VLAN_ID mrouter interface IFNAME

no ipv6 mld 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/loopback/vlan/tunnel 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)# ipv6 mld 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 ipv6 mld snooping vlan 10 mrouter interface eth-0-1

Related Commands

show ipv6 mld snooping vlan

9.3.14. ipv6 mld snooping vlan mrouter-aging-interval

Command Purpose

Use this command to set mld snooping mrouter interface aging interval on vlan.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

ipv6 mld snooping vlan VLAN_ID mrouter-aging-interval INTERVAL

no ipv6 mld 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(seconds)

1-65535

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)# ipv6 mld 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 ipv6 mld snooping vlan 10 mrouter-aging-interval

Related Commands

show ipv6 mld snooping vlan

9.3.15. ipv6 mld snooping vlan querier

Command Purpose

Use this command to enable mld snooping querier on vlan.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

ipv6 mld snooping vlan VLAN_ID querier

no ipv6 mld 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)# ipv6 mld snooping vlan 10 querier

This example shows how to disable querier on vlan 10:

Switch# configure terminal
Switch(config)# no ipv6 mld snooping vlan 10 querier

Related Commands

show ipv6 mld snooping querier vlan

9.3.16. ipv6 mld snooping vlan querier address

Command Purpose

Use this command to set mld snooping querier address on vlan.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

ipv6 mld snooping vlan VLAN_ID querier address IPV6_ADDR

no ipv6 mld snooping vlan VLAN_ID querier address IPV6_ADDR

Parameter

Parameter Description

Parameter Value

VLAN_ID

Vlan ID

1-4094

IPV6_ADDR

The address of querier on this vlan

IPv6 Address

Command Mode

Global Config

Default

None

Usage

Will use global configured source-address if vlan is not configured,otherwise,use source-address config from vlan.

Examples

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

Switch# configure terminal
Switch(config)# ipv6 mld snooping vlan 10 querier address fe80::1

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

Switch# configure terminal
Switch(config)# no ipv6 mld snooping vlan 10 querier address

Related Commands

show ipv6 mld snooping querier vlan

9.3.17. ipv6 mld snooping vlan querier-timeout

Command Purpose

Use this command to set mld 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

ipv6 mld snooping vlan VLAN_ID querier-timeout INTERVAL

no ipv6 mld snooping vlan vlan_id querier-timeout

Parameter

Parameter Description

Parameter Value

VLAN_ID

Vlan ID

1-4094

INTERVAL

The mld previous querier timeout interval on this VLAN (seconds)

60-300

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)# ipv6 mld snooping vlan 10 querier address 2001::2

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

Switch# configure terminal
Switch(config)# no ipv6 mld snooping vlan 10 querier-timeout

Related Commands

show ipv6 mld snooping querier vlan

9.3.18. ipv6 mld snooping vlan static-group

Command Purpose

Use this command to add static mld 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

ipv6 mld snooping vlan VLAN_ID static-group GRP_IPV6_ADDR ( source SRC_IPV6_ADDR | ) interface IFNAME

no ipv6 mld snooping vlan VLAN_ID static-group GRP_IPV6_ADDR ( source SRC_IPV6_ADDR | ) interface IFNAME

Parameter

Parameter Description

Parameter Value

VLAN_ID

Vlan ID

1-4094

GRP_IPV6_ADDR

The address of group configured on the specified interface.

IPv6 Address

SRC_IPV6_ADDR

The address of source configured on the specified interface.

IPv6 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 ff0e::1234 on interface eth-0-11 of vlan 10:

Switch# configure terminal
Switch(config)# ipv6 mld snooping vlan 10 querier-timeout 100

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

Switch# configure terminal
Switch(config)# no ipv6 mld snooping vlan 10 static-group ff0e::1234 interface eth-0-11

Related Commands

show ipv6 mld snooping group

9.3.19. clear ipv6 mld snooping group

Command Purpose

Use this command to clear all mld 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 ipv6 mld snooping ( group * | )

Parameter

Parameter Description

Parameter Value

*

All multicast group address

-

Command Mode

Privileged EXEC

Default

None

Usage

None

Examples

This example shows how to clear mld snooping group all:

Switch# clear ipv6 mld snooping

Related Commands

None

9.3.20. clear ipv6 mld snooping vlan group

Command Purpose

Use this command to clear mld 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 ipv6 mld 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 mld snooping group on vlan 10:

Switch# clear ipv6 mld snooping vlan 10

Related Commands

None

9.3.21. show ipv6 mld snooping global

Command Purpose

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

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

show ipv6 mld snooping global

Command Mode

Privileged EXEC

Default

None

Usage

None

Examples

This example shows how to display the Global Configs of mld snooping:

Switch# show ipv6 mld snooping global

Global Mld Snooping Configuration
-------------------------------------------------
Mld Snooping                             :Enabled
Mld Snooping Fast-Leave                  :Disabled
Mld Snooping Version                     :1
Mld Snooping Max-Member-Number           :4096
Mld Snooping Unknown Multicast Behavior  :Flood
Mld Snooping Report-Suppression          :Enabled

Related Commands

None

9.3.22. show ipv6 mld snooping groups

Command Purpose

Use this command to show the mld 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 ipv6 mld snooping groups

Command Mode

Privileged EXEC

Default

None

Usage

None

Examples

This example shows how to display mld snooping groups:

Switch# show ipv6 mld snooping groups

VLAN  Interface  Group Address                            Uptime     Expire-time
1     eth-0-3    ff0e:2111:1111:1111:1111:1111:1234:5678  00:00:04   00:04:16   

Related Commands

None

9.3.23. show ipv6 mld snooping groups vlan

Command Purpose

Use this command to show the mld 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 ipv6 mld snooping groups vlan VLAN_ID ( group_address | )

Parameter

Parameter Description

Parameter Value

VLAN_ID

Vlan ID

1-4094

group-address

The address of group

-

Command Mode

Privileged EXEC

Default

None

Usage

None

Examples

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

Switch# show ipv6 mld snooping groups vlan 1

MLD Snooping groups for vlan1
Interface:      eth-0-3
Group:          ff0e:2111:1111:1111:1111:1111:1234:5678
Uptime:         00:00:42
Group mode:     Exclude (Expires: 00:03:38)
Last reporter:  fe80:1111:1111:1111:1111:1111:1111:1111
Source list is empty

Related Commands

None

9.3.24. show ipv6 mld snooping groups count

Command Purpose

Use this command to show the mld 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 ipv6 mld 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 mld snooping groups number on vlan 1:

Switch# show ipv6 mld snooping groups vlan 1 count

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

Related Commands

None

9.3.25. show ipv6 mld snooping querier

Command Purpose

Use this command to show the configurations of mld 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 ipv6 mld 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 mld snooping querier on vlan 1:

Switch# show ipv6 mld snooping querier vlan 1

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

Related Commands

None

9.3.26. show ipv6 mld snooping mrouter

Command Purpose

Use this command to show the information of mld 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 ipv6 mld 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 mld snooping mrouter port on vlan 1:

Switch# show ipv6 mld snooping mrouter vlan 1

VLAN    Interface      Mode      Uptime     Expires-time  
2       eth-0-1        static    -          -            

Related Commands

None

9.3.27. show ipv6 mld snooping vlan

Command Purpose

Use this command to show the configurations of mld 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 ipv6 mld 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 mld snooping on vlan 1:

Switch# show ipv6 mld snooping vlan 1

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

Related Commands

None

9.3.28. 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                   1             1024
L2 Mcast Member                  2             8192

Related Commands

None