ospfMultiProcessIfAuthType
ECS4510-MIB ·
.1.3.6.1.4.1.259.10.1.24.1.18.3.14.1.18
Object
The authentication type specified for an interface.
Note that this object can be used to engage in significant attacks
against an OSPF router.
This is a private substitution for ospfIfAuthType of RFC1253.
Context
- MIB
- ECS4510-MIB
- OID
.1.3.6.1.4.1.259.10.1.24.1.18.3.14.1.18- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- ospfMultiProcessIfEntry
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 'ECS4510-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECS4510-MIB::ospfMultiProcessIfAuthType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'ECS4510-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'ECS4510-MIB::ospfMultiProcessIfAuthType.<ospfMultiProcessIfIpAddressType>.<ospfMultiProcessIfIpAddress>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'ECS4510-MIB' -M '/opt/observium/mibs/edgecore:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'ECS4510-MIB::ospfMultiProcessIfAuthType'
Syntax
- Source
- OspfAuthenticationType
- Base type
Enumeration
Values & Constraints
Type Values
0 | none |
1 | simplePassword |
2 | md5 |