Keychain
Diagram
Section titled “Diagram”Classes
Section titled “Classes”configuration (nxos.devices)
Section titled “configuration (nxos.devices)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| keychains | List | [keychains] | No |
keychains (nxos.devices.configuration)
Section titled “keychains (nxos.devices.configuration)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| name | String | Yes | ||
| keys | List | [keys] | No |
keys (nxos.devices.configuration.keychains)
Section titled “keys (nxos.devices.configuration.keychains)”| Name | Type | Constraint | Mandatory | Default Value |
|---|---|---|---|---|
| id | Integer | min: 0, max: 65535 | Yes | |
| cryptographic_algorithm | Choice | NONE, MD5, HMAC-SHA-1, HMAC-SHA-256, HMAC-SHA-384, HMAC-SHA-512, 3DES, AES | No | |
| encryption_type | Choice | unencrypted, type7, type6 | No | |
| key | String | No |
Examples
Section titled “Examples”nxos: devices: - name: Device1 configuration: keychains: - name: KC1 keys: - id: 0 cryptographic_algorithm: HMAC-SHA-256 key: mykey123