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 전에 소개된 명령문입니다.