crypto isakmp oddness
I did this:
iscw_3_8_branch(config)#crypto isakmp policy 10
iscw_3_8_branch(config-isakmp)#authentication pre-share
iscw_3_8_branch(config-isakmp)#encryption aes 256
iscw_3_8_branch(config-isakmp)#hash sha
iscw_3_8_branch(config-isakmp)#group 5
iscw_3_8_branch(config-isakmp)#lifetime 3600
but when I show run:
!
crypto isakmp policy 10
encr aes 256
authentication pre-share
group 5
lifetime 3600
!
I have deleted it and re added it multiple times but I never see the:
hash sha
what gives?????
iscw_3_8_branch(config)#crypto isakmp policy 10
iscw_3_8_branch(config-isakmp)#authentication pre-share
iscw_3_8_branch(config-isakmp)#encryption aes 256
iscw_3_8_branch(config-isakmp)#hash sha
iscw_3_8_branch(config-isakmp)#group 5
iscw_3_8_branch(config-isakmp)#lifetime 3600
but when I show run:
!
crypto isakmp policy 10
encr aes 256
authentication pre-share
group 5
lifetime 3600
!
I have deleted it and re added it multiple times but I never see the:
hash sha
what gives?????
encrypt the encryption, never mind my brain hurts.
Comments
-
jason_lunde Member Posts: 567what is your ios....usually the running config will not display the default settings. However I thought the default was md5....
Do a show crypto isakmp policy.
It will show up as sha under policy 10 in there i bet ya. -
networker050184 Mod Posts: 11,962 ModLike jason_lunde said it doesn't show because SHA-1 is the default. Change it to something other than default and it will show in the config.An expert is a man who has made all the mistakes which can be made.
-
SysAdmin4066 Member Posts: 443I concur, SHA is the default, so it will not show in show running-config. I will however show in the show crypto isakmp policy 10 statement.In Progress: CCIE R&S Written Scheduled July 17th (Tentative)
Next Up: CCIE R&S Lab