62
Related commands
display multicast-vlan group
subvlan (multicast-VLAN view)
Use subvlan to assign sub-VLANs to a multicast VLAN.
Use undo subvlan to remove sub-VLANs from a multicast VLAN.
Syntax
subvlan vlan-list
undo subvlan { all | vlan-list }
Default
A multicast VLAN does not have sub-VLANs.
Views
Multicast VLAN view
Predefined user roles
network-admin
Parameters
vlan-list: Specifies a space-separated list of up to 10 VLAN items. Each item specifies a VLAN by its ID
or a range of VLANs in the form of start-vlan-id to end-vlan-id. The value range for the VLAN ID is 1 to
4094.
all: Specifies all sub-VLANs of the current multicast VLAN.
Usage guidelines
The VLANs to be configured as sub-VLANs must exist and must not be multicast VLANs or sub-VLANs of
any other multicast VLAN.
Examples
# Configure VLAN 10 through VLAN 15 as sub-VLANs of multicast VLAN 100.
<Sysname> system-view
[Sysname] multicast-vlan 100
[Sysname-mvlan-100] subvlan 10 to 15