cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1041
Views
0
Helpful
1
Replies

Cisco Catalyst 2960 and Logical Link Control

jeffs7
Level 1
Level 1

Hello,

I have 2 devices which need to communicate through Logical Link Control.  Each device functions like this: they have a built in network switch that allows their internal components to communicate with TCP/IP which is then encapsulated inside LLC frames and sent out a special port.  The LLC frames from each device all come from a single source MAC address and are broadcast out the network.  The receiving deivce receives the LLC frames, unencapsulates the data and uses it directly.

Using it this way through a single 2960 (such that device 1 is connected to fa0/2 and device 2 is connected to fa0/23) with its own dedicated VLAN and no other traffic on the switch (all other ports shutdown), the two devices are unable to "connect".  Using a SPAN session, I can clearly see them exchanging LLC frames, but if I connect my computer to the internal device switch and try to ping the other device through the LLC encapsulated link, I get anywhere from a 25% to 100% loss with response times between 2ms and 15ms.

When I connect the special ports of each device together directly with a straight through cat-5e cable, they can connect and I can successfully ping through the link with sub-millisecond response times.  The same goes if I connect them through an old unmanaged Linksys switch.  I have toggled everything on the 2960 I can think of, including STP, CDP, LLDP, storm control, keepalives, IGMP snooping, management interface VLAN1, and QoS.  In general, the more of those that I turned off, the faster the ping responses became, but nothing seems to stop the data loss.

I am also working with the equipment manufacturer, but they do not know much about this particular switch, so I am hoping somebody here might have an idea.  Thanks.

1 Reply 1

jeffs7
Level 1
Level 1

Update:

I am wondering if this data flow is perhaps overwhelming the switch.  It seems unlikely to me, but the command "show controllers utilization" indicates that the receive utilization is 100% and the trasmit utilization is 93% for both ports. 

I must admit confusion thought, because the "show interface fa0/2" command says

     reliability 255/255, txload 218/255, rxload 234/255

     5 minute input rate 91872000 bits/sec, 48062 packets/sec

     5 minute output rate 85653000 bits/sec, 44811 packets/sec"

How could the controllers utilization be at 100% while the rxload is 91.7%?  Shouldn't the switch be able to handle upto the full line speed?