qtechBfdSessAuthenticationType
QTECH-BFD-MIB ·
.1.3.6.1.4.1.27514.1.1.10.2.48.1.2.1.32
Object
The Authentication Type used for this BFD session. This field is valid only when the Authentication Present bit is set. Max-access to this object as well as other authentication related objects are set to read-create in order to support management of a single key ID at a time, key rotation is not handled. Key update in practice must be done by atomic update using a set containing all affected objects in the same varBindList or otherwise risk the session dropping. Value -1 indicates that no authentication is in use for this session.
Context
- MIB
- QTECH-BFD-MIB
- OID
.1.3.6.1.4.1.27514.1.1.10.2.48.1.2.1.32- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- qtechBfdSessEntry
- Groups
- 1
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 'QTECH-BFD-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'QTECH-BFD-MIB::qtechBfdSessAuthenticationType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'QTECH-BFD-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'QTECH-BFD-MIB::qtechBfdSessAuthenticationType.<qtechBfdSessIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'QTECH-BFD-MIB' -M '/opt/observium/mibs/qtech:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'QTECH-BFD-MIB::qtechBfdSessAuthenticationType'
Syntax
- Source
- QtechBfdSessAuthenticationTypeTC
- Base type
Enumeration
Values & Constraints
Enumerated Values
0 | disable |
1 | sampling |
2 | active |
3 | panic |
Type Values
-1 | noAuthentication |
0 | reserved |
1 | simplePassword |
2 | keyedMD5 |
3 | meticulousKeyedMD5 |
4 | keyedSHA1 |
5 | meticulousKeyedSHA1 |
Conformance
Member of
Compliance refinements
qtechBfdModuleReadOnlyCompliance
readonly
Write access is not required.