-------------------------------------------------------------------- -- SNMPv2-SMI.my:SNMPv2 Structure of Management Information -- -- May 1994, Jeffrey T. Johnson -- -- Copyright (c) 1994-1996 by cisco Systems, Inc. -- All rights reserved. -- -------------------------------------------------------------------- -- Revision 3.31996/08/14 10:58:57mordock -- CSCdi65979:mibs dont load cleanly into HP Openview -- cosmetic change to get mibs to load cleanly into HP Openview. -- also added InterfaceIndexOrZero textual-convention to CISCO-TC -- -- Revision 3.21995/11/1708:37:13hampton -- Remove old entries from the RCS header logs. -- -- Revision 3.11995/11/0910:52:27shaker -- Bump version numbers from 2.x to 3.x. -- -- Revision 2.11995/06/07 20:03:18hampton -- Bump version numbers from 1.x to 2.x. -- -------------------------------------------------------------------- -- --The following is extracted from RFC 1442 --All macro definitions have been commented out because they are --predefined in the mib compiler
-- note that SEQUENCEs for conceptual tables and -- rows are not mentioned here...
--application-wide --ApplicationSyntax --}
-- built-in ASN.1 types
--SimpleSyntax ::= --CHOICE { -- INTEGERs with a more restrictive range -- may also be used --integer-value --INTEGER (-2147483648..2147483647), -- --string-value --OCTET STRING, -- --objectID-value --OBJECT IDENTIFIER, -- -- only the enumerated form is allowed --bit-value --BIT STRING --}
-- indistinguishable from INTEGER, but never needs more than -- 32-bits for a two's complement representation --Integer32 ::= --[UNIVERSAL 2] --IMPLICIT INTEGER (-2147483648..2147483647)
-- hundredths of seconds since an epoch --TimeTicks ::= --[APPLICATION 3] --IMPLICIT INTEGER (0..4294967295)
-- for backward-compatibility only --Opaque ::= --[APPLICATION 4] --IMPLICIT OCTET STRING
-- for OSI NSAP addresses -- (this is a tagged type for historical reasons) --NsapAddress ::= --[APPLICATION 5] --IMPLICIT OCTET STRING (SIZE (1 | 4..21))
-- for counters that wrap in less than one hour with only 32 bits --Counter64 ::= --[APPLICATION 6] --IMPLICIT INTEGER (0..18446744073709551615)