mpsTrunkNumberType
FEC-MPS-MIB ·
.0.53.3.7.1.4
Object
column r/w
Enumeration
This variable contains the information of the type of number: msn : MSN ddi : DDI (direct dialling in) cnsIndividual : clip no screening additionalMSN : MSN at point-to-point device
Context
- MIB
- FEC-MPS-MIB
- OID
.0.53.3.7.1.4- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- mpsTrunkNumberEntry
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::mpsTrunkNumberType'
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::mpsTrunkNumberType.<mpsTrunkNumberIndex>'
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::mpsTrunkNumberType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | msn |
2 | ddi |
3 | cnsIndividual |
4 | additionalMSN |