- Code: Select all
CORE#sh int gi 1/39
GigabitEthernet1/39 is up, line protocol is up (connected)
Hardware is C6k 1000Mb 802.3, address is 0005.7444.5482 (bia 0005.7444.5482)
Description: Connected to VMWare
MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec,
reliability 255/255, txload 3/255, rxload 93/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 1000Mb/s, media type is 10/100/1000BaseT
input flow-control is off, output flow-control is off
Clock mode is auto
ARP type: ARPA, ARP Timeout 04:00:00
Last input 6d19h, output 00:00:27, output hang never
Last clearing of "show interface" counters 3w4d
Input queue: 0/2000/801093/0 (size/max/drops/flushes); Total output drops: 11540
Queueing strategy: fifo
Output queue: 0/40 (size/max)
5 minute input rate 368487000 bits/sec, 33005 packets/sec
5 minute output rate 13371000 bits/sec, 11604 packets/sec
933309234 packets input, 1242917076535 bytes, 0 no buffer
Received 274849 broadcasts (49043 multicasts)
0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 801093 overrun, 0 ignored
0 watchdog, 0 multicast, 0 pause input
0 input packets with dribble condition detected
543871433 packets output, 97345861601 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
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
The interface configuration is
- Code: Select all
interface GigabitEthernet1/39
description Connected to VMWare
switchport
switchport trunk allowed vlan 48,52,53,55,60,79,80,208-218
switchport mode trunk
switchport nonegotiate
spanning-tree portfast trunk
spanning-tree bpduguard enable
!
By default the max input queue size is 2000, I increased it to 3500 using the hold-queue 3500 in command, but still the input queue drops are happening.
How can I fix this?
Thanks in advance.
