output drops

Problemy związane ze switchingiem
Wiadomość
Autor
Awatar użytkownika
polak
wannabe
wannabe
Posty: 294
Rejestracja: 20 mar 2005, 14:23
Lokalizacja: Bruksela

output drops

#1

#1 Post autor: polak »

Hej
Mam pytanie czy output drops moze byc spowodowane zbyt mala hold-queue ? (catalyst 9300)

Kod: Zaznacz cały

GigabitEthernet1/0/1 is up, line protocol is up (connected)
  Hardware is Gigabit Ethernet, address is 2c01.b5a4.2a81 (bia 2c01.b5a4.2a81)
  Description: *ISP1 Primary router 0045XRH4_nom_G0/0/1*
  MTU 1500 bytes, BW 1000000 Kbit/sec, DLY 10 usec,
     reliability 255/255, txload 61/255, rxload 55/255
  Encapsulation ARPA, loopback not set
  Keepalive not set
  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:00, output 00:00:00, output hang never
  Last clearing of "show interface" counters 21:07:14
  Input queue: 0/2000/0/0 (size/max/drops/flushes); Total output drops: 4052896
  Queueing strategy: fifo
  Output queue: 0/40 (size/max)
  30 second input rate 216554000 bits/sec, 38674 packets/sec
  30 second output rate 241734000 bits/sec, 38160 packets/sec
     2046886639 packets input, 1451789296291 bytes, 0 no buffer
     Received 1130743 broadcasts (168916 multicasts)
     0 runts, 0 giants, 0 throttles
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
     0 watchdog, 168916 multicast, 0 pause input
     0 input packets with dribble condition detected
     2163779789 packets output, 1798597562995 bytes, 0 underruns
     0 output errors, 0 collisions, 0 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

interface GigabitEthernet1/0/1
 description *ISP1 Primary router 0045XRH4_nom_G0/0/1*
 switchport access vlan 351
 switchport mode access
 load-interval 30
 storm-control broadcast level pps 200 100
 storm-control multicast level pps 200 100
 no keepalive

Na tym samym switchu mam jeszcze 3 porty w tym samym vlanie 351 i tez sa output drops.
Czy moze to byc spowodowane brakiem LACP ?

Dzieki
Ostatnio zmieniony 25 lut 2020, 10:52 przez polak, łącznie zmieniany 1 raz.
King Kong ain't got shit on me!

Awatar użytkownika
polak
wannabe
wannabe
Posty: 294
Rejestracja: 20 mar 2005, 14:23
Lokalizacja: Bruksela

Re: output drops

#2

#2 Post autor: polak »

widze jeszcze dropy:

Kod: Zaznacz cały

sw1#show platform hardware fed switch active qos queue stats interface g1/0/1
DATA Port:0 Enqueue Counters
-----------------------------------------------------------------
Queue Buffers Enqueue-TH0  Enqueue-TH1  Enqueue-TH2  Qpolicer
      (Count) (Bytes)      (Bytes)      (Bytes)      (Bytes)
----- ------- ------------ ------------ ------------ ------------
    0       0   2048682786  15351527557    491517030            0
    1       0            0            0  67172305691            0
    2       0            0            0            0            0
    3       0            0            0            0            0
    4       0            0            0            0            0
    5       0            0            0            0            0
    6       0            0            0            0            0
    7       0            0            0            0            0
DATA Port:0 Drop Counters
-----------------------------------------------------------------------------------
Queue Drop-TH0     Drop-TH1     Drop-TH2     SBufDrop     QebDrop      QpolicerDrop
      (Bytes)      (Bytes)      (Bytes)      (Bytes)      (Bytes)      (Bytes)
----- ------------ ------------ ------------ ------------ ------------ ------------
    0            0            0            0            0            0            0
    1            0            0    796454246            0            0            0
    2            0            0            0            0            0            0
    3            0            0            0            0            0            0
    4            0            0            0            0            0            0
    5            0            0            0            0            0            0
    6            0            0            0            0            0            0
    7            0            0            0            0            0            0
King Kong ain't got shit on me!

Awatar użytkownika
drake
CCIE
CCIE
Posty: 1593
Rejestracja: 06 maja 2005, 01:32
Lokalizacja: Dortmund, DE
Kontakt:

Re: output drops

#3

#3 Post autor: drake »

Hej,
na poczatek zwieksz output queue z 40 do np. 2048. Wyczysc liczniki i obserwuj...

Pozdruffka!
Never stop exploring :)

https://iverion.de

felix
wannabe
wannabe
Posty: 142
Rejestracja: 13 lis 2014, 21:46

Re: output drops

#4

#4 Post autor: felix »

Wbij do konsoli taką komendę:

Kod: Zaznacz cały

qos queue-softmax-multiplier 1200
Rozszerza współdzielony soft bufor dla portów i większość Twoich problemów powinna zniknąć. Twoje problemy powoduje to, że w piku chcesz tym portem wysłać więcej danych niż port może pomieścić, switch zapisuje w buforze to co się nie mieści, ale jak bufor się przepełni to nadmiar jest dropowany - tak w dużym skrócie. Jeżeli wskazana wyżej komenda nie rozwiąże Twojego problemu, to zajrzyj tutaj, polityka qos powinna być taka sama na 9300:

https://www.cisco.com/c/en/us/support/d ... ut-dr.html

ODPOWIEDZ