go to enable mode> en# then configuration terminal# config t set an IP address# interface vlan 1# ip address (static.0.0.IP) (subnet.255.mask.000) set a password for virtual teletype# line vty 0 15# password (type the password) to go back# exit to enable, enable mode on virtual teletype# enable secret 0 (password for that) now enable passwordContinue reading “Setting up a new Cisco switch”
Category Archives: Cisco
Set up a SSH server on a Cisco switch
# config t# ip domain-name (something.local)# username (username) privilege 15 secret (password)# crypto key generate rsa modulus 1024# line vty 0 15# login local# exit# enable secret (password)# line vty 0 15# login local# transport input ssh# exit# ip ssh ver 2(make sure to save)