Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1.   1G RJ45 port: The interface rate can be configured to 100M, 10M or auto. By default, the interfaces work in auto-negotiation mode.

2.   5G/2.5G RJ45 port: The interface rate can be configured auto and work in auto-negotiation mode.

2.   10G RJ45 port: The interface rate can be configured to 100M or auto. By default, the interfaces work in auto-negotiation mode.

...

Use the set interface gigabit-ethernet<interface-name> speed auto command to enable the auto-negotiation mode of the interface.

Only the 10G, 5G/2.5G and 1G RJ45 ports support auto-negotiation mode. By default, these interfaces work in auto-negotiation mode. In auto-negotiation mode the ports negotiate any rate supported by the two devices. To enable non-auto-negotiation mode, you can configure the force rate of the interface by using set interface gigabit-ethernet<interface-name> speed <speed> command.

...

Code Block
admin@Xorplus# set interface gigabit-ethernet ge-1/1/1 auto-speeds 1000
admin@Xorplus# set interface gigabit-ethernet ge-1/1/1 speed auto


NOTE:

  •   Only the 10G, 5G/2.5G and 1G RJ45 ports support auto-negotiation mode and auto-negotiation rate.
  •   Run the set interface gigabit-ethernet<interface-name> speed auto command to configure the Ethernet interface to work in auto-negotiation mode before using the set interface gigabit-ethernet <interface-name> auto-speeds command to manually specify the auto-negotiation rate.
  •   In auto-negotiation mode, the device automatically negotiates the duplex mode of the interface while negotiating the interface rate.

...