NNA does not receive data from Juniper SRX100H2
Posted: Tue Dec 13, 2016 8:19 am
Hi everyone
I've got a situation with a Juniper SRX100 services gateway and my NNA.
NNA won't receive any Jflow data from the Juniper. I've checked the config many times and still can't figure it out.
This is an example of my CLI
Then i enable the NTP server but still NNA wont capture any Jflow.
I will appreciate any help.
Thanks in advance.
I've got a situation with a Juniper SRX100 services gateway and my NNA.
NNA won't receive any Jflow data from the Juniper. I've checked the config many times and still can't figure it out.
This is an example of my CLI
Code: Select all
forwarding-options
sampling {
input {
rate 1;
run-length 0;
max-packets-per-second 50000;
}
family inet {
output {
flow-active-timeout 60;
flow-server 192.168.33.38 {
port 9996;
}
flow-server 192.168.33.96 {
port 9996;
version 5;
}
}
}
}
}I will appreciate any help.
Thanks in advance.