1f Switch Static IP address Configuration


!!! To manage Telnet, SSH Session on a Switch we need IP address

!!! Enter Vlan1 Configuration Mode
Sw1(config)#interface vlan1
Sw1(config-if)#ip address 10.0.0.10 255.0.0.0
Sw1(config-if)#no shutdown
Sw1(config-if)#exit
Sw1(config)#ip default-gateway 10.0.0.100

Verify Command’s

Sw1# show running-config
Sw1# show ip interface vlan1
Sw1# show ip interface brief
Sw1# copy running-config startup-config

Lets Verify SSH Session

!!! Fire up Putty and enter the ip address of Switch and Select SSH as Protocol


 
!!! Enter Username and Password to authentication 


Sw1(config)#show line

 
!!! “*“ shows that one VTY Session is active

Sw1#show vlan

!!! By Default all ports are member of Vlan 1
The connectivity is established between all ports because they are in the same Vlan.


Next Lab 1h  Configure VLAN & assign interface