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

Hi We have upgraded our sun machine from solaris 9 to solaris 10. Before upgradation the date command output(Solaris 9) Wed Oct 13 09:45:21 IST 2010 But after upgradation the output for date is as below(solaris 10). Wednesday, October 13, 2010 9:46:14 AM IST Looks like I need to change LC_TIME=C. can you please help me how to change it for permanently

0 Answers   IBM, Wipro,


Syntax for useradd commad

4 Answers  


how many run level in solaris?

19 Answers   HP,


If the /var file system is full then what you will do.

2 Answers   HP, ITC Infotech,


Explain rc script and run level

1 Answers  






Pls explain the raids in solaris??

1 Answers   Bank Of America,


how to add an user without using "useradd" command in solaris10?

4 Answers   HCL, HP,


After creating swap file update the same to /etc/vfstab what will be the fstype.

3 Answers  


How to create swap file

1 Answers  


What is the protocol supported by NFS

2 Answers  


How will check patches installed

1 Answers  


If you have got a LUN, How to configure it, how to allocate LUN in linux/ solaris. What are the steps ?

2 Answers   Wipro,


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)