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 控制 — 将此语句添加到配置中。
发布信息
在 Junos OS 7.4 版之前引入的语句。