04-21-2008 03:32 AM - edited 03-05-2019 10:30 PM
How do I verify if a Cisco IOS version has IPSec(DES or 3DES) encryption software?
I want to enable ssh but each time I get the following error message
ban-top-dess(config)#crypto key generate rsa
The "^" is displayed below the "r" on crypto
% Invalid input detected at '^' marker.
Solved! Go to Solution.
04-21-2008 03:48 AM
04-21-2008 03:36 AM
when you are logged into the device, do a "show ver" you are looking for "This product contains cryptographic features....."
If so - you will be able to configure SSH, if you don;t see this - you don't have the version that supports crypto for SSH.
HTH.
04-21-2008 03:42 AM
HTH
you mean if I don`t see "This product contains cryptographic features..." in the "show version" command then I cannot run ssh?
04-21-2008 03:48 AM
Yes sorry:-
Do not see it = no SSH
If you do see it = SSH available
04-21-2008 03:49 AM
Thanks for the fast reply.
04-21-2008 03:50 AM
Sure - glad to help
04-21-2008 03:58 AM
by the way any idea on how I can enable ssh on the router? software upgrade? If yes how can I go about it? The router is cisco 2811.
Hope u can still offer some ideas here.
04-21-2008 04:13 AM
If you have the correct image - the configuration is very easy:-
!
ip domain-name blah.blah (this is required for the ssh key cert)
!
crypto key generate rsa general-keys modulus 1024 (module 1024 is optional, default key size is 512)
!
line vy 0 4 or 0 15
login
transport input ssh
!
You will need to upgrade the IOS image - for this you do need a valid CCO account that allows the download of IOS images.
I think there is a IOS image for the 2811 that has crypto - it's either IP Plus or Advanced security or something like, I am not sure 100% on that.
HTH.
04-21-2008 05:12 AM
HTH,
yep, there is Advanced Security and Advanced IP services.
04-21-2008 06:05 AM
Most crypto images will have a "K9" somewhere in the imagename.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide