cdbpRealmMessageRouteAction
CISCO-DIAMETER-BASE-PROTOCOL-MIB ·
.1.3.6.1.4.1.9.10.133.1.6.1.1.5
Object
column Enumeration
The action is used to identify how a
message should be treated based on the realm,
application and type.
local(1) - Diameter messages that resolve to a
route entry with the Local Action set to
Local can be satisfied locally, and do
not need to be routed to another server.
relay(2) - All Diameter messages that fall within
this category MUST be routed to a
next-hop server, without modifying any
non-routing AVPs.
proxy(3) - All Diameter messages that fall within this
category MUST be routed to a next-hop
server.
redirect(4) - Diameter messages that fall within this
category MUST have the identity of the home
Diameter server(s) appended, and returned
to the sender of the message.
Context
- MIB
- CISCO-DIAMETER-BASE-PROTOCOL-MIB
- OID
.1.3.6.1.4.1.9.10.133.1.6.1.1.5- 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::cdbpRealmMessageRouteAction'
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::cdbpRealmMessageRouteAction.<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::cdbpRealmMessageRouteAction'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | local |
2 | relay |
3 | proxy |
4 | redirect |