rlEmWebServiceProtocol
HPE-EMBWEB-MIB ·
.1.3.6.1.4.1.11.2.66.30.1.6
Object
Indicates the protocol that the service operates on. Note that the general HTTP service can have only the http value and the general HTTPS service can have only the https value. setting the field to 'default' will cause the service to go back to it's initialization settings.
Context
- MIB
- HPE-EMBWEB-MIB
- OID
.1.3.6.1.4.1.11.2.66.30.1.6- Type
- column
- Access
- readwrite
- Status
- current
- Parent
- rlEmWebServiceEntry
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 'HPE-EMBWEB-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPE-EMBWEB-MIB::rlEmWebServiceProtocol'
More examples
Read one indexed instance
/usr/bin/snmpget -v2c -c '<community>' -Pud -Ir -OQUv -m 'HPE-EMBWEB-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'HPE-EMBWEB-MIB::rlEmWebServiceProtocol.<rlEmWebServiceId>'
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'HPE-EMBWEB-MIB' -M '/opt/observium/mibs/hp:/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'HPE-EMBWEB-MIB::rlEmWebServiceProtocol'
Syntax
- Source
- RlEmbWebProtocol
- Base type
Enumeration
Values & Constraints
Type Values
1 | default |
2 | http |
3 | https |