-- ($Id: fore-rmon-extensions.mib,v 1.8 1997/03/13 22:01:59 rdietz Exp $) -- Copyright 1996 by Fore Systems, Inc. All rights reserved. -- -- This file contains definitions for management information for extensions to -- the RMON MIB (RFC-1757) needed for products produced by FORE Systems, Inc. -------------------------------------------------------------------------------- Fore-RMON-Extensions-MIB DEFINITIONS ::= BEGIN IMPORTS OBJECT-TYPE FROM RFC-1212 DisplayString FROM RFC1213-MIB rmonExtensions FROM Fore-Common-MIB; --* fore-RMON-Extensions-Module MODULE-IDENTITY --* LAST-UPDATED "9608051612-0400" --* ORGANIZATION "FORE" --* CONTACT-INFO " --* Postal: FORE Systems Inc. --* 5800 Corporate Drive --* Pittsburgh, PA 15237-5829 --* Tel: +1 412 772 6600 --* Email: nm_mibs@fore.com --* Web: http://www.fore.com" --* DESCRIPTION --* "This is MIB module which defines the extension to the 'Remote --* Network Monitoring Management Information Base' (RFC-1757, RMON --* MIB) used by products produced by FORE Systems, Inc. Currently --* there is only one object defined for use in the ES-3810 product. --* [Current status of this MIB is 'Proposed'.]" -------------------------------------------------------------------------------- rmonProbeDataSource OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies which interface (ifIndex) the RMON agent is currently emulating an HP LANprobe. If the object's value is zero, then the RMON agent is not performing HP LANprobe emulation." --DEFAULT test-function f_%n_test ::= { rmonExtensions 1 } rmonProbeDataDestination OBJECT-TYPE SYNTAX INTEGER ACCESS read-write STATUS mandatory DESCRIPTION "This object specifies which interface (ifIndex) currently transmits packets with sniff packet bit set. If the object's value is zero, then no interface is currently transmitting packets with sniff packet bit set." --DEFAULT test-function f_%n_test ::= { rmonExtensions 2 } END