...
Code Block |
---|
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.
Code Block |
---|
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
Code Block |
---|
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 |