DLINKSW-PORT-SECURITY-MIB: View SNMP OID List / Download MIB
VENDOR: D-LINK
Home | MIB: DLINKSW-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 |
dlinkSwPortSecurityMIB | 1.3.6.1.4.1.171.14.8 |
This MIB module defines objects for port security. |
||
dPortSecNotifications | 1.3.6.1.4.1.171.14.8.0 | |||
dPortSecMacAddrViolation | 1.3.6.1.4.1.171.14.8.0.1 |
The address violation notification is generated when port security address violation is detected (dPortSecIfViolationCount increases). |
||
dPortSecObjects | 1.3.6.1.4.1.171.14.8.1 | |||
dPortSecGlobalNotifControl | 1.3.6.1.4.1.171.14.8.1.1 | truthvalue | read-write |
Set to 'true' to enable global SNMP Notification for port security feature. Setting the object to 'false' will disable SNMP notifications. |
dPortSecGlobalNotifRate | 1.3.6.1.4.1.171.14.8.1.2 | unsigned32 | read-write |
Expressed in the number of notifications can be generated per second. The global control configures the rate-limit of SNMP Notification for port security feature. This object specifies the rate at which SNMP Notification is generated when dPortSecIfViolationCount increases. When the rate is over the configured rate, the SNMP Notification is suppressed but it does not affect dPortSecIfViolationCount. A value of 0 indicates that an SNMP Notification is generated for every security violation. |
dPortSecNotifyInfo | 1.3.6.1.4.1.171.14.8.1.3 | |||
dPortSecIfViolationMacAddress | 1.3.6.1.4.1.171.14.8.1.3.1 | macaddress | no-access |
This object is also used as a variable in the dPortSecMacAddrViolation notification to contain the value of the MAC address which caused the violation. |
dPortSecGlobalMaximumNum | 1.3.6.1.4.1.171.14.8.1.4 | integer32 | read-write |
Indicates the system maximum addresses number (users) allowed. A value of -1 means no-limit. The max entry range is (1..N). The value N means the max number and is determined by the project itself. |
dPortSecVlanTable | 1.3.6.1.4.1.171.14.8.1.5 | no-access |
The table is used to configure and display port security settings and status for a particular VLAN. |
|
1.3.6.1.4.1.171.14.8.1.5.1 | no-access |
An entry contains port security information for a particular VLAN. |
||
dPortSecVlanID | 1.3.6.1.4.1.171.14.8.1.5.1.1 | vlanid | no-access |
This object specifies the VLAN ID for address learning. |
dPortSecVlanMaximumNum | 1.3.6.1.4.1.171.14.8.1.5.1.2 | integer32 | read-write |
Indicates the VLAN maximum addresses number (users) allowed. A value of -1 means no-limit. The range is (1..N). The value N means the upper limit and is determined by the project itself. |
dPortSecVlanCurrentNum | 1.3.6.1.4.1.171.14.8.1.5.1.3 | unsigned32 | read-only |
Indicates the current number of secure MAC addresses on this VLAN. |
dPortSecIfTable | 1.3.6.1.4.1.171.14.8.1.6 | no-access |
The table is used to configure and display port security settings and status for a particular interface. |
|
1.3.6.1.4.1.171.14.8.1.6.1 | no-access |
Entry containing port security information for a particular interface. |
||
dPortSecIfEnable | 1.3.6.1.4.1.171.14.8.1.6.1.1 | truthvalue | read-write |
Uses the object to enable or disable port security. |
dPortSecIfCurrentStatus | 1.3.6.1.4.1.171.14.8.1.6.1.2 | integer | read-only |
This object represents the operational status of the port security feature on an interface. notEnabled(1) - This indicates port security is not enabled. forwarding(2) - This indicates port security is operational. errDisabled(3) - This indicates that the port is shutdown due to port security violation when the object dPortSecIfViolationAction is of type 'shutdown'. Enumeration: 'forwarding': 2, 'notEnabled': 1, 'errDisabled': 3. |
dPortSecIfMaximumNum | 1.3.6.1.4.1.171.14.8.1.6.1.3 | unsigned32 | read-write |
This object sets the maximum number of secure MAC addresses (users) allowed. |
dPortSecIfViolationAction | 1.3.6.1.4.1.171.14.8.1.6.1.4 | integer | read-write |
This object sets the action to be taken when a security violation is detected. protect(1) - Drops all the packets from the insecure hosts at the port-security process level but does not increment the security-violation count. restrict(2) - Drops all packets from the insecure hosts at the port-security process level and increments the security-violation count. shutdown(3) - Shuts down the port if there is a security violation. Enumeration: 'restrict': 2, 'protect': 1, 'shutdown': 3. |
dPortSecIfSecureMode | 1.3.6.1.4.1.171.14.8.1.6.1.5 | integer | read-write |
Use the object to set the port security mode. permanent(1) - Under this mode all learned MAC addresses won't be purged unless a user deletes these entries manually. deleteOnTimeout(2) - Under this mode all learned MAC addresses will be purged when an entry ages out or a user deletes these entries manually. Enumeration: 'permanent': 1, 'deleteOnTimeout': 2. |
dPortSecIfAgingTime | 1.3.6.1.4.1.171.14.8.1.6.1.6 | integer | read-write |
Use the object to set aging time for auto-learned dynamic secured address. When 0 is set on the specified interface, it means the port security aging has been disabled. |
dPortSecIfAgingType | 1.3.6.1.4.1.171.14.8.1.6.1.7 | integer | read-write |
Use the object to set aging type for auto-learned dynamic secured address. absolute(1) - Under this aging type, all the secured address on this interface will age out exactly after the time specified. inactivity(2) - Under this aging type, all learned MAC addresses on this interface will age out only if there is no data traffic from the secure source address for the specified time period. Enumeration: 'inactivity': 2, 'absolute': 1. |
dPortSecIfClearDynamicAddr | 1.3.6.1.4.1.171.14.8.1.6.1.8 | integer | read-write |
Setting this object to 'clear' to clear the addresses which will be purged out when an entry is aged out on the corresponding interface. No action is taken if this object is set to 'noOp'. When read, the value 'noOp' is returned. Enumeration: 'clear': 1, 'noOp': 2. |
dPortSecIfCurrentNum | 1.3.6.1.4.1.171.14.8.1.6.1.9 | unsigned32 | read-only |
Indicates the current number of secure MAC addresses on this interface. |
dPortSecIfViolationCount | 1.3.6.1.4.1.171.14.8.1.6.1.10 | counter64 | read-only |
Indicates the number of address violations occurred on a secure interface. The counter will be initialized to zero when the port security feature is enabled on an interface. |
dPortSecAddrTableCurrentNum | 1.3.6.1.4.1.171.14.8.1.7 | unsigned32 | read-only |
This object indicates the number of entries present in the dPortSecAddrTable. |
dPortSecAddrTable | 1.3.6.1.4.1.171.14.8.1.8 | no-access |
A list of port security entries containing the secure MAC address information. |
|
1.3.6.1.4.1.171.14.8.1.8.1 | no-access |
An entry contains secure MAC address information for a particular interface. A secure MAC address can be added by the user and can be added when the device learns a new secure MAC address. |
||
dPortSecAddrIfIndex | 1.3.6.1.4.1.171.14.8.1.8.1.1 | interfaceindex | no-access |
The ifIndex value of the interface. |
dPortSecAddrVlanID | 1.3.6.1.4.1.171.14.8.1.8.1.2 | vlanidornone | no-access |
This object specifies the VLAN ID where the user-defined secure MAC address is located. If this object is set to 0 at row creation time, the PVID (default port VLAN ID) will be used for the MAC address. |
dPortSecAddrMacAddress | 1.3.6.1.4.1.171.14.8.1.8.1.3 | macaddress | no-access |
This object indicates the secure MAC address to gain port access rights. |
dPortSecAddrSecureMode | 1.3.6.1.4.1.171.14.8.1.8.1.4 | integer | read-only |
Specifies the secure mode. For manually configured secure MAC addresses, the dPortSecAddrSecureMode is permanent. Enumeration: 'permanent': 1, 'deleteOnTimeout': 2. |
dPortSecAddrRemainTime | 1.3.6.1.4.1.171.14.8.1.8.1.5 | integer | read-only |
Specifies the remaining aging time for the auto-learned dynamic secured address. |
dPortSecAddrRowStatus | 1.3.6.1.4.1.171.14.8.1.8.1.99 | rowstatus | read-only |
The status of this conceptual row. This object is used to create and delete instances of this table. In other words, besides 'permanent' secure MAC address, a 'deleteOnTimeout' address can be cleared by this object. |
dPortSecConformance | 1.3.6.1.4.1.171.14.8.2 | |||
dPortSecMIBCompliances | 1.3.6.1.4.1.171.14.8.2.1 | |||
dPortSecMIBCompliance | 1.3.6.1.4.1.171.14.8.2.1.1 |
The compliance statement for the Port Security MIB. |
||
dPortSecMIBGroups | 1.3.6.1.4.1.171.14.8.2.2 | |||
dPortSecIfCfgGroup | 1.3.6.1.4.1.171.14.8.2.2.1 |
A collection of objects for configuring port security feature. |
||
dPortSecIfStatusGroup | 1.3.6.1.4.1.171.14.8.2.2.2 |
A collection of objects providing the counter information for the port security feature. |
||
dPortSecAddrGroup | 1.3.6.1.4.1.171.14.8.2.2.3 |
A collection of objects providing the address information for the port security feature. |
||
dPortSecAddrNumCtrlGroup | 1.3.6.1.4.1.171.14.8.2.2.4 |
A collection of objects provides the configuration of the maximum secure MAC address number on system or VLAN specific. |
||
dPortSecNotifEnableGroup | 1.3.6.1.4.1.171.14.8.2.2.5 |
A collection of object(s) that provides control over port security related notification(s). |
||
dPortSecNotifGroup | 1.3.6.1.4.1.171.14.8.2.2.6 |
A collection of notifications providing information about address violation. |