50
Use the
undo mac-address max-mac-count
command to restore the default maximum number of MAC
addresses that can be learned on an Ethernet port.
By default, no MAC learning limit is configured.
If the command is executed in interface view, the configuration takes effect on the current interface.
If the command is executed in port group view, the configuration takes effect on all ports belonging to the
port group.
Related commands:
mac-address
and
mac-address timer
.
Examples
# Set the maximum number of MAC addresses that can be learned on port GigabitEthernet1/0/1 to
600.
<Sysname> system-view
[Sysname] interface GigabitEthernet1/0/1
[Sysname-GigabitEthernet1/0/1] mac-address max-mac-count 600
mac-address timer
Syntax
mac-address timer
{
aging
seconds
|
no-aging
}
undo mac-address timer aging
View
System view
Default level
2: System level
Parameters
aging
seconds
: Sets an aging timer (in seconds) for dynamic MAC address entries. The value ranges
from 10 to 630 seconds, and the default value is 300 seconds.
no-aging
: Sets dynamic MAC address entries not to age.
Description
Use the
mac-address timer
command to configure the aging timer for dynamic MAC address entries.
Use the
undo mac-address timer
command to restore the default.
Set the aging timer appropriately:
•
A long aging interval may cause the MAC address table to retain outdated entries and fail to
accommodate the latest network changes.
•
A short aging interval may result in removal of valid entries and unnecessary broadcasts that may
affect device performance.
Examples
# Set the aging timer for dynamic MAC address entries to 500 seconds.
<Sysname> system-view
[Sysname] mac-address timer aging 500