Download presentation
Presentation is loading. Please wait.
1
NTTPCCommunications,Inc. 波多浩昭
MIB木の歩き方 NTTPCCommunications,Inc. 波多浩昭
2
SNMPとMIB ネットワーク機器からの遠隔情報収集 何を?ーーーーーーMIB どのように?ーーーSNMP
3
MIBの例 システム名 リブートしてからの経過時間 イーサネット入出力のビット毎秒 筐体内温度 その他ネットワーク機器に関わる情報
4
MIB木構造 1 ノード データ
5
MIB木構造 2 MIBを指定するにはMIB木における位置 (IOD:ObjectIDを指定する) 例リブートしてからの経過時間の位置
MIB木構造 2 MIBを指定するにはMIB木における位置 (IOD:ObjectIDを指定する) 例リブートしてからの経過時間の位置 iso(1).org(3).dod(6).internet(1).mgmt(2). mib-2(1).system(1).sysUpTime(3).0 =
6
MIBの属性(SYNTAX) INTEGER DisplayString COUNTER Gauge TimeTicks
非負数整数値(タイプ、フラグ) DisplayString 文字列(ホスト名) COUNTER 単純増加の非負数整数値(伝送バイト数) Gauge 増えたり減ったりする非負数整数値(温度、速度) TimeTicks 100ミリ秒を単位とする非負数整数値(システム時計)
7
RFC1213 名前 属性 状態(必須) 説明 位置 sysUpTime OBJECT-TYPE SYNTAX TimeTicks
ACCESS read-only STATUS mandatory DESCRIPTION "The time (in hundredths of a second) since the network management portion of the system was last re-initialized." ::= { system 3 } sysContact OBJECT-TYPE SYNTAX DisplayString (SIZE (0..255)) ACCESS read-write "The textual identification of the contact person for this managed node, together with information on how to contact this person." ::= { system 4 } 属性 状態(必須) 説明 位置
Similar presentations
© 2024 slidesplayer.net Inc.
All rights reserved.