All MIBs › DOCS-CABLE-DEVICE-MIB › docsDevSwServerTransportProtocol
docsDevSwServerTransportProtocol
Module: DOCS-CABLE-DEVICE-MIB
OID (symbolic): DOCS-CABLE-DEVICE-MIB::docsDevSwServerTransportProtocol
OID (numeric): 1.3.6.1.2.1.69.1.3.8
Node type: OBJECT-TYPE
Type: INTEGER
Access: read-write
Description:
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.
Examples
Walk all instances (SNMPv2c):
snmpwalk -v2c -c public <target> 1.3.6.1.2.1.69.1.3.8 snmpwalk -v2c -c public <target> DOCS-CABLE-DEVICE-MIB::docsDevSwServerTransportProtocol
Get a specific instance (index 1):
snmpget -v2c -c public <target> 1.3.6.1.2.1.69.1.3.8.1 snmpget -v2c -c public <target> DOCS-CABLE-DEVICE-MIB::docsDevSwServerTransportProtocol.1
Set instance 1 (SNMPv2c):
snmpset -v2c -c private <target> 1.3.6.1.2.1.69.1.3.8.1 i <value>
OID Breakdown
| Numeric OID | Name | Module |
|---|---|---|
| 1 | iso | LANART-AGENT |
| 1.3 | org | BIANCA-BRICK-PPP-MIB |
| 1.3.6 | dod | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1 | internet | BIANCA-BRICK-PPP-MIB |
| 1.3.6.1.2 | mgmt | BKTEL-HFC862-BASE-MIB |
| 1.3.6.1.2.1 | mib_2 | CHECKPOINT-MIB-2 |
| 1.3.6.1.2.1.69 | docsDev | DOCS-CABLE-DEVICE-MIB |
| 1.3.6.1.2.1.69.1 | docsDevMIBObjects | DOCS-CABLE-DEVICE-MIB |
| 1.3.6.1.2.1.69.1.3 | docsDevSoftware | DOCS-CABLE-DEVICE-MIB |
| 1.3.6.1.2.1.69.1.3.8 | docsDevSwServerTransportProtocol | DOCS-CABLE-DEVICE-MIB |