Last active
January 31, 2025 20:47
-
-
Save FlorianHeigl/f08fa73ec684c74abbe8a3e9c90aade4 to your computer and use it in GitHub Desktop.
Configure Juniper NFX NexGen NetFlow (inline)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set system ntp server ntp1.ispname.net | |
set interfaces ge-1/0/2 unit 0 family inet sampling input | |
set interfaces ge-1/0/2 unit 0 family inet sampling output | |
set services flow-monitoring version9 template ipv4-test ipv4-template | |
set forwarding-options sampling instance test-ins family inet input rate 100 | |
set forwarding-options sampling instance test-ins family inet input run-length 19 | |
set forwarding-options sampling instance test-ins family inet output flow-server 172.16.xx.xx port 2055 | |
set forwarding-options sampling instance test-ins family inet output flow-server 172.16.xx.xx version9 template ipv4-test | |
set forwarding-options sampling instance test-ins family inet output inline-jflow source-address 192.168.x.x |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this one was the most useful doc:
the most stubborn error message was:
others docs to look at:
if you need ipfix: