HP ProCurve Port Mode Configuration Question

18,707

Solution 1

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.

Solution 2

Here is the semi-official word from HP. Although meant for the 3500 and 5400 series switches, based on the language it sounds like it would apply to all HP products:

Q: Why can't I configure the ProCurve 3500yl/5400zl 10/100/1000 Base-T ports for 1000 Full-Duplex operation?

The full-duplex setting is not required by the IEEE 802.3ab 1000 Base-T standard. In order to be compliant with the standard, devices must be able to auto-negotiate to 1000 full-duplex when the port is configured to "auto". If your device does not operate at 1000 full-duplex with the switch port set to "auto", check your device driver and cable, or contact technical support for your product(s).

Share:
18,707
SvrGuy
Author by

SvrGuy

Updated on September 17, 2022

Comments

  • SvrGuy
    SvrGuy over 1 year

    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?

    • Admin
      Admin almost 14 years
      From the manual, auto "negotiates with the port at the other end of the link for other port operation features" and has nothing to do with negotiating full/half duplex (as it doesn't support 1000/half duplex, only 1000/full).
  • James
    James about 14 years
    +1, just do it from the command line!