-- *********************************************************************
-- 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").
-- *********************************************************************
--
-- $Heade$
--
-- 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 "rfc1353.mib"    -- Parties
#include "rfc1271.mib"	  -- RMON
#popOpt

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

-- SynOptics 5000 Mibs

#include "s5roo113.mib" -- S5-ROOT-MIB
#pushOpt
#addOpt "G"
#include "s5tcs112.mib" -- Common textual conventions
#popOpt
#include "s5reg126.mib" -- Registration for 5000 products
#include "s5cha125.mib" -- Chassis Objects
#include "s5age127.mib" -- Agent Objects
#include "s5eth121.mib" -- Ethernet Specific MIB
#include "s5ecm111.mib" -- Ethernet Common MIB
#include "s5com112.mib" -- Common Statistics MIB
#include "s5eto112.mib" -- Ethernet Topology MIB
#include "s5tok121.mib" -- Token Ring MIB
#include "s5tcm115.mib" -- Token Ring Common MIB
#include "rmonx106.mib" -- RMON Extensions MIB
#include "s5erl102.mib" -- Ethernet redundant links mib
#include "s5cbs101.mib" -- Common BaySecure MIB

#include "s5ctr110.trp"  -- Chassis Trap mib
#include "s5mtr101.trp"  -- Common  Trap mib
#include "s5etr111.trp"  -- Ethernet redundant links Trap mib

-- end
