h3cDldp2AuthMode
H3C-DLDP2-MIB ·
.1.3.6.1.4.1.2011.10.2.117.1.3
Object
scalar r/w
Enumeration
Indicates the authentication mode. unknown: cannot be determined for some reason. none: not authenticated. simple: authenticated by a clear text password. md5: authenticated by MD5 digest.
Context
- MIB
- H3C-DLDP2-MIB
- OID
.1.3.6.1.4.1.2011.10.2.117.1.3- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- h3cDldp2ScalarGroup
Net-SNMP examples
How SNMP and these commands workScalars have one instance, identified by the .0 suffix.
Read the scalar instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'H3C-DLDP2-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'H3C-DLDP2-MIB::h3cDldp2AuthMode.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'H3C-DLDP2-MIB' -M '/opt/observium/mibs/h3c:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'H3C-DLDP2-MIB::h3cDldp2AuthMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | unknown |
2 | none |
3 | simple |
4 | md5 |