OspfCrytographicAlgo¶
-
class
ydk.models.cisco_ios_xr.Cisco_IOS_XR_ipv4_ospf_oper.OspfCrytographicAlgo¶ OspfCrytographicAlgo (Enum Class)
Cryptographic algorithm
-
mgmt_not_configured = 0 Not configured
-
mgmt_aes_128_cmac_96 = 1 AES 128 CMAC 96
-
mgmt_hmac_sha1_12 = 2 HAMC SHA1 12
-
mgmt_md5_16 = 3 MD5 16
-
mgmt_sha1_20 = 4 SHA1 20
-
mgmt_hmac_md5_16 = 5 HMAC MD5 16
-
mgmt_hmac_sha1_20 = 6 HMAC SHA1 20
-
mgmt_aes_128_cmac = 7 AES 128 CMAC
-
mgmt_aes_256_cmac = 8 AES 256 CMAC
-
mgmt_hmac_sha1_96 = 9 HMAC SHA1 96
-
mgmt_hmac_sha_256 = 10 HMAC SHA 256
-
mgmt_hmac_sha1 = 11 HMAC SHA1
-