...
Code Block |
---|
admin@PicOS-OVS$ovs−vsctl set Interface te-1/1/1 options:link_speed=1G admin@PicOS-OVS$ovs−vsctl set Interface te-1/1/1 options:duplex=auto |
Configuring Port Breakout
Notes:
You need to restart or reboot the system to make the setting take effect when performing port breakout operation.
The following command configures port breakout for port with number 49.
Code Block |
---|
admin@PICOS:~$ ovs-vsctl set-port-breakout 49 true
Port 49 has been set breakout=true!
Please reboot for the change to take effect!
admin@PICOS:~$ sudo systemctl restart picos |
The following command disables port breakout for port with number 49.
Code Block |
---|
admin@PICOS:~$ ovs-vsctl set-port-breakout 49 false
Port 49 has been set breakout=false!
Please reboot for the change to take effect!
admin@PICOS:~$ sudo systemctl restart picos |