C613-50631-01 Rev A Command Reference for IE340 Series 1761
AlliedWare Plus™ Operating System - Version 5.5.3-0.x
MULTICAST COMMANDS
IP
MULTICAST ROUTE
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.
Examples To create a static multicast route for the multicast source IPv4 address 2.2.2.2 and
group IPv4 address 224.9.10.11, specifying the upstream VLAN interface as vlan10
and the downstream VLAN interface as vlan20, use the following commands:
awplus# configure terminal
awplus(config)# ip multicast route 2.2.2.2 224.9.10.11 vlan10
vlan20
To create a blackhole route for the multicast source IPv4 address 2.2.2.2 and group
IPv4 address 224.9.10.11, specifying the upstream VLAN interface as vlan10, use
the following commands:
awplus# configure terminal
awplus(config)# ip multicast route 2.2.2.2 224.9.10.11 vlan10
To create an IPv4 static multicast route for the multicast source IPv4 address 2.2.2.2
and group IP address 224.9.10.11, specifying the upstream VLAN interface as
vlan10 and the downstream VLAN range as vlan20-25, use the following
commands:
awplus# configure terminal
awplus(config)# ip multicast route 2.2.2.2 224.9.10.11 vlan10
vlan20-25
To remove the downstream VLAN 23 from the IPv4 static multicast route created
with the above command, use the following commands:
awplus# configure terminal
awplus(config)# no ip multicast route 2.2.2.2 224.9.10.11
vlan10 vlan23
To delete an IPv4 static multicast route for the multicast source IP address 2.2.2.2
and group IP address 224.9.10.11, use the following commands:
awplus# configure terminal
awplus(config)# no ip multicast route 2.2.2.2 224.9.10.11
Related
commands
clear ip mroute
show ip mroute