Dropping ports on new WS, what is wrong with my setup?
-
Dave - Employee
- Posts: 726
- Joined: Tue Apr 08, 2014 6:28 pm
- Has thanked: 1 time
- Been thanked: 158 times
Re: Dropping ports on new WS, what is wrong with my setup?
Nick, thanks a lot for your hard work on this. We have some ideas & are discussing internally how to attack issue.
-
nickwhite - Member
- Posts: 45
- Joined: Fri Jul 03, 2015 10:17 am
- Location: Austin, Texas
- Has thanked: 9 times
- Been thanked: 2 times
Re: Dropping ports on new WS, what is wrong with my setup?
Dave wrote:Nick, thanks a lot for your hard work on this. We have some ideas & are discussing internally how to attack issue.
Thanks Dave. The next time it reboots, I'm hoping to catch it before a power cycle and run top and some other things from the command line to see what's going on. I think the CPU is actually spiking during this and I'd like to catch what is causing it for you.
-
Dave - Employee
- Posts: 726
- Joined: Tue Apr 08, 2014 6:28 pm
- Has thanked: 1 time
- Been thanked: 158 times
Re: Dropping ports on new WS, what is wrong with my setup?
Nick
ok, discussed issue with our software developer. We think we can come up with a test build in the next 1-2 days that will hopefully help with this issue.
dave
ok, discussed issue with our software developer. We think we can come up with a test build in the next 1-2 days that will hopefully help with this issue.
dave
-
adairw - Associate
- Posts: 465
- Joined: Wed Nov 05, 2014 11:47 pm
- Location: Amarillo, TX
- Has thanked: 98 times
- Been thanked: 132 times
Re: Dropping ports on new WS, what is wrong with my setup?
Dave, what are the thoughts about what this issue is?!
-
Dave - Employee
- Posts: 726
- Joined: Tue Apr 08, 2014 6:28 pm
- Has thanked: 1 time
- Been thanked: 158 times
Re: Dropping ports on new WS, what is wrong with my setup?
Sorry guys, when I said test build, I meant a fix.
-
sirhc - Employee
- Posts: 7416
- Joined: Tue Apr 08, 2014 3:48 pm
- Location: Lancaster, PA
- Has thanked: 1608 times
- Been thanked: 1325 times
Re: Dropping ports on new WS, what is wrong with my setup?
Adair,
What we are hypothesizing may be the cause is the way we shape / limit communications from the core to the CPU.
Currently we have a single pipe that all traffic destined to the CPU / Linux (NOT SWITCHING PACKETS DESTINED ELSEWHERE).
This pipe is sized to a "reasonable" level based on nothing going wrong or too out of the ordinary.
Legit traffic to CPU would be as follows:
SNMP
Discovery
Telemetry used for stats
BPDU packets
Users accessing the UI / CLI
Normal ARP and Broadcast traffic within the management VLAN sub-net
However this could be a problem if for instance you have a problem child on your network possibly doing something like ICMP denial, ARP / Broadcast storms, and such which could flood this pipe constricting or delaying legitimate traffic such as BPDU packets that are needed to control switch core functions like RSTP / LAG and such.
This flood of illegitimate traffic could then affect the CPU's ability to properly control the core and cause the CPU to spike further hindering the CPUs ability to control the core.
This could also explain why you have many switches in your network on differnt routed segments that function great but on this segment of your network there is a problem and an inordinate amount of bad traffic is being forwarded to the CPU controlling the core bogging it down.
What Eric is going to do is change this arrangement from a single pipe size to multiple pipes to carry the different types of packets and limit each one separately.
If this hypothesis is correct it will not FIX your "problem" simply prevent it from affecting the switch in such a negative way (locking it up). But you will still have a problem child out there somewhere and you will still want to find it.
What we are hypothesizing may be the cause is the way we shape / limit communications from the core to the CPU.
Currently we have a single pipe that all traffic destined to the CPU / Linux (NOT SWITCHING PACKETS DESTINED ELSEWHERE).
This pipe is sized to a "reasonable" level based on nothing going wrong or too out of the ordinary.
Legit traffic to CPU would be as follows:
SNMP
Discovery
Telemetry used for stats
BPDU packets
Users accessing the UI / CLI
Normal ARP and Broadcast traffic within the management VLAN sub-net
However this could be a problem if for instance you have a problem child on your network possibly doing something like ICMP denial, ARP / Broadcast storms, and such which could flood this pipe constricting or delaying legitimate traffic such as BPDU packets that are needed to control switch core functions like RSTP / LAG and such.
This flood of illegitimate traffic could then affect the CPU's ability to properly control the core and cause the CPU to spike further hindering the CPUs ability to control the core.
This could also explain why you have many switches in your network on differnt routed segments that function great but on this segment of your network there is a problem and an inordinate amount of bad traffic is being forwarded to the CPU controlling the core bogging it down.
What Eric is going to do is change this arrangement from a single pipe size to multiple pipes to carry the different types of packets and limit each one separately.
If this hypothesis is correct it will not FIX your "problem" simply prevent it from affecting the switch in such a negative way (locking it up). But you will still have a problem child out there somewhere and you will still want to find it.
Support is handled on the Forums not in Emails and PMs.
Before you ask a question use the Search function to see it has been answered before.
To do an Advanced Search click the magnifying glass in the Search Box.
To upload pictures click the Upload attachment link below the BLUE SUBMIT BUTTON.
Before you ask a question use the Search function to see it has been answered before.
To do an Advanced Search click the magnifying glass in the Search Box.
To upload pictures click the Upload attachment link below the BLUE SUBMIT BUTTON.
-
Eric Stern - Employee
- Posts: 532
- Joined: Wed Apr 09, 2014 9:41 pm
- Location: Toronto, Ontario
- Has thanked: 0 time
- Been thanked: 130 times
Re: Dropping ports on new WS, what is wrong with my setup?
Nick,
Try turning off Flow Control. Do all ports to start. If that has an effect then you can try selectively disabling it on specific ports to see which one helped.
Try turning off Flow Control. Do all ports to start. If that has an effect then you can try selectively disabling it on specific ports to see which one helped.
-
sirhc - Employee
- Posts: 7416
- Joined: Tue Apr 08, 2014 3:48 pm
- Location: Lancaster, PA
- Has thanked: 1608 times
- Been thanked: 1325 times
Re: Dropping ports on new WS, what is wrong with my setup?
Eric is investigating a possible bad interaction between Flow Control and RSTP.
Will keep you posted.
Will keep you posted.
Support is handled on the Forums not in Emails and PMs.
Before you ask a question use the Search function to see it has been answered before.
To do an Advanced Search click the magnifying glass in the Search Box.
To upload pictures click the Upload attachment link below the BLUE SUBMIT BUTTON.
Before you ask a question use the Search function to see it has been answered before.
To do an Advanced Search click the magnifying glass in the Search Box.
To upload pictures click the Upload attachment link below the BLUE SUBMIT BUTTON.
-
adairw - Associate
- Posts: 465
- Joined: Wed Nov 05, 2014 11:47 pm
- Location: Amarillo, TX
- Has thanked: 98 times
- Been thanked: 132 times
Re: Dropping ports on new WS, what is wrong with my setup?
I'm going to turn flow control off also.
-
sirhc - Employee
- Posts: 7416
- Joined: Tue Apr 08, 2014 3:48 pm
- Location: Lancaster, PA
- Has thanked: 1608 times
- Been thanked: 1325 times
Re: Dropping ports on new WS, what is wrong with my setup?
adairw wrote:I'm going to turn flow control off also.
Normally you want Flow control ON so if turning it OFF fixes your issue for now make sure you turn it back on when we release the new v1.4.0rcX
Support is handled on the Forums not in Emails and PMs.
Before you ask a question use the Search function to see it has been answered before.
To do an Advanced Search click the magnifying glass in the Search Box.
To upload pictures click the Upload attachment link below the BLUE SUBMIT BUTTON.
Before you ask a question use the Search function to see it has been answered before.
To do an Advanced Search click the magnifying glass in the Search Box.
To upload pictures click the Upload attachment link below the BLUE SUBMIT BUTTON.
Who is online
Users browsing this forum: No registered users and 27 guests