futOspfIfCryptoAuthType
SUPERMICRO-OSPF-MIB ·
.1.3.6.1.4.1.10876.101.1.10.19.1.1
Object
column r/w
Enumeration
Crypto authentication type to be used on the interface. This object should be used to set SHA authentication along with ospfIfAuthType in stdospf.mib
Context
- MIB
- SUPERMICRO-OSPF-MIB
- OID
.1.3.6.1.4.1.10876.101.1.10.19.1.1- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- futOspfIfCryptoAuthEntry
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 'SUPERMICRO-OSPF-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-OSPF-MIB::futOspfIfCryptoAuthType'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'SUPERMICRO-OSPF-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'SUPERMICRO-OSPF-MIB::futOspfIfCryptoAuthType.<index>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'SUPERMICRO-OSPF-MIB' -M '/opt/observium/mibs/supermicro:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'SUPERMICRO-OSPF-MIB::futOspfIfCryptoAuthType'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | md5 |
2 | sha1 |
3 | sha224 |
4 | sha256 |
5 | sha384 |
6 | sha512 |