zxAnClockCardClockConfType
ZTE-AN-CLOCK-MIB ·
.1.3.6.1.4.1.3902.1082.120.10.2.3.2.1.4
Object
column r/w
Enumeration
The card clock configuration type. There are two types: systemClock(1): it means the card clock type is the system clock. localClock(2): it means the card clock type is the local clock.
Context
- MIB
- ZTE-AN-CLOCK-MIB
- OID
.1.3.6.1.4.1.3902.1082.120.10.2.3.2.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Default
systemClock- Parent
- zxAnClockCardClockConfEntry
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 'ZTE-AN-CLOCK-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-CLOCK-MIB::zxAnClockCardClockConfType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZTE-AN-CLOCK-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-CLOCK-MIB::zxAnClockCardClockConfType.<zxAnClockCardClockConfRack>.<zxAnClockCardClockConfShelf>.<zxAnClockCardClockConfSlot>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZTE-AN-CLOCK-MIB' -M '/opt/observium/mibs/zte-ng:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZTE-AN-CLOCK-MIB::zxAnClockCardClockConfType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | systemClock |
2 | localClock |