D-Link DES-3200 Switch User Manual


 
xStack® DES-3200 Series Layer 2 Ethernet Managed Switch CLI Reference Guide
38
config port_security ports
Purpose
Used to configure port security settings.
Syntax
config port_security ports [<auth_portlist> | all ] {admin_state [enable | disable] |
max_learning_addr <max_lock_no 0-64> | lock_address_mode [ DeleteOnTimeout |
DeleteOnReset | Permanent]} (1)
Description
This command is used to configure the port security feature. Only the ports listed in the
<auth_portlist> are affected.
Parameters
<auth_portlist> Specifies a port or range of ports to be configured.
all Configure port security for all ports on the Switch.
admin_state [enable | disable] Enable or disable port security for the listed ports.
max_learning_addr <max_lock_no 0-64> Use this to limit the number of MAC addresses
dynamically listed in the FDB for the ports.
lock_address_mode [DeleteOnTimout | DeleteOnReset | Permanent] Indicates the method
of locking addresses. The user has three choices:
DeleteOnTimeout – The locked addresses will age out after the aging timer expires (Aging
Time is set using the FDB command).
DeleteOnReset – The locked addresses will not age out until the Switch has been reset.
Permanent The locked addresses will not age out.
Restrictions
Only Administrator-level users can issue this command.
Example usage:
To configure the port security:
DES-3200-28:4#config port_security ports 1-
5 admin_state enable
max_learning_addr 5 lock_address_mode DeleteOnReset
Command: config port_security ports 1-
5 admin_state enable
max_learning_addr 5 lock_address_mode DeleteOnReset
Success.
DES-3200-28:4#