-- extracted from draft-ietf-eos-snmpxproto-mib-00.txt -- at Thu Apr 26 06:04:34 2001 SNMP-EXTENDED-PROTOCOL-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, Unsigned32, mib-2 FROM SNMPv2-SMI DisplayString FROM SNMPv2-TC IANASnmpExtendedProtocol FROM SNMP-X-PROTOCOL-TC MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF; snmpXProtoMIB MODULE-IDENTITY LAST-UPDATED "200104180000Z" ORGANIZATION "IETF Evolution of SNMP Working Group" CONTACT-INFO " Sharon Chisholm Nortel Networks PO Box 3511 Station C Ottawa, Ont. K1Y 4H7 Canada schishol@nortelnetworks.com" DESCRIPTION "The MIB module describes the SNMP protocol extensions supported by this SNMP entity." REVISION "200104180000Z" DESCRIPTION "Initial version, published as RFC XXXX." ::= { mib-2 xx } snmpXProtoObjects OBJECT IDENTIFIER ::= { snmpXProtoMIB 1 } snmpXProtoConformance OBJECT IDENTIFIER ::= { snmpXProtoMIB 3 } snmpXProtoCompliances OBJECT IDENTIFIER ::= { snmpXProtoConformance 1 } snmpXProtoStandard OBJECT-TYPE SYNTAX IANASnmpExtendedProtocol MAX-ACCESS read-only STATUS current DESCRIPTION "The standard SNMP protocol operations supported by this system above and beyond basic protocol support." ::= { snmpXProtoObjects 1 } snmpXProtoVendorTable OBJECT-TYPE SYNTAX SEQUENCE OF SnmpXProtoVendorEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A table of vendor protocol extensions to SNMP supported by SNMP entity." ::= { snmpXProtoObjects 2 } snmpXProtoVendorEntry OBJECT-TYPE SYNTAX SnmpXProtoVendorEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "A vendor protocol extensions to SNMP supported by SNMP entity." INDEX { snmpXProtoVendorIndex } ::= { snmpXProtoVendorTable 1 } SnmpXProtoVendorEntry ::= SEQUENCE { snmpXProtoVendorIndex Unsigned32, snmpXProtoVendorFeature OBJECT IDENTIFIER, snmpXProtoVendorDocument DisplayString } snmpXProtoVendorIndex OBJECT-TYPE SYNTAX Unsigned32(1..4294967295) MAX-ACCESS not-accessible STATUS current DESCRIPTION "An arbitrary index into this table." ::= { snmpXProtoVendorEntry 1 } snmpXProtoVendorFeature OBJECT-TYPE SYNTAX OBJECT IDENTIFIER MAX-ACCESS not-accessible STATUS current DESCRIPTION "The OID of the object within the vendor tree which identifies this vendor feature." ::= { snmpXProtoVendorEntry 2 } snmpXProtoVendorDocument OBJECT-TYPE SYNTAX DisplayString MAX-ACCESS not-accessible STATUS current DESCRIPTION "The vendor specific document identifier which unambiguously points to the user documentation which defines this protocol feature." ::= { snmpXProtoVendorEntry 3 } snmpXProtoCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION "The compliance statement for systems supporting the snmpXProto MIB." MODULE -- this module MANDATORY-GROUPS { snmpXProtoGroup } ::= { snmpXProtoCompliances 1 } snmpXProtoGroups OBJECT IDENTIFIER ::= { snmpXProtoConformance 2 } snmpXProtoGroup OBJECT-GROUP OBJECTS { snmpXProtoStandard } STATUS current DESCRIPTION "Standard snmpXProto group." ::= { snmpXProtoGroups 1} snmpXProtoVendorGroup OBJECT-GROUP OBJECTS { snmpXProtoVendorIndex, snmpXProtoVendorFeature, snmpXProtoVendorDocument } STATUS current DESCRIPTION "Vendor snmpXProto group." ::= { snmpXProtoGroups 2} END -- -- Copyright (C) The Internet Society (2001). All Rights Reserved. -- -- This document and translations of it may be copied and furnished to -- others, and derivative works that comment on or otherwise explain it -- or assist in its implementation may be prepared, copied, published -- and distributed, in whole or in part, without restriction of any kind, -- provided that the above copyright notice and this paragraph are -- included on all such copies and derivative works. However, this -- document itself may not be modified in any way, such as by removing -- the copyright notice or references to the Internet Society or other -- Internet organizations, except as needed for the purpose of -- developing Internet standards in which case the procedures for -- copyrights defined in the Internet Standards process must be followed, -- or as required to translate it into languages other than English. -- -- The limited permissions granted above are perpetual and will not be -- revoked by the Internet Society or its successors or assigns. -- -- This document and the information contained herein is provided on an -- "AS IS" basis and THE INTERNET SOCIETY AND THE INTERNET ENGINEERING -- TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT -- NOT LIMITED TO ANY WARRANTY THAT THE USE OF THE INFORMATION HEREIN -- WILL NOT INFRINGE ANY RIGHTS OR ANY IMPLIED WARRANTIES OF -- MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.