11-24-2009 04:23 AM - edited 03-06-2019 08:43 AM
hello ,
i have catalyst 4507r and i want todevloped ssh login of telnet on catalyst
how i do?
when i give transport at that time its not shown me ssh how i got it ?
Solved! Go to Solution.
11-24-2009 04:28 AM
mitang.prajapati wrote:
hello ,
i have catalyst 4507r and i want todevloped ssh login of telnet on catalyst
how i do?
when i give transport at that time its not shown me ssh how i got it ?
You will need an IOS image on your switch that supports ssh ie. it will need a "k9" in the image name eg.
cat4500-ipbasek9-mz.122-46.SG.bin
cat4500-enservicesk9-mz.122-46.SG.bin
Jon
11-24-2009 04:28 AM
mitang.prajapati wrote:
hello ,
i have catalyst 4507r and i want todevloped ssh login of telnet on catalyst
how i do?
when i give transport at that time its not shown me ssh how i got it ?
You will need an IOS image on your switch that supports ssh ie. it will need a "k9" in the image name eg.
cat4500-ipbasek9-mz.122-46.SG.bin
cat4500-enservicesk9-mz.122-46.SG.bin
Jon
11-24-2009 08:12 PM
yes
i tell you my IOS image is cat4500-entservices-mz.122-37.sg.bin
now tell me what i do and how i configurer the image and SSH services on my catalyst switch
thanks
mitang
11-25-2009 02:26 AM
mitang.prajapati wrote:
yes
i tell you my IOS image is cat4500-entservices-mz.122-37.sg.bin
now tell me what i do and how i configurer the image and SSH services on my catalyst switch
thanks
mitang
Mitang
Your image does not support SSH. You need to upgrade to the crypto image ie.
cat4500-entservicesk9-mz.122-37.sg.bin <---- note the "k9" in the image name.
Jon
11-27-2009 04:32 AM
hello ,
from where i got IOS of K9 series for catalyst 4507r
11-27-2009 04:42 AM
Mitang
Start from this page. Note that there may be an additional cost for the k9 version, you will need to check with your reseller -
Jon
11-24-2009 04:28 AM
A. Make sure you are running a crypto image , will usually have a "k9" in the imagename somewhere.
B. Follow the config instructions in this doc.
http://www.cisco.com/en/US/tech/tk583/tk617/technologies_tech_note09186a00800949e2.shtml
11-24-2009 08:14 PM
in your sheet i cant not found any thing that which i impliment on my switch
so plz tell me what i do for SSH on catalyst
11-24-2009 08:30 PM
11-26-2009 08:50 AM
for SSH configuration use the following commands.
no ip source-route
no ip gratuitous-arps
username abc123 password cisco123
service password-encryption
ip domain-name yourdomain.com
crypto key generate rsa
ip ssh time-out 120
ip ssh authentication-retries 3
line vty 0 15
transport input ssh
hope to help.
Cheers!!!
Vaib...
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