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

how do u configure the disk

5 Answers  


SUN CLUSTER offline cluster resources on smslu131

2 Answers  


How to change rsc ip in sun V490?

4 Answers   Wipro,


how to set the hostname or username at commamd promt ? where to set password length,max and min ?

3 Answers   Accenture, Tech Mahindra,


To find the OBP environment variable

2 Answers  


How can you recover the backup of NIC card if it is corrupted?

1 Answers   Thomson Reuters,


Explain the boot process?

1 Answers  


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

2 Answers  


I don’t want to ask password reset in ever month to particular user. How to enable the same for only one user.

3 Answers  


What r the daemons for DNS , Veritas, Apache,NFS Server & Client 4How can u configure two DHCP and Two DNS servers r there and u have 100's of users then 1st system takes which DHCP server and which DNS sever 5 what is the use of NIS how can u configure 6 what is the use RAID and which is the best(Solaris) 7 in RAID 5 and RAID 0+1 which u will preffer (Veritas)

3 Answers   HCL, IBM, Tech Mahindra,


What are the daemons in NIS server?

2 Answers   MoonUp, Wipro,


how to find out the how many disks attached in the server?

13 Answers   Accel, HP,


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)