All Post

Thursday, June 9, 2016

How to Configure SNMP and J-FLOW on Juniper SRX-Series

Oke,in this season i will give you some tutorial about Configuration SNMP and J-FLOW on Juniper SRX-Series.Here we go... :D

In here i will configure SNMP through Web Service Juniper.First,you must login at Web Service Juniper like this :
If you are already logged in,we headed to Service -> SNMP like this :
And then,we must configure that SNMP like this :
Next,configure that communities on this menu Communities -> Add.
And configure that communities like this :
And that communities already to work.
Then you must Commit it to save your configuration.

Next,we will configure J-FLOW via CLI :D add this command on your terminal.
root@Juniper-IDN-Router#activate interfaces fe-0/0/1 unit 0 family inet sampling
root@Juniper-IDN-Router#set interfaces fe-0/0/1 unit 0 family inet sampling input
root@Juniper-IDN-Router#set interfaces fe-0/0/1 unit 0 family inet sampling output
root@Juniper-IDN-Router#delete forwarding-options sampling
root@Juniper-IDN-Router#set forwarding-options sampling input rate 200
root@Juniper-IDN-Router#set forwarding-options sampling input run-length 9
root@Juniper-IDN-Router#set forwarding-options sampling input max-packets-per-second 7000
root@Juniper-IDN-Router#set forwarding-options sampling family inet output flow-server 192.168.42.2(Host's IP Address for monitoring) port 2055 
Finish.Sorry if my grammar is so bad :) I hope this tutorial useful :) 
·   0