Symptom
All port-channels go down and device is not accessible via ssh/telnet.
Conditions
This issue is seen when advertising many routes (in this case 10,000) each with a different AS path. When this occurs the switch sends out TCP packets with one BGP update each quickly. Due to this the neighbor does not ack the TCP packet. Because of this the sender then sends a tcp re-transmission with as many of the previous BGP updates not acked as it can up to the MTU size. This copying of many of the BGP updates into one packet causes an overflow in the mbuf buffer. This causes all interfaces to not send out any traffic. This causes all port-channels to go down as well as device not to be accessible via SSH/telnet (only accessible via console)