- Table of Contents
-
- H3C S9500 Command Manual-Release2132[V2.03]-04 IP Multicast Volume
- 00-1Cover
- 01-Multicast Routing and Forwarding Commands
- 02-IGMP Snooping Commands
- 03-IGMP Commands
- 04-PIM Commands
- 05-MSDP Commands
- 06-IPv6 Multicast Routing and Forwarding Commands
- 07-MLD Snooping Commands
- 08-MLD Commands
- 09-IPv6 PIM Commands
- 10-Multicast VLAN Commands
- Related Documents
-
Title | Size | Download |
---|---|---|
10-Multicast VLAN Commands | 26.39 KB |
Table of Contents
Chapter 1 Multicast VLAN Configuration Commands.
1.1 Multicast VLAN Configuration Commands
Chapter 1 Multicast VLAN Configuration Commands
1.1 Multicast VLAN Configuration Commands
1.1.1 display multicast-vlan
Syntax
display multicast-vlan [ vlan-id ]
View
Any view
Default Level
1: Monitor level
Parameters
vlan-id: VLAN ID of a multicast VLAN. If this argument is not provided, the information about all multicast VLANs will be displayed.
Description
Use the display multicast-vlan command to view the information about the specified multicast VLAN or all multicast VLANs.
Examples
# View the information about all multicast VLANs.
<Sysname> display multicast-vlan
multicast vlan 100's subvlan list:
vlan 4-8
1.1.2 multicast-vlan enable
Syntax
multicast-vlan vlan-id enable
undo multicast-vlan vlan-id enable
View
System view
Default Level
2: System level
Parameters
vlan-id: Specifies a VLAN by its ID.
Description
Use the multicast-vlan enable command to configure the specified VLAN as a multicast VLAN.
Use the undo multicast-vlan enable command to remove the specified VLAN as a multicast VLAN.
No VLAN is a multicast VLAN by default.
Note that:
l The specified VLAN must exist.
l With the multicast routing-enable or the multicast ipv6 routing-enable command enabled, you cannot enable multicast VLAN on the device. For details about these two commands, see Multicast Routing and Forwarding Commands and IPv6 Multicast Routing and Forwarding Commands in the IP Multicast Volume.
Examples
# Configure VLAN 10 as a multicast VLAN.
<Sysname> system-view
[Sysname] multicast-vlan 10 enable
1.1.3 multicast-vlan subvlan
Syntax
multicast-vlan vlan-id subvlan vlan-list
undo multicast-vlan vlan-id subvlan vlan-list
View
System view
Default Level
2: System level
Parameters
vlan-id: VLAN ID of a multicast VLAN.
subvlan vlan-list: Defines one or multiple VLANs to be configured as sub-VLANs of the multicast VLAN. You can provide up to 10 VLAN lists, by each of which you can specify an individual 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.
& Note:
Currently, the S9500 series routing switches supports up to 1024 sub-VLANs for a multicast VLAN.
Description
Use the multicast-vlan subvlan command to configure sub-VLAN(s) for the specified multicast VLAN.
Use the undo multicast-vlan subvlan command to remove the specified sub-VLAN(s) from the specified multicast VLAN.
A multicast VLAN has no sub-VLANs by default.
Note that:
l The VLAN to be configured as the multicast VLAN and the VLANs to be configured as sub-VLANs of the multicast VLAN exist.
l The VLANs to be configured as sub-VLANs of the multicast VLAN must not be multicast VLANs.
l The VLANs to be configured as the sub-VLANs of the multicast VLAN must not be sub-VLANs of another multicast VLAN.
l The number of sub-VLANs of the multicast VLAN must not exceed the system-defined limit.
Examples
# Configure VLANs 2 through 5 as sub-VLANs of multicast VLAN 10.
<Sysname> system-view
[Sysname] multicast-vlan 10 subvlan 2 to 5