Switch – HP ProCurve Port Mode Configuration Question

configurationhpswitch

We have a ProCurve Switch 2810-48G (J9022A).

We need to disable auto negotiation on two ports and manually configure them to be full duplex gige ports.

From the web GUI, Configuration Tab, Port Configuration sub tab, I am only presented with the option to configure the port as Auto – 1000. I take this to mean, auto negotiate duplex, manually configure the speed to be gige.

How do I manually configure the port such that it is manually configured to use full duplex, 1000 mbs?

Best Answer

Use the command line interface instead. When you're logged in as a manager, use the "config" command, then set the parameters for the ports you want (I just used c1,c2 as the example):

Procurve# config
ProCurve(config)# interface ethernet c1,c2 speed-duplex 1000-full

Manuals for the 2810 are here, the Management and Configuration Guide covers the web, menu, and command line interfaces in detail.