schedMonth
BLUESERVER-MIB ·
.1.3.6.1.4.1.9967.1.15.1.1.7
Object
column r/w
Enumeration
No description available.
Context
- MIB
- BLUESERVER-MIB
- OID
.1.3.6.1.4.1.9967.1.15.1.1.7- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- schedEntry
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 'BLUESERVER-MIB' -M '/opt/observium/mibs/bluesocket:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BLUESERVER-MIB::schedMonth'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BLUESERVER-MIB' -M '/opt/observium/mibs/bluesocket:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BLUESERVER-MIB::schedMonth.<schedRowId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BLUESERVER-MIB' -M '/opt/observium/mibs/bluesocket:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BLUESERVER-MIB::schedMonth'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | january |
2 | february |
3 | march |
4 | april |
5 | may |
6 | june |
7 | july |
8 | august |
9 | september |
10 | october |
11 | november |
12 | december |