9.5. MVR6 Commands

9.5.1. mvr6

Command Purpose

Use this command to enable or disable MVR6.To disable mvr6, 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

mvr6

no mvr6

Command Mode

Global Config

Default

Disable

Usage

Enable MVR6 in the Switch, must disable ipv6 multicast-routing before enable MVR6.

Examples

This example shows how to enable MVR6:

Switch# configure terminal
Switch(config)# no ipv6 multicast-routing
Switch(config)# mvr6

9.5.2. mvr6 vlan

Command Purpose

Use this command to specify the MVR6 source 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

mvr6 vlan VLAN_ID

no mvr6 vlan

Parameter

Parameter Description

Parameter Value

VLAN_ID

Vlan ID

1-4094

Command Mode

Global Config

Default

None

Usage

The related vlan interface should be created before the configuration of the MVR6 source vlan.

Examples

This example shows how to configure source vlan of MVR6. configure vlan 2 as source vlan of MVR6:

Switch# configure terminal
Switch(config)# vlan database
Switch(config-vlan)# vlan 2
Switch(config)# interface vlan 2
Switch(config-if)# exit
Switch(config)# mvr6 vlan 2

Related Commands

interface vlan

9.5.3. mvr6 group

Command Purpose

Use this command to configure global group for MVR6. 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

mvr6 group IPV6_ADDR ( COUNT | )

no mvr6 group address ( COUNT | )

Parameter

Parameter Description

Parameter Value

IPV6_ADDR

Multicast group address

IPv6 Address

COUNT

Count of contiguous groups

1-64

Command Mode

Global Config

Default

None

Usage

This command is used to create or delete a global static group.

Examples

This example shows how to create global static group from ff0e::1 to ff0e::50:

Switch# configure terminal
Switch(config)# mvr6 group ff0e::1 50

Related Commands

None

9.5.4. mvr6 source-address

Command Purpose

Use this command to create mvr6 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

mvr6 source-address IPv6_ADDR

no mvr6 source-address

Parameter

Parameter Description

Parameter Value

IPv6_ADDR

Source ipv6 address

IPv6 Address

Command Mode

Global Config

Default

fe80::1

Usage

None

Examples

This example shows how to create mvr6 source address:

Switch# configure terminal
Switch(config)# mvr6 source-address 2001::2

This example shows how to resume mvr6 source address as default IPv6 address:

Switch# configure terminal
Switch(config)# no mvr6 source-address

Related Commands

None

9.5.5. mvr6 type

Command Purpose

Use this command to configure a switch-port as source port or receiver port. 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

mvr6 type ( source | receiver vlan VLAN_ID )

no mvr6 type ( receiver vlan VLAN_ID | )

Parameter

Parameter Description

Parameter Value

source

MVR6 source port

-

receiver

MVR6 receiver port

-

VLAN_ID

MVR6 receiver vlan

1-4094

Command Mode

Interface Configuration

Default

None

Usage

Configure the interface as source port or receiver port. The source port must belong to source vlan, and the receiver port must not belong to source vlan.

Examples

This example shows how to configure the eth-0-1 as source port, and configure the eth-0-2 as receiver port of vlan 2:

Switch# configure terminal
Switch(config)# interface eth-0-1
Switch(config-if)# mvr6 type source
Switch(config)# interface eth-0-2
Switch(config-if)# mvr6 type receiver vlan 2

Related Commands

None

9.5.6. show mvr6

Command Purpose

Use this command to show mvr6 information.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

show mvr6

Command Mode

Privileged EXEC

Default

None

Usage

None

Examples

This example shows how to display mrv6 information:

Switch# show mvr6

MVR6 Running: TRUE
MVR6 Multicast VLAN: 2
MVR6 Source-address: fe80::1
MVR6 Max Multicast Groups: 1024
MVR6 Hw Rt Limit: 224
MVR6 Current Multicast Groups: 3

Related Commands

None

9.5.7. show mvr6 interface

Command Purpose

Use this command to show mvr6 interface information.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

show mvr6 interface

Command Mode

Privileged EXEC

Default

None

Usage

None

Examples

This example shows how to display mrv6 interface information:

Switch# show mvr6 interface

Port        Type          VLAN    Status
eth-0-2     source        10      ACTIVE   
eth-0-1     receiver      11      ACTIVE

Related Commands

None

9.5.8. show mvr6 group

Command Purpose

Use this command to show mvr6 group learned from receiver port.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

show mvr6 group vlan VLAN_ID ( IPV6_ADDR | )

Parameter

Parameter Description

Parameter Value

VLAN_ID

MVR6 receiver VLAN

1-4094

IPV6_ADDR

Multicast group address

IPv6 Address

Command Mode

Privileged EXEC

Default

None

Usage

None

Examples

This example shows how to display mvr6 group learned from receiver port:

Switch# show mvr6 groups

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

Related Commands

None

9.5.9. show mvr6 group static

Command Purpose

Use this command to show mvr6 global static groups.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

show mvr6 group static global

Command Mode

Privileged EXEC

Default

None

Usage

None

Examples

This example shows how to display mvr6 global static groups:

Switch# show mvr6 groups static global

MVR6 Static Global Group:
ff0e::1234
ff0e::1235
ff0e::1236
ff0e:2111:1111:1111:1111:1111:1234:5678

Related Commands

None

9.5.10. show resource mvr6

Command Purpose

Use this command to display the resource usage of MVR6.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

show resource mvr6

Command Mode

Privileged EXEC

Default

None

Usage

None

Examples

This example shows how to display the resource usage of MVR6:

Switch# show resource mvr6 

MVR
Resource                         Used          Capability
=============================================================
MVR Entry                        4             224
L2 Mcast Member                  1             1792

Related Commands

None