Ierrs on interace
-
Hello everyone.
netstat –i shows some errors on sko and sk1 port, 85 and 4661:msk0* 1500 <link#1> 00:90:7f:3e:61:75 0 0 0 0 0 0
msk1* 1500 <link#2> 00:90:7f:3e:61:74 0 0 0 0 0 0
msk2* 1500 <link#3> 00:90:7f:3e:61:73 0 0 0 0 0 0
msk3* 1500 <link#4> 00:90:7f:3e:61:72 0 0 0 0 0 0
sk0 1500 <link#5> 00:90:7f:3e:61:71 30010432 85 0 23220649 0 0
sk0 1500 xxx.xxx.xxx.74 xxx.xxx.xxx.74 20098161 - - 216 - -
sk0 1500 fe80::290:7ff fe80::290:7fff:fe 0 - - 0 - -
sk0 1500 xxx.xxx.xxx.7 xxx.xxx.xxx.75 0 - - 0 - -
sk0 1500 xxx.xxx.xxx.7 xxx.xxx.xxx.76 0 - - 0 - -
sk0 1500 xxx.xxx.xxx.7 xxx.xxx.xxx.77 0 - - 0 - -
sk0 1500 xxx.xxx.xxx.7 xxx.xxx.xxx.78 0 - - 0 - -
sk1 1500 <link#6> 00:90:7f:3e:61:70 23311944 4661 0 29961267 0 0
sk1 1500 fe80::290:7ff 290:7fff:fe 0 - - 1 - -
sk1 1500 192.168.71.0/ 192.168.71.1 7217 - - 920 - -Interface sk0 is connected into cisco switch gigabit Ethernet port.
Interface sk1 is connected into another cisco gigabit Ethernet port.On both ports speed are locked to 1G, full duplex. The same was done on remote switches.
Cables were replaced with brand new ones.
Version: 2.1.3-RELEASE installed on WG x750e
Any sugestions?
</link#6></link#5></link#4></link#3></link#2></link#1> -
Any reason why you used fixed speed/duplex? In general it's better to use autodetect if you can.
Is this something that has just started or has always shown errors?Steve
-
We used autodetect and there were the same issue.
It has always shown these errors from the beginner.
-
Sorry been away for a few days.
Is this actually causing you a problem? I'm not seeing that on my test box here or any other box I've run.
Do you have VLANs on just sk1?Steve
-
Are You running Spanning Tree: STP, RSTP or MSTP?
Please post the output of:
show running-config interface gi1/0/1
from Your CISCO switch where in this example Gi1/0/1 is pfSense server. -
here is Cisco 300 interface configuration on port where pfsense is connected:
sw-1#show running-config interface gigabitethernet1
interface gigabitethernet1
flowcontrol on
no negotiation
description "Port 1 on pfSeense"
switchport trunk allowed vlan add 10
switchport trunk native vlan 20 -
Sorry been away for a few days.
Is this actually causing you a problem? I'm not seeing that on my test box here or any other box I've run.
Do you have VLANs on just sk1?Steve
i do not have vlan on sk1 bu i do have one vlan on sk0
-
Are You running Spanning Tree: STP, RSTP or MSTP?
no, i do not run Spanning Tree. -
Is the switchport taking errors?
-
Could You try these combinations for Your pfSense port?
interface gigabitethernet1description "Port 1 on pfSense" spanning-tree portfast spanning-tree bpdu filtering switchport trunk allowed vlan add 10,20 switchport trunk native vlan 20
Set it and reset error counters. Check for results.
-
-
Flow control mismatch? What does ifconfig show?
Steve