DLINKSW-LBD-MIB: View SNMP OID List / Download MIB

VENDOR: D-LINK


 Home MIB: DLINKSW-LBD-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
 dlinkSwLoopbackDetectMIB 1.3.6.1.4.1.171.14.46
This MIB module defines objects for loopback detection.
       dLbdNotifications 1.3.6.1.4.1.171.14.46.0
           dLbdLoopOccurred 1.3.6.1.4.1.171.14.46.0.1
This trap is sent when an interface loop occurs.
           dLbdLoopRestart 1.3.6.1.4.1.171.14.46.0.2
This trap is sent when an interface loop restarts after the interval time.
           dLbdVlanLoopOccurred 1.3.6.1.4.1.171.14.46.0.3
This trap is sent when an interface with a VID loop occurs.
           dLbdVlanLoopRestart 1.3.6.1.4.1.171.14.46.0.4
This trap is sent when an interface loop with a VID restarts after the interval time.
       dLbdObjects 1.3.6.1.4.1.171.14.46.1
           dLbdCtrlInterval 1.3.6.1.4.1.171.14.46.1.1 integer read-write
This object indicates the interval in seconds at which LBD packets are transmitted.
           dLbdCtrlGlobalEnabled 1.3.6.1.4.1.171.14.46.1.2 truthvalue read-write
This object indicates whether the loopback detection is enabled globally.
           dLbdCtrlMode 1.3.6.1.4.1.171.14.46.1.3 integer read-write
This object indicates the loopback detection mode. portBased(1) - The loopback detection works in port-based mode. vlanBased(2) - The loopback detection works in vlan-based mode. Enumeration: 'portBased': 1, 'vlanBased': 2.
           dLbdIfCfgTable 1.3.6.1.4.1.171.14.46.1.4 no-access
A list of loopback detection information entries.
               dLbdIfCfgEntry 1.3.6.1.4.1.171.14.46.1.4.1 no-access
An entry indicates the setting of loopback detection on an interface.
                   dLbdIfCfgIndex 1.3.6.1.4.1.171.14.46.1.4.1.1 interfaceindex no-access
This object indicates the ifIndex of the physical port or port channel.
                   dLbdIfCfgEnabled 1.3.6.1.4.1.171.14.46.1.4.1.2 truthvalue read-write
This object indicates whether the loopback detection is enabled on the interface.
                   dLbdIfLoopStatus 1.3.6.1.4.1.171.14.46.1.4.1.3 integer read-only
This object indicates whether the interface loopback status. Enumeration: 'loop': 2, 'normal': 1.
                   dLbdIfLoopVlans 1.3.6.1.4.1.171.14.46.1.4.1.4 displaystring read-only
This object indicates the VLAN list that has detected a loopback.
           dLbdVlanCtrlObjects 1.3.6.1.4.1.171.14.46.1.5
This identifier defines a subtree under which a set of objects are defined to enable loopback detection on specific VLANs. That is, LBD Control packet will be sent out for the VLAN that the port has the membership and within the specified VLAN list (the correspondig bit is '1'). When enabled VLAN ID list is empty, that is both dLbdVlanCrlFirst2K and dLbdVlanCrlSecond2K are zero lenth string, LBD Control packet is sent out for all VLANs that the port has the membership.
               dLbdVlanCrlFirst2K 1.3.6.1.4.1.171.14.46.1.5.1 dlink2kvlanlist read-write
This object specifies the loopback detection enabled VLAN in a string of octets containing one bit per VLAN for VLANs 1 to 2048. If the bit is set to '1', then the VLAN is enabled for loopback detection.
               dLbdVlanCrlSecond2K 1.3.6.1.4.1.171.14.46.1.5.2 dlink2kvlanlist read-write
This object specifies the loopback detection enabled VLAN in a string of octets containing one bit per VLAN for VLANs 2049 to 4095. If the bit is set to '1', then the VLAN is enabled for loopback detection.
           dLbdActMode 1.3.6.1.4.1.171.14.46.1.6 integer read-write
This object indicates the loopback detection action mode. shundown(1) - When loop has been detected, the port will be shut down (disabled) in port-based mode, the traffic will be block on specific VLAN in VLAN-based mode. This is the default value. none(2) - When loop has been detected, the port will NOT be disabled in port-based mode, the traffic will NOT be block on specific VLAN in VLAN-based mode. Just send log and trap. Enumeration: 'none': 2, 'shutdown': 1.
           dLbdNotifyEnabled 1.3.6.1.4.1.171.14.46.1.7 truthvalue read-write
Set to 'true' to enable global SNMP notification for loopback detection feature. Setting the object to 'false' will disable SNMP notifications.
           dLbdNotifyInfo 1.3.6.1.4.1.171.14.46.1.8
This identifier is a group for variable bindings for traps.
               dLbdNotifyInfoIfIndex 1.3.6.1.4.1.171.14.46.1.8.1 interfaceindex no-access
This object indicates the interface id that has detected a loopback.
               dLbdNotifyInfoVlanId 1.3.6.1.4.1.171.14.46.1.8.2 vlanid no-access
This object indicates the vlan id that has detected a loopback.
           dLbdAddressType 1.3.6.1.4.1.171.14.46.1.9 integer read-write
This object indicates the CTP packet's DA type. multicast(1) - Only multicast CTP packet will be sent.The CTP packet's DA is CF-00-00-00-00-00. broadcast(2) - Only broadcast CTP packet will be sent.The CTP packet's DA is FF-FF-FF-FF-FF-FF. Enumeration: 'broadcast': 2, 'multicast': 1.
       dLbdConformance 1.3.6.1.4.1.171.14.46.2
           dLbdMIBCompliances 1.3.6.1.4.1.171.14.46.2.1
               dLbdMIBCompliance 1.3.6.1.4.1.171.14.46.2.1.1
The compliance statement for entities which implement the DLINKSW-LBD-MIB.
           dLbdMIBGroups 1.3.6.1.4.1.171.14.46.2.2
               dLbdCfgGroup 1.3.6.1.4.1.171.14.46.2.2.1
A collection of objects providing management of the loopback detection feature.
               dLbdIfCfgGroup 1.3.6.1.4.1.171.14.46.2.2.2
A collection of objects providing the per-interface control of loopback detection.
               dLbdCtrlModeGroup 1.3.6.1.4.1.171.14.46.2.2.3
A collection of objects providing the mode of loopback detection.
               dLbdVlanCtrlGroup 1.3.6.1.4.1.171.14.46.2.2.4
A collection of objects providing the VLAN list of loopback detection.
               dLbdNotificationGroup 1.3.6.1.4.1.171.14.46.2.2.5
A collection of notifications used for monitoring the hosts under the control of loopback detection.