cdbpRealmMessageRouteType
CISCO-DIAMETER-BASE-PROTOCOL-MIB ·
.1.3.6.1.4.1.9.10.133.1.6.1.1.4
Object
column Enumeration
The types of service supported for each
realm application: accounting,
authentication or both.
acct(1) - accounting
auth(2) - authentication
both(3) - both accounting and authentication.
Context
- MIB
- CISCO-DIAMETER-BASE-PROTOCOL-MIB
- OID
.1.3.6.1.4.1.9.10.133.1.6.1.1.4- Type
- column
- Access
- readonly
- Status
- current
- Parent
- cdbpRealmMessageRouteEntry
- Groups
- 1
Net-SNMP examples
How SNMP and these commands workWalk 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 'CISCO-DIAMETER-BASE-PROTOCOL-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-DIAMETER-BASE-PROTOCOL-MIB::cdbpRealmMessageRouteType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-DIAMETER-BASE-PROTOCOL-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-DIAMETER-BASE-PROTOCOL-MIB::cdbpRealmMessageRouteType.<cdbpRealmMessageRouteIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-DIAMETER-BASE-PROTOCOL-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-DIAMETER-BASE-PROTOCOL-MIB::cdbpRealmMessageRouteType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | acct |
2 | auth |
3 | both |