From 98a672123c7872f6b9b75a9a2b6bb3aea504de6a Mon Sep 17 00:00:00 2001 From: David Leutgeb Date: Tue, 5 Dec 2023 12:25:34 +0100 Subject: Initial commit --- MIBS/quanta/fastpathsflow.my | 54 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 MIBS/quanta/fastpathsflow.my (limited to 'MIBS/quanta/fastpathsflow.my') 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 -- cgit v1.2.3