dtiProtocolServerStatusFlag
DTI-MIB ·
.1.3.6.1.4.1.4491.2.1.7.1.1.1.1.3
Object
column Enumeration
The current Operational Status of the server side of the
DTI interface. This MIB object should be updated no more
than once per second. The Server reports the status of the
DTI interface associated to this entry as follows:
'warmup'
The server clock has not yet stabilized and has not
acquired a stable Time of Day.
'freerun'
The server has a stable clock and Time of Day but
is not locked to an external clock reference.
'fastTrackingMode'
The server is in the process of locking to the
timing reference.
'normalMode'
The server is locked to the timing reference.
'holdover'
The server has lost the timing reference and is in
holdover mode.
'clientStable'
The server has verified that the Client phase error
is acceptable for this DTI interface entry. This
value is deprecated as does not indicate the status
of the server side of the DTI interface. The performace
stable client is reported by
dtiProtocolServerClientStableFlag.
'testMode'
The server has entered in Test Mode for this
DTI entry interface due a set to 'true' of
dtiProtocolControlTestMode or because is receiving
test mode frames from the DTI client remote end.
Context
- MIB
- DTI-MIB
- OID
.1.3.6.1.4.1.4491.2.1.7.1.1.1.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- dtiProtocolEntry
- 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 'DTI-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DTI-MIB::dtiProtocolServerStatusFlag'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'DTI-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DTI-MIB::dtiProtocolServerStatusFlag.<ifIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DTI-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DTI-MIB::dtiProtocolServerStatusFlag'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | unknown |
1 | warmup |
2 | freerun |
3 | fastTrackingMode |
4 | normalMode |
5 | holdoverMode |
6 | clientStable |
7 | testMode |
Conformance
Member of
Compliance refinements
dtiMibCompliance
Enumeration
Values:
unknown(0), warmup(1), freerun(2), fastTrackingMode(3), normalMode(4), holdoverMode(5), testMode(7)
The value 'clientStable' is deprecated and not used.