How to change network interface property in Solaris?

Answers were Sorted based on User's Feedback



How to change network interface property in Solaris?..

Answer / venugopal adep

You 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

Is This Answer Correct ?    5 Yes 1 No

How to change network interface property in Solaris?..

Answer / srikanth

otherwise you can do this configurations from ndd

first see the default values from ndd

ndd -get /dev/hme0(networkcard) \?

OR ndd /dev/hme0 \? it will list all the parameters

ex::
ndd /dev/hme0 link_speed

later modify using

ndd -set /dev/hme0 link_speed value

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More Solaris Commands Interview Questions

What is nslookup

2 Answers  


How to modify the user from ragu to haz

3 Answers  


We have edit the /etc/passwd file and modify a user forget to give the shell will user able to loging?

2 Answers  


how to find NIC card type. is there any command to display the card type when it not plumbed.

4 Answers   Thomson Reuters,


one guy asking how to grow disk size in SDS? what is SDS?

2 Answers   TCS,


How to create core dump and crash dump #coreadm .

0 Answers  


What are performance tool used

1 Answers  


How to start one node cluster.

5 Answers  


How to check the no of the processor available

4 Answers  


How to find the VERITAS License?

7 Answers  


Command to find the VCS status

3 Answers  


When user logging in which file will take place

1 Answers  


Categories
  • Solaris Commands Interview Questions Solaris Commands (360)
  • Solaris Threads Interview Questions Solaris Threads (9)
  • Solaris IPC Interview Questions Solaris IPC (30)
  • Solaris Socket Programming Interview Questions Solaris Socket Programming (3)
  • Solaris System Calls Interview Questions Solaris System Calls (25)
  • Solaris General Interview Questions Solaris General (170)
  • Solaris AllOther Interview Questions Solaris AllOther (297)