tnOamTrCtlAdminStatus
TN-OAM-TEST-MIB ·
.1.3.6.1.4.1.7483.6.1.2.11.2.3.1.7
Object
column r/w
Enumeration
Reflects the desired state that a tnOamTrCtlEntry
should be in:
enabled(1) - Attempt to activate the test as defined by
this tnOamTrCtlEntry.
disabled(2) - Deactivate the test as defined by this
tnOamTrCtlEntry.
If tnOamTrCtlSAA has the value 'true' and tnOamSaaCtlAdminStatus
has the value 'outOfService', an attempt to set this object to
'enabled' will fail with an inconsistentValue error.
Refer to the corresponding tnOamTrResultsOperStatus to
determine the operational state of the test defined by
this entry.
Context
- MIB
- TN-OAM-TEST-MIB
- OID
.1.3.6.1.4.1.7483.6.1.2.11.2.3.1.7- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- tnOamTrCtlEntry
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 'TN-OAM-TEST-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TN-OAM-TEST-MIB::tnOamTrCtlAdminStatus'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'TN-OAM-TEST-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'TN-OAM-TEST-MIB::tnOamTrCtlAdminStatus.<tnSysSwitchId>.<tnOamTrCtlTestIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'TN-OAM-TEST-MIB' -M '/opt/observium/mibs/nokia:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'TN-OAM-TEST-MIB::tnOamTrCtlAdminStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enabled |
2 | disabled |