In the following example, target 172.17.20.184 is configured to respond to informs. The inform timeout is 30 seconds and the maximum retransmit count is 3. The inform is sent to all targets in the tl1 list. The security model for the remote user is usm and the remote engine username is u10.
- [edit snmp v3]
- notify n1 {
- type inform;
- tag tl1;
- }
- notify-filter nf1 {
- oid .1.3 include;
- }
- target-address ta1 {
- address 172.17.20.184;
- inform-timeout 30;
- inform-retry-count 3;
- tag-list tl1;
- address-mask 255.255.255.0;
- target-parameters tp1;
- }
- target-parameters tp1 {
-
- parameters {
- message-processing-model v3;
- security-model usm;
- security-level privacy;
- security-name u10;
- }
- notify-filter nf1;
- }