-- *********************************************************************
-- Copyright(c) 1993-96 Bay Networks, Inc.
-- File: agent.inc
-- Purpose : Specifies all MIBs ( objects and traps ) that this agent supports
-- *********************************************************************
--
-- $Header:   /pvcs/agents/nmm/bfusion/v1.5/profile/agent.inv   1.3   10/11/96 11:25:30   rmp  $
--
-- 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
#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

-- Add these so s5mtr101.trp and s5etr111.trp can be processed
#include "s5com112.mib" -- Common Statistics MIB
#include "s5erl102.mib" -- Ethernet redundant links 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

-- end
