Port security – LevelOne GTL-2691 User Manual
Page 923
C
HAPTER
29
| General Security Measures
Port Security
– 923 –
◆
The mac-learning commands cannot be used if 802.1X Port
Authentication has been globally enabled on the switch with the
command, or if MAC Address Security has been
enabled by the
command on the same interface.
E
XAMPLE
The following example disables MAC address learning for port 2.
Console(config)#interface ethernet 1/2
Console(config-if)#no mac-learning
Console(config-if)#
R
ELATED
C
OMMANDS
port security
This command enables or configures port security. Use the no form without
any keywords to disable port security. Use the no form with the
appropriate keyword to restore the default settings for a response to
security violation or for the maximum number of allowed addresses.
S
YNTAX
port security [action {shutdown | trap | trap-and-shutdown}
| max-mac-count address-count]
no port security [action | max-mac-count]
action - Response to take when port security is violated.
shutdown - Disable port only.
trap - Issue SNMP trap message only.
trap-and-shutdown - Issue SNMP trap message and disable
port.
max-mac-count
address-count - The maximum number of MAC addresses that
can be learned on a port. (Range: 0 - 1024, where 0 means
disabled)
D
EFAULT
S
ETTING
Status: Disabled
Action: None
Maximum Addresses: 0
C
OMMAND
M
ODE
Interface Configuration (Ethernet)