05-24-2022 02:41 AM
hi everyone
when changing my cisco Cisco 2960xr 24 port to another switch Cisco 2960xr 48 port i was unable to acces ssh
NB: i upload the config file of the 24 port to the 48 port
here is my config
-------------------------------------------------
interface Vlan1
ip address 192.168.0.116 255.255.254.0
no ip route-cache
shutdown
!
ip default-gateway 192.168.0.254
ip forward-protocol nd
!
no ip http server
no ip http secure-server
ip ssh time-out 60
ip ssh logging events
ip ssh version 2
!
!
!
!
snmp-server community forescout RO
snmp-server enable traps snmp authentication linkdown linkup coldstart warmstart
snmp-server host 192.168.0.198 forescout
snmp mib flash cache
!
line con 0
logging synchronous
login local
history size 200
line vty 0 4
logging synchronous
login local
line vty 5 15
logging synchronous
login local
transport input ssh
!
!
end
SW-2960XR-Risler#exit
can you help me please
cordially
Solved! Go to Solution.
05-24-2022 03:16 AM
- You may need to create the crypto key(s) again (too) : https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst2960x/software/15-2_3_e/consolidated_guide/b_1523e_consolidated_2960x_cg/b_consolidated_152ex_2960-X_cg_chapter_0100110.pdf
M.
05-25-2022 04:19 AM
yes create a new crypto key should get you running
conf terminal
crypto key generate rsa
2048 bits is currently recommended
05-24-2022 03:16 AM
- You may need to create the crypto key(s) again (too) : https://www.cisco.com/c/en/us/td/docs/switches/lan/catalyst2960x/software/15-2_3_e/consolidated_guide/b_1523e_consolidated_2960x_cg/b_consolidated_152ex_2960-X_cg_chapter_0100110.pdf
M.
05-25-2022 04:11 AM
Hi,
thank you for you answer , i shall try and get you back
cordially
02-12-2023 11:50 PM
Thank you marce1000
05-25-2022 04:19 AM
yes create a new crypto key should get you running
conf terminal
crypto key generate rsa
2048 bits is currently recommended
05-31-2022 01:49 AM
hi every one ,
i tried to regenerate the ssh key but the issue still the same
05-31-2022 01:56 AM - edited 05-31-2022 01:58 AM
Hi
" interface Vlan1
ip address 192.168.0.116 255.255.254.0
no ip route-cache
shutdown"
Your interface vlan is shutdown.
interface vlan 1
no shutdown
Save config
wr
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