zxAnBfdStdSessAuthType
ZTE-AN-BFD-STD-MIB ·
.1.3.6.1.4.1.3902.1015.16.1.2.1.31
Object
column r/w
Enumeration
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.
Context
- MIB
- ZTE-AN-BFD-STD-MIB
- OID
.1.3.6.1.4.1.3902.1015.16.1.2.1.31- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- zxAnBfdStdSessEntry
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 'ZTE-AN-BFD-STD-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-BFD-STD-MIB::zxAnBfdStdSessAuthType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ZTE-AN-BFD-STD-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ZTE-AN-BFD-STD-MIB::zxAnBfdStdSessAuthType.<zxAnBfdStdSessIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ZTE-AN-BFD-STD-MIB' -M '/opt/observium/mibs/zte:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ZTE-AN-BFD-STD-MIB::zxAnBfdStdSessAuthType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | simplePassword |
2 | keyedMD5 |
3 | meticulousKeyedMD5 |
4 | keyedSHA1 |
5 | meticulousKeyedSHA1 |
99 | reserved |