|
|
Description:
|
os10PortSecurityIfMacViolationAction OBJECT-TYPE
SYNTAX INTEGER {drop(1), dropAndNotify(2), shutdown(3), forward(4)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Determines the action to be taken when
mac limit violation occurs in the system.
drop(1) - No further MAC learning is allowed on the interface.
Packets received with a source MAC address which is not in
the secured MAC address list will be dropped.
dropAndNotify(2) - No further MAC learning is allowed on the interface
and a syslog message or an event is emitted to notify
about port security violation.
shutdown(3) - The interface will be shut down.
forward(4) - No further MAC learning is allowed on the interface.
Packets received with a source MAC address which is not
in the secured MAC address list will be flooded or forwarded."
DEFVAL {dropAndNotify}
|
|
|
|