tmnxBsxAdminCtrlApply
TIMETRA-BSX-NG-MIB ·
.1.3.6.1.4.1.6527.3.1.2.63.2.10.4.1.3
Object
The value of tmnxBsxAdminCtrlApply specifies
the copying of tmnxBsxPolicyObjs tables from
one instance of policy version to another. This
object reads as none(1) when not editing policy
and initialize(2) when editing policy.
When set to initialize(2), the objects in
tmnxBsxPolicyObjs with the policy version
index set to 'admin' are copied to the values
with the index set to 'oper' in the same
tables. Any uncommitted changes are lost,
so setting this value corresponds to both
BEGIN-TRANSACTION and ABORT-TRANSACTION.
When set to commit(3) (END-TRANSACTION), all of the objects from
tables with the index set to 'admin' are first evaluated for
correctness, and then copied to the same items with the index set to
'oper'.
In this way, the (expensive) policy application can be performed at
one time, with a coherent BSX policy configuration.
Context
- MIB
- TIMETRA-BSX-NG-MIB
- OID
.1.3.6.1.4.1.6527.3.1.2.63.2.10.4.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- tmnxBsxAdminCtrlEntry
- Groups
- 5
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 'TIMETRA-BSX-NG-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-BSX-NG-MIB::tmnxBsxAdminCtrlApply'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TIMETRA-BSX-NG-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TIMETRA-BSX-NG-MIB::tmnxBsxAdminCtrlApply.<tmnxBsxWebUrlCategorySetId>.<tmnxBsxWebUrlClassifier>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TIMETRA-BSX-NG-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TIMETRA-BSX-NG-MIB::tmnxBsxAdminCtrlApply'
Syntax
- Source
- TmnxBsxAdminCtrl
- Base type
Enumeration
Values & Constraints
Type Values
1 | none |
2 | initialize |
3 | commit |