DEVROUTE-MIB

        The aniDevRoutingTable allows the user to view and configure routes.
        
It is similar to the ipRouteTable in RFC1213 except that the table 
is indexed on 3 objects (aniDevRouteDest, aniDevRouteNextHop, 
aniDevRouteMask instead of just one). Also, some of the objects
are read-only since our software does not allow their configuration.
        
Routes can be added and deleted using this table. The 
aniDevRouteNextHop field for existing routes can be modified. 
        
To add an entry, send a set request with all the index fields set
appropriately. It is required to specify aniDevRouteFlag while
adding a new route.
        
To delete an entry, select the row with the correct index fields and 
set the parameter aniDevRouteType to invalid(2).
Note, aniDevRouteType cannot be set as anything else other than invalid(2).
        
When the device (BSU or SU) is in Bridge mode, the routing table will 
not be displayed.
    
Source file
DEVROUTE-MIB
Last revised
Identity
aniDevRoute
Base OID
1.3.6.1.4.1.4325.2.9
Imported Objects
ANIROOT-MIB device
RFC1155-SMI IpAddress
SNMPv2-SMI MODULE-IDENTITY (no object page) OBJECT-TYPE (no object page)
Net-SNMP examples using the aperto 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 'DEVROUTE-MIB' -M '/opt/observium/mibs/aperto:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DEVROUTE-MIB::aniDevRoute'
Walk the MIB subtree
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'DEVROUTE-MIB' -M '/opt/observium/mibs/aperto:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DEVROUTE-MIB::aniDevRoute'
How SNMP, Net-SNMP, MIB paths, and variants work
Objects (17)
.1.3.6.1.4.1.4325.2.9
.1.3.6.1.4.1.4325.2.9.1
.1.3.6.1.4.1.4325.2.9.1.1
.1.3.6.1.4.1.4325.2.9.1.1.1
.1.3.6.1.4.1.4325.2.9.1.1.10
.1.3.6.1.4.1.4325.2.9.1.1.11
.1.3.6.1.4.1.4325.2.9.1.1.12
ObjectIdentifier
.1.3.6.1.4.1.4325.2.9.1.1.13
Enumeration
.1.3.6.1.4.1.4325.2.9.1.1.14
.1.3.6.1.4.1.4325.2.9.1.1.2
.1.3.6.1.4.1.4325.2.9.1.1.3
.1.3.6.1.4.1.4325.2.9.1.1.4
.1.3.6.1.4.1.4325.2.9.1.1.5
.1.3.6.1.4.1.4325.2.9.1.1.6
.1.3.6.1.4.1.4325.2.9.1.1.7
Enumeration
.1.3.6.1.4.1.4325.2.9.1.1.8
Enumeration
.1.3.6.1.4.1.4325.2.9.1.1.9
Dependencies (3) 3 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. RFC1155-SMIrfc
  2. ANIROOT-MIBaperto
  3. SNMPv2-SMIrfc
  4. DEVROUTE-MIBapertoselected