C613-50102-01 REV C
Command Reference for x510 Series
1227
AlliedWare Plus™ Operating System - Version 5.4.6-1.x
M
ULTICAST
C
OMMANDS
IPV
6
MULTICAST
ROUTE
To create a blackhole route for the IPv6 multicast source IP address 2001::1 and
group IP address ff08::1, specifying the upstream VLAN interface as
vlan10
, use
the following commands:
awplus#
configure terminal
awplus(config)#
ipv6 multicast route 2001::1 ff08::1 vlan10
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