> Скорость и дуплекс проверьте на обоих портах. Это можно сделать командой show
> interfaces. show inter Giga0/1 например.Скорость и дуплекс - ок.
Печалит другое:
sh int f0/2
FastEthernet0/2 is up, line protocol is up (connected)
Hardware is Fast Ethernet, address is 8cb6.4fdb.4482 (bia 8cb6.4fdb.4482)
Description: link to DUNE
MTU 1998 bytes, BW 100000 Kbit, DLY 100 usec,
reliability 255/255, txload 59/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 100Mb/s, media type is 10/100BaseTX
input flow-control is off, output flow-control is unsupported
ARP type: ARPA, ARP Timeout 04:00:00
Last input never, 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: 1653174
Queueing strategy: fifo
Output queue: 0/0 (size/max)
5 minute input rate 143000 bits/sec, 111 packets/sec
5 minute output rate 23146000 bits/sec, 1983 packets/sec
1376633 packets input, 233353028 bytes, 0 no buffer
Received 78 broadcasts (0 multicasts)
0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog, 0 multicast, 0 pause input
0 input packets with dribble condition detected
28975275 packets output, 42567470765 bytes, 0 underruns
0 output errors, 0 collisions, 2 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
sh int f0/2 counters errors
Port Align-Err FCS-Err Xmit-Err Rcv-Err UnderSize OutDiscards
Fa0/2 0 0 0 0 0 1670828
Port Single-Col Multi-Col Late-Col Excess-Col Carri-Sen Runts Giants
Fa0/2 0 0 0 0 0 0 0
Total output drops и OutDiscards весьма большие значения, никак не могу понять, что нужно сделать для исправления ситуации.
С сайта cisco:
Out-Discard - Description: The number of outbound packets chosen to be discarded even though no errors have been detected. Common Causes: One possible reason to discard such a packet can be to free up buffer space.
Если я правильно понял, происходит переполнение буфера и пакеты убиваются.
Можно ли как-то увеличить размер буфера? К сожалению пока не нашел информации о том как это сделать.