docsDevSwServerTransportProtocol
DOCS-CABLE-DEVICE-MIB ·
.1.3.6.1.2.1.69.1.3.8
Object
scalar r/w
Enumeration
This object specifies the transport protocol (TFTP or
HTTP) to be used for software upgrades.
If the value of this object is tftp(1), then the cable
device uses TFTP (RFC 1350) read request packets to
download the docsDevSwFilename from the
docsDevSwServerAddress in octet mode.
If the value of this object is http(2), then the cable
device uses HTTP 1.0 (RFC 1945) or HTTP 1.1 (RFC 2616)
GET requests sent to host docsDevSwServerAddress to
download the software image from path docsDevSwFilename.
If docsDevSwServerAddressType is currently set to
dns(16), attempting to set this object to tftp(1) MUST
result in an error.
Context
- MIB
- DOCS-CABLE-DEVICE-MIB
- OID
.1.3.6.1.2.1.69.1.3.8- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- docsDevSoftware
- Groups
- 1
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 'DOCS-CABLE-DEVICE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'udp:<hostname>:161' 'DOCS-CABLE-DEVICE-MIB::docsDevSwServerTransportProtocol.0'
More examples
Translate to a numeric OID
/usr/bin/snmptranslate -Pud -Ir -On -m 'DOCS-CABLE-DEVICE-MIB' -M '/opt/observium/mibs/rfc:/opt/observium/mibs/net-snmp' 'DOCS-CABLE-DEVICE-MIB::docsDevSwServerTransportProtocol'
Syntax
Enumeration
Values & Constraints
Enumerated Values
1 | tftp |
2 | http |
Conformance
Member of
Compliance refinements
docsDevCmCompliance
Enumeration
Values:
tftp(1)
An implementation is only required to support TFTP
software image downloads.
software image downloads.
docsDevCmtsCompliance
Enumeration
Values:
tftp(1)
An implementation is only required to support TFTP
software image downloads.
software image downloads.