BASIC CONFIGURATION OF CISCO 2960G SWITCH
Step 1: Setup name
#Enter Privileged EXEC Mode and Set a Hostname for the Switch
Enable
#Enter Global Configuration Mode
configure terminal
#Assigning a hostname
hostname HELPTech
Step 2: Password login
#Assign a Password to access the privileged mode
enable secret help7ech
#Create username and password
username admin secret help7ech
username hadmin password help78ech
#To encrypt them, you can use the service password-encryption global configuration
service password-encryption
-Telnet
line vty 0 15
login local
exit
-Console
line console 0
login local
-SSH
confi t
ip domain-name helptech.com
crypto key generate rsa modulus 1024
line vty 0 4
transport input ssh
login local
Step 3: Customizing the management interface
#Configure a Network Management IP address (or Management Interface)
interface vlan 1
ip address 192.168.3.222 255.255.255.0
ip default-gateway 192.168.3.1