-- ********************************************************************* -- 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: /pvcs/VxEm_agents/nmm/presto/v1.1/profile/agent.inv 1.2 11/22/95 16:19:08 pwildi $ -- -- 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 "rmontrap.trp" -- RMON traps #popOpt #include "synro136.mib" -- SYNOPTICS-ROOT-MIB -- SynOptics 5000 Mibs #include "s5roo113.mib" -- S5-ROOT-MIB #pushOpt #addOpt "G" #include "s5tcs112.mib" -- Common textual conventions #popOpt #include "s5reg121.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 "s5emt102.mib" -- Ethernet MultiSegment Topology MIB #include "rmonx101.mib" -- RMON Extensions MIB #include "s5ctr110.trp" -- System 5000 Trap MIB #include "s5mtr101.trp" -- System 5000 Common Trap MIB -- end