Wednesday, September 9, 2009

Basics of Configuring HP Procurve Managed Switches 2500 series

How to connect with the switch and configure the settings through TELNET ?

Open the command prompt and type as -
c:\ telnet (ip address of the switch)

Note : The system to which the switch is connected must be in the same IP subnet mask. For e.g

Switch IP   : 10.1.33.4
Systems IP : 10.1.33.2
Subnet Mask : 255.255.255.0 (in both)

After connecting with the switch through TELNET, you will find a screen like below-

 
or a screen like this 



Basic Setup

After entering the switch's interface through telnet (as shown above), follow the guide below to configure the basic settings of the switch through telnet.

Setting up the primary information.

At the switch prompt, type setup to enter in the switch setup mode. There you can provide the switch name, password, IP address etc.

Information can be entered through the web-interface of the switch running in a browser also but the web-interface must be enabled first. 

Enabling the web-interface management console from telnet


Follow the commands -

switch# config
switch(config)# write memory

This will save the current configuration of the switch to the flash. Now type the IP address of the switch in a browser to gain access to the web-interface and managing the switch from a GUI.

No comments:

Post a Comment