tnOamPingCtlAdminStatus
TN-OAM-TEST-MIB ·
.1.3.6.1.4.1.7483.6.1.2.11.1.4.1.6
Object
column r/w
Enumeration
Reflects the desired state that a tnOamPingCtlEntry should be
in:
enabled(1) - Attempt to activate the test as defined by
this tnOamPingCtlEntry.
disabled(2) - Deactivate the test as defined by this
tnOamPingCtlEntry.
An attempt to set tnOamPingCtlAdminStatus to 'enabled' will fail
if the parameters required by a particular OAM ping test mode have
not been previously set. Upon completion of an OAM ping test,
the agent will reset the value of this object to 'disabled'.
When this object has the value 'enabled' an attempt to modify
any of the test parameters will fail with an inconsistentValue
error.
If tnOamPingCtlTestMode equals either
'sdpPing' or 'mtuPing', tnOamPingCtlOrigSdpId must have already
been set.
If tnOamPingCtlTestMode equals 'mtuPing',
tnOamPingCtlMtuStartSize and tnOamPingCtlMtuEndSize must also
have already been set.
If tnOamPingCtlTestMode equals 'svcPing',
tnOamPingCtlTgtAddress and tnOamPingCtlServiceId must have
already been set.
If tnOamPingCtlTestMode equals 'cpePing',
tnOamPingCtlTgtAddress, and tnOamCpePingCtlSourceIpAddr
are required.
If tnOamPingCtlTestMode equals 'icmpPing', tnOamPingCtlTgtAddress
must have already been set.
If tnOamPingCtlTestMode equals 'dnsPing', tnOamPingCtlTgtAddress
must have already been set.
If tnOamPingCtlSAA has the value 'true' and tnOamSaaCtlAdminStatus
has a value 'outOfService', an attempt to set this object to 'enabled'
will fail with an inconsistentValue error.
Refer to the corresponding tnOamPingResultsOperStatus 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.1.4.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- tnOamPingCtlEntry
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::tnOamPingCtlAdminStatus'
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::tnOamPingCtlAdminStatus.<tnSysSwitchId>.<tnOamPingCtlTestIndex>'
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::tnOamPingCtlAdminStatus'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | enabled |
2 | disabled |