agentLogHostTableTlsAuthenticationMode
NETGEAR-LOGGING-MIB ·
.1.3.6.1.4.1.4526.10.14.1.4.5.1.9
Object
column r/w
Enumeration
Configures the Authentication Mode to be used for TLS Anonymous Authentication Mode allows to connect to servers having no client authentiaction X509Name Authentication Mode allows to connect to syslog servers accepting client certificates for validation.
Context
- MIB
- NETGEAR-LOGGING-MIB
- OID
.1.3.6.1.4.1.4526.10.14.1.4.5.1.9- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- agentLogSyslogHostEntry
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 'NETGEAR-LOGGING-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-LOGGING-MIB::agentLogHostTableTlsAuthenticationMode'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'NETGEAR-LOGGING-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'NETGEAR-LOGGING-MIB::agentLogHostTableTlsAuthenticationMode.<agentLogHostTableIndex>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'NETGEAR-LOGGING-MIB' -M '/opt/observium/mibs/netgear:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'NETGEAR-LOGGING-MIB::agentLogHostTableTlsAuthenticationMode'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | anon |
2 | x509name |