MIB Viewer

os10PortSecurityIfMacViolationAction

OBJECT-TYPE
1.3.6.1.4.1.674.11000.5000.100.5.1.2.1.1.6
Access
read-write
Status
current
Sub-identifiers
0
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.
INTEGER { drop(1), dropAndNotify(2), shutdown(3), forward(4) }