Juniper SNMP Configuration and Permission

  • by

Juniper SNMP Configuration and Permission

Enable SNMP
#set snmp community juniper authorization read-only
[Here SNMP will be enabled and Community name is juniper]

If you want to restrict your SNMP then go with below procedure.

Set SNMP Client for Allowed Network
#set snmp community juniper clients 172.16.100.0/24
#set snmp community juniper clients 172.16.200.0/24
[Here Only Client from 172.16.100.0/24 and 172.16.100.0/24 can access SNMP.]
OR
Make a client List for SNMP allowed Network
# set snmp client-list SNMP-Client 172.16.100.0/24
# set snmp client-list SNMP-Client 172.16.200.0/24
# set snmp community juniper client-list-name SNMP-Client

[Here Only Client from 172.16.100.0/24 and 172.16.100.0/24 can access SNMP.]

Restrict Network to Access SNMP
#set snmp community juniper clients 192.168.100.0/24 restrict

#set snmp community juniper clients 192.168.200.0/24 restrict

 

Leave a Reply