--- 1/draft-ietf-ccamp-gmpls-ted-mib-08.txt 2011-07-14 20:16:56.000000000 +0200 +++ 2/draft-ietf-ccamp-gmpls-ted-mib-09.txt 2011-07-14 20:16:56.000000000 +0200 @@ -1,26 +1,26 @@ INTERNET-DRAFT Masanori Miyazawa Intended status: Standards Truck KDDI R&D Labs -Expires: October 16, 2011 +Expires: January 12, 2012 Tomohiro Otani Kenji Kumaki KDDI Corporation Thomas D. Nadeau - April 15, 2011 + July 11, 2011 Traffic Engineering Database Management Information Base in support of MPLS-TE/GMPLS - draft-ietf-ccamp-gmpls-ted-mib-08.txt + draft-ietf-ccamp-gmpls-ted-mib-09.txt Status of this Memo This Internet-Draft is submitted to IETF in full conformance with the provisions of BCP 78 and BCP 79. Internet-Drafts are working documents of the Internet Engineering Task Force (IETF), its areas, and its working groups. Note that other groups may also distribute working documents as Internet-Drafts. @@ -294,21 +294,21 @@ TEXTUAL-CONVENTION, RowPointer FROM SNMPv2-TC -- RFC2579 IANAGmplsLSPEncodingTypeTC, IANAGmplsSwitchingTypeTC FROM IANA-GMPLS-TC-MIB -- RFC4802 InetAddress, InetAddressType FROM INET-ADDRESS-MIB -- RFC3291 ; tedMIB MODULE-IDENTITY - LAST-UPDATED "201104150000Z" -- 15 April 2011 00:00:00 GMT + LAST-UPDATED "201107110000Z" -- 11 July 2011 00:00:00 GMT ORGANIZATION "IETF CCAMP Working Group." CONTACT-INFO " Tomohiro Otani otani@kddilabs.jp Masanori Miyazawa ma-miyazawa@kddilabs.jp Thomas D. Nadeau tnadeau@lucidvision.com @@ -319,63 +319,61 @@ Comments and discussion to ccamp@ietf.org" DESCRIPTION "This MIB contains managed object definitions for TED in support of MPLS/GMPLS TE Database. Copyright (C) 2011 The IETF Trust. This version of this MIB module is part of RFC xxx; see the RFC itself for full legal notices." -- Revision history. REVISION - "201104150000Z" -- 15 April 2011 00:00:00 GMT + "201107110000Z" -- 15 July 2011 00:00:00 GMT DESCRIPTION "Initial version. Published as RFC xxx." -- RFC-editor pls fill in yyy ::= { transmission yyy } -- assigned by IANA, see section 9.1 for details -- Textual Conventions. TedAreaIdTC ::= TEXTUAL-CONVENTION - DISPLAY-HINT "d" STATUS current DESCRIPTION "The area identifier of the IGP. If OSPF is used to advertise LSA, this represents an ospfArea. If ISIS is used, this represents an area address." - SYNTAX Unsigned32 (1..4294967295) + SYNTAX OCTET STRING (SIZE (0..32)) TedRouterIdTC ::= TEXTUAL-CONVENTION - DISPLAY-HINT "d" STATUS current DESCRIPTION " The router identifier. If OSPF is used to advertise LSA, this represents a Router ID. If ISIS is used, this represents a System ID." - SYNTAX Unsigned32 (1..4294967295) + SYNTAX OCTET STRING (SIZE (0..32)) TedLinkStateIdTC ::= TEXTUAL-CONVENTION - DISPLAY-HINT "d" STATUS current DESCRIPTION " The link state identifier. If OSPF is used, this represents an ospfLsdbID. If ISIS is used, this represents an isisLSPID." - SYNTAX Unsigned32 (1..4294967295) + SYNTAX OCTET STRING (SIZE (0..32)) -- Top level components of this MIB. tedNotifications OBJECT IDENTIFIER ::= { tedMIB 0 } tedObjects OBJECT IDENTIFIER ::= { tedMIB 1 } tedConformance OBJECT IDENTIFIER ::= { tedMIB 2 } -- + -- TED Table -- tedTable OBJECT-TYPE SYNTAX SEQUENCE OF TedEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table indicates multiple TED information which has been supported by [RFC3630]." @@ -424,48 +422,51 @@ SYNTAX TedAreaIdTC MAX-ACCESS not-accessible STATUS current DESCRIPTION "This object indicates the area identifier of the IGP. If OSPF is used to advertise LSA, this represents an ospfArea. If ISIS is used, this represents an area address. Otherwise, this represents zero." REFERENCE " OSPF Version 2, RFC2328, C.2 - OSPF for IPv6, RFC5340, C.2 " + OSPF for IPv6, RFC5340, C.2 + Section 9.8 of ISO 10589" ::= { tedEntry 1 } tedRouterId OBJECT-TYPE SYNTAX TedRouterIdTC MAX-ACCESS not-accessible STATUS current DESCRIPTION "This object indicates the router identifier. If OSPF is used to advertise LSA, this represents a Router ID. If ISIS is used, this represents a System ID. Otherwise, this represents zero." REFERENCE " OSPF Version 2, RFC2328, C.1 - OSPF for IPv6, RFC5340, C.1 " + OSPF for IPv6, RFC5340, C.1 + Section 7.1 of ISO 10589" ::= { tedEntry 2 } tedLinkStateId OBJECT-TYPE SYNTAX TedLinkStateIdTC MAX-ACCESS not-accessible STATUS current DESCRIPTION "This object indicates the link state identifier. If OSPF is used, this represents an ospfLsdbID. If ISIS is used, this represents an isisLSPID. Otherwise, this represents a unique identifier within a node." REFERENCE "OSPF Version 2, RFC2328, A.4.1, - OSPF for IPv6, RFC5340, A.4.2" + OSPF for IPv6, RFC5340, A.4.2 + Section 9.8 of ISO 10589 " ::= { tedEntry 3 } tedLinkInformationSource OBJECT-TYPE SYNTAX INTEGER { unknown(0), locallyConfigured(1), ospfv2(2), ospfv3(3), isis(4), other(5) @@ -1555,20 +1557,26 @@ [RFC5329] K. Ishiguro, V. Manral, A. Davey, A.Lindem " Traffic Engineering Extensions to OSPF Version 3 ", RFC5329, Sep. 2008. [RFC5340] R. Coltun, D. Ferguson, J. Moy, A.Lindem " OSPF for IPv6", RFC5340, July 2008. [RFC5643] Dan Joyal, et al, "Management Information Base for OSPFv3 ", RFC5643, August 2009. + [ISO10589] ISO 10589, "Intermediate system to Intermediate system + routeing information exchange protocol for use in + conjunction with the Protocol for providing the + Connectionless-mode Network Service (ISO 8473)", ISO/IEC + 10589:2002. + 10.2 Informative References [RFC3410] J. Case, R. Mundy, D. pertain, B.Stewart, "Introduction and Applicability Statement for Internet Standard Management Framework", RFC 3410, Dec. 2002. [RFC3812] Srinivasan, C., Viswanathan, A., and T. Nadeau, "Multiprotocol Label Switching (MPLS) Traffic Engineering (TE) Management Information Base (MIB)", RFC 3812, June 2004.