scriptsTransferProtocol
MX-CONF-MIB ·
.0.800.1.100.400.100
Object
scalar r/w
Enumeration
Transfer Protocol
Protocol used to transfer the configuration script files.
* HTTP: Hypertext Transfer Protocol.
* HTTPS: Hypertext Transfer Protocol over Transport Layer
Security.
* TFTP: Trivial File Transfer Protocol.
* FTP: File Transfer Protocol.
* File: Complete path to a configuration script in an
onboard storage.
Context
- MIB
- MX-CONF-MIB
- OID
.0.800.1.100.400.100- 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::scriptsTransferProtocol.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::scriptsTransferProtocol'
Syntax
Enumeration
Values & Constraints
Enumerated Values
100 | http |
200 | https |
300 | tftp |
400 | ftp |
500 | file |