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 interface in solaris

2 Answers  


If the system panic or system not booting

1 Answers  


How to bring the Disk into diskgroup on veritas.

3 Answers  


What is the command to check wwn in solaris?

3 Answers   Siemens,


Is it possible to create swap in new harddisk without format

2 Answers  






Security point of view,What's there in NIS+ than NIS?

3 Answers   Locuz,


What is the difference between container and zones?

1 Answers   IBM,


How to find memory status i.e.. it is full like 100%?

5 Answers   HP,


How to Create a snapshot volume

2 Answers  


How to remove the root mirror

2 Answers  


how to change boot disk

4 Answers  


where we find bp.conf file? which path?

11 Answers   IBM, Symphony,


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)