summaryrefslogtreecommitdiff
path: root/MIBS/quanta/fastpathsflow.my
diff options
context:
space:
mode:
authorDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
committerDavid Leutgeb <david.leutgeb@mannundmouse.com>2023-12-05 12:25:34 +0100
commit98a672123c7872f6b9b75a9a2b6bb3aea504de6a (patch)
tree9b13bd7f563c3198047bd359195327cf28b3caf0 /MIBS/quanta/fastpathsflow.my
downloadmibs-main.tar.gz
mibs-main.zip
Initial commitHEADmain
Diffstat (limited to 'MIBS/quanta/fastpathsflow.my')
-rw-r--r--MIBS/quanta/fastpathsflow.my54
1 files changed, 54 insertions, 0 deletions
diff --git a/MIBS/quanta/fastpathsflow.my b/MIBS/quanta/fastpathsflow.my
new file mode 100644
index 0000000..c901516
--- /dev/null
+++ b/MIBS/quanta/fastpathsflow.my
@@ -0,0 +1,54 @@
+NETGEAR-SFLOW-MIB DEFINITIONS ::= BEGIN
+
+-- Netgear SFLOW MIB
+-- Copyright Netgear Inc (2003-2009) All rights reserved.
+
+-- This SNMP Management Information Specification
+-- embodies Netgear Inc's confidential and proprietary
+-- intellectual property. Netgear Inc retains all title
+-- and ownership in the Specification including any revisions.
+
+-- This Specification is supplied "AS IS", Netgear Inc
+-- makes no warranty, either expressed or implied,
+-- as to the use, operation, condition, or performance of the
+-- Specification.
+
+IMPORTS
+ MODULE-IDENTITY, OBJECT-TYPE,
+ Integer32 FROM SNMPv2-SMI
+ lb6m FROM QUANTA-LB6M-REF-MIB
+ InterfaceIndexOrZero FROM IF-MIB;
+
+ fastPathSflow MODULE-IDENTITY
+ LAST-UPDATED "201201120000Z" -- 12 Jan 2012 12:00:00 GMT
+ ORGANIZATION "Netgear Inc"
+ CONTACT-INFO ""
+ DESCRIPTION
+ "The Netgear Private MIB for FastPath SFLOW"
+
+ ::= { lb6m 59 }
+
+ --***********************************************************************
+ -- MIB Objects
+ --***********************************************************************
+
+
+ agentFastPathSflowObjects OBJECT IDENTIFIER ::= { fastPathSflow 1 }
+
+ --**************************************************************************************
+ -- agentSflowSourceInterface
+ --
+ --**************************************************************************************
+ agentSflowSourceInterface OBJECT-TYPE
+ SYNTAX InterfaceIndexOrZero
+ MAX-ACCESS read-write
+ STATUS current
+ DESCRIPTION
+ "A source-interface selection on an Interface Index (like vlan based
+ routing interface, port based routing interface, loopback interface,
+ tunnel interface). A non-zero value indicates ifIndex for the
+ corresponding interface entry in the ifTable is selected.
+ A zero value indicates source-interface is un-configured."
+ ::= { agentFastPathSflowObjects 1 }
+
+END