Jump to content

Recommended Posts

Posted

Добрый день!

Имеется две цыски 6509 Sup 720 и ESR-10K

Они соединены патчкордом (9/2------1/0/0)

При это на стороне 6509 все ок, ни ошибо ни гигантов, а вот со стороны ESR огромный счетчик гигантов:

Cisco 6509:

interface GigabitEthernet9/2
 description -> ESR-I 1/0/0
 switchport
 switchport trunk encapsulation dot1q
 switchport mode trunk
 load-interval 30
 speed nonegotiate
 hold-queue 4096 in
 hold-queue 4096 out

GigabitEthernet9/2 is up, line protocol is up (connected)
  Hardware is C6k 1000Mb 802.3, address is 000d.659c.3c51 (bia 000d.659c.3c51)
  Description: -> ESR-I 1/0/1
  MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec,
     reliability 255/255, txload 1/255, rxload 11/255
  Encapsulation ARPA, loopback not set
  Keepalive set (10 sec)
  Full-duplex, 1000Mb/s, media type is 1000BaseSX
  input flow-control is off, output flow-control is on
  Clock mode is auto
  ARP type: ARPA, ARP Timeout 04:00:00
  Last input never, output 00:00:44, output hang never
  Last clearing of "show interface" counters never
  Input queue: 0/4096/0/0 (size/max/drops/flushes); Total output drops: 573866
  Queueing strategy: fifo
  Output queue: 0/4096 (size/max)
  30 second input rate 45221000 bits/sec, 5119 packets/sec
  30 second output rate 6285000 bits/sec, 4332 packets/sec
     15041664370 packets input, 15865528405373 bytes, 0 no buffer
     Received 251172 broadcasts (1226 multicasts)
     51 runts, 0 giants, 0 throttles
     51 input errors, 51 CRC, 51 frame, 0 overrun, 0 ignored
     0 watchdog, 0 multicast, 0 pause input
     0 input packets with dribble condition detected
     15676546352 packets output, 4517836505587 bytes, 0 underruns
     0 output errors, 0 collisions, 4 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

ESR:

ESR-I#sh int gig 1/0/0
GigabitEthernet1/0/0 is up, line protocol is up
  Hardware is Gigabit Ethernet MAC Controller, address is 0022.90a2.1418 (bia 0022.90a2.1418)
  Description: ->C6509V-I (9/2)
  MTU 1500 bytes, BW 1000000 Kbit, DLY 10 usec,
     reliability 255/255, txload 11/255, rxload 1/255
  Encapsulation 802.1Q Virtual LAN, Vlan ID  1., loopback not set
  Keepalive set (10 sec)
  Full Duplex, 1000Mbps, link type is force-up, media type is SX
  output flow-control is unsupported, input 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 6w1d
  Input queue: 0/4096/0/1580 (size/max/drops/flushes); Total output drops: 66
  Interface GigabitEthernet1/0/0 queueing strategy: PXF Class-based
  30 second input rate 5864000 bits/sec, 3710 packets/sec
  30 second output rate 44193000 bits/sec, 5049 packets/sec
     55941839348 packets input, 17333486743506 bytes, 0 no buffer
     Received 422923320 broadcasts (0 IP multicasts)
     0 runts, 419289435 giants, 0 throttles
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
     0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
     0 watchdog, 25 multicast, 0 pause input
     71409969960 packets output, 72398918950574 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

interface GigabitEthernet1/0/0
 description ->C6509V-I (9/2)
 no ip address
 no ip proxy-arp
 load-interval 30
 no negotiation auto
 hold-queue 4096 in
 hold-queue 4096 out

MTU с обоих сторон совпадает.

В чем может быть дело?

Posted

Скорее всего на ESR это особенность интерфейса, giants'ом он считает кадр больше 1518 байт (то есть все кадры с тэгами), но такие кадры не считаются как ошибки и не дропаются.

Posted
53 минуты назад, v_r сказал:

Скорее всего на ESR это особенность интерфейса, giants'ом он считает кадр больше 1518 байт (то есть все кадры с тэгами), но такие кадры не считаются как ошибки и не дропаются.

хм, а как может прилететь такой кадр если мту со стороны каталиста стоит 1500?

Posted

1500 - IP MTU.

+ 18 байт заголовка Ethernet если без тэга 802.1q или +22 байта если с тэгом, а у вас кадры летят с тэгом.

 

interface GigabitEthernet9/2
 switchport
 switchport trunk encapsulation dot1q
 switchport mode trunk


Posted

Ставить MTU меньше не стоит, будет как с туннелями - часть сайтов не открывается, часть сайтов тормозит и т.д. Оставьте как есть, вот такая особенность счетчиков на данном чипе, главное что input errors по нулям.

  • 3 weeks later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...