OcNOS DC : Multicast Guide : Multicast Configuration : Discard Unknown Multicast Traffic
Discard Unknown Multicast Traffic
Overview
The Layer 2 switch treats the received multicast packet as unknown when there is no explicit group join request from any of the hosts for the destination group. The unknown multicast traffic is either forward to all ports (except the ingress port) within the VLAN or discard it.
A new command “l2 unknown mcast (flood|discard)” is introduced to implement it.
This feature is supported on Qumran1 series platforms, and Qumran2 series platforms.
Feature Characteristics
If flood is enabled, the switch forwards multicast traffic to all ports (except the ingress port) within the VLAN, treating it similar to broadcast traffic. This ensures that even if the switch is not aware of the multicast group memberships for certain ports, all devices within the VLAN receive the multicast packets.
If discard enabled, the switch do not forward multicast traffic for groups with no known members. Instead of flooding the multicast packets to all ports within the VLAN, the switch simply drops or discards the unknown multicast traffic.
Limitation:
For Provider-Bridge (PB), the support is over Provider Network Ports (PNP).
It is applicable only for L2 services (L2 bridges).
The CLI support is available globally, and not per VLAN.
Benefits
The feature reduces the traffic at the egress node and efficiently uses the hardware resources.
Prerequisites
Before configuring this command, make sure bridge is configured.
Configuration
Configure the following command to enable the desired option for the unknown multicast traffic in any snooping configurations. For example, include the command in the IGMP Snooping Configuration or MLD Snooping Configuration to drop the multicast traffic.
OcNOS(config)#l2 unknown mcast discard
 
 
New CLI Commands
L2 unknown mcast
Use this command to forward the unknown multicast traffic to all ports (except the ingress port) within the VLAN or drop it.
Command Syntax
l2 unknown mcast
Parameters
 
.
Default
L2 unknown multicast traffic is flooded.
Command Mode
Configuration mode
Applicability
This command was introduced in the OcNOS version 6.5.1.
Example
The following command forwards the multicast traffic to all ports
OcNOS#configure terminal
(config)#l2 unknown mcast flood