...
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:
|
...