R3303-HP HSR6800 Routers IP Multicast Command Reference
441
Parameters
vlan-id: Specifies a multicast VLAN ID in the range of 1 to 4094.
Usage guidelines
A port can belong to only one multicast VLAN.
Examples
# Assign GigabitEthernet 2/0/1 to multicast VLAN 100.
<Sysname> system-view
[Sysname] interface gigabitethernet 2/0/1
[Sysname-GigabitEthernet2/0/1] port multicast-vlan 100
subvlan (multicast VLAN view)
Use subvlan to configure sub-VLANs for the current multicast VLAN.
Use undo subvlan to remove the specified sub-VLANs from the current multicast VLAN.
Syntax
subvlan vlan-list
undo subvlan { all | vlan-list }
Default
A multicast VLAN has no sub-VLANs.
Views
Multicast VLAN view
Default command level
2: System level
Parameters
vlan-list: Specifies a VLAN in the form of vlan-id, or a VLAN range in the form of start-vlan-id to
end-vlan-id, where the end VLAN ID must be greater than the start VLAN ID. The value range of a VLAN
ID is 1 to 4094.
all: Specifies all the 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.
The number of sub-VLANs of the multicast VLAN must not exceed 4000.
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