⟩ How to change network interface property in Solaris?
We can use dladm command to change network interface
property in Solaris
In this example below maximum bandwidth of link is set to
2Mbps
$ dladm set-linkprop -p maxbw=2m e1000g0
Similarly if you want to set the link to full duplex
$ dladm set-linkprop -p duplex=full e1000g0