routeGroupRouteMode

CROUTE-MIB · .1.3.6.1.4.1.81.31.4.1.1.2

Object

column r/w Enumeration
A bit mask representing the routing
mode of the module:
              
bit 0 - L2 switching
bit 1 - EZ2Route
bit 2 - Router
bit 3 - Rich L2
bit 4 - WebSwitch (Load balance,
        application redirection).
mandatoryly, the following values for
this bit mask are defined:
secondLayer(1) - no routing. Behaves like 
                 P333T.
ez2route (3) - no configuration is
               needed. Boosts external routers.
router (5) - Behaves like third layer switch.
routerAndWebSwitch(21) - Perform
           routing and Load-Balancing or
           application redirection

Context

MIB
CROUTE-MIB
OID
.1.3.6.1.4.1.81.31.4.1.1.2
Type
column
Access
readwrite
Status
current
Parent
routeGroupEntry

Walk the column to discover its indexed instances, or supply every index to read one instance.

Walk the column
/usr/bin/snmpbulkwalk -v2c -c '<community>' -Pud -Ir -OQUs -m 'CROUTE-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CROUTE-MIB::routeGroupRouteMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CROUTE-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CROUTE-MIB::routeGroupRouteMode.<routeGroupId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CROUTE-MIB' -M '/opt/observium/mibs/avaya:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CROUTE-MIB::routeGroupRouteMode'

Syntax

Enumeration

Values & Constraints

Enumerated Values
1secondLayer
3ez2route
5router
21routerAndWebSwitch
255notSupported