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.

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

34.   10G optical port:

  •    When a 10G optical module is inserted, the interface rate can be configured to 10G or 1G. When no force rate is configured, the interface recognizes the interface rate of itself as 10G.
  •    When a 1G optical module is inserted, the interface rate can be configured to 1G. When no force rate is configured, the interface recognizes the interface rate of itself as 1G.

45.   40G optical port: The interface rate can be configured to 40G. When no force rate is configured, the interface recognizes the interface rate of itself as 40G. If the interface configured interface split, the sub-interface rate can be  configured to 10G or 1G.

56.   100G optical port:

  •    When a 100G optical module is inserted, the interface rate can be configured to 100G or 40G. When no force rate is configured, the interface recognizes the interface rate of itself as 100G. If the interface configured interface  split, the sub-interface rate can be configured to 25G or 10G.
  •    When a 40G optical module is inserted, the interface rate can be configured to 40G. When no force rate is configured, the interface recognizes the interface rate of itself as 40G. If the interface configured interface split, the sub-interface rate can be configured to 10G.

...

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.

...