DELLEMC-OS10-PORT-SECURITY-MIB: View SNMP OID List / Download MIB
VENDOR: DELL INC.
Home | MIB: DELLEMC-OS10-PORT-SECURITY-MIB | |||
---|---|---|---|---|
Download as: |
Download standard MIB format if you are planning to load a MIB file into some system (OS, Zabbix, PRTG ...) or view it with a MIB browser. CSV is more suitable for analyzing and viewing OID' and other MIB objects in excel. JSON and YAML formats are usually used in programing even though some systems can use MIB in YAML format (like Logstash).
|
|||
Object Name | OID | Type | Access | Info |
os10PortSecurityMib | 1.3.6.1.4.1.674.11000.5000.100.5 |
The Mib module for managing Dell Networking L2 Port Security feature. |
||
os10PortSecurityMibObjects | 1.3.6.1.4.1.674.11000.5000.100.5.1 | |||
os10PortSecurityGlobalObjects | 1.3.6.1.4.1.674.11000.5000.100.5.1.1 | |||
os10PortSecurityGlobalEnable | 1.3.6.1.4.1.674.11000.5000.100.5.1.1.1 | truthvalue | read-write |
This object is used to enable or disable port security feature globally on the device. |
os10PortSecurityGlobalTotalSecureAddresses | 1.3.6.1.4.1.674.11000.5000.100.5.1.1.2 | integer32 | read-only |
The total number of MAC addresses secured in the device. |
os10PortSecurityGlobalTotalSecureDynamicAddresses | 1.3.6.1.4.1.674.11000.5000.100.5.1.1.3 | integer32 | read-only |
The total number of secure dynamic MAC addresses in the device. |
os10PortSecurityGlobalTotalSecureStickyAddresses | 1.3.6.1.4.1.674.11000.5000.100.5.1.1.4 | integer32 | read-only |
The total number of secure sticky MAC addresses in the device. |
os10PortSecurityGlobalTotalSecureStaticAddresses | 1.3.6.1.4.1.674.11000.5000.100.5.1.1.5 | integer32 | read-only |
The total number of secure static MAC addresses in the device. |
os10PortSecurityGlobalClearSecureMacAddresses | 1.3.6.1.4.1.674.11000.5000.100.5.1.1.6 | securemacaddrtype | read-write |
This object is used to delete all the secure MAC addresses in the device based on the specified type. |
os10PortSecurityGlobalResetViolation | 1.3.6.1.4.1.674.11000.5000.100.5.1.1.7 | securemacviolationtype | read-write |
This object is used to reset the selected violation type on all port security interfaces in the device. Get request of this object always returns zero as value set through this object will not be stored in database |
os10PortSecurityInterfaceObjects | 1.3.6.1.4.1.674.11000.5000.100.5.1.2 | |||
os10PortSecurityIfConfigTable | 1.3.6.1.4.1.674.11000.5000.100.5.1.2.1 | no-access |
A table for Port Security configuration entries. The number of entries is determined by the number of interfaces in the system that can support the port security feature. |
|
1.3.6.1.4.1.674.11000.5000.100.5.1.2.1.1 | no-access |
Entry containing port security information for a particular interface. |
||
os10PortSecurityIfIndex | 1.3.6.1.4.1.674.11000.5000.100.5.1.2.1.1.1 | interfaceindex | no-access |
Index to this table. The index value used to identify the port security configurations associated with this entry |
os10PortSecurityIfPortSecurityEnable | 1.3.6.1.4.1.674.11000.5000.100.5.1.2.1.1.2 | truthvalue | read-write |
This Mib object specifies if the port security feature is enabled or not on an interface. The value of this object has no effect when the value of os10PortSecurityGlobalEnable is set to 'false'. |
os10PortSecurityIfViolationStatus | 1.3.6.1.4.1.674.11000.5000.100.5.1.2.1.1.3 | integer | read-only |
This object represents the port security status of an interface. normal(1) - This indicates port is operating normally without any violation. macLearnLimitErrDisable(2) - This indicates that the port is shutdown due to mac learn limit violation when the object os10PortSecurityIfMacViolationAction is of type 'shutdown'. stationMoveErrDisable(3) - This indicates that the port is shutdown due to station move violation when the object os10PortSecurityIfStmvViolationAction is of type 'shutdownOrig' or 'shutdownOffending' or 'shutdownBoth'. Enumeration: 'stationMoveErrDisable': 3, 'macLearnLimitErrDisable': 2, 'normal': 1. |
os10PortSecurityIfSecureMacLearnLimit | 1.3.6.1.4.1.674.11000.5000.100.5.1.2.1.1.4 | unsigned32 | read-write |
The maximum number of MAC addresses to be secured on the interface. User can secure a minimum of one and maximum of 3072 mac addresses on a port. i.e set operation is allowed only with in range 1-3072. If the newly configured mac learning limit value is smaller than already learnt secure MAC addresses, then all the secure MAC addresses learnt so far (secure sticky or secure dynamic) will be flushed. In case, total number of secure static mac addresses (configured) count is greater than newly specified mac learn limit, configuration will be rejected. Administrator has to delete the extra secure static addresses or mac learn limit should be modified to accomodate existing secure static mac addresses. User can remove the mac learing limit restriction by setting value 4294967295. |
os10PortSecurityIfStationMoveEnable | 1.3.6.1.4.1.674.11000.5000.100.5.1.2.1.1.5 | truthvalue | read-write |
This object is used to enable or disable station movement on the dynamically secured mac addresses learnt on the interface. By default, this is set to false. It is not possible to enable the station movement on a port with sticky feature enabled |
os10PortSecurityIfMacViolationAction | 1.3.6.1.4.1.674.11000.5000.100.5.1.2.1.1.6 | integer | read-write |
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. Enumeration: 'forward': 4, 'drop': 1, 'dropAndNotify': 2, 'shutdown': 3. |
os10PortSecurityIfStmvViolationAction | 1.3.6.1.4.1.674.11000.5000.100.5.1.2.1.1.7 | integer | read-write |
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. Enumeration: 'shutdownOrigPort': 3, 'shutDownOffendingPort': 4, 'drop': 1, 'dropAndNotify': 2, 'shutdownBoth': 5. |
os10PortSecurityIfStickyEnable | 1.3.6.1.4.1.674.11000.5000.100.5.1.2.1.1.8 | truthvalue | read-write |
Set to 'true' to enable and 'false' to disable Sticky port security feature on this interface. Enabling this feature allows the device to secure learnt MAC addresses on this interface permanently. In order to remove the sticky addresses on this interface, user has to manually delete the sticky MAC address(es) or disable the sticky feature itself. Manual deletion of all addresses can be accomplished by os10PortSecurityIfClearSecureMacAddresses object. It is possible to enable sticky feature on a port only if mac learning limit restriction is enabled with os10PortSecurityIfSecureMacLearnLimit. |
os10PortSecurityIfClearSecureMacAddresses | 1.3.6.1.4.1.674.11000.5000.100.5.1.2.1.1.9 | securemacaddrtype | read-write |
This object is used to delete secure MAC addresses based on the specified type. |
os10PortSecurityIfSecureMacAgeEnable | 1.3.6.1.4.1.674.11000.5000.100.5.1.2.1.1.10 | truthvalue | read-write |
This object is used to enable aging of the dynamically secured mac addresses learnt on the interface. Sticky and static macs will never age out. It is not possible to enable aging on a port on which sticky feature is enabled. By default, this is set to false. |
os10PortSecurityIfTotalSecureAddresses | 1.3.6.1.4.1.674.11000.5000.100.5.1.2.1.1.11 | integer32 | read-only |
The total number of secured MAC addresses learnt (dynamic or stickt) or configured (static) on a particular interface. |
os10PortSecurityIfTotalSecureDynamicAddresses | 1.3.6.1.4.1.674.11000.5000.100.5.1.2.1.1.12 | integer32 | read-only |
The total number of secure dynamic MAC addresses learnt on a particular interface. |
os10PortSecurityIfTotalSecureStickyAddresses | 1.3.6.1.4.1.674.11000.5000.100.5.1.2.1.1.13 | integer32 | read-only |
The total number of secure sticky MAC addresses learnt on a particular interface. |
os10PortSecurityIfTotalSecureStaticAddresses | 1.3.6.1.4.1.674.11000.5000.100.5.1.2.1.1.14 | integer32 | read-only |
The total number of secure static MAC addresses configured on a particular interface. |
os10PortSecurityMacObjects | 1.3.6.1.4.1.674.11000.5000.100.5.1.3 | |||
os10PortSecuritySecureMacAddrTable | 1.3.6.1.4.1.674.11000.5000.100.5.1.3.1 | no-access |
A table containing the list of secure MAC addresses. |
|
1.3.6.1.4.1.674.11000.5000.100.5.1.3.1.1 | no-access |
Entry containing secure MAC address information for a particular interface. |
||
os10PortSecuritySecureMacVlanId | 1.3.6.1.4.1.674.11000.5000.100.5.1.3.1.1.1 | vlanindex | no-access |
This is the vlan on which the os10PortSecuritySecureMacAddress is configured or learnt. |
os10PortSecuritySecureMacAddress | 1.3.6.1.4.1.674.11000.5000.100.5.1.3.1.1.2 | macaddress | no-access |
This is a secure MAC address configured or learnt on an interface. |
os10PortSecuritySecureMacIfIndex | 1.3.6.1.4.1.674.11000.5000.100.5.1.3.1.1.3 | interfaceindex | read-only |
This is the interface on which the os10PortSecuritySecureMacAddress is configured or learnt. |
os10PortSecuritySecureMacAddrType | 1.3.6.1.4.1.674.11000.5000.100.5.1.3.1.1.4 | integer | read-only |
This object indicates if the secure MAC address is a configured 'static' or learnt 'dynamic' or learnt and retained across reboots 'sticky'. Enumeration: 'dynamic': 2, 'static': 1, 'sticky': 3. |
os10PortSecurityMibConformance | 1.3.6.1.4.1.674.11000.5000.100.5.2 | |||
os10PortSecurityCompliances | 1.3.6.1.4.1.674.11000.5000.100.5.2.1 | |||
os10PortSecurityMibConform | 1.3.6.1.4.1.674.11000.5000.100.5.2.1.1 |
The compliance statement for the Dell Networking OS Port Security Mib. |
||
os10PortSecurityGroups | 1.3.6.1.4.1.674.11000.5000.100.5.2.2 | |||
os10PortSecurityGlobalGroup | 1.3.6.1.4.1.674.11000.5000.100.5.2.2.1 |
A set of global objects for use with the Port Security feature. |
||
os10PortSecurityInterfaceGroup | 1.3.6.1.4.1.674.11000.5000.100.5.2.2.2 |
A set of interface level objects for use with the Port Security feature. |
||
os10PortSecuritySecureMacAddrGroup | 1.3.6.1.4.1.674.11000.5000.100.5.2.2.3 |
Static secure MAC addresss configuration parameters on an interface. |