Configure MVP
MVP is used by the edge network. Sub VLAN member port can connect to multicast device and also can directly connect to the user. When connecting to the multicast device, sub VLAN member port sends the multicast packet with VLAN Tag; when connecting to the user, sub VLAN member port can send multicast packet without VLAN Tag.
Configuration Condition
Before configuring MVP multicast VLAN, first complete the following task:
- Configure VLAN
- Enable global and VLAN IGMP snooping function
Configure MVP multicast VLAN
Configure MVP to realize the cross-VLAN forwarding multicast packet between MVP multicast VLAN and member sub VLAN. The member port of the MVP multicast VLAN needs to be consistent with the VLAN Tag of the connected upstream device; the MVP sub VLAN member port needs to be consistent with the VLAN Tag of the connected downstream device.
Table 3-2 Configure MVP multicast VLAN
Step
|
Command
|
Description
|
Enter global configuration mode
|
configure terminal
|
-
|
Configure the MVP multicast VLAN
|
multicast-vlan mvlan-id subvlan subvlan-id
|
Mandatory
By default, the MVP multicast VLAN and member sub VLAN are not configured.
|
Enable MVP Function
After enabling the MVP function in the MVP multicast VLAN, the cross-VLAN forwarding packet between the MVP multicast VLAN and member sub VLAN can be realized.
Table 3-3 Enable the MVP function
Step
|
Command
|
Description
|
Enter global configuration mode
|
configure terminal
|
-
|
Enter VLAN configuration mode
|
vlan vlan-id
|
-
|
Enable the MVP function in VLAN
|
multicast-vlan enable
|
Mandatory
By default, the MVP function is disabled in VLAN.
|