C613-50066-01 REV A
Command Reference for IE200 Series Industrial Managed PoE+ Switches
623
AlliedWare Plus™ Operating System - Version 5.4.5I-0.x
M
ULTICAST
C
OMMANDS
IPV
6
MULTICAST
ROUTE
you attempt to update an existing static multicast route entry with an additional
VLAN or VLANs an error message is displayed and logged.
To remove a specific downstream VLAN from an existing static multicast route
entry, specify the VLAN you want to remove with the <
downstream-vlan-id
>
parameter when entering the
no
variant of this command.
Note that if static IPv6 multicast routing is being used with EPSR and the
destination VLAN is an EPSR data VLAN, then multicast router (mrouter) ports must
be statically configured. This minimizes disruption for multicast traffic in the event
of ring failure or restoration.
When configuring the EPSR data VLAN, statically configure mrouter ports so that
the multicast router can be reached in either direction around the EPSR ring.
See
ipv6 mld snooping mrouter
for a command description and command
examples.
Examples
To create an IPv6 static multicast route for the multicast source IPv6 address
2001::1
and group IPv6 address
ff08::1
, specifying the upstream VLAN
interface as
vlan10
and the downstream VLAN interface as
vlan20
, use the
following commands:
awplus#
configure terminal
awplus(config)#
ipv6 multicast route 2001::1 ff08::1 vlan10
vlan20
To create an IPv6 static multicast route for the multicast source IPv6 address
2001::1 and group IPv6 address ff08::1, specifying the upstream VLAN interface as
vlan10
and the downstream VLAN range as
vlan20-25
, use the following
commands:
awplus#
configure terminal
awplus(config)#
ipv6 multicast route 2001::1 ff08::1 vlan10
vlan20-25
To remove the downstream VLAN
23
from the IPv6 static multicast route created
with the above command, use the following commands:
awplus#
configure terminal
awplus(config)#
no ipv6 multicast route 2001::1 ff08::1 vlan10
vlan23
To delete an IPv6 static multicast route for the multicast source IPv6 address
2001::1 and group IPv6 address ff08::1, use the following commands:
awplus#
configure terminal
awplus(config)#
no ipv6 multicast route 2001::1 ff08::1
Related
Commands
clear ipv6 mroute
ipv6 mld snooping mrouter
show ipv6 mroute