-- extracted from draft-ietf-ptopomib-pdp-03.txt -- at Mon Nov 15 17:11:08 1999 PDP-DATA-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, Integer32 FROM SNMPv2-SMI MODULE-COMPLIANCE, OBJECT-GROUP FROM SNMPv2-CONF IANAAddrFamily, PtopoGenAddr, PtopoChassisIdType, PtopoChassisId, PtopoPortIdType, PtopoPortId FROM PTOPO-MIB; pdpDataMIB MODULE-IDENTITY LAST-UPDATED "9709150000Z" ORGANIZATION "IETF PTOPOMIB Working Group" CONTACT-INFO "PTOPOMIB WG Discussion: ptopo@3com.com Subscription: majordomo@3com.com msg body: [un]subscribe ptopomib Andy Bierman Cisco Systems Inc. 170 West Tasman Drive San Jose, CA 95134 408-527-3711 abierman@cisco.com Keith McCloghrie Cisco Systems Inc. 170 West Tasman Drive San Jose, CA 95134 408-526-5260 kzm@cisco.com" DESCRIPTION "The MIB module for describing PDP data elements." ::= { experimental xx } pdpDataMIBObjects OBJECT IDENTIFIER ::= { pdpDataMIB 1 } -- MIB groups pdpDataElements OBJECT IDENTIFIER ::= { pdpDataMIBObjects 1 } -- -- *********************************************************** -- -- P D P D A T A E L E M E N T S -- -- *********************************************************** -- pdpChassisIdType OBJECT-TYPE SYNTAX PtopoChassisIdType MAX-ACCESS read-only STATUS current DESCRIPTION "This object identifies the type of chassis component identifier contained in the pdpChassisId object, within a given PDP message." ::= { pdpDataElements 1 } pdpChassisId OBJECT-TYPE SYNTAX PtopoChassisId MAX-ACCESS read-only STATUS current DESCRIPTION "This object identifies the chassis component of the particular connection endpoint identifier containing the PDP agent transmitting PDP messages. If the chassis ID is unknown for the entry, then this object will contain an empty string." ::= { pdpDataElements 2 } pdpPortIdType OBJECT-TYPE SYNTAX PtopoPortIdType MAX-ACCESS read-only STATUS current DESCRIPTION "This object identifies the type of port component identifier contained in the pdpPortId object, within a given PDP message." ::= { pdpDataElements 3 } pdpPortId OBJECT-TYPE SYNTAX PtopoPortId MAX-ACCESS read-only STATUS current DESCRIPTION "This object identifies the port component of a particular connection endpoint identifier, associated with the port chosen for transmission of a given PDP message. For PDP agents contained within repeaters or concentrators, this object may identify the backplane component chosen for transmission of a given PDP message, instead of a specific port component (attached to the identified backplane). If the port ID is unknown for the entry, then this object will contain an empty string." ::= { pdpDataElements 4 } pdpMgmtAddrType OBJECT-TYPE SYNTAX IANAAddrFamily MAX-ACCESS read-only STATUS current DESCRIPTION "This object identifies the type of network address contained in the pdpMgmtAddr object, within a given PDP message." ::= { pdpDataElements 5 } pdpMgmtAddr OBJECT-TYPE SYNTAX PtopoGenAddr MAX-ACCESS read-only STATUS current DESCRIPTION "This object identifies a particular network address, associated with an SNMP agent which contains additional information pertaining to the connection endpoint identified in a given PDP message. If a management address is unknown for the endpoint described in a given PDP message, then this object will contain an empty string." ::= { pdpDataElements 6 } -- conformance information pdpDataConformance OBJECT IDENTIFIER ::= { pdpDataMIB 2 } pdpDataCompliances OBJECT IDENTIFIER ::= { pdpDataConformance 1 } pdpDataGroups OBJECT IDENTIFIER ::= { pdpDataConformance 2 } -- compliance statements pdpDataCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION "The compliance statement for entities which implement the PTOPO Discovery Protocol." MODULE -- this module MANDATORY-GROUPS { pdpPtopoDataGroup } ::= { pdpDataCompliances 1 } -- MIB groupings pdpPtopoDataGroup OBJECT-GROUP OBJECTS { pdpChassisIdType, pdpChassisId, pdpPortIdType, pdpPortId, pdpMgmtAddrType, pdpMgmtAddr } STATUS current DESCRIPTION "The collection of objects which identify connection endpoint data elements, as used in the PTOPO Discovery Protocol, and represented in the PTOPO MIB. This group is mandatory for agents which implement the PTOPO Discovery Protocol." ::= { pdpDataGroups 1 } END -- -- Copyright (C) The Internet Society (1998). 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."