You can enable SNMP from the JunOS command line. You’ll need Telnet, SSH, or serial (console) access to the Juniper device.
- Telnet, SSH, or serial (console) into your Juniper device.
- Set the system community and authorization level:
user@host# set snmp community community_string authorization read-only
- Note: Replace community_string with your desired community string
- Authorize the network where the Auvik collector will be located to communicate with the SNMP agent:
user@host# set snmp community community_string clients 192.168.1.0/32
- Note: Replace 192.168.1.0/32 with the Auvik collector network
- Note: Replace community_string with your desired community string
- Commit the configuration:
user@host# commit
- If you use a community string other than public or private, add it to Auvik by following these steps.