Configure L2 static multicast
L2 static multicast generates L2 multicast forwarding table by static configuration. It is formed by the user specifying multicast MAC address, VLAN, and port list (including member port list and prohibited port list).
Configuration Condition
Before configuring L2 static multicast, first complete the following task:
- Configure corresponding VLAN
Configure L2 static multicast
Table 1-5 Configure L2 static multicast
Step
|
Command
|
Description
|
Enter global configuration mode
|
configure terminal
|
-
|
Create L2 static multicast
|
l2-multicast mac-entry static mac-address vlan vlan-id
|
Mandatory
By default, L2 static multicast entry is not configured.
|
Configure member port of L2 static multicast entry
|
interface link-aggregation link-aggregation-id { member | forbidden }
|
Optional
By default, the member port of L2 static multicast entry is not configured.
|
Configure member aggregation group of L2 static multicast entry
|
link-aggregation link-aggregation-id { member | forbidden }
|
Optional
By default, the member aggregation group of L2 static multicast entry is not configured.
|