DLINK-PORT-SECURITY-MIB: View SNMP OID List / Download MIB

VENDOR: D-LINK


 Home MIB: DLINK-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).
Keep in mind that standard MIB files can be successfully loaded by systems and programs only if all the required MIB's from the "Imports" section are already loaded.
The tree-like SNMP object navigator requires no explanations because it is very simple to use. And if you stumbled on this MIB from Google note that you can always go back to the home page if you need to perform another MIB or OID lookup.


Object Name OID Type Access Info
 swPortSecMIB 1.3.6.1.4.1.171.12.63
The structure of port security for the proprietary enterprise.
       swPortSecCtrl 1.3.6.1.4.1.171.12.63.1
           swPortSecTrapLogState 1.3.6.1.4.1.171.12.63.1.1 integer read-write
When enabled(1), whenever there's a new MAC address that violates the pre-defined port security configuration, traps will be sent out and the relevant information will be logged into the system. Enumeration: 'disabled': 2, 'enabled': 1.
           swPortSecSysMaxLernAddr 1.3.6.1.4.1.171.12.63.1.2 integer read-write
Indicates the maximum number of addresses to be authorized by port security on the system. A value of -1 means no-limit. The default value is no-limit. The max entry range is (1..N). The value N means the max number and is determined by the project itself.
           swPortSecTrapState 1.3.6.1.4.1.171.12.63.1.3 integer read-write
When enabled(1), whenever there's a new MAC address that violates the pre-defined port security configuration, trap will be sent out. Enumeration: 'disabled': 2, 'enabled': 1.
           swPortSecLogState 1.3.6.1.4.1.171.12.63.1.4 integer read-write
When enabled(1), whenever there's a new MAC address that violates the pre-defined port security configuration, the relevant information will be logged into the system. Enumeration: 'disabled': 2, 'enabled': 1.
       swPortSecInfo 1.3.6.1.4.1.171.12.63.2
       swPortSecMgmt 1.3.6.1.4.1.171.12.63.3
           swPortSecMgmtByPort 1.3.6.1.4.1.171.12.63.3.1
               swPortSecPortTable 1.3.6.1.4.1.171.12.63.3.1.1 no-access
A port security feature which controls the address learning capability and traffic forwarding decisions. Each port can be enabled or disabled for this function. When it is enabled and a number is given said N, which allows N addresses to be learned on this port, the first N learned addresses are locked at this port as static entries. When the learned addresses number reaches N, any incoming packet without learned source addresses are discarded (e.g. dropped) and no more new addresses can be learned on this port.
                   swPortSecPortEntry 1.3.6.1.4.1.171.12.63.3.1.1.1 no-access
A list of information contained in the swPortSecPortTable.
                       swPortSecPortIndex 1.3.6.1.4.1.171.12.63.3.1.1.1.1 integer no-access
Indicates the secured port to lock address learning.
                       swPortSecPortMaxLernAddr 1.3.6.1.4.1.171.12.63.3.1.1.1.2 integer read-write
Indicates the allowable number of addresses to be learned on this port. The max entry range is (0..N). The value N means the max number and is determined by the project itself.
                       swPortSecPortLockAddrMode 1.3.6.1.4.1.171.12.63.3.1.1.1.3 integer read-write
Indicates the mode of locking address. In deleteOnTimeout(2) mode, the locked addresses can be aged out after the aging timer expires. In this mode, when the locked address is aged out, the number of addresses that can be learned has to be increased by one. In deleteOnReset (3) mode, locked addresses never age out unless the system restarts which will prevent port movement or intrusion. Enumeration: 'permanent': 1, 'deleteOnTimeout': 2, 'deleteOnReset': 3.
                       swPortSecPortAdmState 1.3.6.1.4.1.171.12.63.3.1.1.1.4 integer read-write
Indicates the administration state of the locking address. Enumeration: 'disabled': 2, 'enabled': 1.
                       swPortSecPortClearCtrl 1.3.6.1.4.1.171.12.63.3.1.1.1.5 integer read-write
Used to clear port security entries by port. Setting this value to 'start' will execute the clear action. Once cleared, the value returns to 'other'. Enumeration: 'start': 2, 'other': 1.
                       swPortSecPortViolationAction 1.3.6.1.4.1.171.12.63.3.1.1.1.6 integer read-write
Used to indicates the action when violation occurs. When the number of secure MAC address reaches the maximum learning number on the port, for drop action, new entry will be dropped and for shutdown action, the port will be shut down and enter error-disabled state immediately. Enumeration: 'drop': 1, 'shutdown': 2.
           swPortSecMgmtByVLAN 1.3.6.1.4.1.171.12.63.3.2
               swPortSecVLANTable 1.3.6.1.4.1.171.12.63.3.2.1 no-access
