-- *********************************************************************
-- Copyright(c) 1993 SynOptics Communications, Inc.
-- File		    : agent.inc
-- Purpose	    : To be added.
-- Interfaces	: To be added.
-- Note		    : None.
-- History	    : Who          When		      What
--		  Gordon Zhang		   May 26, 1993   Created
--        Suresh Vobbilisetty  May 31, 1994   Added Trap MIB
--                                            and changed the filename
--                                            (used to be "mibtree.inc").
-- *********************************************************************
--
-- $Header$
--
-- include base mibs

-- turn off strict checking and allow unreferenced TCs
#pushOpt
#addOpt "G"
#removeOpt "R W C B 7"

#include "rfc1155.smi"    -- SMI items
#include "rfc1212.smi"    -- OBJECT-TYPE macro
#include "rfc1215.smi"    -- TRAP-TYPE macro
#include "rfc1213.mib"    -- MIB-II
#include "rfc1215.trp"    -- SNMP generic traps
#include "rfc1271.mib"	  -- RMON
#include "rfc1513.mib"    -- token ring RMON extensions
#popOpt

#include "synro142.mib"   -- SYNOPTICS-ROOT-MIB

-- SynOptics 5000 Mibs
#include "s5roo113.mib" -- S5-ROOT-MIB
#pushOpt
#addOpt "G"
#include "s5tcs112.mib" -- Common textual conventions
#popOpt
#include "s5reg134.mib" -- Registration for 5000 products
#include "s5cha125.mib" -- Chassis Objects
#include "s5age130.mib" -- Agent Objects
#include "s5eth121.mib" -- Ethernet Specific MIB
#include "s5ecm112.mib" -- Ethernet Common MIB
#include "s5com112.mib" -- Common Statistics MIB
#include "s5emt102.mib" -- Ethernet MultiSegment Topology MIB
#include "s5erl102.mib" -- Ethernet redundant links mib
#include "s5cbs101.mib" -- Common BaySecure MIB

-- Add these so that they show up in the Agent Summary
#include "s5ctr110.trp"  -- 5000 Chassis Trap mib
#include "s5mtr101.trp"  -- 5000 Common Trap mib
#include "s5etr111.trp"  -- 5000 Ethernet Trap mib

#pushOpt
#addOpt "4"     -- allow not-accessible objects
#include "rmonx107.mib" -- RMON Extensions MIB

#include "rfc1442.smi"
#include "rfc1443.smi"

#include "rfc2021.mib"		-- Remote Network Monitoring MIB-2

#popOpt         -- restore saved checking options


-- end
