Configuring and Securing Network Switches
Classified in Technology
Written on in English with a size of 3.05 KB
Acceso Telnet
Switch(config)#line vty 0 15
Switch(config-line)#password cisco
Switch(config-line)#login Switch(config-line)#exit
Switch(config)#
Acceso remoto por SSH
Switch(config)#interface vlan 1
Switch(config-if)#ip address 192.168.20.1 255.255.255.0
Switch(config-if)#no shutdown
Switch(config)#hostname S1
S1(config)#ip domain-name cisco.com
S1(config)#crypto key generate rsa
The name for the keys will be: S1.cisco.com Choose the size of the key modulus in the range of 360 to 2048 for your General Purpose Keys. Choosing a key modulus greater than 512 may take a few minutes.
How many bits in the modulus [512]: 1024 % Generating 1024 bit RSA keys, keys will be non-exportable... [OK]
S1(config)# username usuario secret cisco *mar 1 1:13:48.23: %SSH-5-ENABLED:... Continue reading "Configuring and Securing Network Switches" »