nwtControlSampleInterval
NetWare-Server-Trend-MIB ·
.1.3.6.1.4.1.23.2.26.1.1.1.4
Object
column mandatory
r/w
Enumeration
An enumeration which identifies the interval over
which the data is sampled, compared with the rising and
falling thresholds, and saved in the history.
Intervals will be aligned to the real world clock. For
instance, hourly samples will be taken on the hour, 15-
minute samples will be taken at n:00, n:15, n:30, and
n:45, etc.
If a valid sample can not be taken for any reason
(server down, excessive timer skew, etc.) then the
sample value will be set to the invalid value.
If the interval is changed, any associated history will
be discarded and a new history collection commenced.
Context
- MIB
- NetWare-Server-Trend-MIB
- OID
.1.3.6.1.4.1.23.2.26.1.1.1.4- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- nwtControlEntry
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 'NetWare-Server-Trend-MIB' -M '/opt/observium/mibs/novell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NetWare-Server-Trend-MIB::nwtControlSampleInterval'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NetWare-Server-Trend-MIB' -M '/opt/observium/mibs/novell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NetWare-Server-Trend-MIB::nwtControlSampleInterval.<nwtControlAttributeClass>.<nwtControlIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NetWare-Server-Trend-MIB' -M '/opt/observium/mibs/novell:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NetWare-Server-Trend-MIB::nwtControlSampleInterval'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | fiveSeconds |
2 | tenSeconds |
3 | fifteenSeconds |
4 | thirtySeconds |
5 | oneMinute |
6 | fiveMinutes |
7 | fifteenMinutes |
8 | thirtyMinutes |
9 | oneHour |
10 | fourHours |
11 | eightHours |
12 | oneDay |