Solaris Commands Question:
Download Questions PDF

How to change network interface property in Solaris?

Solaris Commands Interview Question
Solaris Commands Interview Question

Answer:

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

Download Solaris Commands Interview Questions And Answers PDF

Previous QuestionNext Question
How to grow disk size in SDS? what is SDS?How many zones can we create in Solaris?