configFilePrivacyGenericSecret
MX-CONFIG-FILE-FETCHING-MIB ·
.1.3.6.1.4.1.4935.15.11.50.250.100
Object
scalar
r/w
OctetString
The secret key used to decrypt the generic configuration file.
The key is encoded in hexadecimal notation, meaning only characters
in the range 0-9,A-F can be used. Each character encodes 4 bits of
the key. If too many bits are supplied for a given cipher algorithm,
the key is truncated. If not enough bits are provided, the key is padded
with zeros.
For example, a 32 bits key could look like: A36CB299.
This key must match the key used for encryption of the generic
configuration file in order for the settings to be applied.
The generic configuration file is decrypted only if configFilePrivacyEnable
is enabled and this value is not empty
Context
- MIB
- MX-CONFIG-FILE-FETCHING-MIB
- OID
.1.3.6.1.4.1.4935.15.11.50.250.100- Type
- scalar
- Access
- readwrite
- Status
- current
- Parent
- configFilePrivacy
- Siblings
- 2
Syntax
OctetString
Values & Constraints
Object Constraints
range: 0-128
Related Objects
Sibling Objects
| Object | Type | Syntax | OID |
|---|---|---|---|
| configFilePrivacySpecificSecret The secret key used to decrypt the specific configuration file.
The key is encoded in hexadecimal notation, meaning only characters
in the range 0-9,A-F can be used. Ea… | scalar | OctetString | .1.3.6.1.4.1.4935.15.11.50.250.150 |
| configFilePrivacyEnable Enables/Disables the decryption of the configuration files.
enable : The configuration files are decrypted by the unit.
disable : The configuration file are not decryp… | scalar | MX-TCMxEnableState | .1.3.6.1.4.1.4935.15.11.50.250.50 |