Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

Version 1 Current »


You can enable (or disable) the Ethernet port, configure the Ethernet port's MTU, rate-limit, flow control, and change the qe-interface mode.

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# 

Split 40GE Ports into 4x10GE Ports

You can split 40GE ports to multiple 10GE ports using a split cable. 

 

This is done by enabling the SFP mode on the relevant port. You can find details of this command in the command reference guide.

admin@XorPlus# set interface qe-interface-mode SFP
admin@XorPlus# com
Merging the configuration.
Commit OK.
Save done.
Qe interface mode changes, please reboot system to make it effect!
admin@XorPlus#
admin@XorPlus# set interface qe-interface-mode QSFP 
admin@XorPlus# commit 
Merging the configuration.
Commit OK.
Save done.
Qe interface mode changes, please reboot system to make it effect!
admin@XorPlus#

Configuring Port Speed

admin@XorPlus# run show interface gigabit-ethernet ge-1/1/1 detail
Physical interface: ge-1/1/1, Enabled, Physical link is Up
Interface index: 1
Link-level type: Ethernet, MTU: 1514, Speed: 1Gb/s, Duplex: Full
Source filtering: Disabled, Flow control: Enabled, Auto-negotiation: Enabled
Interface flags: Hardware-Down SNMP-Traps Internal: 0x0
Interface rate limit ingress:0, egress:0
Current address: c8:0a:a9:04:49:19, Hardware address: c8:0a:a9:04:49:19
Traffic statistics:
Input Packets............................35748
Output Packets...........................35143881241
Input Octets.............................3923150
Output Octets............................2266956387852
MAC statistics:
Multicast packets RX and TX..............199565932
Broadcast packets RX and TX..............4968094
Undersize packets RX and TX..............0
Fragments packets RX and TX..............0
Packets RX and TX 64 Octets..............35088774487
Packets RX and TX 65-127 Octets..........27771
Packets RX and TX 128-255 Octets.........2574126
Packets RX and TX 256-511 Octets.........52540605
Packets RX and TX 512-1023 Octets........0
Packets RX and TX 1024-1518 Octets.......0
admin@XorPlus# run clear interface statistics all


 

 

  • No labels