|
|
Description:
|
os10PortSecurityIfStmvViolationAction OBJECT-TYPE
SYNTAX INTEGER {drop(1), dropAndNotify(2), shutdownOrigPort(3), shutDownOffendingPort(4), shutdownBoth(5)}
MAX-ACCESS read-write
STATUS current
DESCRIPTION
"Determines the action to be taken when
a secure dynamic mac address move violation occurs
in the system.
drop(1) - The MAC address that triggered the violation
shall not be learned on the new port (offending port).
The packets that triggered the violation shall be dropped.
dropAndNotify(2) - Raises a syslog to notify about
station movement violation. The log
will contain MAC causing violation,
vlanId, original interface name
and offending interface name.
shutdownOrigPort(3) - The original interface on which
MAC is learnt will be shutdown.
shutdownOffendigPort(4) - The offending interface causing
station move will be shutdown.
shutdowBoth(5) - Both the original and offending interfaces
will be shutdown."
DEFVAL {dropAndNotify}
|
|
|
|