본문 바로가기

Ryu's Tech

show interface

http://networking.ringofsaturn.com/Cisco/showint.php

 

R2(config-if)#do sh int fa0/0
FastEthernet0/0 is up, line protocol is up (connected)
Hardware is Lance, address is 0000.0c80.c3d3 (bia 0000.0c80.c3d3)
Internet address is 192.168.1.1/24
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
ARP type: ARPA, ARP Timeout 04:00:00,
Last input 00:00:08, output 00:00:05, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0 (size/max/drops); Total output drops: 0
Queueing strategy: fifo
Output queue :0/40 (size/max)
5 minute input rate 4 bits/sec, 0 packets/sec
5 minute output rate 4 bits/sec, 0 packets/sec
4 packets input, 512 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
0 input packets with dribble condition detected
4 packets output, 512 bytes, 0 underruns
0 output errors, 0 collisions, 1 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out

 

 

한부분 한부분 따로따로 보겠습니다.

 

FastEthernet0/0 is up, line protocol is up (connected)
Hardware is Lance, address is 0000.0c80.c3d3 (bia 0000.0c80.c3d3)
Internet address is 192.168.1.1/24
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
reliability 255/255, txload 1/255, rxload 1/255
 

 

FastEthernet0/0 is up, line protocol is up (connected)

 

Serial0/1 is administratively down, line protocol is down (disabled)

 

Serial0/1 is up, line protocol is up

정상적으로 동작하고 있는 상태입니다.

 

Serial0/1 is down, line protocol is down (disabled)

연결이 전혀 되고 있지 않은 상태.

잘못된 케이블링

하드웨어적 문제

등의 문제에서 나오는 상태입니다.

 

Serial0/1 is up, line protocol is down

잘못된 컨피그

상대편에서 keep-alive가 송신되고 있지 않음.

회선상의 문제 (nose가 심한 문제 등)

케이블 타이밍 문제

라우터 문제 등

즉, 물리적인 연결은 되어 있으나 컨피그나 장비상의 문제로 인해 일어나는 상황에 가깝습니다.

 

Serial0/1 is up, line protocol is up (looped)

회선(회로)에서 루프가 감지됨.

 

Serial0/1 is administratively down, line protocol is down (disabled)

shutdown 커맨드에 의해 다운된 상태. 중복된 아이피가 있을때.

 

Hardware is Lance, address is 0000.0c80.c3d3 (bia 0000.0c80.c3d3)
인터페이스의 하드웨어를 알려줌.address는 인터페이스의 mac address
만약 Description (설명) 을 인터페이스에 메모해 두었다면 이 아래줄에서 표시됨

 

Internet address is 192.168.1.1/24
IP를 표시

 

MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
reliability 255/255, txload 1/255, rxload 1/255

MTU - Maximum Transmission Unit. 최대 전송 크기. 기본적으로 1500. 패킷의 총 크기가 1500bytes보다 크다면 1500bytes로 조각내서 전송되어야 함.

BW - Bandwidth. 대역폭. 네트워크 관리자에 의해 입력되며 실제적인 회선의 영향을 주지는 않음. (회선매체의 실제적인 속도에 영향이 없다는 건지 출력(throughput)에 있어서도 영향인지는 잘 모르겠음)

DLY - Delay. 지연. 이것도 관리자가 조정 가능.

reliability - 신뢰성. 255/255 가 100% 신뢰성. 5분간의 통계를 통해서 계산되어 지는 수치

load - tx(전송) rx(수신) 부하. 255/255이 최대 부하. 5분간의 통계수치.

 

runts

a packet smaller than 64 bytes, is considered as a runt packet and is
ignored as too small.

 

Encapsulation ARPA, loopback not set
Encapsulation - data-link encapsulation 타입.

 

