asamDstRecurringZoneIndex
ASAM-SYSTEM-MIB ·
.1.3.6.1.4.1.637.61.1.9.62.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: NA
Context
- MIB
- ASAM-SYSTEM-MIB
- OID
.1.3.6.1.4.1.637.61.1.9.62.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- asamDstRecurringConfEntry
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::asamDstRecurringZoneIndex'
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::asamDstRecurringZoneIndex.<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::asamDstRecurringZoneIndex'
Syntax
Integer32
Values & Constraints
Enumerated Values
0 | january |
1 | february |
2 | march |
3 | april |
4 | may |
5 | june |
6 | july |
7 | august |
8 | september |
9 | october |
10 | november |
11 | december |