User`s guide

DES-3226S Layer 2 Switch CLI Reference
41
config port_security ports
Purpose Used to configure port security settings.
Syntax
config port_security ports [ <portlist>| all ]
{admin_state [enable | disable] |
max_learning_addr <max_lock_no 0-10> |
lock_address_mode
[Permanent|DeleteOnTimeout|DeleteOnReset]}
Description This command allows for the configuration of the port
security feature. Only the ports listed in the <portlist>
are effected.
Parameters
portlist specifies a range of ports to be configured.
The port list is specified by listing the lowest switch
number and the beginning port number on that
switch, separated by a colon. Then the highest
switch number, and the highest port number of the
range (also separated by a colon) are specified. The
beginning and end of the port list range are seperated
by a dash. For example, 1:3 specifies switch number
1, port 3. 2:4 specifies switch number 2, port 4. 1:3-
2:4 specifies all of the ports between switch 1, port 3
and switch 2, port 4 in numerical order.
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 <1-10> - use this to limit the
number of MAC addresses dynamically listed in the
FDB for the ports.
lock_address_mode[DeleteOnTimout|DeleteOnReset
] – delete FDB dynamic entries for the ports on
timeout of the FDB (see Forwarding Database
Commands). Specify DeleteOnReset to delete all
FDB entries, including static entries upon system
reset or rebooting.
Restrictions Only administrator-level users can issue this
command.