-- ********************************************************************* -- 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" --#SNMPv2 --#condInclude "rfc1442.sm2" --#condInclude "rfc1443.sm2" --#condInclude "rfc1444.sm2" --#SNMPv1 #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 #include "rfc1513.mib" -- token ring RMON extensions #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 "s5reg154.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 "s5eto112.mib" -- Ethernet Topology MIB #include "s5tok121.mib" -- Token Ring MIB #include "s5tcm115.mib" -- Token Ring Common 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 #include "s5emt102.mib" -- Ethernet multisegment topology mib #pushOpt -- save current checking options #addOpt "4" -- allow not-accessible objects #include "rmonx107.mib" -- RMON Extensions MIB #popOpt -- restore saved checking options --#SNMPv2 --#condInclude "rmon2.mib" #include "rfc1442.smi" #include "rfc1443.smi" #include "rfc2021.mib" -- end