From a238e8a0ea87790bb38c2dc040adb9dbb80b5bec Mon Sep 17 00:00:00 2001 From: "Mytnyk, VolodymyrX" Date: Thu, 2 Mar 2017 17:33:58 +0000 Subject: config guide: Add MIBs location for OVS events plugin Change-Id: I14638386cdf7aee3f3e344a2c0e27a6edceaf874 Signed-off-by: Mytnyk, VolodymyrX --- docs/release/userguide/feature.userguide.rst | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/release/userguide/feature.userguide.rst b/docs/release/userguide/feature.userguide.rst index 2be44d33..75a0e9bc 100644 --- a/docs/release/userguide/feature.userguide.rst +++ b/docs/release/userguide/feature.userguide.rst @@ -551,7 +551,10 @@ OvS Events Branch: master OvS Stats Branch:feat_ovs_stats -Dependencies: Open vSwitch, libyajl +OvS Events MIBs: The SNMP OVS interface link status is provided by standard +IF-MIB (http://www.net-snmp.org/docs/mibs/IF-MIB.txt) + +Dependencies: Open vSwitch, Yet Another JSON Library (https://github.com/lloyd/yajl) On Ubuntu, install the dependencies: @@ -601,6 +604,7 @@ need to modify the configuration file to include: Socket "/var/run/openvswitch/db.sock" Interfaces "br0" "veth0" SendNotification false + DispatchValues true To configure the OVS stats plugin you need to modify the configuration file -- cgit 1.2.3-korg