bfdSessAuthenticationKeyID
BFD-STD-MIB ·
.1.3.6.1.2.1.222.1.2.1.34
Object
column r/w
Integer32
The authentication key ID in use for this session. This object permits multiple keys to be active simultaneously. The value -1 indicates that no authentication key ID will be present in the optional BFD Authentication Section.
Context
- MIB
- BFD-STD-MIB
- OID
.1.3.6.1.2.1.222.1.2.1.34- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- bfdSessEntry
- 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 'BFD-STD-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BFD-STD-MIB::bfdSessAuthenticationKeyID'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'BFD-STD-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'BFD-STD-MIB::bfdSessAuthenticationKeyID.<bfdSessIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'BFD-STD-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'BFD-STD-MIB::bfdSessAuthenticationKeyID'
Syntax
Integer32
Values & Constraints
Object Constraints
range: -1-255
Conformance
Member of
Compliance refinements
bfdModuleReadOnlyCompliance
readonly
Write access is not required.