Physical Ethernet Port Configuration
You can enable (or disable) the Ethernet port, configure the Ethernet port's MTU, rate-limit, flow control and the duplex mode of optical port.
Shutting Down the Ethernet Port
admin@XorPlus# set interface gigabit-ethernet ge-1/1/1 disable true
admin@XorPlus# commit
Waiting for merging configuration.
Commit OK.
Save done.
admin@XorPlus# Configuring the MTU
admin@XorPlus# set interface gigabit-ethernet ge-1/1/1 mtu 1200
admin@XorPlus# commit
Waiting for merging configuration.
Commit OK.
Save done.
admin@XorPlus# Enabling Port Flow Control
admin@XorPlus# set interface gigabit-ethernet ge-1/1/1 ether-options flow-control true
admin@XorPlus# commit
Waiting for merging configuration.
Commit OK.
Save done.
admin@XorPlus# Configuring the Duplex Mode of Optical Port as Auto-negotiation Mode
Notes:
Currently, duplex mode for optical port is only available for the 10 optical port when its port rate set to 1G.
Duplex mode for optical port currently only supports to configure as auto, i.e. auto-negotiation mode.
admin@Xorplus# set interface gigabit-ethernet te-1/1/1 speed 1000
admin@Xorplus# set interface gigabit-ethernet te-1/1/1 duplex auto
admin@XorPlus# commit
Waiting for merging configuration.
Commit OK.
Save done.
admin@XorPlus#