scriptsTransferHttpAuthenticationMethod
MX-CONF-MIB ·
.0.800.1.100.400.900
Object
scalar r/w
Enumeration
Http Authentication Method
Selects the authentication method to access scripts on a
server.
* Normal: No special authentication method is used. Standard
procedures are used, e.g. basic or digest authentication.
* ProprietaryV1: Proprietary method used for device
authentication when downloading scripts from an EMS
server. It will automatically fallback to Normal mode if
the server does not support this authentication method.
Context
- MIB
- MX-CONF-MIB
- OID
.0.800.1.100.400.900- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- scriptsTransferGroup
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 'MX-CONF-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'MX-CONF-MIB::scriptsTransferHttpAuthenticationMethod.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'MX-CONF-MIB' -M '/opt/observium/mibs/media5:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'MX-CONF-MIB::scriptsTransferHttpAuthenticationMethod'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | normal |
200 | proprietaryV1 |