-- ********************************************************************** -- EOSN-REG: McDATA EOSN Registration file (SMIv2). -- -- REVISION HISTORY -- Date PRG Description -- ====================================================================== -- Release 1.0 -- -- 04/06/18 xli Renamed "sanera" to "eosn" -- 04/06/01 dhl Initial version -- -- Copyright (c) 2003-2004 McDATA Corp. All rights reserved. -- Copyright (c) 2001-2003 Sanera Systems, Inc. All rights reserved. -- ********************************************************************** -- EOSN-REG DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-IDENTITY, enterprises FROM SNMPv2-SMI; eosnRegModule MODULE-IDENTITY LAST-UPDATED "0406290000Z" ORGANIZATION "McDATA Corporation" CONTACT-INFO " McDATA Corporation Postal: 370 San Aleso Ave Sunnyvale, CA 94085 USA Tel: +1-408-734-6000 E-mail: support@mcdata.com Web: www.mcdata.com " DESCRIPTION "This module defines the global registration." REVISION "9506070000Z" DESCRIPTION "Initial revision." ::= { eosnModules 1 } mcData OBJECT IDENTIFIER ::= { enterprises 289 } commDev OBJECT IDENTIFIER ::= { mcData 2 } -- communication devices eosnRoot OBJECT-IDENTITY STATUS current DESCRIPTION "The root of the OID sub-tree for the EOSn products." ::= { commDev 2 } eosnReg OBJECT-IDENTITY STATUS current DESCRIPTION "Sub-tree for registration." ::= { eosnRoot 1 } eosnModules OBJECT-IDENTITY STATUS current DESCRIPTION "Sub-tree for module registration." ::= { eosnReg 1 } eosnProductRegs OBJECT-IDENTITY STATUS current DESCRIPTION "Sub-tree for the various EOSN family Platform Registrations." ::= { eosnReg 2 } intrepid10k OBJECT-IDENTITY STATUS current DESCRIPTION "The EOSN product with 14 slots and 256 ports." ::= { eosnProductRegs 2 } ctp OBJECT-IDENTITY STATUS current DESCRIPTION "EOSN product CTP." ::= { eosnProductRegs 6 } swm OBJECT-IDENTITY STATUS current DESCRIPTION "EOSN product SWM." ::= { eosnProductRegs 7 } lim OBJECT-IDENTITY STATUS current DESCRIPTION "EOSN product LIM." ::= { eosnProductRegs 8 } limLite OBJECT-IDENTITY STATUS current DESCRIPTION "EOSN product LIM Lite." ::= { eosnProductRegs 9 } eosnGeneric OBJECT-IDENTITY STATUS current DESCRIPTION "Sub-tree for common object and event definitions." ::= { eosnRoot 2 } eosnProducts OBJECT-IDENTITY STATUS current DESCRIPTION "Sub-tree for specific object and event definitions." ::= { eosnRoot 3 } eosnMIB OBJECT-IDENTITY STATUS current DESCRIPTION "Sub-tree for EOSN object and event definitions." ::= { eosnProducts 1 } eosnCaps OBJECT-IDENTITY STATUS current DESCRIPTION "Sub-tree for agent profiles." ::= { eosnRoot 4 } eosnReqs OBJECT-IDENTITY STATUS current DESCRIPTION "Sub-tree for management application requirements." ::= { eosnRoot 5 } eosnExpr OBJECT-IDENTITY STATUS current DESCRIPTION "Sub-tree for experimental definitions." ::= { eosnRoot 6 } END