9.1. IPv6 Multicast-Routing Commands

9.1.1. Ipv6 multicast-routing

Command Purpose

Use this command to enable ipv6 multicast routing.

To disable ipv6 multicast routing, 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 multicast-routing

no ipv6 multicast-routing

Command Mode

Global Config

Default

Enable

Usage

None

Examples

This example shows how to enable ipv6 multicast routing:

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

This example shows how to disable ipv6 multicast routing:

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

9.1.2. ipv6 multicast route-limit

Command Purpose

Use this command to set the maximum number of the multicast routes.

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 multicast route-limit LIMIT ( THRESHOLD | )

no ipv6 multicast route-limit

Parameter

Parameter Description

Parameter Value

LIMIT

Max number of multicast route entries

1-2048

THRESHOLD

Threshold at which to generate warning message

1-2048

Command Mode

Global Config

Default

Default maximum number of the multicast routes should be 2048.

Default threshold should be same as the maximum number of multicast routes.

Usage

None

Examples

This example shows how to set the maximum number of the multicast routes to 512:

Switch# configure terminal
Switch(config)# ipv6 multicast route-limit 512

This example shows how to reset the maximum number of the multicast routes to default value:

Switch# configure terminal
Switch(config)# no ipv6 multicast route-limit

Related Commands

show ipv6 mroute route-limit

9.1.3. show ipv6 mroute

Command Purpose

Use this command to display the ipv6 multicast routing table 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 mroute ( sparse | ) ( count | summary | )

show ipv6 mroute IPV6_ADDR ( sparse | ) ( count | summary | )

show ipv6 mroute route-limit

Parameter

Parameter Description

Parameter Value

sparse

Show sparse multicast routes

-

count

Show number of multicast route entries

-

summary

Show abbreviated multicast route information

-

IPV6_ADDR

Show specify source or group address multicast route

IPv6 address

route-limit

Show max route limit value

-

Command Mode

Privileged EXEC

Default

None

Usage

None

Examples

This example shows how to display multicast routing table:

Switch# show ipv6 mroute

IPv6 Multicast Routing Table
Flags: I - Immediate Stat, T - Timed Stat, F - Forwarder installed
Timers: Uptime/Stat Expiry
Interface State: Interface
2001:1::1234, ff0e::1234:5678
uptime 00:00:02, stat expires 00:03:28
Owner PIM-SMv6, Flags: TF
  Incoming interface: eth-0-1
  Outgoing interface list:
    Register
    eth-0-2

This example shows how to display multicast routing table summary information:

Switch# show ipv6 mroute summary

IPv6 Multicast Routing Table
Flags: I - Immediate Stat, T - Timed Stat, F - Forwarder installed
Timers: Uptime/Stat Expiry
Interface State: Interface
2001:1::1234, ff0e::1234:5678
    00:01:04/00:02:26, PIM-SMv6, Flags: TF

Related Commands

ipv6 multicast route-limit

ipv6 mroute-rpf

9.1.4. show ipv6 mif

Command Purpose

Use this command to display the multicast 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 ipv6 mif ( IFNAME | )

Parameter

Parameter Description

Parameter Value

IFNAME

Interface name

Support physical/aggregation/loopback/vlan/tunnel ports

Command Mode

Privileged EXEC

Default

None

Usage

None

Examples

This example shows how to display multicast interface information:

Switch# show ipv6 mif

Interface   Mif   Owner                 Uptime
            Idx   Module        
eth-0-1     0     PIM-SMv6              00:00:05
Register    1     PIM-SMv6              00:00:05

Related Commands

ipv6 pim sparse-mode

9.1.5. show ipv6 multicast groups count

Command Purpose

Use this command to display the multicast group count.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

show ipv6 multicast groups count

Command Mode

Privileged EXEC

Default

None

Usage

None

Examples

This example shows how to display multicast group number:

Switch# show ipv6 multicast groups count

multicast group record count:  1
multicast source record count: 0
multicast total record count:  1
multicast max record count:    2048

Related Commands

None

9.1.6. show resource mcast6

Command Purpose

Use this command to display ipv6 multicast resource information.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

show resource mcast6

Command Mode

Privileged EXEC

Default

None

Usage

None

Examples

This example shows how to display ipv6 multicast resource information:

Switch# show resource mcast6

MCAST
Resource                         Used          Capability
=============================================================
Mcast Entry                      0             224
Mcast Member                     0             1792

Related Commands

None

9.1.7. clear ipv6 mroute

Command Purpose

Use this command to clear the ipv6 multicast routing table information.

Prerequisites

Platform

Software

License

Comments

AQ-N3000

7.0

Base

AQ-N5000

7.0

Base

AQ-N6000

7.0

Base

Command Syntax

clear ipv6 mroute ( * | GRP_IPV6_ADDR ( SRC_IPV6_ADDR ) | )

Parameter

Parameter Description

Parameter Value

GRP_IPV6_ADDR

Clear specify group address multicast route

IPv6 address

SRC_IPV6_ADDR

Clear specify source address multicast route

IPv6 address

*

Clear all multicast routes

-

Command Mode

Privileged EXEC

Default

None

Usage

None

Examples

This example shows how to clear all ipv6 multicast routing table information:

Switch# clear ipv6 mroute *

Related Commands

show ipv6 mroute