asamDstDateZoneIndex
ASAM-SYSTEM-MIB ·
.1.3.6.1.4.1.637.61.1.9.63.1.1
Object
column Integer32
This represents a daylight saving time zone. This index must be unique
amongst the table entries.
Because snmp index can't recognise negative integer,so we shift the zone range to [0...1620] as a workaround
ALCATEL NOTE:
SUPPORT: YES INSRVMOD: NA RANGE: -780~840
PERSIST: YES DEFVALUE: NA UNITS: minutes
Context
- MIB
- ASAM-SYSTEM-MIB
- OID
.1.3.6.1.4.1.637.61.1.9.63.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- asamDstDateConfEntry
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 'ASAM-SYSTEM-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ASAM-SYSTEM-MIB::asamDstDateZoneIndex'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ASAM-SYSTEM-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ASAM-SYSTEM-MIB::asamDstDateZoneIndex.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ASAM-SYSTEM-MIB' -M '/opt/observium/mibs/alcatel:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ASAM-SYSTEM-MIB::asamDstDateZoneIndex'
Syntax
Integer32
Values & Constraints
No enumerated values or constraints recorded.