snmp
構文:MX、M、T、ACX、PTXシリーズルーターおよびEXシリーズスイッチ
snmp { ... }
構文:QFXシリーズスイッチ、QFabric、OCX1100およびEX4600
snmp { client-list client-list-name { ip-addresses; } community community-name { authorization authorization; client-list-name client-list-name; clients { address restrict; } logical-system logical-system-name { routing-instance routing-instance-name { clients { addresses; } } } routing-instance routing-instance-name { clients { addresses; } } view view-name; } contact contact; description description; filter-duplicates; filter-interfaces; health-monitor { falling-threshold integer; interval seconds; rising-threshold integer; } interface [ interface-names ]; location location; name name; nonvolatile { commit-delay seconds; } rmon { alarm index { description description; falling-event-index index; falling-threshold integer; falling-threshold-interval seconds; interval seconds; request-type; rising-event-index index; rising-threshold integer; sample-type (absolute-value | delta-value); startup-alarm (falling-alarm | rising-alarm | rising-or-falling alarm); syslog-subtag syslog-subtag; variable oid-variable; } event index { community community-name; description description; type type; } history history-index { bucket-size number; interface interface-name; interval seconds; owner owner-name; } } traceoptions { file filename <files number> <size size> <world-readable | no-world-readable> <match regular-expression>; flag flag; } trap-group group-name { categories { category; } destination-port port-number; routing-instance routing-instance-name; targets { address; } version (all | v1 | v2); } trap-options { agent-address outgoing-interface; source-address address; } v3 { notify name { tag tag-name; type trap; } notify-filter profile-name { oid object-identifier (include | exclude); } snmp-community community-index { community-name community-name; security-name security-name; tag tag-name; } target-address target-address-name { address address; address-mask address-mask; logical-system logical-system; port port-number; retry-count number; routing-instance routing-instance-name; tag-list tag-list; target-parameters target-parameters-name; timeout seconds; } target-parameters target-parameters-name { notify-filter profile-name; parameters { message-processing-model (v1 | v2c | V3); security-level (authentication | none | privacy); security-model (usm | v1 | v2c); security-name security-name; } } usm { local-engine { user username { authentication-sha { authentication-password authentication-password; } authentication-md5 { authentication-password authentication-password; } authentication-none; privacy-aes128 { privacy-password privacy-password; } privacy-des { privacy-password privacy-password; } privacy-3des { privacy-password privacy-password; } privacy-none; } } remote-engine engine-id { user username { authentication-sha { authentication-password authentication-password; } authentication-md5 { authentication-password authentication-password; } authentication-none; privacy-aes128 { privacy-password privacy-password; } privacy-des { privacy-password privacy-password; } privacy-3des { privacy-password privacy-password; } privacy-none { privacy-password privacy-password; } } } } vacm { access { group group-name { (default-context-prefix | context-prefix context-prefix) { security-model (any | usm | v1 | v2c) { security-level (authentication | none | privacy) { notify-view view-name; read-view view-name; write-view view-name; } } } } } security-to-group { security-model (usm | v1 | v2c) { security-name security-name { group group-name; } } } } } view view-name { oid object-identifier (include | exclude); } } }
オプション
notify name
は、通知に割り当てられた名前です。各通知エントリー名は一意である必要があります。
tag tag-name
は、この通知を送信するターゲット アドレスを定義します。通知は、このタグをタグリストに持つすべてのターゲットアドレスに送信されます。は tag-name
通知に含まれていません。
type inform
は、通知のタイプです。
target-address target-address-name
は、ターゲットアドレスを識別します。ターゲットアドレスは、管理アプリケーションのアドレスと、通知の応答に使用するパラメーターを定義します。
timeout seconds
は、確認応答を待つ時間(秒)です。タイムアウト時間内に確認応答を受信しなかった場合、インフォームが再送されます。デフォルトのタイムアウトは 秒です 15
。
retry-count number
は、確認応答を受信しなかった場合にインフォームが送信される最大回数です。デフォルト 3
は です。インフォームが最大回数送信された後、確認応答を受信しなかった場合、インフォームメッセージは破棄されます。
message-processing-model
は、SNMP 通知を生成する際に使用する SNMP のバージョンを定義します。インフォームには、 v3
メッセージ処理モデルが必要です。
security-model
は、SNMP 通知の生成時に使用するセキュリティモデルを定義します。インフォームには usm
セキュリティモデルが必要です。
security-level
は、インフォームを送信する前に、認証と暗号化を行うかどうかを指定します。 usm
セキュリティモデルの場合、セキュリティレベルは以下のいずれかでなければなりません。
-
authentication
- 認証は行いますが、暗号化は行いません。 -
privacy
- 認証と暗号化を提供します。
security-name
は、インフォームを生成する際に使用されるユーザー名を識別します。
階層レベル
[edit]
説明
SNMP を構成します。
SNMP モジュールの名前にスラッシュ(/)または @ 文字を含めることはできません。
必要な権限レベル
snmp—設定でこのステートメントを表示します。
snmp-control—設定にこのステートメントを追加します。
リリース情報
Junos OSリリース7.4より前に導入されたステートメント。