-- Compatibility stub for RFC1212-CONCISE-MIB (Concise MIB Definitions, RFC 1212). -- Provides the OBJECT-TYPE macro required by XYPLEX-* MIBs and other -- SMIv1-era modules that reference this alias instead of RFC-1212. RFC1212-CONCISE-MIB DEFINITIONS ::= BEGIN IMPORTS ObjectName FROM RFC1155-SMI; OBJECT-TYPE MACRO ::= BEGIN TYPE NOTATION ::= "SYNTAX" type (TYPE ObjectSyntax) "ACCESS" Access "STATUS" Status DescrPart ReferPart IndexPart DefValPart VALUE NOTATION ::= value (VALUE ObjectName) Access ::= "read-only" | "read-write" | "write-only" | "not-accessible" Status ::= "mandatory" | "optional" | "obsolete" | "deprecated" DescrPart ::= "DESCRIPTION" value (description DisplayString) | empty ReferPart ::= "REFERENCE" value (reference DisplayString) | empty IndexPart ::= "INDEX" "{" IndexTypes "}" | empty IndexTypes ::= IndexType | IndexTypes "," IndexType IndexType ::= value (indexobject ObjectName) DefValPart ::= "DEFVAL" "{" value (defval ObjectSyntax) "}" | empty END END