Ierrs on interace
-
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