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 are performance tool used

1 Answers  


How to set the time zion

3 Answers  


what is the difference between solaris8 and solaris9 and solaris10

0 Answers   IBM,


what is a solaris toolkit

1 Answers  


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

2 Answers   TCS,






how to add the more than one number of pkg at a time in solaris

2 Answers  


what is the difference between init runlevel and milestone?

2 Answers  


Cannot open '/etc/path_to_inst'"

2 Answers  


How can youy check the disk status in , is it locally connected or remotely connected?

4 Answers   Thomson Reuters,


How to start one node cluster.

5 Answers  


What are thing you must ensure to provide security the system

2 Answers  


When iam checking the services its showing unintialized then what should i do step by step.pls tell me the answer as soon as posible.

1 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)