Help us improve your experience.

Let us know what you think.

Do you have time for a two-minute survey?

Navigation

Example: SNMPv3 Traps Configuration for Subscriber Secure Policy Mirroring

This example shows an SNMP configuration that provides SNMPv3 trap support.

Configure the SNMPv3 trap support at the [edit snmp] hierarchy level.

[edit snmp]
v3 {usm {local-engine {user mediation-device1 { ## Name of the mediation deviceauthentication-md5 {authentication-key "yourAuthentictaionKey"; ## SECRET-DATA}privacy-des {privacy-key "YourPrivacyKey"; ## SECRET-DATA}}}}target-address london-1 {address 172.19.87.240; ## Address of the mediation device receiving the trapsport 162;tag-list mediation-8;target-parameters tp1;}target-parameters tpi {parameters {message-processing-model v3;security-model usm;security-level authentication;security-name mediation-device1; ## Name of the mediation device}notify-filter nf1;}notify n1 {type trap;tag mediation-8;}notify-filter nf1 {oid .1 include;}}
view system {oid 1.3.6.1.2.1.1 include;}
view all {oid .1 include;}

Published: 2013-07-31