ltmDiameterrouterProfileIruleScopeMessage
F5-BIGIP-LOCAL-MIB ·
.1.3.6.1.4.1.3375.2.2.6.40.1.2.1.15
Object
column Enumeration
An attribute in a MR (message-routing) diameter router profile that causes Diameter iRule events to be processed in the scope of the executing message, rather than one by one in the scope of the connection. If true, each message has its own Tcl execution context and local variables, and may execute iRules concurrently with other messages. Otherwise all messages on a connection flow share a single execution context and share their local variables, so must queue to execute one by one. This is false by default (the legacy mode). Before setting this to true, some pre-existing iRules might need to be adjusted to avoid sharing local variables.
Context
- MIB
- F5-BIGIP-LOCAL-MIB
- OID
.1.3.6.1.4.1.3375.2.2.6.40.1.2.1.15- Type
- column
- Access
- readonly
- Status
- current
- Parent
- ltmDiameterrouterProfileEntry
- 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 'F5-BIGIP-LOCAL-MIB' -M '/opt/observium/mibs/f5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'F5-BIGIP-LOCAL-MIB::ltmDiameterrouterProfileIruleScopeMessage'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'F5-BIGIP-LOCAL-MIB' -M '/opt/observium/mibs/f5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'F5-BIGIP-LOCAL-MIB::ltmDiameterrouterProfileIruleScopeMessage.<ltmDiameterrouterProfileName>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'F5-BIGIP-LOCAL-MIB' -M '/opt/observium/mibs/f5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'F5-BIGIP-LOCAL-MIB::ltmDiameterrouterProfileIruleScopeMessage'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | false |
1 | true |
Conformance
Member of