본 제품에 대한 문서 세트는 편견 없는 언어를 사용하기 위해 노력합니다. 본 설명서 세트의 목적상, 편견 없는 언어는 나이, 장애, 성별, 인종 정체성, 민족 정체성, 성적 지향성, 사회 경제적 지위 및 교차성에 기초한 차별을 의미하지 않는 언어로 정의됩니다. 제품 소프트웨어의 사용자 인터페이스에서 하드코딩된 언어, RFP 설명서에 기초한 언어 또는 참조된 서드파티 제품에서 사용하는 언어로 인해 설명서에 예외가 있을 수 있습니다. 시스코에서 어떤 방식으로 포용적인 언어를 사용하고 있는지 자세히 알아보세요.
Cisco는 전 세계 사용자에게 다양한 언어로 지원 콘텐츠를 제공하기 위해 기계 번역 기술과 수작업 번역을 병행하여 이 문서를 번역했습니다. 아무리 품질이 높은 기계 번역이라도 전문 번역가의 번역 결과물만큼 정확하지는 않습니다. Cisco Systems, Inc.는 이 같은 번역에 대해 어떠한 책임도 지지 않으며 항상 원본 영문 문서(링크 제공됨)를 참조할 것을 권장합니다.
이 문서에서는 Cisco 장비와 관련하여 SNMP 카운터에 대해 일반적으로 묻는 질문에 대한 답변을 설명합니다.
참고: 등록된 Cisco 사용자만 내부 Cisco 툴 및 정보에 액세스할 수 있습니다.
SNMP를 통한 A.Interface 관리는 RFC1213/RFC2233에 설명된 ifTable 및 그 확장명 ifXTable의 두 테이블을 기반으로 합니다. 인터페이스에는 미디어에 따라 달라지는 여러 레이어가 있을 수 있으며 각 하위 레이어는 표에 별도의 행으로 표시됩니다. 상위 레이어와 하위 레이어 간의 관계는 ifStackTable에 설명되어 있습니다. ifTable은 인바운드 및 아웃바운드 옥텟(ifInOctets /ifOutOctets), 패킷(ifInUcastPkts/ifOutUcastPkts), , ifInNUcastPkts /ifOutNUcastPkts, 오류 및 폐기에 대한 32비트 카운터를 정의합니다. ifXTable은 유사한 64비트 카운터를 제공하며, 이를 고용량(HC) 카운터라고도 합니다. ifHCInOctets/ ifHCOutOctets 및 ifHCInUcastPkts / ifHCOutUcastPkts입니다.
A. RFC 2233은 32비트 카운터가 충분한 용량을 제공하지 않고 너무 빨리 래핑되는 대용량 인터페이스를 위해 확장된 64비트 카운터를 채택했습니다.
네트워크 미디어의 속도가 빨라지면 32비트 카운터가 래핑되는 최소 시간이 줄어듭니다. 예를 들어, 10Mbps의 연속 풀 사이즈 패킷 스트림을 사용하면 ifInOctets가 57분 넘게 래핑됩니다. 100Mbps에서는 최소 랩 시간이 5.7분이고 1Gbps에서는 최소 34초입니다.
참고: SNMP 카운터는 래핑되고 CLI(Command Line Interface) 카운터는 래핑되지 않습니다.
초당 20,000,000(2,000만) 비트 이하로 작동하는 인터페이스의 경우 32비트 바이트 및 패킷 카운터를 사용해야 합니다. 초당 2,000만 비트보다 빠르고 650,000,000비트보다 느린 속도로 작동하는 인터페이스의 경우 32비트 패킷 카운터 및 64비트 옥텟 카운터를 사용해야 합니다. 650,000,000비트/초 이상에서 작동하는 인터페이스의 경우 64비트 패킷 및 옥텟 카운터를 사용해야 합니다.
이에 따라 Cisco IOS® Software는 20Mbps 미만의 인터페이스 속도에 대해 64비트 카운터를 지원하지 않습니다. 즉, 10Mb 이더넷 포트에서는 64비트 카운터가 지원되지 않으며 100Mb 고속 이더넷 및 기타 고속 포트에서만 64비트 카운터를 지원합니다.
64비트 카운터를 쿼리하려면 A.SNMPv2C 또는 SNMPv3이 필요합니다. SNMPv1은 64비트 카운터를 지원하지 않습니다. ifInOctets = .1.3.6.1.2.1.2.1.10은 32비트 카운터이고 64비트 버전은 ifHCInOctets = .1.3.6.1.2.1.31.1.1.6입니다.
예를 들면 다음과 같습니다.
Catalyst 5000은 SNMPv1을 기본값으로 하는 HP OpenView 스냅샷을 사용합니다
# snmpget -c public 10.32.5.18 ifName.1 ifMIB.ifMIBObjects.ifXTable.ifXEntry.ifName.1 DISPLAY STRING- (ascii) sc0SNMPv1을 사용하여 쿼리, HP OpenView snmp에 대한 기본값
# snmpget -c public 10.32.5.18 ifHCInOctets.1 snmpget Agent reported error with variable #1. .iso.org.dod.internet.mgmt.mib-2.ifMIB.ifMIBObjects.ifXTable.ifXEntry. ifHCInOctets.1 SNMP Variable does not exist or access is denied.SNMPv2C와 동일한 쿼리
# snmpget -v 2c -c public 10.32.5.18 ifHCInOctets.1 ifMIB.ifMIBObjects.ifXTable.ifXEntry.ifHCInOctets.1 Counter64 622366215
A.이러한 Cisco 디바이스는 64비트 SNMP 카운터를 구현합니다.
참고: 등록된 사용자여야 하며 Cisco 버그 ID 링크를 방문하여 자세한 버그 정보를 보려면 로그인해야 합니다.
Cisco 2500, 2600 라우터 - 이 라우터는 64비트 카운터를 지원하지 않습니다.
Catalyst 2950 및 3550 - Cisco 버그 ID CSCdx67611 및 Cisco 버그 ID CSCdw52807부터 Cisco IOS Software 릴리스 12.1(11)EA1에서 지원이 시작됩니다.
Catalyst 2900XL 및 3500XL - Cisco 버그 ID CSCds45300부터 Cisco IOS Software 릴리스 12.0(5)WC3부터 지원됩니다.
Catalyst 5000 Series—Cisco IOS Software 릴리스 3.x 이후 RSM/RSFC에서는 Cisco 버그 ID CSCds50549부터 Cisco IOS Software 릴리스 12.1(6)E1에서 지원이 시작됩니다.
Catalyst 5000/6000 ATM 모듈 - Cisco IOS Software 릴리스 12.0(14)W05(20) 이후 Cisco 버그 ID CSCds07238을 참조하십시오.
Catalyst 6000 Gigabit Ethernet WAN OSM - Cisco IOS Software 릴리스 12.1.12E 이후 Cisco 버그 ID CSCdw64849를 참조하십시오.
Catalyst 6000 Series—모든 Cisco IOS 소프트웨어 릴리스. WS-F6K-MSFC 및 MSM 지원은 Cisco IOS Software 릴리스 12.1(8a)E4에서 시작합니다.
Catalyst 8500 Series—Cisco IOS Software 릴리스 12.0(5)W5(13)부터 지원됩니다.
터널 인터페이스 — Cisco IOS Software Release 12.0(16)S의 경우 Cisco 버그 ID CSCdt58029를 참조하십시오.
참고: Cisco IOS Software는 20Mbps 미만의 인터페이스 속도에 대해 64비트 카운터를 지원하지 않습니다. 즉, 10Mb 이더넷 포트에서는 64비트 카운터가 지원되지 않습니다. 100Mb 고속 이더넷 및 기타 고속 포트만 64비트 카운터를 지원합니다.
A.예. 그러나 부팅 시간부터 SNMP가 활성화된 경우에만 가능합니다. Cisco 디바이스의 전원을 켠 다음 SNMP를 활성화하면 SNMP 카운터는 0부터 시작합니다. CLI 출력에서 자동으로 값을 선택하지 않습니다.
A.예.
A.ATM(Asynchronous Transfer Mode) 카운터에는 ATM 오버헤드(셀 헤더 및 AAL5 패딩)가 포함되지 않습니다.
A. 카운터로 정의된 SNMP 객체는 RFC1155 "3.2.3.3을 준수해야 합니다. 카운터.
이 응용 프로그램 전체 형식은 0에서 다시 증가하기 시작하고 줄바꿈할 때 최대값에 도달할 때까지 단조롭게 증가하는 음이 아닌 정수를 나타냅니다. 이 메모는 카운터의 최대값을 2^32-1(4294967295진수)로 지정합니다."
디바이스를 다시 로드할 필요 없이 SNMP 카운터를 0으로 재설정하는 방법은 없습니다.
SNMP 제한이 없으므로 CLI show 명령의 카운터 출력을 인터페이스에서 재설정할 수 있습니다.
MIB-2에 정의된 원래 인터페이스 카운터는 32비트 카운터입니다. 10Mbps 인터페이스의 경우 이론상 32비트 카운터가 57분 내에 래핑될 수 있습니다. 이렇게 긴 기간으로 불연속을 피하기는 쉽다. 그러나 100Mbps의 경우 이론상 최소 랩 시간은 5.7분입니다. 1Gbps 인터페이스의 경우 34초로 줄어듭니다. 이러한 시간은 백-투-백(back-to-back) 전체 크기 패킷 전송에 대한 것으로, 이론상 이상적입니다. 그렇다 하더라도 인터페이스 속도가 빠를수록 카운터 랩을 놓치는 것을 피하기 어려워진다. 이 문제를 해결하기 위해 SNMPv2 SMI는 64비트 카운터에 대해 새 개체 유형인 counter64를 정의했습니다. 따라서 RFC 1573(이후 RFC 2233으로 대체)에 정의된 ifxTable(확장 인터페이스 테이블)에 정의된 몇 가지 새로운 64비트 카운터가 있습니다. 이는 IF-MIB-V1SMI.my에서 가져온 것입니다.
ifHCInOctets(.1.3.6.1.2.1.31.1.1.1.6) | ifHCOutOctets(1.3.6.1.2.1.31.1.1.10) |
ifHCInUcastPkts(.1.3.6.1.2.1.31.1.1.1.7) | ifHCOutUcastPkts(.1.3.6.1.2.1.31.1.1.1.11) |
ifHCInMulticastPkts(.1.3.6.1.2.1.31.1.1.1.8) | ifHCOutMulticastPkts(.1.3.6.1.2.1.31.1.1.1.12) |
ifHCInBroadcastPkts(.1.3.6.1.2.1.31.1.1.1.9) | ifHCOutBroadcastPkts(.1.3.6.1.2.1.31.1.1.1.13) |
참고: 등록된 Cisco 사용자만 내부 Cisco 정보 및 툴에 액세스할 수 있습니다.
64비트 카운터에 대한 기본 지원이 Cisco IOS Software Release 12.0에서 시작하는 Cisco IOS Software Release 11.3에 기록되었지만, ATM LANE LEC 하위 인터페이스에만 HCInOctets(.1.3.6.1.2.1.31.1.1.6) 및 ifHCOutOctets(1.3.6.1.2.1.31.1.1.10)가 구현된 경우에만 해당됩니다. Catalyst 워크그룹 스위치의 경우 버전 3.1에서 64비트 카운터 지원이 구현되었습니다.
참고: 카운터 64 개체를 검색하려면 SNMPv2c 또는 SNMPv3 프로토콜을 사용해야 합니다.
SNMP 카운터 및 show 명령 관련 질문
Q. SNMP MIB 변수인 ifInOctets, ifInUcastPkts, ifInNUcastPkts, ifInDiscards, ifInErrors, ifInUnknownProtos, ifOutOctets, ifOutUcastPkts, ifOutNUcastPkts, ifOutDiscards, ifOutErrors 및 ifOutQLen에 대해 Cisco 라우터가 수행하는 작업은 무엇입니까?
참고: 등록된 Cisco 사용자만 내부 Cisco 정보 및 툴에 액세스할 수 있습니다.
A.자세한 내용은 이 표를 참조하십시오. 이는 RFC1213-MIB에서 가져온 것입니다.
ifInNUcast패킷(.1.3.6.1.2.1.2.2.1.12)
인바운드 브로드캐스트 및 멀티캐스트 패킷의 수입니다.
ifInDiscards(.1.3.6.1.2.1.2.2.1.13)
이러한 값은 show interface 명령에서 반영된 대로 버퍼가 없는 것으로 계산됩니다.
ifInErrors (.1.3.6.1.2.1.2.2.2.1.14)
이는 show interface 명령에 반영된 모든 입력 오류의 카운트입니다.
ifInUnknownProtos(.1.3.6.1.2.1.2.2.1.15)
이러한 오류는 미분류 오류로 계산됩니다.
ifOutOctets(.1.3.6.1.2.1.2.2.1.16)
이는 show interfaces 명령에 표시된 대로 인터페이스에서 출력하는 바이트 수의 카운트입니다.
ifOutUcastPkts(.1.3.6.1.2.1.2.2.1.17)
아웃바운드 브로드캐스트 및 멀티캐스트 패킷의 수입니다.
ifOutDiscards(.1.3.6.1.2.1.2.2.1.19)
이러한 값은 show interface 명령에 표시된 대로 출력 드롭으로 계산됩니다.
ifOutErrors(.1.3.6.1.2.1.2.2.2.1.20)
이러한 오류는 show interfaces 명령에 표시된 대로 출력 오류로 계산됩니다.
ifOutQLen(.1.3.6.1.2.1.2.2.2.1.21)
show interfaces 명령에 표시된 대로 출력 대기열에 있도록 허용된 패킷 수입니다.
이전에 나열된 변수 중 표시 인터페이스에 나타나지 않는 변수는 SNMP 이외의 다른 위치에서 사용할 수 없습니다.
예
이 예에서는 Cisco IOS Software Release12.2(2)T1과 함께 실행되는 3640을 사용합니다. 사용된 RO(읽기 전용) 커뮤니티 문자열은 공용이고 사용된 RW(읽기/쓰기) 커뮤니티 문자열은 전용입니다. 디바이스에서 SNMP 커뮤니티 문자열을 구성하는 방법에 대한 자세한 내용은 SNMP 커뮤니티 문자열 구성을 참조하십시오.
이 출력은 활성화 모드에서 실행되는 how ip interface brief 명령의 일반적인 출력입니다.
3600#show ip interface brief
Interface IP-Address OK? Method Status Prol
BRI0/0 unassigned YES NVRAM administratively down dow
FastEthernet0/0 172.16.99.20 YES NVRAM up up
Serial0/0 unassigned YES NVRAM down dow
Serial0/0.1 unassigned YES unset down dow
BRI0/0:1 unassigned YES unset administratively down dow
BRI0/0:2 unassigned YES unset administratively down dow
Serial0/1 unassigned YES NVRAM administratively down dow
ATM1/0 unassigned YES NVRAM down dow
ATM1/0.109 10.164.0.46 YES NVRAM down dow
Virtual-Template1 192.168.99.99 YES NVRAM down dow
Loopback0 10.1.10.1 YES NVRAM up up
Loopback1 unassigned YES NVRAM up up
Loopback101 10.3.3.3 YES NVRAM administratively down dow
Loopback200 10.4.4.14 YES NVRAM administratively down dow
Loopback201 10.4.4.18 YES NVRAM administratively down dow
이 출력은 인터페이스에 대한 정보가 포함된 텍스트 문자열인 이전 라우터의 Descr(.1.3.6.1.2.1.2.2.1.2)인 경우 MIB 개체입니다. 이렇게 하면 이전 CLI 명령 출력을 사용하는 인터페이스 이름과 설명이 제공됩니다. ifName(.1.3.6.1.2.1.31.1.1.1)을 사용할 수도 있지만 ifDescr은 이름과 함께 인터페이스 설명을 제공하며 ifName은 인터페이스 이름만 제공합니다.
snmpwalk 172.16.99.20 public .1.3.6.1.2.1.2.2.1.2
interfaces.ifTable.ifEntry.ifDescr.1 = ATM1/0
interfaces.ifTable.ifEntry.ifDescr.2 = BRI0/0
interfaces.ifTable.ifEntry.ifDescr.3 = FastEthernet0/0
interfaces.ifTable.ifEntry.ifDescr.4 = Serial0/0
interfaces.ifTable.ifEntry.ifDescr.5 = BRI0/0:1
interfaces.ifTable.ifEntry.ifDescr.6 = BRI0/0:2
interfaces.ifTable.ifEntry.ifDescr.7 = Serial0/1
interfaces.ifTable.ifEntry.ifDescr.8 = Null0
interfaces.ifTable.ifEntry.ifDescr.10 = Foreign Exchange Office 2/0/0
interfaces.ifTable.ifEntry.ifDescr.11 = Foreign Exchange Office 2/0/1
interfaces.ifTable.ifEntry.ifDescr.12 = recEive And transMit 3/0/0
interfaces.ifTable.ifEntry.ifDescr.13 = recEive And transMit 3/0/1
interfaces.ifTable.ifEntry.ifDescr.14 = Loopback0
interfaces.ifTable.ifEntry.ifDescr.15 = Loopback1
interfaces.ifTable.ifEntry.ifDescr.16 = Loopback101
interfaces.ifTable.ifEntry.ifDescr.17 = Loopback200
interfaces.ifTable.ifEntry.ifDescr.18 = Loopback201
interfaces.ifTable.ifEntry.ifDescr.19 = Serial0/0.1
interfaces.ifTable.ifEntry.ifDescr.20 = ATM1/0.109-atm subif
interfaces.ifTable.ifEntry.ifDescr.21 = ATM1/0.109-aal5 layer
interfaces.ifTable.ifEntry.ifDescr.22 = Virtual-Template1
interfaces.ifTable.ifEntry.ifDescr.23 = Voice Encapsulation (POTS) Peer: 1
interfaces.ifTable.ifEntry.ifDescr.24 = Voice Over IP Peer: 2
interfaces.ifTable.ifEntry.ifDescr.25 = Voice Encapsulation (POTS) Peer: 111
interfaces.ifTable.ifEntry.ifDescr.26 = Voice Over IP Peer: 222
interfaces.ifTable.ifEntry.ifDescr.27 = Voice Over IP Peer: 1234
interfaces.ifTable.ifEntry.ifDescr.28 = Voice Over IP Peer: 300000
interfaces.ifTable.ifEntry.ifDescr.29 = Voice Over FR Peer: 3
interfaces.ifTable.ifEntry.ifDescr.30 = Voice Over IP Peer: 99
interfaces.ifTable.ifEntry.ifDescr.31 = Voice Encapsulation (POTS) Peer: 9
interfaces.ifTable.ifEntry.ifDescr.32 = BRI0/0-Physical
interfaces.ifTable.ifEntry.ifDescr.33 = BRI0/0-Signaling
interfaces.ifTable.ifEntry.ifDescr.34 = BRI0/0:1-Bearer Channel
interfaces.ifTable.ifEntry.ifDescr.35 = BRI0/0:2-Bearer Channel
-
ifInDiscards(.1.3.6.1.2.1.2.2.1.13):
snmpwalk 172.16.99.20 public .1.3.6.1.2.1.2.2.1.13
interfaces.ifTable.ifEntry.ifInDiscards.1 = Counter32: 0
interfaces.ifTable.ifEntry.ifInDiscards.2 = Counter32: 0
interfaces.ifTable.ifEntry.ifInDiscards.3 = Counter32: 0
interfaces.ifTable.ifEntry.ifInDiscards.4 = Counter32: 0
interfaces.ifTable.ifEntry.ifInDiscards.5 = Counter32: 0
interfaces.ifTable.ifEntry.ifInDiscards.6 = Counter32: 0
interfaces.ifTable.ifEntry.ifInDiscards.7 = Counter32: 0
interfaces.ifTable.ifEntry.ifInDiscards.8 = Counter32: 0
interfaces.ifTable.ifEntry.ifInDiscards.10 = Counter32: 0
interfaces.ifTable.ifEntry.ifInDiscards.11 = Counter32: 0
interfaces.ifTable.ifEntry.ifInDiscards.12 = Counter32: 0
interfaces.ifTable.ifEntry.ifInDiscards.13 = Counter32: 0
interfaces.ifTable.ifEntry.ifInDiscards.14 = Counter32: 0
interfaces.ifTable.ifEntry.ifInDiscards.15 = Counter32: 0
interfaces.ifTable.ifEntry.ifInDiscards.16 = Counter32: 0
interfaces.ifTable.ifEntry.ifInDiscards.17 = Counter32: 0
interfaces.ifTable.ifEntry.ifInDiscards.18 = Counter32: 0
interfaces.ifTable.ifEntry.ifInDiscards.19 = Counter32: 0
interfaces.ifTable.ifEntry.ifInDiscards.20 = Counter32: 0
interfaces.ifTable.ifEntry.ifInDiscards.21 = Counter32: 0
interfaces.ifTable.ifEntry.ifInDiscards.22 = Counter32: 0
interfaces.ifTable.ifEntry.ifInDiscards.23 = Counter32: 0
interfaces.ifTable.ifEntry.ifInDiscards.24 = Counter32: 0
interfaces.ifTable.ifEntry.ifInDiscards.25 = Counter32: 0
interfaces.ifTable.ifEntry.ifInDiscards.26 = Counter32: 0
interfaces.ifTable.ifEntry.ifInDiscards.27 = Counter32: 0
interfaces.ifTable.ifEntry.ifInDiscards.28 = Counter32: 0
interfaces.ifTable.ifEntry.ifInDiscards.29 = Counter32: 0
interfaces.ifTable.ifEntry.ifInDiscards.30 = Counter32: 0
interfaces.ifTable.ifEntry.ifInDiscards.31 = Counter32: 0
interfaces.ifTable.ifEntry.ifInDiscards.32 = Counter32: 0
interfaces.ifTable.ifEntry.ifInDiscards.33 = Counter32: 0
interfaces.ifTable.ifEntry.ifInDiscards.34 = Counter32: 0
interfaces.ifTable.ifEntry.ifInDiscards.35 = Counter32: 0
이 라우터의 모든 인터페이스에 대한 ifInDiscardsis 0입니다. 이를 show interfaces fastEthernet 0/0 명령의 CLI 결과와 비교하면, 다음과 같은 결과가 확인됩니다.
3600#show interfaces fastEthernet 0/0
FastEthernet0/0 is up, line protocol is up
Hardware is AmdFE, address is 0001.42b4.fe81 (bia 0001.42b4.fe81)
Description: testme
Internet address is 172.16.99.20/24
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 100Mb/s, 100BaseTX/FX
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 never
Queueing strategy: fifo
Output queue 0/40, 0 drops; input queue 0/75, 323 drops
5 minute input rate 1000 bits/sec, 2 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
1767411 packets input, 178272010 bytes
Received 1161500 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog
0 input packets with dribble condition detected
7146925 packets output, 765049281 bytes, 0 underruns(0/0/0)
0 output errors, 0 collisions, 1 interface resets
0 babbles, 0 late collision, 461 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
-
ifInErrors (.1.3.6.1.2.1.2.2.1.14):
snmpwalk 172.16.99.20 public .1.3.6.1.2.1.2.2.1.14
interfaces.ifTable.ifEntry.ifInErrors.1 = Counter32: 0
interfaces.ifTable.ifEntry.ifInErrors.2 = Counter32: 0
interfaces.ifTable.ifEntry.ifInErrors.3 = Counter32: 0
interfaces.ifTable.ifEntry.ifInErrors.4 = Counter32: 0
interfaces.ifTable.ifEntry.ifInErrors.5 = Counter32: 0
interfaces.ifTable.ifEntry.ifInErrors.6 = Counter32: 0
interfaces.ifTable.ifEntry.ifInErrors.7 = Counter32: 1
interfaces.ifTable.ifEntry.ifInErrors.8 = Counter32: 0
interfaces.ifTable.ifEntry.ifInErrors.10 = Counter32: 0
interfaces.ifTable.ifEntry.ifInErrors.11 = Counter32: 0
interfaces.ifTable.ifEntry.ifInErrors.12 = Counter32: 0
interfaces.ifTable.ifEntry.ifInErrors.13 = Counter32: 0
interfaces.ifTable.ifEntry.ifInErrors.14 = Counter32: 0
interfaces.ifTable.ifEntry.ifInErrors.15 = Counter32: 0
interfaces.ifTable.ifEntry.ifInErrors.16 = Counter32: 0
interfaces.ifTable.ifEntry.ifInErrors.17 = Counter32: 0
interfaces.ifTable.ifEntry.ifInErrors.18 = Counter32: 0
interfaces.ifTable.ifEntry.ifInErrors.19 = Counter32: 0
interfaces.ifTable.ifEntry.ifInErrors.20 = Counter32: 0
interfaces.ifTable.ifEntry.ifInErrors.21 = Counter32: 0
interfaces.ifTable.ifEntry.ifInErrors.22 = Counter32: 0
interfaces.ifTable.ifEntry.ifInErrors.23 = Counter32: 0
interfaces.ifTable.ifEntry.ifInErrors.24 = Counter32: 0
interfaces.ifTable.ifEntry.ifInErrors.25 = Counter32: 0
interfaces.ifTable.ifEntry.ifInErrors.26 = Counter32: 0
interfaces.ifTable.ifEntry.ifInErrors.27 = Counter32: 0
interfaces.ifTable.ifEntry.ifInErrors.28 = Counter32: 0
interfaces.ifTable.ifEntry.ifInErrors.29 = Counter32: 0
interfaces.ifTable.ifEntry.ifInErrors.30 = Counter32: 0
interfaces.ifTable.ifEntry.ifInErrors.31 = Counter32: 0
interfaces.ifTable.ifEntry.ifInErrors.32 = Counter32: 0
interfaces.ifTable.ifEntry.ifInErrors.33 = Counter32: 0
interfaces.ifTable.ifEntry.ifInErrors.34 = Counter32: 0
interfaces.ifTable.ifEntry.ifInErrors.35 = Counter32: 0
이 출력은 인터페이스 interfaces.ifTable.ifEntry.ifInErrors.7 = Counter32: 1에 대한 입력 오류가 하나만 있음을 보여줍니다.
어떤 인터페이스인지 확인하려면 ifDescraove의 출력과 비교합니다. 이 출력은 interfaces.ifTable.ifEntry.ifDescr.7 = Serial0/1임을 보여 줍니다. 이제 이전 결과를 확인하기 위해 enable 모드에서 show interfaces serial 0/1 명령을 실행합니다.
3600#show interfaces serial 0/1
Serial0/1 is administratively down, line protocol is down
Hardware is DSCC4 Serial
Description: atm-dxi test
MTU 1500 bytes, BW 2048 Kbit, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ATM-DXI, loopback not set
Keepalive not set
Last input never, output never, output hang never
Last clearing of "show interface" counters 1w1d
Queueing strategy: fifo
Output queue 0/40, 0 drops; input queue 0/75, 0 drops
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
1 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 1 abort
0 packets output, 0 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions
DCD=down DSR=down DTR=down RTS=down CTS=down
-
ifOutOctets(.1.3.6.1.2.1.2.2.1.16):
snmpwalk 172.16.99.20 public .1.3.6.1.2.1.2.2.1.16
interfaces.ifTable.ifEntry.ifOutOctets.1 = Counter32: 98
interfaces.ifTable.ifEntry.ifOutOctets.2 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutOctets.3 = Counter32: 765470674
interfaces.ifTable.ifEntry.ifOutOctets.4 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutOctets.5 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutOctets.6 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutOctets.7 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutOctets.8 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutOctets.10 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutOctets.11 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutOctets.12 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutOctets.13 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutOctets.14 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutOctets.15 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutOctets.16 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutOctets.17 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutOctets.18 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutOctets.19 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutOctets.20 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutOctets.21 = Counter32: 98
interfaces.ifTable.ifEntry.ifOutOctets.22 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutOctets.23 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutOctets.24 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutOctets.25 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutOctets.26 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutOctets.27 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutOctets.28 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutOctets.29 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutOctets.30 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutOctets.31 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutOctets.32 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutOctets.33 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutOctets.34 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutOctets.35 = Counter32: 0
이전 결과를 ifDescr의 출력과 비교할 경우 다음을 나타냅니다.
-
interfaces.ifTable.ifEntry.ifOutOctets.1 = Counter32: 98은 interfaces.ifTable.ifEntry.ifDescr.1 = ATM1/0에 해당합니다.
-
interfaces.ifTable.ifEntry.ifOutOctets.3 = Counter32: 765470674는 interfaces에 해당합니다.ifTable.ifEntry.ifDescr.3 = FastEthernet0/0
-
interfaces.ifTable.ifEntry.ifOutOctets.21 = Counter32: 98은 interfaces.ifTable.ifEntry.ifDescr.21 = ATM1/0.109-aal5 레이어에 해당합니다.
다음은 활성화 모드에서 실행된 이전 인터페이스 각각에 대한 CLI show interfaces 명령의 출력입니다.
3600#show interfaces atM 1/0
ATM1/0 is down, line protocol is down
Hardware is RS8234 ATMOC3
MTU 4470 bytes, sub MTU 4470, BW 155000 Kbit, DLY 80 usec,
reliability 5/255, txload 1/255, rxload 1/255
Encapsulation ATM, loopback not set
Encapsulation(s): AAL5
1024 maximum active VCs, 1 current VCCs
VC idle disconnect time: 300 seconds
Last input never, output 1w1d, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0/0 (size/max/drops/flushes); Total output drops: 0
Queueing strategy: None
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 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
2 packets output, 98 bytes, 0 underruns
0 output errors, 0 collisions, 2 interface resets
0 output buffer failures, 0 output buffers swapped out
3600#show interfaces fastEthernet 0/0
FastEthernet0/0 is up, line protocol is up
Hardware is AmdFE, address is 0001.42b4.fe81 (bia 0001.42b4.fe81)
Description: testme
Internet address is 172.16.99.20/24
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 100Mb/s, 100BaseTX/FX
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 never
Queueing strategy: fifo
Output queue 0/40, 0 drops; input queue 0/75, 323 drops
5 minute input rate 2000 bits/sec, 3 packets/sec
5 minute output rate 1000 bits/sec, 1 packets/sec
1772214 packets input, 178767841 bytes
Received 1164210 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog
0 input packets with dribble condition detected
7149179 packets output, 765450524 bytes, 0 underruns(0/0/0)
0 output errors, 0 collisions, 1 interface resets
0 babbles, 0 late collision, 461 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
ifOutOctetsses의 출력은 show interfaces FastEthernet 0/0 명령의 CLI 출력과 일치하지 않지만 유사합니다. 인터페이스가 폴링되고 CLI 명령이 실행될 때 지연이 발생할 수 있기 때문입니다.
3600#show interfaces atM 1/0.109
ATM1/0.109 is down, line protocol is down
Hardware is RS8234 ATMOC3
Description: pvc
Internet address is 10.164.0.46/30
MTU 4470 bytes, BW 2250 Kbit, DLY 80 usec,
reliability 5/255, txload 1/255, rxload 1/255
Encapsulation ATM
0 packets input, 0 bytes
2 packets output,98 bytes
0 OAM cells input, 77093 OAM cells output
AAL5 CRC errors : 0
AAL5 SAR Timeouts : 0
AAL5 Oversized SDUs : 0
AAL5 length violation : 0
AAL5 CPI Error : 0
-
ifOutDiscards(.1.3.6.1.2.1.2.2.1.19):
snmpwalk 172.16.99.20 public .1.3.6.1.2.1.2.2.1.19
interfaces.ifTable.ifEntry.ifOutDiscards.1 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutDiscards.2 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutDiscards.3 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutDiscards.4 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutDiscards.5 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutDiscards.6 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutDiscards.7 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutDiscards.8 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutDiscards.10 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutDiscards.11 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutDiscards.12 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutDiscards.13 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutDiscards.14 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutDiscards.15 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutDiscards.16 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutDiscards.17 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutDiscards.18 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutDiscards.19 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutDiscards.20 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutDiscards.21 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutDiscards.22 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutDiscards.23 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutDiscards.24 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutDiscards.25 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutDiscards.26 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutDiscards.27 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutDiscards.28 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutDiscards.29 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutDiscards.30 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutDiscards.31 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutDiscards.32 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutDiscards.33 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutDiscards.34 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutDiscards.35 = Counter32: 0
ifOutDiscards는 모든 인터페이스에 대해 0입니다. 예를 들어 show interfaces fastEthernet 0/0 명령을 사용하면 다음 결과가 생성됩니다.
3600#show interfaces fastEthernet 0/0
FastEthernet0/0 is up, line protocol is up
Hardware is AmdFE, address is 0001.42b4.fe81 (bia 0001.42b4.fe81)
Description: testme
Internet address is 172.16.99.20/24
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 100Mb/s, 100BaseTX/FX
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 never
Queueing strategy: fifo
Output queue 0/40, 0 drops; input queue 0/75, 323 drops
5 minute input rate 1000 bits/sec, 2 packets/sec
5 minute output rate 1000 bits/sec, 1 packets/sec
1774581 packets input, 179005552 bytes
Received 1165620 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog
0 input packets with dribble condition detected
7150259 packets output, 765645035 bytes, 0 underruns(0/0/0)
0 output errors, 0 collisions, 1 interface resets
0 babbles, 0 late collision, 461 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
-
ifOutErrors (.1.3.6.1.2.1.2.2.1.2):
snmpwalk 172.16.99.20 public .1.3.6.1.2.1.2.2.1.20
interfaces.ifTable.ifEntry.ifOutErrors.1 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutErrors.2 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutErrors.3 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutErrors.4 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutErrors.5 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutErrors.6 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutErrors.7 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutErrors.8 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutErrors.10 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutErrors.11 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutErrors.12 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutErrors.13 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutErrors.14 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutErrors.15 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutErrors.16 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutErrors.17 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutErrors.18 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutErrors.19 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutErrors.20 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutErrors.21 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutErrors.22 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutErrors.23 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutErrors.24 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutErrors.25 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutErrors.26 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutErrors.27 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutErrors.28 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutErrors.29 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutErrors.30 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutErrors.31 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutErrors.32 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutErrors.33 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutErrors.34 = Counter32: 0
interfaces.ifTable.ifEntry.ifOutErrors.35 = Counter32: 0
모든 인터페이스에 대한 ifOutErrorsis 0입니다. 예를 들어 show interfaces fastEthernet 0/0 명령을 사용하면 다음 결과가 생성됩니다.
3600#show interfaces fastEthernet 0/0
FastEthernet0/0 is up, line protocol is up
Hardware is AmdFE, address is 0001.42b4.fe81 (bia 0001.42b4.fe81)
Description: testme
Internet address is 172.16.99.20/24
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 100Mb/s, 100BaseTX/FX
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 never
Queueing strategy: fifo
Output queue 0/40, 0 drops; input queue 0/75, 323 drops
5 minute input rate 0 bits/sec, 1 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
1776187 packets input, 179154616 bytes
Received 1166778 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog
0 input packets with dribble condition detected
7150781 packets output, 765744231 bytes, 0 underruns(0/0/0)
0 output errors, 0 collisions, 1 interface resets
0 babbles, 0 late collision, 461 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
-
ifOutQLen(.1.3.6.1.2.1.2.2.1.2):
snmpwalk 172.16.99.20 public .1.3.6.1.2.1.2.2.1.21
interfaces.ifTable.ifEntry.ifOutQLen.1 = Gauge32: 0
interfaces.ifTable.ifEntry.ifOutQLen.2 = Gauge32: 0
interfaces.ifTable.ifEntry.ifOutQLen.3 = Gauge32: 0
interfaces.ifTable.ifEntry.ifOutQLen.4 = Gauge32: 0
interfaces.ifTable.ifEntry.ifOutQLen.5 = Gauge32: 0
interfaces.ifTable.ifEntry.ifOutQLen.6 = Gauge32: 0
interfaces.ifTable.ifEntry.ifOutQLen.7 = Gauge32: 0
interfaces.ifTable.ifEntry.ifOutQLen.8 = Gauge32: 0
interfaces.ifTable.ifEntry.ifOutQLen.10 = Gauge32: 0
interfaces.ifTable.ifEntry.ifOutQLen.11 = Gauge32: 0
interfaces.ifTable.ifEntry.ifOutQLen.12 = Gauge32: 0
interfaces.ifTable.ifEntry.ifOutQLen.13 = Gauge32: 0
interfaces.ifTable.ifEntry.ifOutQLen.14 = Gauge32: 0
interfaces.ifTable.ifEntry.ifOutQLen.15 = Gauge32: 0
interfaces.ifTable.ifEntry.ifOutQLen.16 = Gauge32: 0
interfaces.ifTable.ifEntry.ifOutQLen.17 = Gauge32: 0
interfaces.ifTable.ifEntry.ifOutQLen.18 = Gauge32: 0
interfaces.ifTable.ifEntry.ifOutQLen.19 = Gauge32: 0
interfaces.ifTable.ifEntry.ifOutQLen.20 = Gauge32: 0
interfaces.ifTable.ifEntry.ifOutQLen.21 = Gauge32: 0
interfaces.ifTable.ifEntry.ifOutQLen.22 = Gauge32: 0
interfaces.ifTable.ifEntry.ifOutQLen.23 = Gauge32: 0
interfaces.ifTable.ifEntry.ifOutQLen.24 = Gauge32: 0
interfaces.ifTable.ifEntry.ifOutQLen.25 = Gauge32: 0
interfaces.ifTable.ifEntry.ifOutQLen.26 = Gauge32: 0
interfaces.ifTable.ifEntry.ifOutQLen.27 = Gauge32: 0
interfaces.ifTable.ifEntry.ifOutQLen.28 = Gauge32: 0
interfaces.ifTable.ifEntry.ifOutQLen.29 = Gauge32: 0
interfaces.ifTable.ifEntry.ifOutQLen.30 = Gauge32: 0
interfaces.ifTable.ifEntry.ifOutQLen.31 = Gauge32: 0
interfaces.ifTable.ifEntry.ifOutQLen.32 = Gauge32: 0
interfaces.ifTable.ifEntry.ifOutQLen.33 = Gauge32: 0
interfaces.ifTable.ifEntry.ifOutQLen.34 = Gauge32: 0
interfaces.ifTable.ifEntry.ifOutQLen.35 = Gauge32: 0
모든 인터페이스에 대해 ifOutQLenis 0입니다. 예를 들면 show interfaces fastEthernet 0/0 명령을 사용합니다.
3600#show interfaces fastEthernet 0/0
FastEthernet0/0 is up, line protocol is up
Hardware is AmdFE, address is 0001.42b4.fe81 (bia 0001.42b4.fe81)
Description: testme
Internet address is 172.16.99.20/24
MTU 1500 bytes, BW 100000 Kbit, DLY 100 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation ARPA, loopback not set
Keepalive set (10 sec)
Full-duplex, 100Mb/s, 100BaseTX/FX
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 never
Queueing strategy: fifo
Output queue 0/40, 0 drops; input queue 0/75, 323 drops
5 minute input rate 0 bits/sec, 1 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
1776912 packets input, 179225431 bytes
Received 1167240 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored
0 watchdog
0 input packets with dribble condition detected
7151102 packets output, 765796341 bytes, 0 underruns(0/0/0)
0 output errors, 0 collisions, 1 interface resets
0 babbles, 0 late collision, 461 deferred
0 lost carrier, 0 no carrier
0 output buffer failures, 0 output buffers swapped out
Q. 어떻게 인터페이스명령문버퍼없음입력 대기열이 삭제되는 것 사이의 관계는 무엇입니까? SNMP의 inDiscards는 giveno 버퍼를 카운트하고 입력 대기열을 삭제하지 않는 반면 SNMP의 outDiscards는 출력 대기열을 삭제하는 이유는 무엇입니까?
A.locIfInputQueueDrops/ifInDiscards는 locIfOutputQueueDrops/ifOutDiscards와 다르게 작동합니다. ifInDiscards는 버퍼와 같은 시스템 리소스가 부족하여 버려지는 패킷의 수를 계산합니다. 일반적으로 locIfInputQueueDrops의 하위 집합입니다. 종종 locIfInputQueueDrops = ifInDiscards가 표시됩니다. 그러나 locIfInputQueueDrops는 입력 큐 제한에 도달했으므로 삭제된 패킷의 수도 계산합니다. 일반적으로 locIfInputQueueDrops > ifInDiscards가 표시됩니다.
요약
locIfInputQueueDrops = 큐 제한 삭제 + 버퍼 삭제 없음 ifInDiscards = 버퍼 삭제 없음(locIfInputQueueDrops의 하위 집합)
locIfOutputQueueDrops 및 ifOutDiscards는 동일한 이벤트를 계산할 때 항상 동일합니다. 이러한 이벤트는 출력 대기열 제한에 도달하며, 패킷이 한 인터페이스에서 다른 인터페이스로 빠르게 전환될 때 하드웨어 tx 버퍼가 없습니다. 이전 MIB 개체의 OID는 다음과 같습니다.
이전 CISCO 인터페이스 MIB
FromRFC1213-MIB
locIfInputQueueDrops = .1.3.6.1.4.1.9.2.2.1.1.26
ifInDiscards = .1.3.6.1.2.1.2.2.2.1.13
locIfOutputQueueDrops = .1.3.6.1.4.1.9.2.2.1.1.27
ifOutDiscards = .1.3.6.1.2.1.2.2.2.1.19
Q. 라우터에 버퍼를 폴링할 수 있습니까?
A.예. 버퍼를 폴링하지 않으려면 ifInDiscards에 대해 폴링할 수 있습니다.
Q. 라우터에서 대기열 제한 삭제를 폴링하려면 어떻게 합니까?
A. SNMP를 사용하면 show interfaces 명령을 사용하여 출력 드롭으로 들어가는 개별 요소를 분리할 수 없습니다.
output drops 카운터에 들어가는 항목에 대한 다음 새로운 정보를 고려하십시오.
입력 삭제 = 큐 제한 삭제 + 조절 삭제 + SMT 큐 전체 삭제 + RSRB 삭제 + 버퍼 삭제 없음
또한 인터페이스가 지워지더라도 SNMP 카운터는 지워지지 않습니다.
관련 정보
개정 | 게시 날짜 | 의견 |
---|---|---|
3.0 |
06-Aug-2024 |
끊어진 고정 링크 |
2.0 |
13-Apr-2023 |
재인증 |
1.0 |
01-Aug-2002 |
최초 릴리스 |