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.
[edit snmp] v3 { usm { local-engine { user mediation-device1 { ## Name of the mediation device authentication-md5 { authentication-key "$ABC123$ABC123"; ## SECRET-DATA } privacy-des { privacy-key "$ABC123"; ## SECRET-DATA } } } } target-address md1 { address 198.51.100.240; ## Address of the mediation device receiving the traps port 162; tag-list mediation-8; target-parameters tp1; } target-parameters tpi { parameters { message-processing-model v3; security-model usm; security-level privacy; security-name mediation-device1; ## Name of the mediation device } notify-filter nf1; } notify n1 { type trap; tag mediation-8; } notify-filter nf1 { oid .jnxJsPacketMirrorMIB include; } } view pkt-mirror-mib oid jnxJsPacketMirrorMIB include
Configure the radius-flow-tap service to support subscriber secure policy mirroring.
[edit services radius-flow-tap] logical-system LS1 routing-instance RI1 snmp { notify-targets ip-address; } source-ipv4-address 198.51.100.255