63
Examples
# Add a static entry for MAC address 000f-e201-0101 on Ten-GigabitEthernet 1/0/1 that belongs to
VLAN 2.
<Sysname> system-view
[Sysname] interface Ten-GigabitEthernet 1/0/1
[Sysname-Ten-GigabitEthernet1/0/1] mac-address static 000f-e201-0101 vlan 2
# Add a static entry for MAC address 000f-e201-0102 on Bridge-Aggregation 1 that belongs to VLAN
1.
<Sysname> system-view
[Sysname] interface bridge-aggregation 1
[Sysname-Bridge-Aggregation1] mac-address static 000f-e201-0102 vlan 1
Related commands
display mac-address
mac-address (system view)
Use
mac-address
to add or modify a MAC address entry.
Use
undo mac-address
to remove one or all MAC address entries.
Syntax
mac-address
blackhole
mac
-
address
vlan
vlan
-
id
mac-address
{
dynamic
|
static
}
mac
-
address
interface
interface
-
type interface
-
number
vlan
vlan
-
id
undo mac-address
[ {
dynamic
|
static
}
mac
-
address
interface
interface
-
type interface
-
number
vlan
vlan
-
id
]
undo mac-address
[
blackhole
|
dynamic
|
static
]
[
mac
-
address
]
vlan
vlan
-
id
undo mac-address
[
dynamic
|
static
]
mac-address
interface
interface
-
type interface
-
number
vlan
vlan
-
id
undo mac-address
[
dynamic
|
static
]
interface
interface
-
type interface
-
number
Default
No MAC address entry is configured.
Views
System view
Default command level
2: System level
Parameters
blackhole
: Specifies destination blackhole MAC address entries. These entries do not age, but you can
add or remove them. The packets whose destination MAC addresses match destination blackhole MAC
address entries are dropped.
mac
-
address
: Specifies a MAC address in the format of H-H-H, where 0s at the beginning of each H
(16-bit hexadecimal digit) can be omitted. For example, entering "f-e2-1" indicates that the MAC address
is "000f-00e2-0001."