papi-security-key
Syntax
papi-security-key {ciphertext <PASSKEY> | plaintext <PASSKEY>}
no papi-security-key
Description
Specifies the shared key used to encrypt UBT PAPI messages exchanged between the switch and the controller cluster for the zone.
Theno
form of this command deletes the shared key.
Command context
config-ubt-<ZONE-NAME>
Parameters
ciphertext <PASSKEY>
Specifies an encrypted passkey. Length: 10 to 64 characters.
plaintext <PASSKEY>
Specifies a plaintext passkey. Length: 10 to 64 characters.
Authority
Administrators or local user group members with execution rights for this command.
Examples
Specifying the PAPI security key
plaintext testingtesting
for UBT zone
zone1
:
switch(config)# ubt zone zone1 switch(config-ubt-zone1)# papi-security-key plaintext testingtesting
Removing the PAPI security key:
switch(config)# ubt zone zone1 switch(config-ubt-zone1)# no papi-security-key