Rule ID
SV-283682r1204074_rule
Version
V1R1
CCIs
Access layer switches use the Content Addressable Memory (CAM) table to direct traffic to specific ports based on the virtual local area network (VLAN) number and the destination Media Access Control (MAC) address of the frame. When a router has an Address Resolution Protocol (ARP) entry for a destination host and forwards it to the access layer switch and there is no entry corresponding to the frame's destination MAC address in the incoming VLAN, the frame will be sent to all forwarding ports within the respective VLAN, which causes flooding. Large amounts of flooded traffic can saturate low-bandwidth links, causing network performance issues or complete connectivity outage to the connected devices. Unknown unicast flooding has been a nagging problem in networks that have asymmetric routing and default timers. To mitigate the risk of a connectivity outage, the Unknown Unicast Flood Blocking (UUFB) feature must be implemented on all access layer switches. The UUFB feature will block unknown unicast traffic flooding and only permit egress traffic with MAC addresses that are known to exit on the port.
Review the router virtual private local area network service (VPLS) configuration and verify discard-unknown is enabled for VPLS service. The discard-unknown feature discards packets with unknown destination MAC addresses. Use the command below and verify "Discard Unknown" is enabled: - show service id 10 all | match "Discard Unknown" Mac Learning : Enabled Discard Unknown : Enabled If "Discard Unknown" is disabled, this is a finding.
Configure the Nokia router VPLS service to have Unknown discard enabled: - configure service vpls <service id> discard-unknown