You can improve network performance and control how traffic is handled by disabling flooding of BUM traffic or unknown-unicast traffic at the bridge domain level. Disabling unknown-unicast flooding only applies when BUM flooding disable is not configured.
Before you begin
Follow these steps to configure either flooding disable behavior.
Procedure
|
1. |
Disable flooding of BUM traffic at the bridge level.
Example:
Router# configure
Router(config)# l2vpn
Router(config-l2vpn)# bridge group bg1
Router(config-l2vpn-bg)# bridge-domain bd1
Router(config-l2vpn-bg-bd)# flooding disable
Router(config-l2vpn-bg-bd)# commit
|
|
2. |
Disable flooding of unknown-unicast traffic at the bridge level when BUM flooding disable is not configured.
Example:
Router# configure
Router(config)# l2vpn
Router(config-l2vpn)# bridge group bg1
Router(config-l2vpn-bg)# bridge-domain bd1
Router(config-l2vpn-bg-bd)# flooding unknown-unicast disable
Router(config-l2vpn-bg-bd)# commit
|
|
3. |
Review the running configuration.
Example:
configure
l2vpn
bridge group bg1
bridge-domain bd1
flooding disable
!
configure
l2vpn
bridge group bg1
bridge-domain bd1
flooding unknown-unicast disable
!
!
|