Define an SNMP community:
- [edit snmp v3]
- snmp-community index1 {
- community-name "$9$JOZi.QF/AtOz3"; # SECRET-DATA
- security-name john;
- tag router1; # Identifies managers that are allowed to
use
- # a community string
-
- target-address ta1 {
- address 10.1.1.1;
- address-mask 255.255.255.0; # Defines the range of addresses
- port 162;
- tag-list router1;
- target-parameters tp1; # Applies configured target parameters
- }
- }