tnBfdAdminControlApply
TN-BFD-MIB ·
.1.3.6.1.4.1.7483.6.1.2.85.2.1.2
Object
scalar r/w
Enumeration
This object controls the use of tnBfdAdminValueObjects tables.
This object always reads none(1).
When set to initialize(2), the objects in tnBfdAdminValueObjects
tables are set to the current Operational values, from the
corresponding tnBfdOperValueObjects 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
tnBfdAdminValueObjects tables are copied to the corresponding
tnBfdOperValueObjects table objects.
Context
- MIB
- TN-BFD-MIB
- OID
.1.3.6.1.4.1.7483.6.1.2.85.2.1.2- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- tnBfdAdminControlObjects
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TN-BFD-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TN-BFD-MIB::tnBfdAdminControlApply.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TN-BFD-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TN-BFD-MIB::tnBfdAdminControlApply'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | initialize |
3 | commit |