Oi Jorge,
Abaixo segue os comentários sobre o comando #show interface serial
....
Se aparece load 253/255, sim, voce estava com o link quase saturado
nos
últimos 5 minutos.
1. Cheque o clock da interface
2. Cheque a largura de banda da interface
3. Cheque o tráfego nos últimos 5 minutos
1 e 2 vão te falar sobre em que condição está
operando a porta.
3 vai te dar uma idéia do que se passou nos últimos
5 minutos.
É frequente num link internet voce ter picos de uso, por exemplo,
um
download (ftp) de grandes arquivos.
Isso não quer dizer nada.
O teu problema é se esse pico for constante, e aí ele
não é mais pico e
sim um consumo intenso de banda por um grande período.
Nesse caso, só resta fazer um upgrade de velocidade no link.
Grato.
show interfaces serial
The following is sample output from the show interfaces command for
a synchronous serial interface:
Router# show interfaces serial
Serial 0 is up, line protocol is up
Hardware is MCI Serial
Internet address is 150.136.190.203, subnet mask is 255.255.255.0
MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, rely 255/255, load 1/255
Encapsulation HDLC, loopback not set, keepalive set (10 sec)
Last input 0:00:07, output 0:00:00, output hang never
Output queue 0/40, 0 drops; input queue 0/75, 0 drops
Five minute input rate 0 bits/sec, 0 packets/sec
Five minute output rate 0 bits/sec, 0 packets/sec
16263 packets input, 1347238 bytes, 0 no buffer
Received 13983 broadcasts, 0 runts, 0 giants
2 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 2 abort
1 carrier transitions
22146 packets output, 2383680 bytes, 0 underruns
0 output errors, 0 collisions, 2 interface resets, 0 restarts
Table
53 describes significant fields shown in the display.
Table 53: Show Interfaces Serial Field Descriptions
| Field |
Description |
Serial... is {up | down}
...is administratively down |
Indicates whether the interface hardware is currently active (whether
carrier detect is present) or if it has been taken down by an administrator. |
line protocol
is {up | down} |
Indicates whether the software processes that handle the line protocol
consider the line usable (that is, whether keepalives are successful) or
if it has been taken down by an administrator. |
| Hardware is |
Specifies the hardware type. |
| Internet address is |
Specifies the Internet address and subnet mask. |
| MTU |
Maximum transmission unit of the interface. |
| BW |
Indicates the value of the bandwidth parameter that has been configured
for the interface (in kilobits per second). The bandwidth parameter is
used to compute IGRP metrics only. If the interface is attached to a serial
line with a line speed that does not match the default (1536 or 1544 for
T1 and 56 for a standard synchronous serial line), use the bandwidth
command to specify the correct line speed for this serial line. |
| DLY |
Delay of the interface in microseconds. |
| rely |
Reliability of the interface as a fraction of 255 (255/255 is 100%
reliability), calculated as an exponential average over 5 minutes. |
| load |
Load on the interface as a fraction of 255 (255/255 is completely saturated),
calculated as an exponential average over 5 minutes. |
| Encapsulation |
Encapsulation method assigned to interface. |
| loopback |
Indicates whether loopback is set or not. |
| keepalive |
Indicates whether keepalives are set or not. |
| Last input |
Number of hours, minutes, and seconds since the last packet was successfully
received by an interface. Useful for knowing when a dead interface failed. |
| Last output |
Number of hours, minutes, and seconds since the last packet was successfully
transmitted by an interface. |
| output hang |
Number of hours, minutes, and seconds (or never) since the interface
was last reset because of a transmission that took too long. When the number
of hours in any of the "last" fields exceeds 24 hours, the number of days
and hours is printed. If that field overflows, asterisks are printed. |
| Output queue, drops
input queue, drops |
Number of packets in output and input queues. Each number is followed
by a slash, the maximum size of the queue, and the number of packets dropped
due to a full queue. |
5 minute input rate
5 minute output rate |
Average number of bits and packets transmitted per second in the last
5 minutes.
The 5-minute input and output rates should be used only as an approximation
of traffic per second during a given 5-minute period. These rates are exponentially
weighted averages with a time constant of 5 minutes. A period of four time
constants must pass before the average will be within two percent of the
instantaneous rate of a uniform stream of traffic over that period. |
| packets input |
Total number of error-free packets received by the system. |
| bytes |
Total number of bytes, including data and MAC encapsulation, in the
error-free packets received by the system. |
| no buffer |
Number of received packets discarded because there was no buffer space
in the main system. Compare with ignored count. Broadcast storms on Ethernet
networks and bursts of noise on serial lines are often responsible for
no input buffer events. |
| Received... broadcasts |
Total number of broadcast or multicast packets received by the interface. |
| runts |
Number of packets that are discarded because they are smaller than
the medium's minimum packet size. |
| giants |
Number of packets that are discarded because they exceed the medium's
maximum packet size. |
| input errors |
Total number of no buffer, runts, giants, CRCs, frame, overrun, ignored,
and abort counts. Other input-related errors can also increment the count,
so that this sum might not balance with the other counts. |
| CRC |
Cyclic redundancy checksum generated by the originating station or
far-end device does not match the checksum calculated from the data received.
On a serial link, CRCs usually indicate noise, gain hits, or other transmission
problems on the data link. |
| frame |
Number of packets received incorrectly having a CRC error and a noninteger
number of octets. On a serial line, this is usually the result of noise
or other transmission problems. |
| overrun |
Number of times the serial receiver hardware was unable to hand received
data to a hardware buffer because the input rate exceeded the receiver's
ability to handle the data. |
| ignored |
Number of received packets ignored by the interface because the interface
hardware ran low on internal buffers. Broadcast storms and bursts of noise
can cause the ignored count to be increased. |
| abort |
Illegal sequence of one bits on a serial interface. This usually indicates
a clocking problem between the serial interface and the data link equipment. |
| carrier transitions |
Number of times the carrier detect signal of a serial interface has
changed state. For example, if data carrier detect (DCD) goes down and
comes up, the carrier transition counter will increment two times. Indicates
modem or line problems if the carrier detect line is changing state often. |
| packets output |
Total number of messages transmitted by the system. |
| bytes output |
Total number of bytes, including data and MAC encapsulation, transmitted
by the system. |
| underruns |
Number of times that the transmitter has been running faster than the
router can handle. This might never be reported on some interfaces. |
| output errors |
Sum of all errors that prevented the final transmission of datagrams
out of the interface being examined. Note that this might not balance with
the sum of the enumerated output errors, as some datagrams can have more
than one error, and others can have errors that do not fall into any of
the specifically tabulated categories. |
| collisions |
Number of messages retransmitted due to an Ethernet collision. This
usually is the result of an overextended LAN (Ethernet or transceiver cable
too long, more than two repeaters between stations, or too many cascaded
multiport transceivers). Some collisions are normal. However, if your collision
rate climbs to around 4 or 5%, you should consider verifying that there
is no faulty equipment on the segment and/or moving some existing stations
to a new segment. A packet that collides is counted only once in output
packets. |
| interface resets |
Number of times an interface has been completely reset. This can happen
if packets queued for transmission were not sent within several seconds'
time. On a serial line, this can be caused by a malfunctioning modem that
is not supplying the transmit clock signal, or by a cable problem. If the
system notices that the carrier detect line of a serial interface is up,
but the line protocol is down, it periodically resets the interface in
an effort to restart it. Interface resets can also occur when an interface
is looped back or shut down. |
| restarts |
Number of times the controller was restarted because of errors. |
| alarm indications, remote alarms, rx LOF, rx LOS |
Number of CSU/DSU alarms, and number of occurrences of receive loss
of frame and receive loss of signal. |
| BER inactive, NELR inactive, FELR inactive |
Status of G.703-E1 counters for bit error rate (BER) alarm, near-end
loop remote (NELR), and far-end loop remote (FELR). Note that you cannot
set the NELR or FELR. |
Jorge Gossain Filho wrote:
Lista de Discussão Rede Wan - http://www.networkdesigners.com.br
Boa Tarde a todos
Se a pergunta for estupida me desculpe, mas.... lá vai:
No router da CISCO dou o comando "sh int ser 0" é apresentado
uma
tela com varias informações e uma delas "load 253/255"
com essa informação eu não deveria estar com o
link praticamente saturado,
tendo a certeza que configurei o "bandwidth" corretamente para que
o IOS calcule
isso ?
Obrigado.
--
Kevison Dennys Carrilho Bentes
[EMAIL PROTECTED]
Fone: 55 61 313-8002
Fax: 55 61 245-2558
|