Monday, November 16, 2009

Assing IP to Switch and Make Remote Connection

Hi All..
How to assign IP to switch for remote operating?
We all know that switch is operate at 2 layer but still we assign IP to switch and
make remote connection to switch. In switch by default VLAN1 is native so at a time we activate one vlan1 and all ports by default members of native vlan.

Switch(config)#vlan 1
Switch(config-if)#ip address 192.168.1.1 255.255.255.0
Switch(config-if)#exit
Switch(config)#exit



------------------------Remote Side-----------------------------------------------

C:>telnet 192.168.1.1

No comments:

Post a Comment