Juniper SRX

Last updated on 17 March, 2023

Monitoring your Juniper SRX devices is simple, just enable SNMP on your device and set the proper SNMP community when adding it to LogicMonitor. You can configure SNMP within the web browser, or the command line interface on your SRX hardware:

 

  • Via J-Web:
  1. In J-Web, navigate to Configure > Services > SNMP.
  2. Click Add under Communities and add a community string.
  3. In the Authorization list, set read-only.
  4. Click OK and Apply to apply the settings.
  5. Navigate to Configure > Security > Zones.
  6. Select the trust zone.
  7. In the Interfaces Configuration list, click ge-0/0/0.0 and click Edit.
  8. For Host Inbound Traffic under System Services, click Allow Selected Services.
  9. Add snmp, as well as http and https so you don’t lose access to J-Web.
  10. Click OK, Apply, and then Commit to commit changes.

 

  • Via CLI:
user@host# set snmp location lab
user@host# set snmp contact "[email protected]"
user@host# set snmp community public authorization read-only
user@host# set security zones security-zone trust interface ge-0/0/0.0 host-inbound-traffic system-services snmp

# Optionally restrict access

user@host# set snmp community public clients 10.0.0.0/8
user@host# set snmp community public clients 0.0.0.0/0 restrict