A port security feature which controls the address leaning capability. When number is given said N, which allows N addresses to be learned on this VLAN, the first N learned addresses are locked at this VLAN as static entries. When the learned addresses number reaches N, any incoming packet without learned source addresses are discarded (e.g. dropped) and no more new addresses can be learned on this VLAN.
                   swPortSecVLANEntry 1.3.6.1.4.1.171.12.63.3.2.1.1 no-access
A list of information contained in the swPortSecVLANTable.
                       swPortSecVLANID 1.3.6.1.4.1.171.12.63.3.2.1.1.1 integer no-access
Indicates the secured VLAN to lock address learning.
                       swPortSecVLANMaxLernAddr 1.3.6.1.4.1.171.12.63.3.2.1.1.2 integer read-write
Indicates allowable number of addresses to be learned on this VLAN. A value of -1 means no-limit. The default value is no-limit. The max entry range is (0..N). The value N means the max number and is determined by the project itself.
                       swPortSecVLANClearCtrl 1.3.6.1.4.1.171.12.63.3.2.1.1.3 integer read-write
Used to clear port security entries by VLAN. Setting this value to 'start' will execute the clear action. Once cleared, the value returns to 'other'. Enumeration: 'start': 2, 'other': 1.
           swPortSecMgmtByVLANOnPort 1.3.6.1.4.1.171.12.63.3.3
               swPortSecVLANOnPortTable 1.3.6.1.4.1.171.12.63.3.3.1 no-access
A port security feature which controls the address learning capability. When number is given said N, which allows N addresses to be learned on this VLAN from the special port, the first N learned addresses are locked at this VLAN from the special port as static entries. When the learned addresses number reaches N, any incoming packet without learned source addresses are discarded (e.g. dropped) and no more new addresses can be learned on this VLAN from the special port.
                   swPortSecVLANOnPortEntry 1.3.6.1.4.1.171.12.63.3.3.1.1 no-access
A list of information contained in the swPortSecVLANOnPortTable.
                       swPortSecVLANOnPortMaxLernAddr 1.3.6.1.4.1.171.12.63.3.3.1.1.1 integer read-write
Indicates allowable number of addresses to be learned on this VLAN from the special port. A value of -1 means no-limit. The default value is no-limit. Only VLANs with limitations will be displayed in this table. The max entry range is (0..N). The value N means the max number and is determined by the project itself.
                       swPortSecVLANOnPortAddCtrl 1.3.6.1.4.1.171.12.63.3.3.1.1.2 integer read-only
other (1): When user gets this object, it always returns other(1). add (2): Used to configure the VLAN limit from the special port. If 'add' is selected, swPortSecVLANOnPortMaxLernAddr must be set to a valid value except -1. Enumeration: 'add': 2, 'other': 1.
               swPortSecMgmtByVLANOnPortClearCtrl 1.3.6.1.4.1.171.12.63.3.3.2
                   swPortSecMgmtByVLANOnPortClearPort 1.3.6.1.4.1.171.12.63.3.3.2.1 integer read-write
Indicates the port.
                   swPortSecMgmtByVLANOnPortClearVID 1.3.6.1.4.1.171.12.63.3.3.2.2 integer read-write
Indicates the VID.
                   swPortSecMgmtByVLANOnPortClearAction 1.3.6.1.4.1.171.12.63.3.3.2.3 integer read-write
other(1): When user gets this object, it always returns other(1). start(2): Used to clear port security entries by VLAN on the special port. Enumeration: 'start': 2, 'other': 1.
           swPortSecEntriesTable 1.3.6.1.4.1.171.12.63.3.4 no-access
This table is used to show port security entries.
               swPortSecEntriesEntry 1.3.6.1.4.1.171.12.63.3.4.1 no-access
A list of information contained in the swPortSecEntriesTable.
                   swPortSecMac 1.3.6.1.4.1.171.12.63.3.4.1.1 macaddress read-only
Specifies a MAC address.
                   swPortSecVID 1.3.6.1.4.1.171.12.63.3.4.1.2 integer read-only
Indicates the VLAN ID.
                   swPortSecPort 1.3.6.1.4.1.171.12.63.3.4.1.3 integer read-only
Indicates the port.
                   swPortSecDelCtrl 1.3.6.1.4.1.171.12.63.3.4.1.4 integer read-write
Used to delete this port security entry. Setting this value to 'start' will execute the delete action. Once deleted, the value returns to 'other'. Enumeration: 'start': 2, 'other': 1.