From 2ceaf83cfc8a934d4f46f2bb1a4131db06f06294 Mon Sep 17 00:00:00 2001 From: Pavel Odintsov Date: Wed, 17 Jun 2015 11:41:36 +0300 Subject: [PATCH] Fix about monitoring direction --- docs/sFLOW.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sFLOW.md b/docs/sFLOW.md index dc07826f..c2940167 100644 --- a/docs/sFLOW.md +++ b/docs/sFLOW.md @@ -8,7 +8,7 @@ configure sflow collector 10.0.2.33 port 6343 vr "VR-Default" # add collector configure sflow agent 10.0.2.15 # agent address configure sflow poll-interval 1 # send data to collector once per second configure sflow sample-rate 1024 # sampling rate -enable sflow ports 1:39,1:40,2:39 # add ports to sFLOW monitoring +enable sflow ports 1:39,1:40,2:39 both # add ports to sFLOW monitoring for egress and ingress traffic. enable sflow # enable sflow globally ```