/
NetFlow Commands
NetFlow Commands
ovs-vsctl set Bridge <bridge> netflow=@nf -- --id=@nf create NetFlow targets=<target> active-timeout=<timeout>
Example:
admin@PicOS-OVS$ovs-vsctl set Bridge br0 netflow=@nf -- --id=@nf create NetFlow targets=\"10.10.50.207:5566\" active-timeout=30 In the above CLI, the parametersare shown as following: COLLECTOR_IP=10.10.50.207 COLLECTOR_PORT=5566 ACTIVE_TIMEOUT=30
ovs-vsctl – clear Bridge <bridge> netflow
Delete NetFlow from NetFlow table.
Example:
Clear NetFlow from NetFlow table in bridge br0.
admin@PicOS-OVS$ovs-vsctl -- clear Bridge br0 netflow
, multiple selections available,
Related content
NetFlow Commands
NetFlow Commands
More like this
NetFlow Commands
NetFlow Commands
More like this
NetFlow Commands
NetFlow Commands
More like this
NetFlow Commands
NetFlow Commands
More like this
NetFlow Commands
NetFlow Commands
More like this
NetFlow Commands
NetFlow Commands
More like this
Copyright © 2025 Pica8 Inc. All Rights Reserved.