bstunRouteType
CISCO-BSTUN-MIB ·
.1.3.6.1.4.1.9.9.35.1.4.1.1.3
Object
column Enumeration
The type of identification of the remote partner. If ip then the value is in bstunRouteIP; if serial or serialDirect then the value is in bstunRouteSerial; if bip or apip then the value is in bstunRouteIP, bstunRouteBIPLocalPort and bstunRouteBIPForeignPort.
Context
- MIB
- CISCO-BSTUN-MIB
- OID
.1.3.6.1.4.1.9.9.35.1.4.1.1.3- Type
- column
- Access
- readonly
- Status
- current
- Parent
- bstunRouteEntry
- Groups
- 3
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 'CISCO-BSTUN-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-BSTUN-MIB::bstunRouteType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCO-BSTUN-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCO-BSTUN-MIB::bstunRouteType.<bstunRouteGroupIndex>.<bstunRouteStationAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCO-BSTUN-MIB' -M '/opt/observium/mibs/cisco:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCO-BSTUN-MIB::bstunRouteType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | ip |
3 | serial |
4 | serialDirect |
5 | serialFrameRelay |
6 | serialLLC2 |
7 | bip |
8 | apip |