C613-50631-01 Rev A Command Reference for IE340 Series 1768
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
MULTICAST COMMANDS
IPV
6 MULTICAST ROUTE
specified. If you attempt to update an existing static multicast route entry with an
additional interface or interfaces an error message is displayed and logged.
To create a blackhole or null route where packets from a specified source and
group address coming from an upstream interface are dropped rather than
forwarded, do not specify the optional <downstream-interface> parameter when
entering this command.
To remove a specific downstream interface from an existing static multicast route
entry, specify the interface you want to remove with the <downstream-interface>
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.
For example, if port1.0.1 and port1.0.8 are ports on an EPSR data VLAN vlan101,
which is the destination for a static IPv6 multicast route, then configure both ports
as multicast router (mrouter) ports as shown in the example commands listed
below:
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 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
awplus>enableď€
ď€
awplus#configure terminalď€
ď€
awplus(config)#interface vlan101ď€
ď€
awplus(config-if)#ipv6 mld snooping mrouter interface port1.0.1ď€
ď€
awplus(config-if)#ipv6 mld snooping mrouter interface port1.0.8ď€