01-12-2017 01:13 AM - edited 03-08-2019 08:53 AM
I have a communication problem between 3 switches and I have really need advise to solve the problem
The communication disconnect frequently (every 2-3 min for 10-15 sec)
I think the problem originate from main 3560 switch because the communication interrupt both other two switches that come from main switch
The problem is weird because I can solve the problem temporary by use simple 4 port switch between two Cisco switch and communication established without interrupt
Topology very simple like below
3 rd 2960 switch --------------Main 3560 switch-------------------- 2nd 3560 switch
Temporary solution without vlans
3 rd 2960 switch ---------simple hub (4 port)-----------Main 3560 switch----------simple hub (4 port)---------- 2nd 3560 switch
Main Switch and 3 rd 3560 switch Trunk config example
interface GigabitEthernet0/20
switchport trunk encapsulation dot1q
switchport trunk native vlan 10
switchport mode trunk
switchport nonegotiate
2960 switch example
interface GigabitEthernet1/0/48
switchport trunk native vlan 10
switchport mode trunk
switchport nonegotiate
Trunk port interface
MainSwitch#sh int gi0/20
GigabitEthernet0/20 is up, line protocol is up (connected)
Hardware is Gigabit Ethernet, address is b0fa.eb7e.1c14 (bia b0fa.eb7e.1c14)
MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 1000Mb/s, media type is 10/100/1000BaseTX
input flow-control is off, output flow-control is unsupported
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:54, output 00:00:04, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 2000 bits/sec, 3 packets/sec
703255 packets input, 104881192 bytes, 0 no buffer
Received 608879 broadcasts (581903 multicasts)
0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog, 581903 multicast, 0 pause input
0 input packets with dribble condition detected
2843929 packets output, 288502274 bytes, 0 underruns
0 output errors, 0 collisions, 2 interface resets
231 unknown protocol drops
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier, 0 pause output
0 output buffer failures, 0 output buffers swapped out
What I tried to determine the problem;
01-12-2017 12:48 PM
MainSwitch#sh int gi0/20
GigabitEthernet0/20 is up, line protocol is up (connected)
Hardware is Gigabit Ethernet, address is b0fa.eb7e.1c14 (bia b0fa.eb7e.1c14)
MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 1000Mb/s, media type is 10/100/1000BaseTX
input flow-control is off, output flow-control is unsupported
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:54, output 00:00:04, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 2000 bits/sec, 3 packets/sec
703255 packets input, 104881192 bytes, 0 no buffer
Received 608879 broadcasts (581903 multicasts)
0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog, 581903 multicast, 0 pause input
0 input packets with dribble condition detected
2843929 packets output, 288502274 bytes, 0 underruns
0 output errors, 0 collisions, 2 interface resets
231 unknown protocol drops
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier, 0 pause output
0 output buffer failures, 0 output buffers swapped out
I don't see any line errors from the output above. What about the output from the 2960?
"unknown protocol drops" is always present when the interface is in a Trunk.
01-12-2017 09:50 PM
I forgot to put 2960 output
You can see below
2960Switch#sh int gi1/0/48
GigabitEthernet1/0/48 is up, line protocol is up (connected)
Hardware is Gigabit Ethernet, address is 84b5.1731.5ab0 (bia 84b5.1731.5ab0)
MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 1000Mb/s, media type is 10/100/1000BaseTX
input flow-control is off, output flow-control is unsupported
ARP type: ARPA, ARP Timeout 04:00:00
Last input 00:00:18, output 00:00:00, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 5000 bits/sec, 5 packets/sec
5 minute output rate 3000 bits/sec, 4 packets/sec
133636 packets input, 15697242 bytes, 0 no buffer
Received 126536 broadcasts (31637 multicasts)
0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog, 31637 multicast, 0 pause input
0 input packets with dribble condition detected
21689 packets output, 6545996 bytes, 0 underruns
0 output errors, 0 collisions, 1 interface resets
0 unknown protocol drops
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier, 0 pause output
0 output buffer failures, 0 output buffers swapped out
01-13-2017 02:17 AM
I don't see anything wrong.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide