nsSchRecurWeekday
NETSCREEN-SCHEDULE-MIB ·
.1.3.6.1.4.1.3224.14.2.1.3
Object
column Enumeration
schedule's starts date, using week day to determine.
Context
- MIB
- NETSCREEN-SCHEDULE-MIB
- OID
.1.3.6.1.4.1.3224.14.2.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- nsSchRecurEntry
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 'NETSCREEN-SCHEDULE-MIB' -M '/opt/observium/mibs/netscreen:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETSCREEN-SCHEDULE-MIB::nsSchRecurWeekday'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETSCREEN-SCHEDULE-MIB' -M '/opt/observium/mibs/netscreen:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETSCREEN-SCHEDULE-MIB::nsSchRecurWeekday.<nsSchRecurIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETSCREEN-SCHEDULE-MIB' -M '/opt/observium/mibs/netscreen:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETSCREEN-SCHEDULE-MIB::nsSchRecurWeekday'
Syntax
Enumeration
Values & Constraints
Enumerated Values
0 | sun |
1 | mon |
2 | tue |
3 | wed |
4 | thu |
5 | fri |
6 | sat |