Hi,
I have to monitor NTA at our Juniper devices.We have S-series and J-series router.Inorder to do that do we have to enable jflow and sflow.If yes then for jflow i have got the following command from junipers jflow document
set services flow-monitoring version9 template ipv4-test ipv4-template
set forwarding-options sampling input rate 1
set forwarding-options sampling input run-length 0
set forwarding-options sampling family inet output flow-server 172.19.101.85 port
2222
set forwarding-options sampling family inet output flow-server 172.19.101.85
version9 template ipv4-test
set forwarding-options sampling family inet output inline-jflow source-address
172.19.101.132
set interfaces ge-0/0/14 unit 0 family inet sampling input
set interfaces ge-0/0/14 unit 0 family inet address 23.23.23.1/24
What shall we use as the port number,sampling input rate,sampling input run-length..I want to monitor traffic from all the interfaces.