Skip to content

Keychain

Diagram
NameTypeConstraintMandatoryDefault Value
keychainsList[keychains]No

NameTypeConstraintMandatoryDefault Value
nameStringYes
keysList[keys]No

keys (nxos.devices.configuration.keychains)

Section titled “keys (nxos.devices.configuration.keychains)”
NameTypeConstraintMandatoryDefault Value
idIntegermin: 0, max: 65535Yes
cryptographic_algorithmChoiceNONE, MD5, HMAC-SHA-1, HMAC-SHA-256, HMAC-SHA-384, HMAC-SHA-512, 3DES, AESNo
encryption_typeChoiceunencrypted, type7, type6No
keyStringNo

nxos:
devices:
- name: Device1
configuration:
keychains:
- name: KC1
keys:
- id: 0
cryptographic_algorithm: HMAC-SHA-256
key: mykey123