Operating System - HP-UX
1833108 Members
3182 Online
110051 Solutions
New Discussion

Netstat -in in 11.31 shows collitions.

 
pa8700
Regular Advisor

Netstat -in in 11.31 shows collitions.



Pls find the netstat -in output

It is showing some collition.How can i find why this

what is causing this,

thanks in advance

root@oslux16p / # netstat -in
Name Mtu Network Address Ipkts Ierrs Opkts Oerrs Coll
lan1 1500 10.80.132.0 10.80.132.144 588460340 0 1055302132 0 458293433
lo0 32808 127.0.0.0 127.0.0.1 10767642 0 10767641 0 0
root@oslux16p / #
1 REPLY 1
Pete Randall
Outstanding Contributor

Re: Netstat -in in 11.31 shows collitions.

The first suspect in these cases is always a duplex mismatch. Check both ends of the connection to see what the speed and duplex settings are. On the HP-UX box, run lanscan to get the instance number of the NIC and then run lanadmin to get the speed/duplex.

# lanadmin -x 0
Current Config = 100 Full-Duplex MANUAL

Then check the switch settings on the other end of the connection.

If this is a 1000Base/T connection, both ends should be set to auto-negotiate.


Pete

Pete