interface counters errors 관련하여 내용 확인하기
[show interface counters errors]
- Xmit-Err : 인터페이스에서 송신 중 발생한 오류의 수
- OutDiscards : 인터페이스의 송신 queue에서 전송할 수 없는 패킷을 drop한 수.
[위의 errors 발생 원인]
1. 급등하는 Burst 트래픽으로 인터페이스에 과부하 발생 시, Buffers와 queue의 한도 초과로 패킷 처리가 불가능 할 때.
2. Burst 트래픽 발생시 연결된 장비의 인터페이스 과부하로 패킷 Drop.
3. 연결된 장비와 Speed & Duplex 불일치.
4. 물리적 문제 (케이블 손상 및 장비 성능 등)
[show interface Gi 1/0/8]
- Total Output Drops : output queue가 부족해 drop된 패킷의 수.
아래의 show 결과값을 확인하면 interface의
- Xmit-Err & OutDiscards 와 Total output drops이 동일.
- input errors와 Rcv-Err는 0 으로 확인.
- 주요 오류 유형 0으로 확인.
위의 결과로 보았을 때, interface counters errors가 증가하는 원인은
Brust 트래픽 발생시 Buffers와 queue의 한도 초과로 인한 패킷 Drop입니다.
#show interface counters errors
#show interface 의 Total output drops
#show interface Gi 1/0/8
'IT Technology > Cisco' 카테고리의 다른 글
Cisco Router, Switch Debug (0) | 2024.10.17 |
---|---|
Cisco Route map 이란 (0) | 2024.07.02 |
Cisco Switch 제품명의 E와 S의 차이 (0) | 2024.05.22 |
Cisco Syslog loggin 이란 (0) | 2023.07.14 |
Cisco Network L2 Switch Config function (0) | 2023.05.04 |