scriptExportUrl
MX-CONF-MIB ·
.0.800.1.100.1000.200
Object
scalar
r/w
OctetString
Export Script Destination URL
URL where to send the exported configuration script. The URL
should follow this format:
protocol://[user[:password]@]hostname[:port]/[path/]filename
The brackets [] denote an optional parameter.
The filename may contain alphanumerical and '-._%$' characters
as well as macros that are substituted at the moment of
sending the configuration script.
The supported macros are:
* %mac% - the MAC address of the unit.
* %version% - the MFP version of the unit.
* %serial% - the serial number of the unit.
The transfer protocols supported are:
* TFTP
* FTP
* FILE
Examples of valid URLs:
* tftp://tftpserver.com:69/folder/script.cfg
* ftp://guest@ftpserver.com/script.cfg
* ftp://username:password@ftpserver.com/script.cfg
* file://script.cfg
The protocol default port is used if none is specified.
Context
- MIB
- MX-CONF-MIB
- OID
.0.800.1.100.1000.200- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- scriptExportGroup
- Siblings
- 3
Syntax
OctetString
Values & Constraints
Object Constraints
range: 0-512
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| scriptExportContent Export Content
Content to export in generated configuration script.
* AllConfig: Export everything.
* ModifiedConfig: Export only the configuration that … | scalar | Enumeration | .0.800.1.100.1000.100 |
| scriptExportServiceName Export Service Name
Name of the service from which to export configuration. The
special value 'All' can be used to export the configuration of
all services. | scalar | OctetString | .0.800.1.100.1000.150 |
| scriptExportSecretKey Encryption Key
Key used to encrypt the exported configuration script.
The key is encoded in hexadecimal notation, meaning only
characters in the range 0-9 an… | scalar | OctetString | .0.800.1.100.1000.300 |