priIntType
AT-PRI-MIB ·
.1.3.6.1.4.1.207.8.4.4.4.42.1.1.7
Object
column Enumeration
The type of primary rate interface. E1 has 30 B + D channel, T1 has 23 B + D channel. If the value unknown is returned for this object, the exact PRI type has not yet been determined.
Context
- MIB
- AT-PRI-MIB
- OID
.1.3.6.1.4.1.207.8.4.4.4.42.1.1.7- Type
- column
- Access
- readonly
- Status
- current
- Parent
- priIntEntry
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 'AT-PRI-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-PRI-MIB::priIntType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'AT-PRI-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'AT-PRI-MIB::priIntType.<priIntIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'AT-PRI-MIB' -M '/opt/observium/mibs/allied-old:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'AT-PRI-MIB::priIntType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | e1 |
2 | t1 |
3 | unknown |