rbnSubsEncapsulationType
RBN-SUBSCRIBER-ACTIVE-MIB ·
.1.3.6.1.4.1.2352.2.27.1.2.2.1.1
Object
column Enumeration
This object identifies the type of encapsulation the subscriber is using. Note that 'ppp' includes all types of supported ppp, excluding pppoe.
Context
- MIB
- RBN-SUBSCRIBER-ACTIVE-MIB
- OID
.1.3.6.1.4.1.2352.2.27.1.2.2.1.1- Type
- column
- Access
- noaccess
- Status
- current
- Parent
- rbnSubsEncapsCountEntry
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 'RBN-SUBSCRIBER-ACTIVE-MIB' -M '/opt/observium/mibs/ericsson:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RBN-SUBSCRIBER-ACTIVE-MIB::rbnSubsEncapsulationType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'RBN-SUBSCRIBER-ACTIVE-MIB' -M '/opt/observium/mibs/ericsson:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'RBN-SUBSCRIBER-ACTIVE-MIB::rbnSubsEncapsulationType.<rbnSubsEncapsulationType>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'RBN-SUBSCRIBER-ACTIVE-MIB' -M '/opt/observium/mibs/ericsson:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'RBN-SUBSCRIBER-ACTIVE-MIB::rbnSubsEncapsulationType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | ppp |
2 | pppoe |
3 | bridged1483 |
4 | routed1483 |
5 | multi1483 |
6 | dot1q1483 |
7 | dot1qEnet |
8 | bridged1490 |
9 | routed1490 |
10 | multi1490 |
11 | dot1q1490 |
12 | clips |
255 | other |