rlOspfIfActualAuthType
CISCOSB-OSPF-MIB ·
.1.3.6.1.4.1.9.6.1.101.210.8.1.34
Object
column RlOspfAuthenticationType
The actual authentication type specified for an interface.
Context
- MIB
- CISCOSB-OSPF-MIB
- OID
.1.3.6.1.4.1.9.6.1.101.210.8.1.34- Type
- column
- Access
- readonly
- Status
- current
- Parent
- rlOspfIfEntry
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 'CISCOSB-OSPF-MIB' -M '/opt/observium/mibs/ciscosb:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCOSB-OSPF-MIB::rlOspfIfActualAuthType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'CISCOSB-OSPF-MIB' -M '/opt/observium/mibs/ciscosb:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'CISCOSB-OSPF-MIB::rlOspfIfActualAuthType.<rlOspfIfProcessId>.<rlOspfIfIpAddress>.<rlOspfAddressLessIf>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'CISCOSB-OSPF-MIB' -M '/opt/observium/mibs/ciscosb:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'CISCOSB-OSPF-MIB::rlOspfIfActualAuthType'
Syntax
- Source
- RlOspfAuthenticationType
- Base type
Enumeration
Values & Constraints
Type Values
0 | none |
1 | simplePassword |
2 | md5 |
3 | hmac-sha-1 |
4 | hmac-sha-256 |
5 | hmac-sha-384 |
6 | hmac-sha-512 |
9 | null |