biboPPPEncryption
BIANCA-BRICK-PPP-MIB ·
.1.3.6.1.4.1.272.4.3.1.1.26
Object
column mandatory
r/w
Enumeration
This field specifies the data encryption scheme for en(de)crypting PPP encapsulated multi-protocol datagrams. Setting to mppe-40(2), mppe-128(3) or mppe-56(7) the Microsoft Point to Point Encryption Protocol (MPPE) will be enabled, using a 40 bit, 128 bit respectively 56 bit session key for initializing encryption tables. Setting to mppev2-40(8), mppev2-56(9) or mppev2-128(10) the old-style Microsoft Point to Point Encryption Protocol (MPPE) 'stateless mode' will be enabled, using a 40 bit, 56 bit respectively 128 bit session key. Setting to mppev2-40-rfc3078(12), mppev2-56-rfc3078(13) or mppev2-128-rfc3078(14) the Microsoft Point to Point Encryption Protocol (MPPE) 'stateless mode' in conformance with RFC 3078 will be enabled, using a 40 bit, 56 bit respectively 128 bit session key. Setting to mppev1-40-fixed(15), mppev1-56-fixed(16) or mppev1=128-fixed(17) only the 'old' MPPE V1 (stateful) mode will be negotiated and used. Setting to mppev1-128-ms-compat(18) 'old' MPPE V1 (stateful) 128 bit mode negotiation will be enforced and MS-CHAP V1 NT password hashing non-conform to RFC 3079 but compatible with Microsoft and Cisco products will be used. Setting to mppev2-128-ms-compat(19) 'old' MPPE V2 (stateless) 128 bit mode will be offered first and MS-CHAP V1 NT hash non-conform to RFC 3079 but compatible with Microsoft and Cisco products will be used.
Context
- MIB
- BIANCA-BRICK-PPP-MIB
- OID
.1.3.6.1.4.1.272.4.3.1.1.26- Type
- column
- Access
- readwrite
- Status
- mandatory
- Parent
- biboPPPEntry
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 'BIANCA-BRICK-PPP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-PPP-MIB::biboPPPEncryption'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BIANCA-BRICK-PPP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BIANCA-BRICK-PPP-MIB::biboPPPEncryption.<biboPPPType>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BIANCA-BRICK-PPP-MIB' -M '/opt/observium/mibs/bintec:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BIANCA-BRICK-PPP-MIB::biboPPPEncryption'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | none |
2 | mppe-40 |
3 | mppe-128 |
4 | des-56 |
5 | triple-des-168 |
6 | blowfish-168 |
7 | mppe-56 |
8 | mppev2-40 |
9 | mppev2-56 |
10 | mppev2-128 |
11 | blowfish-56 |
12 | mppev2-40-rfc3078 |
13 | mppev2-56-rfc3078 |
14 | mppev2-128-rfc3078 |
15 | mppev1-40-fixed |
16 | mppev1-56-fixed |
17 | mppev1-128-fixed |
18 | mppev1-128-ms-compat |
19 | mppev2-128-ms-compat |