rlOspfVirtIfAuthType
CISCOSB-OSPF-MIB ·
.1.3.6.1.4.1.9.6.1.101.210.10.1.12
Object
The authentication type specified for a virtual interface.
Note that this object can be used to engage
in significant attacks against an OSPF router.
Context
- MIB
- CISCOSB-OSPF-MIB
- OID
.1.3.6.1.4.1.9.6.1.101.210.10.1.12- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rlOspfVirtIfEntry
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::rlOspfVirtIfAuthType'
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::rlOspfVirtIfAuthType.<rlOspfVirtIfProcessId>.<rlOspfVirtIfAreaId>.<rlOspfVirtIfNeighbor>'
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::rlOspfVirtIfAuthType'
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 |