mpsTrunkGroupInterfaceType
FEC-MPS-MIB ·
.0.53.3.3.1.13
Object
column r/w
Enumeration
This variable contains the interface type, for which type of interface this trunk group can be used. isdn-pmp(1) : isdn extern, point-to-multipoint isdn-pp(2) : isdn extern, point-to-point voip-pmp(3) : VoIP extern, point-to-multipoint voip-pp(4) : VoIP extern, point-to-point pots(5) : analoque extern, FXO
Context
- MIB
- FEC-MPS-MIB
- OID
.0.53.3.3.1.13- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- mpsTrunkGroupEntry
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::mpsTrunkGroupInterfaceType'
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::mpsTrunkGroupInterfaceType.<mpsTrunkGroupIndex>'
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::mpsTrunkGroupInterfaceType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | isdn-pmp |
2 | isdn-pp |
3 | voip-pmp |
4 | voip-pp |
5 | pots |