IP with Ethernet II (Advanced Research Projects Agency(ARPA)

 

 

loopback은... D 채널 시그널링에서 loopback bit가 셋팅되면 된다는데...무슨소린지 잘...

 

To set a loopback on the E1 or T1 controller, use the loopback controller configuration command. To remove the loopback, use the no form of this command.

 

loopback {diag | local {line | payload}} (for E1 lines)
    no loopback {diag | local {line | payload}} (for E1 lines)

loopback {diag | local {line | payload} | remote {esf {line | payload} | iboc}} (for T1 lines)
    no loopback {diag | local {line | payload} | remote {esf {line | payload} | iboc}} (for T1 lines)

T1/E1 과 같은 회선에서 설정하는 것으로 보임.

http://www.cisco.com/en/US/docs/ios/11_1/feature/guide/pamce1t1.html#wp997882

 

 

 

ARP type: ARPA, ARP Timeout 04:00:00,

ARPA 패킷을 arp로 사용한다는 뜻인거 같음.  뒤의 시간은 hours:minutes:seconds

또 어떤 다른 arp 타입이 있는 지는 잘 모르겠음.

http://www.cisco.com/en/US/docs/ios_xr_sw/iosxr_r2.0/addr_serv/command/reference/3ir_arp.html

arp 명령어 관련.

 

Last input 00:00:08, output 00:00:05, output hang never

마지막 패킷이 들어온 시간. 나간 시간. (성공적으로 송수신된)

The output hang is the number of hours, minutes, and seconds (or never) since the interface was last reset because of a transmission that took too long.


Last clearing of "show interface" counters never

This shows the elapsed time, in seconds, since the last clearing of the interface counters that will be described in a later section on counters.

Input queue: 0/75/0 (size/max/drops); Total output drops: 0

입출력 큐에 있는 패킷 수. queue가 꽉차서 drop 되거나 하는 패킷수를 보여줌.


Queueing strategy: fifo

First in first out


Output queue :0/40 (size/max)

출력 queue


5 minute input rate 4 bits/sec, 0 packets/sec

5 minute output rate 4 bits/sec, 0 packets/sec

5분간 수신되거나 전송된 bps/pps

 

4 packets input, 512 bytes, 0 no buffer

Received 0 broadcasts, 0 runts, 0 giants, 0 throttles

 

packet input - 에러없는 패킷 수신

broadcasts - 브로드캐스트나 멀티캐스트 패킷 수신 횟수

runts

 

runt [rʌnt]

1. (한배에서 태어난 새끼들 중) 제일 작고 약한 녀석
2. 왜소한 사람

 

즉, packet의 길이가 64byte보다 작아서 버려진 패킷을 말한다. runt의 뜻을 보면 이해하기 쉽다.

 

Runt packets are packets that are less than the minimum packet
size (64 bytes for Ethernet). They often occur due to collisions on
the line. On switches the cause is usually a mis-matched duplex
problem (full on one end and half on the other) caused by bad
autodetection of a device. Try "hard coding" the duplex to either full
or half on one or both ends and see if the problem goes away. We have
had lots of issues with bad NIC cards and/or drivers that cause this.
Sometimes upgrading the NIC driver helps. Hope this helps solve your
problem.

 

Runt 패킷은 최소사이즈 (이더넷에서 64bytes)보다 작은 패킷으로 회선의 충돌에 의해 발생된다.

한쪽이 Full Duplex / 한쪽이 Half Duplex 식으로 duplex mis-matched 의 경우에 보통 일어난다.(장비의 오감지)

NIC card(랜카드)자체나 랜카드 드라이버의 오류로도 일어날 수도 있다.

 

http://www.google.co.kr/url?sa=t&rct=j&q=runts%2C%20giants%2C%20throttles&source=web&cd=2&ved=0CDIQFjAB&url=http%3A%2F%2Fwww.velocityreviews.com%2Fforums%2Ft29148-what-are-runts-packets.html&ei=IRf8T4z4M8mirAGA2YSLCQ&usg=AFQjCNGiWOK1eLwtXBNpEFiNAYU_gqYR0A&cad=rjt

 

 

giants

 

giants는 runts를 이해하면 반대의 경우라고 생각하면 된다.

 

MTU사이즈를 초과하는 패킷이 들어오게 되면 giants 패킷으로 취급하여 이를 버리게 된다. (주로 1500)

 

throttles

인터페이스의 입력버퍼가 충분히 빠르게 처리하지 못하거나 overwhelmed(제압?)되어서 cleaned 된 횟수.

보통 explorer storm이 throttles counter를 올리게 한다.

위와 같은 상황이 생기게 되면 입력큐에 있는 패킷을 모두 drop해버린다.

 

0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
0 input packets with dribble condition detected

CRC - Cyclic redundancy checksum crc 에러에 대한 카운트

frame - CRC에러나 octets의 숫자가 정수가 아닌 패킷이 수신되었을때.

overrun - 수신측 장비가 송신측의 데이터를 감당하지 못할 때.

ignored - 내부 버퍼가 고갈되어 패킷을 무시하게 될때.

abort - 수신자에 의해 취소된 패킷?

 

4 packets output, 512 bytes, 0 underruns
0 output errors, 0 collisions, 1 interface resets
0 babbles, 0 late collision, 0 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out

 

Bytes - Total number of bytes, including data and MAC encapsulation, transmitted by the system.

 

Underruns - Number of times that the far-end router's transmitter has been running faster than the near-end router's receiver can handle. This may never happen (be reported) on some interfaces.

 

Congestion Drop - Number of messages discarded because the output queue on an interface grew too long.

 

Output Errors - Sum of all errors that prevented the final transmission. This may not balance with the sum of the enumerated output errors, because some datagrams may have more than one error and others may have errors that do not fall into any of the specific categories.

 

Interface Resets - Number of times an interface has been completely reset.

 

Restarts - Number of times the controller was restarted because of errors.

 

Carrier Transitions - Number of times the carrier detect signal of a serial interface has changed state.

 

위와 같은 문제는 이 명령어로 카운터를 초기화 할 수 있다.

clear counters [interface-id]

 

 

 

 

 

giants