mpsSystemNumberType
FEC-MPS-MIB ·
.0.53.2.6.1.2
Object
column r/w
Enumeration
Type of system number. service-number(1) : internal service number. trunk-access(2) : line access digit to external line. pickup(3) : pickup an internal call. specific-pickup(4) : pickup an internal call via extension number. project-code(5) : stored in accounting data. speed-dial(6) : telephone call via speed dial number. open-inquiry(7) : system parking number. bundle-req(8) : access code for external trunk bundles. systel-update-fw(9) : update system phone firmware.
Context
- MIB
- FEC-MPS-MIB
- OID
.0.53.2.6.1.2- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- mpsSystemNumberEntry
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::mpsSystemNumberType'
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::mpsSystemNumberType.<mpsSystemNumberIndex>'
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::mpsSystemNumberType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | service-number |
2 | trunk-access |
3 | pickup |
4 | specific-pickup |
5 | project-code |
6 | speed-dial |
7 | open-inquiry |
8 | bundle-req |
9 | systel-update-fw |