diff options
Diffstat (limited to 'src/plugins/flowprobe')
-rw-r--r-- | src/plugins/flowprobe/flowprobe_plugin_doc.md | 13 | ||||
-rw-r--r-- | src/plugins/flowprobe/flowprobe_plugin_doc.rst | 17 |
2 files changed, 17 insertions, 13 deletions
diff --git a/src/plugins/flowprobe/flowprobe_plugin_doc.md b/src/plugins/flowprobe/flowprobe_plugin_doc.md deleted file mode 100644 index 4c9b2342a83..00000000000 --- a/src/plugins/flowprobe/flowprobe_plugin_doc.md +++ /dev/null @@ -1,13 +0,0 @@ -IPFIX flow record plugin {#flowprobe_plugin_doc} -======================== - -## Introduction - -This plugin generates ipfix flow records on interfaces which have the feature enabled - -## Sample configuration - -set ipfix exporter collector 192.168.6.2 src 192.168.6.1 template-interval 20 port 4739 path-mtu 1500 - -flowprobe params record l3 active 20 passive 120 -flowprobe feature add-del GigabitEthernet2/3/0 l2
\ No newline at end of file diff --git a/src/plugins/flowprobe/flowprobe_plugin_doc.rst b/src/plugins/flowprobe/flowprobe_plugin_doc.rst new file mode 100644 index 00000000000..8ad9c88ffbf --- /dev/null +++ b/src/plugins/flowprobe/flowprobe_plugin_doc.rst @@ -0,0 +1,17 @@ +IPFIX flow record plugin +======================== + +Introduction +------------ + +This plugin generates ipfix flow records on interfaces which have the +feature enabled + +Sample configuration +-------------------- + +set ipfix exporter collector 192.168.6.2 src 192.168.6.1 +template-interval 20 port 4739 path-mtu 1500 + +flowprobe params record l3 active 20 passive 120 flowprobe feature +add-del GigabitEthernet2/3/0 l2 |