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