Flow accounting using netflow

I have configured flow accounting on my vyos.

vyos@vyos# show system flow-accounting
interface eth0
netflow {
engine-id 5
server 10.1.1.1 {
}
version 9
}
I am pinging this system from another system. I have tried doing ssh on this system but still I can’t see anything in the show command.
vyos@vyos# show system flow-accounting interface eth0
[edit]
I am sure I am doing something silly… Can anyone please help?

It looks like in your example above, you’re running a show command on the config, i.e. show me this chunk of configuration.

If you commit your config, then type exit to revert back to operational mode, what does “show flow-accounting” give you then?

1 Like

Thanks for your reply @tjh. It worked :slightly_smiling_face:

1 Like

Great to hear! Have fun using Vyos.

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.