02-28-2014 05:04 AM - edited 03-07-2019 06:27 PM
I just graded from none k9 code to k9 above but i was unable to config SSh fesatures. Any suggestion
02-28-2014 05:16 AM
Hello
When you was unable to config SSH what wasnt you allwed to do?
res
Paul
Please don't forget to rate any posts that have been helpful.
Thanks.
02-28-2014 05:36 AM
I can only telnet . I need to enable ssh. but command won't work somehow.
02-28-2014 05:40 AM
You did configure all of this requirements:
Configure the hostname command.
Configure the DNS domain.
Generate the SSH key to be used.
Enable SSH transport support for the virtual type terminal (vtys).
HTH,
Dragan
02-28-2014 05:43 AM
Hostname and dns are configured just like other switchs.
but any ssh command won't work. i try crypto key generate rsa or set crypto key generate rsa .
02-28-2014 05:44 AM
Cisco IOS Software, IOS-XE Software, Catalyst 4500 L3 Switch Software (cat4500es8-UNIVERSAL-M), Version 03.03.00.XO RELEASE SOFTWARE (fc2)
Technical Support: http://www.cisco.com/techsupport
Copyright (c) 1986-2013 by Cisco Systems, Inc.
Compiled Wed 14-Aug-13 09:51 by prod_rel_team
boot-start-marker
boot system flash cat4500es8-universalk9.SPA.03.03.00.XO.151-1.XO.bin
boot-end-marker
SSH won't work on cat4500es8-universalk9.SPA.03.03.00.XO.151-1.XO.bin,
02-28-2014 05:46 AM
And did "crypto key generate rsa" passed fine? Did you generate keys?
HTH,
Dragan
02-28-2014 05:49 AM
Crypto key command doesnot work. it not taking it.
4510R#sh bootvar
BOOT variable = cat4500es8-universalk9.SPA.03.03.00.XO.151-1.XO.bin,1;
CONFIG_FILE variable does not exist
BOOTLDR variable does not exist
Configuration register is 0x2101
Standby BOOT variable = cat4500es8-universalk9.SPA.03.03.00.XO.151-1.XO.bin,1;
Standby CONFIG_FILE variable does not exist
Standby BOOTLDR variable does not exist
Standby Configuration register is 0x2101
02-28-2014 05:52 AM
You can't even type "crypto"? No option after that?
Could you post option after "crypto" command if you even can put that one on platform?
HTH,
Dragan
02-28-2014 06:01 AM
Correct . it won't take Crypto at all.
02-28-2014 06:40 AM
Can you do this and post the commands and any output
config t
crypto ?
This might help us to understand your issue. Certainly that code that you show us should support crypto commands.
HTH
Rick
02-28-2014 07:24 AM
Enter configuration commands, one per line. End with CNTL/Z.
4510R-CORE(config)#crypto ?
% Unrecognized command
4510R-CORE(config)#crypto
02-28-2014 06:50 AM
Can you maybe enter something like "ip ssh..."? Could you try that?
SSH should definitelly work on your platform...
HTH,
Dragan
02-28-2014 07:30 AM
4510R-CORE(config)#ip ssh ?
% Unrecognized command
4510R-CORE(config)#ip ssh
02-28-2014 07:30 AM
When you upgraded did you leave the original IOS in flash as well ?
If so then it may be your configuration register ie.
0x2101 means load the first image found in flash ie. ignore the boot variable
0x2102 means load the image specified in the boot variable
do a "sh ver" to see which image you are running. If it is the none crypto image then change your confiiguration register to 0x2102 and reload.
Then try ssh again.
Jon
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