scriptExportSecretKey
MX-CONF-MIB ·
.0.800.1.100.1000.300
Object
scalar
r/w
OctetString
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 and A-F can be used. The maximum
key length is 64 characters, which gives a binary key of 32
bytes (256 bits). It is the maximum key size accepted by the
MxCryptFile external tool.
For example, a 32 bits key could look like: A36CB299.
Context
- MIB
- MX-CONF-MIB
- OID
.0.800.1.100.1000.300- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- scriptExportGroup
- Siblings
- 3
Syntax
OctetString
Values & Constraints
Object Constraints
range: 0-64
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 |
| scriptExportUrl Export Script Destination URL
URL where to send the exported configuration script. The URL
should follow this format:
protocol://[user[:password]@]hostname[:… | scalar | OctetString | .0.800.1.100.1000.200 |