MIB Viewer

os10PortSecurityIfStmvViolationAction

OBJECT-TYPE
1.3.6.1.4.1.674.11000.5000.100.5.1.2.1.1.7
Access
read-write
Status
current
Sub-identifiers
0
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.
INTEGER { drop(1), dropAndNotify(2), shutdownOrigPort(3), shutDownOffendingPort(4), shutdownBoth(5) }