ZyXEL Communications ES-2024PWR Switch User Manual


 
Chapter 42 MVR Commands
Ethernet Switch CLI Reference Guide
160
42.2 Command Examples
This example configures MVR in the following ways:
1 Enters MVR mode. This creates a multicast VLAN with the name multivlan and the
VLAN ID of 3.
2 Specifies source ports 2, 3, 5 for the multicast group.
3 Specifies receiver ports 6-8 for the multicast group.
4 Specifies dynamic mode for the multicast group.
5 Configures MVR multicast group addresses 224.0.0.1 through 224.0.0.255 by the name
of ipgroup.
6 Exits MVR mode.
sysname(config)# mvr 3
sysname(config-mvr)# name multivlan
sysname(config-mvr)# source-port 2,3,5
sysname(config-mvr)# receiver-port 6-8
sysname(config-mvr)# mode dynamic
sysname(config-mvr)# group ipgroup start-address 224.0.0.1 end-address
--> 224.0.0.255
sysname(config-mvr)# exit