DES-1210-52/ME L2 Metro Ethernet Switch CLI Reference Guide
317
and on when the address is aged out.
Only administrator or operator-level users can issue this command
Example usage:
To configure port security:
DES-1210-52/ME:5# config port_security 1-5 admin_state enable
max_learning_addr 5 lock_address_mode DeleteOnReset
Command: config port_security 1-5 admin_state enable max_learning_addr 5
lock_address_mode DeleteOnReset
Success.
DES-1210-52/ME:5#
To display the current port security configuration.
show port_security {ports <portlist>}
The show port_security command displays port security
information for the Switch’s ports. The information displayed
includes port security, admin state, maximum number of learning
address and lock mode and trap interval.
ports <portlist> – A port or range of ports whose settings are to be
displayed.
Example usage:
To display the port security configuration:
DES-1210-52/ME:5# show port_security ports 1-5
Command: show port_security ports 1-5
Port Admin state Max.Learning Addr. Lock Address Mode
---- ------------- -------------------------- -------------------
1 enabled 5 DeleteOnReset
2 enabled 5 DeleteOnReset
3 enabled 5 DeleteOnReset
4 enabled 5 DeleteOnReset
5 enabled 5 DeleteOnReset
DES-1210-52/ME:5#