< Home

Example for Configuring Blackhole MAC Address Entries

Overview

Blackhole MAC address entries can be used to prevent attacks from unauthorized users. The switch discards packets from or destined to blackhole MAC addresses.

Configuration Notes

This example applies to all versions of all S series switches.

Networking Requirements

As shown in Figure 1, the switch receives a packet from an unauthorized PC whose MAC address is 0005-0005-0005 and belongs to VLAN 3. This MAC address can be configured as a blackhole MAC address to filter packets from the unauthorized user.

Figure 1 Networking for configuring blackhole MAC address entries

Configuration Roadmap

The configuration roadmap is as follows:

  1. Create a VLAN to implement Layer 2 forwarding.

  2. Configure a blackhole MAC address to block packets from this MAC address.

Procedure

  1. Configure a blackhole MAC address entry.

    <HUAWEI> system-view
    [HUAWEI] sysname Switch
    [Switch] vlan 3   //Create VLAN 3.
    [Switch-vlan3] quit
    [Switch] mac-address blackhole 0005-0005-0005 vlan 3   //Configure MAC address 0005-0005-0005 as the blackhole MAC address in VLAN 3.

  2. Verify the configuration.

    # Run the display mac-address blackhole command in any view to check whether the blackhole MAC address entry was successfully added to the MAC address table.

    [Switch] display mac-address blackhole
    ------------------------------------------------------------------------------- 
    MAC Address    VLAN/VSI                          Learned-From        Type       
    ------------------------------------------------------------------------------- 
    0005-0005-0005 3/-                               -                   blackhole  
                                                                                    
    ------------------------------------------------------------------------------- 
    Total items displayed = 1
    
    

Configuration Files

Switch configuration file

#
sysname Switch
#
vlan batch 3
#
mac-address blackhole 0005-0005-0005 vlan 3                                     
#
return
Copyright © Huawei Technologies Co., Ltd.
Copyright © Huawei Technologies Co., Ltd.
< Previous topic Next topic >