To change interface speed
sudo config interface speed interface speed(in Mbps)
Example:-
sudo config interface speed ethernet48 40000
To change interface status (Startup/Shutdown)
Shutdown
sudo config interface shutdown interface
Example :-
sudo config interface shutdown ethernet40
Startup
sudo config interface startup interface
Example :-
sudo config interface startup ethernet40
To change MTU Value
sudo config interface mtu interface MTU-value
Example :-
sudo config interface mtu ethernet40 9100