![D-Link DES-3528 - xStack Switch - Stackable Скачать руководство пользователя страница 38](http://html.mh-extra.com/html/d-link/des-3528-xstack-switch-stackable/des-3528-xstack-switch-stackable_cli-reference-manual_76439038.webp)
xStack® DES-3528/DES-3552 Series Layer 2 Managed Stackable Fast Ethernet Switch CLI Reference Guide
38
disable port_security trap_log
Purpose
Used to disable the trap log for port security.
Syntax
disable port_security trap_log
Description
This command, along with the
enable port_security trap_log,
will enable and disable the
sending of log messages to the Switch’s log and SNMP agent when the port security of the
Switch has been triggered.
Parameters
None.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To disable the port security trap log setting:
DES-3528:admin# disable port_security trap_log
Command: disable port_security trap_log
Success.
DES-3528:admin#
config port_security system max_learning_addr
Purpose
This command sets the maximum number of port security entries that can be authorized
system wide.
Syntax
config port_security system max_learning_addr [<max_lock_no 1-16384> | no_limit]
Description
There are four levels of limitations on the learned entry number; for the entire system, for a
port, for a VLAN, and for a specific VLAN on a port. If any limitation is exceeded, the new
entry will be discarded.
The setting for system level maximum learned users must be greater than the total of
maximum learned users allowed on all ports.
Parameters
max_learning_addr
- Specifies the maximum number of port security entries that can be
learned by the system. If the setting is smaller than the number of current learned entries on
all enabled ports, the command will be rejected.
<max_lock_no 1-16384>
- Enter the maximum learning address value here. This value must
be between 1 and 16384.
no_limit
- No limitation on the number of port security entries that can be learned by the
system. By default, the number is set to no_limit.
Restrictions
Only Administrator and Operator-level users can issue this command.
Example usage:
To configure the maximum number of port security entries on the Switch to be 256:
DES-3528:admin# config port_security system max_learning_addr 256
Command: config port_security system max_learning_addr 256
Success.
DES-3528:admin#