mpsCalendarType
FEC-MPS-MIB ·
.0.53.12.1.1.3
Object
column r/w
Enumeration
This variable contains the type of the calendar.
group(1) : calendar to switch group mode.
dayNight(2) : calendar to switch between day and night mode of the
whole PBX.
cos (3) : calendar to switch the ClassOfService settings.
rerouting(4) : calendar to switch rerouting function.
doorcom(5) : calendar to switch doorcom mode.
vms(6) : calendar to switch voice mail server.
alarmInput(7) : calendar to switch alarm input mode.
Context
- MIB
- FEC-MPS-MIB
- OID
.0.53.12.1.1.3- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- mpsCalendarEntry
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 'FEC-MPS-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-MPS-MIB::mpsCalendarType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'FEC-MPS-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'FEC-MPS-MIB::mpsCalendarType.<mpsCalendarIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'FEC-MPS-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'FEC-MPS-MIB::mpsCalendarType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | group |
2 | dayNight |
3 | cos |
4 | rerouting |
5 | doorcom |
6 | vms |
7 | alarmInput |