CISCO-DLR-MIB

        The CISCO-DLR-MIB is used to monitor the Device Level Ring
(DLR) and notifying their state change. 
The Device Level Ring Protocol (DLR) is a redundancy protocol
for EtherNet/IP and operates on OSI Layer 2. It can detect bus
faults in a single line topology compensated by activating      
a redundant communication path. Thus DLR allows to build fast
recovering and redundant network topologies that do not
influence the controlling applications
    
Source file
CISCO-DLR-MIB
Last revised
Identity
ciscoDlrMIB
Base OID
1.3.6.1.4.1.9.9.865
Imported Objects
CISCO-SMI ciscoMgmt
SNMPv2-CONF MODULE-COMPLIANCE (no object page) NOTIFICATION-GROUP (no object page) OBJECT-GROUP (no object page)
SNMPv2-SMI MODULE-IDENTITY (no object page) NOTIFICATION-TYPE (no object page) OBJECT-TYPE (no object page) Unsigned32
SNMPv2-TC DisplayString TEXTUAL-CONVENTION (no object page)
Net-SNMP examples using the cisco MIB directory Show commands

These commands use the standard Observium installation path and load the selected MIB variant before the RFC and Net-SNMP directories.

Translate the module identity
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-DLR-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-DLR-MIB::ciscoDlrMIB'
Walk the MIB subtree
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CISCO-DLR-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-DLR-MIB::ciscoDlrMIB'
How SNMP, Net-SNMP, MIB paths, and variants work
Objects (15)
.1.3.6.1.4.1.9.9.865
.1.3.6.1.4.1.9.9.865.0
.1.3.6.1.4.1.9.9.865.1
.1.3.6.1.4.1.9.9.865.1.1
.1.3.6.1.4.1.9.9.865.1.1.1
.1.3.6.1.4.1.9.9.865.1.1.1.1
.1.3.6.1.4.1.9.9.865.1.1.1.2
.1.3.6.1.4.1.9.9.865.1.1.1.3
.1.3.6.1.4.1.9.9.865.1.1.1.4
.1.3.6.1.4.1.9.9.865.1.1.1.5
.1.3.6.1.4.1.9.9.865.1.1.1.6
.1.3.6.1.4.1.9.9.865.1.1.1.7
.1.3.6.1.4.1.9.9.865.2
.1.3.6.1.4.1.9.9.865.2.1
.1.3.6.1.4.1.9.9.865.2.2
Dependencies (4) 4 direct Show tree and compile order Hide dependency details

Each imported module is resolved in the importing module's source directory first, then through the normal default-variant rules.

Dependency tree
Dependency-first compile order
  1. SNMPv2-SMIrfc
  2. CISCO-SMIcisco
  3. SNMPv2-CONFrfc
  4. SNMPv2-TCrfc
  5. CISCO-DLR-MIBciscoselected
Type Definitions (4)
Enumeration
undefined(0)
supBackup(1)
supActive(2)
normalRing(3)
nonDlr(4)
Enumeration
undefined(0)
gatewayIdle(1)
activeListen(2)
activeNormal(3)
fault(4)
backupNormal(5)
lossUplink(6)
partialNetworkfault(7)
Enumeration
undefined(0)
nonGateway(1)
activeGateway(2)
backupGateway(3)
faultGateway(4)
nonSupportedGateway(5)
partialFaultGateway(6)
Enumeration
undefined(0)
ringNormal(1)
ringFault(2)
ringUnexcpectedLoop(3)
ringPartialFault(4)
ringRapidFaultRestore(5)
Conformance Groups (2)
A collection of objects required for monitoring of DLR ring.
.1.3.6.1.4.1.9.9.865.2.2.1
Collection of notification which indicates diffferent state
changes of DLR ring, Supervisor Device, Gateway device.
.1.3.6.1.4.1.9.9.865.2.2.2
Compliance Statements (1)

OID .1.3.6.1.4.1.9.9.865.2.1.1
This includes all the mandatory groups required for DLR mib
Required groups
Notifications / Traps (3)
NameOIDDescription
.1.3.6.1.4.1.9.9.865.0.1
A ciscoDlrRingSatus notification is generated when the value of
ciscoDlrRingNetworkStatus is changed to Normal or Fault.
The notification contains information of ciscoDlrRingID,
ciscoDlrRingName, ciscoDlrNetworkStatus.
.1.3.6.1.4.1.9.9.865.0.2
A ciscoDlrRingSupervisorSatus notification is generated when
the value of ciscoDlrRingDeviceState is changed to ACTIVE or
BACKUP.
The notification contains ciscoDlrRingID,
ciscoDlrRingName, ciscoDlrDeviceStatus.
.1.3.6.1.4.1.9.9.865.0.3
A ciscoDlrRingGatewaySatus notification is generated when the
value of ciscoDlrRingGatewayDeviceState is changed to ACTIVE or
BACKUP.
The notification contains ciscoDlrRingID,
ciscoDlrRingName, ciscoDlrGatewayDeviceStatus.