-- extracted from draft-ietf-ccamp-gmpls-ted-mib-02.txt -- at Thu Jul 12 06:08:51 2007 TED-MIB DEFINITIONS ::= BEGIN IMPORTS MODULE-IDENTITY, OBJECT-TYPE, Integer32, Unsigned32, transmission, IpAddress, NOTIFICATION-TYPE FROM SNMPv2-SMI --[RFC2578] MODULE-COMPLIANCE, OBJECT-GROUP, NOTIFICATION-GROUP FROM SNMPv2-CONF --[RFC2580] RowPointer, TruthValue FROM SNMPv2-TC --[RFC2579] ; tedMIB MODULE-IDENTITY LAST-UPDATED "200707060000Z" -- 06 July 2005 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@cisco.com Kenji Kumaki ke-kumaki@kddi.com Comments and discussion to ccamp@ietf.org" DESCRIPTION "This MIB contains managed object definitions for TED in support of MPLS/GMPLS Traffic Engienering (TE) Database. Copyright (C) The Internet Society (2007). This version of this MIB module is part of RFCXXX; see the RFC itself for full legal notices." -- Revision history. REVISION "200506041200Z" -- 04 July 2005 12:00:00 GMT DESCRIPTION "Initial version. Published as RFC xxxx." -- RFC-editor pls fill in xxx ::= { transmission xxx } -- assigned by IANA, see section 7.1 for details -- Textual Conventions. -- Top level components of this MIB. tedNotifications OBJECT IDENTIFIER ::= { tedMIB 0 } tedObjects OBJECT IDENTIFIER ::= { tedMIB 1 } tedScalars OBJECT IDENTIFIER ::= { tedObjects 1 } tedTables OBJECT IDENTIFIER ::= { tedObjects 2 } tedConformance OBJECT IDENTIFIER ::= { tedMIB 2 } -- MIB Definitions -- -- Scalar Objects -- tedNotificationEnabled OBJECT-TYPE SYNTAX TruthValue MAX-ACCESS read-write STATUS current DESCRIPTION "If this object is set to true, it enables the generation of tedTeInfoStatusChange, tedTeCreation and tedTeDeletion notifications." DEFVAL {false} ::={ tedScalars 1 } tedNotificationMaxRate OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS read-write STATUS current DESCRIPTION "A lot of notifications are expected to generate in a node, especially when a network failure occurs and might cause a performance degradation of the node itself. To avoid such a defect, this object provides the maximum number of notifications generated per minute. If events occur more rapidly, the implementation may simply fail to emit these notifications during that period, or may queue them until an appropriate time. A value of 0 means no throttling is applied and events may be notified at the rate at which they occur." DEFVAL {0} ::= { tedScalars 2 } -- -- TE DB 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]." ::= { tedTables 1 } tedEntry OBJECT-TYPE SYNTAX TedEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This entry contains TED information commonly utilized in both MPLS and GMPLS" INDEX { teAreaId, teRouterId, teLinkStateId } ::= { tedTable 1 } TedEntry ::= SEQUENCE { teAreaId Unsigned32, teRouterId Unsigned32, teLinkStateId Unsigned32, teLinkInformationSource INTEGER, teLinkInformationData RowPointer, teLinkType INTEGER, teRouterIdAddr IpAddress, teLinkIdAddr IpAddress, teMetric Integer32, teMaxBandwidth Unsigned32, teMaxReservableBandwidth Unsigned32, teUnreservedBandwidthPri0 Unsigned32, teUnreservedBandwidthPri1 Unsigned32, teUnreservedBandwidthPri2 Unsigned32, teUnreservedBandwidthPri3 Unsigned32, teUnreservedBandwidthPri4 Unsigned32, teUnreservedBandwidthPri5 Unsigned32, teUnreservedBandwidthPri6 Unsigned32, teUnreservedBandwidthPri7 Unsigned32, teAdministrativeGroup Integer32, teLocalId Integer32, teRemoteId Integer32, teLinkProtectionType BITS } teAreaId OBJECT-TYPE SYNTAX Unsigned32 (1..4294967295) MAX-ACCESS read-only 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 addres. Otherwise, this represents zero." ::= { tedEntry 1 } teRouterId OBJECT-TYPE SYNTAX Unsigned32 (1..4294967295) MAX-ACCESS read-only 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." ::= { tedEntry 2 } teLinkStateId OBJECT-TYPE SYNTAX Unsigned32 (1..4294967295) MAX-ACCESS read-only STATUS current DESCRIPTION "This object jndicates 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." ::= { tedEntry 3 } teLinkInformationSource OBJECT-TYPE SYNTAX INTEGER { unknown(0), locallyConfigured(1), ospf(2), isis(3), other(4) } MAX-ACCESS read-only STATUS current DESCRIPTION "This object indicates the source of the information about the TE link" ::= { tedEntry 4 } teLinkInformationData OBJECT-TYPE SYNTAX RowPointer MAX-ACCESS read-only STATUS current DESCRIPTION "This object cross-references the source of the information about this TE link and should be interpretted in the context of teLinkInformationSource. If teLinkInformationSource has the value unknown(0), this object SHOULD contain a value of zeroDotZero.If teLinkInformationSource has the value locallyConfigured(1), this object MAY contain the identifier of the corresponding row entry in the teLinkTable of TE-LINK-STD-MIB, the identifier of the corresponding row in a local proprietary TE link MIB module, or the value of zeroDotZero otherwise. If teLinkInformationSource has the value ospf(2), this object MAY contain the identifier of the corresponding row entry in the ospfLocalLsdbTable of [OSPF-MIB], or the value of zeroDotZero otherwise. If teLinkInformationSource has the value isis(3) this object MAY contain the identifier of the corresponding row entry in the isisAreaAddr of [ISIS-MIB], or the value of zeroDotZero otherwise. If teLinkInformationSource has the value other(4) this object MAY contain the identifier of the corresponding row entry a local proprietary MIB module, or the value of zeroDotZero otherwise." ::= { tedEntry 5 } teLinkType OBJECT-TYPE SYNTAX INTEGER { pointToPoint (1), multiAccess (2) } MAX-ACCESS read-only STATUS current DESCRIPTION "This indicates the type of the link such as point-to-point or multi-access" ::= { tedEntry 6 } teRouterIdAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION " This object indicates the TE-Router ID " ::= { tedEntry 7 } teLinkIdAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "This indicates the Router ID of the neighbor in the case of point-to-point links. This also indicates the interface address of the designated router in the case of multi-access links." ::= { tedEntry 8 } teMetric OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "This indicates the traffic engineering metric value of the TE link." ::= { tedEntry 9 } teMaxBandwidth OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) UNITS "Byte per seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "This indicates the maximum bandwidth that can be used on this link in this direction" ::= { tedEntry 10 } teMaxReservableBandwidth OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) UNITS "Byte per seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "This indicates the maximum bandwidth that may be reserved on this link in this direction" ::= { tedEntry 11 } teUnreservedBandwidthPri0 OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) UNITS "Byte per seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "This indicates the amount of bandwidth not yet reserved at the priority 0" ::= { tedEntry 12 } teUnreservedBandwidthPri1 OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) UNITS "Byte per seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "This indicates the amount of bandwidth not yet reserved at the priority 1" ::= { tedEntry 13 } teUnreservedBandwidthPri2 OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) UNITS "Byte per seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "This indicates the amount of bandwidth not yet reserved at the priority 2" ::= { tedEntry 14 } teUnreservedBandwidthPri3 OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) UNITS "Byte per seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "This indicates the amount of bandwidth not yet reserved at the priority 3" ::= { tedEntry 15 } teUnreservedBandwidthPri4 OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) UNITS "Byte per seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "This indicates the amount of bandwidth not yet reserved at the priority 4" ::= { tedEntry 16 } teUnreservedBandwidthPri5 OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) UNITS "Byte per seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "This indicates the amount of bandwidth not yet reserved at the priority 5" ::= { tedEntry 17 } teUnreservedBandwidthPri6 OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) UNITS "Byte per seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "This indicates the amount of bandwidth not yet reserved at the priority 6" ::= { tedEntry 18 } teUnreservedBandwidthPri7 OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) UNITS "Byte per seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "This indicates the amount of bandwidth not yet reserved at the priority 7" ::= { tedEntry 19 } teAdministrativeGroup OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "This indicates the Administrative Group which the link belong to. Since the value is a bit mask, the link can belong to multiple groups. This is also called Resource Class/Color." ::= { tedEntry 20 } teLocalId OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "This indicates the Link local identifier of an unnumbered link." ::= { tedEntry 21 } teRemoteId OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION " This indicates the Link remote identifier of an unnumbered link." ::= { tedEntry 22 } teLinkProtectionType OBJECT-TYPE SYNTAX BITS { extraTraffic(0), unprotected(1), shared (2), dedicatedOneToOne (3), dedicatedOnePlusOne(4), enhanced(5) } MAX-ACCESS read-only STATUS current DESCRIPTION "This object indicates the protection type of the TE link" ::= { tedEntry 23 } -- -- TED Local Interface IP Address Table -- teLocalIntAddrTable OBJECT-TYPE SYNTAX SEQUENCE OF TeLocalIntAddrEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table contains the IP address information of a local TE link." ::= { tedTables 2 } teLocalIntAddrEntry OBJECT-TYPE SYNTAX TeLocalIntAddrEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This entry contains the IP address information of the local TE link." INDEX { teAreaId, teRouterId, teLinkStateId, teLocalIntAddrIndex } ::= { teLocalIntAddrTable 1 } TeLocalIntAddrEntry ::= SEQUENCE { teLocalIntAddrIndex Unsigned32, teLocalIntAddr IpAddress } teLocalIntAddrIndex OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS not-accessible STATUS current DESCRIPTION "This indicates the index to identify multiple local TE links" ::= { teLocalIntAddrEntry 1 } teLocalIntAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "This object indicates the address of the local TE link." ::= { teLocalIntAddrEntry 2 } -- -- TED Remote Interface IP Address Table -- teRemoteIntAddrTable OBJECT-TYPE SYNTAX SEQUENCE OF TeRemoteIntAddrEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table contains the IP address information of a remote TE link." ::= { tedTables 3 } teRemoteIntAddrEntry OBJECT-TYPE SYNTAX TeRemoteIntAddrEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This entry contains the IP address information of the remote TE link." INDEX { teAreaId, teRouterId, teLinkStateId, teRemoteIntAddrIndex } ::= { teRemoteIntAddrTable 1 } TeRemoteIntAddrEntry ::= SEQUENCE { teRemoteIntAddrIndex Unsigned32, teRemoteIntAddr IpAddress } teRemoteIntAddrIndex OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS not-accessible STATUS current DESCRIPTION "This indicates the index to identify multiple remote TE links." ::= { teRemoteIntAddrEntry 1 } teRemoteIntAddr OBJECT-TYPE SYNTAX IpAddress MAX-ACCESS read-only STATUS current DESCRIPTION "This object indicates the address of the remote TE link." ::= { teRemoteIntAddrEntry 2 } -- -- TED Switch Capable Table -- teSwCapTable OBJECT-TYPE SYNTAX SEQUENCE OF TeSwCapEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table contains the GMPLS TED switching capability information." ::= { tedTables 4 } teSwCapEntry OBJECT-TYPE SYNTAX TeSwCapEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This entry relates each TE link with its GMPLS TE switching capability information. IF the MIB deals with only OSPF-TE information, the value of each object related with GMPLS TE extensions should be null." INDEX { teAreaId, teRouterId, teLinkStateId, teSwCapIndex } ::= { teSwCapTable 1 } TeSwCapEntry ::= SEQUENCE { teSwCapIndex Unsigned32, teSwitchingType INTEGER, teEncoding INTEGER, teMaxLspBandwidthPri0 Unsigned32, teMaxLspBandwidthPri1 Unsigned32, teMaxLspBandwidthPri2 Unsigned32, teMaxLspBandwidthPri3 Unsigned32, teMaxLspBandwidthPri4 Unsigned32, teMaxLspBandwidthPri5 Unsigned32, teMaxLspBandwidthPri6 Unsigned32, teMaxLspBandwidthPri7 Unsigned32, teMinLspBandwidth Unsigned32, teIntMtu Integer32, teIndication INTEGER } teSwCapIndex OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS not-accessible STATUS current DESCRIPTION "This index is utilized to identify multiple switching functions on a local or remote TE link." ::= { teSwCapEntry 1 } teSwitchingType OBJECT-TYPE SYNTAX INTEGER { unknown (0), psc1 (1), psc2 (2), psc3 (3), psc4 (4), l2sc (51), tdm (100), lsc (150), fsc (200) } MAX-ACCESS read-only STATUS current DESCRIPTION "This object indicates the GMPLS switching capability assigned to the TE link." ::= { teSwCapEntry 2 } teEncoding OBJECT-TYPE SYNTAX INTEGER { packet (1), ethernet (2), ansiEtsiPdh (3), sdhSonet (5), digitalWrapper (7), lambda (8), fiber (9), fiberChannel (11) } MAX-ACCESS read-only STATUS current DESCRIPTION "This object indicates the GMPLS encoding type assigned to the TE link." ::= { teSwCapEntry 3 } teMaxLspBandwidthPri0 OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) UNITS "Byte per seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "This object indicates the maximum bandwidth of the TE link at the priority 0 for GMPLS LSP creation." ::= { teSwCapEntry 4 } teMaxLspBandwidthPri1 OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) UNITS "Byte per seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "This object indicates the maximum bandwidth of the TE link at the priority 1 for GMPLS LSP creation." ::= { teSwCapEntry 5 } teMaxLspBandwidthPri2 OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) UNITS "Byte per seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "This object indicates the maximum bandwidth of the TE link at the priority 2 for GMPLS LSP creation." ::= { teSwCapEntry 6 } teMaxLspBandwidthPri3 OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) UNITS "Byte per seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "This object indicates the maximum bandwidth of the TE link at the priority 3 for GMPLS LSP creation." ::= { teSwCapEntry 7 } teMaxLspBandwidthPri4 OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) UNITS "Byte per seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "This object indicates the maximum bandwidth of the TE link at the priority 4 for GMPLS LSP creation." ::= { teSwCapEntry 8 } teMaxLspBandwidthPri5 OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) UNITS "Byte per seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "This object indicates the maximum bandwidth of the TE link at the priority 5 for GMPLS LSP creation." ::= { teSwCapEntry 9 } teMaxLspBandwidthPri6 OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) UNITS "Byte per seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "This object indicates the maximum bandwidth of the TE link at the priority 6 for GMPLS LSP creation." ::= { teSwCapEntry 10 } teMaxLspBandwidthPri7 OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) UNITS "Byte per seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "This object indicates the maximum bandwidth of the TE link at the priority 7 for GMPLS LSP creation." ::= { teSwCapEntry 11 } teMinLspBandwidth OBJECT-TYPE SYNTAX Unsigned32 (0..4294967295) UNITS "Byte per seconds" MAX-ACCESS read-only STATUS current DESCRIPTION "This object indicates the minimum bandwidth of the TE link for GMPLS LSP creation if the switching capability field is TDM, PSC- 1, PSC-2, PSC-3, or PSC-4." ::= { teSwCapEntry 12 } teIntMtu OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "This object indicates the MTU of the local or remote TE link" ::= { teSwCapEntry 13 } teIndication OBJECT-TYPE SYNTAX INTEGER { standard (0), arbitrary (1) } MAX-ACCESS read-only STATUS current DESCRIPTION "This object indicates whether the interface supports Standard or Arbitrary SONET/SDH." ::= { teSwCapEntry 14 } -- -- TED SRLG Table -- teSrlgTable OBJECT-TYPE SYNTAX SEQUENCE OF TeSrlgEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This table contains the SRLG information of the TE link." ::= { tedTables 5 } teSrlgEntry OBJECT-TYPE SYNTAX TeSrlgEntry MAX-ACCESS not-accessible STATUS current DESCRIPTION "This entry relates each TE link with its SRLG information." INDEX { teAreaId, teRouterId, teLinkStateId, teSrlgIndex } ::= { teSrlgTable 1 } TeSrlgEntry ::= SEQUENCE { teSrlgIndex Unsigned32, teSrlg Integer32 } teSrlgIndex OBJECT-TYPE SYNTAX Unsigned32 MAX-ACCESS not-accessible STATUS current DESCRIPTION "This index is utilized to identify multiple SRLG values on a local or remote TE link." ::= { teSrlgEntry 1 } teSrlg OBJECT-TYPE SYNTAX Integer32 MAX-ACCESS read-only STATUS current DESCRIPTION "This object indicate the SRLG value assigned to a local or remote TE link" ::= { teSrlgEntry 2 } -- -- Notifications -- tedTeInfoStatusChange NOTIFICATION-TYPE OBJECTS { teAreaId, teRouterId, teLinkStateId } STATUS current DESCRIPTION "This notification is generated when TED information is changed. " ::= { tedNotifications 1 } tedTeCreation NOTIFICATION-TYPE OBJECTS { teAreaId, teRouterId, teLinkStateId } STATUS current DESCRIPTION " This notification is generated when a new entry is registered as TED information." ::= { tedNotifications 2 } tedTeDeletion NOTIFICATION-TYPE OBJECTS { teAreaId, teRouterId, teLinkStateId } STATUS current DESCRIPTION "This notification is generated when one of existing entries is deleted." ::= { tedNotifications 3 } -- Conformance Statement tedGroups OBJECT IDENTIFIER ::= { tedConformance 1 } tedCompliances OBJECT IDENTIFIER ::= { tedConformance 2 } -- Module Compliance teModuleFullCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION "Compliance statement for agents provides full support for the TED MIB" MODULE -- this module MANDATORY-GROUPS { tedMainGroup } ::= { tedCompliances 1 } -- -- ReadOnly Compliance -- teModuleReadOnlyCompliance MODULE-COMPLIANCE STATUS current DESCRIPTION "Compliance requirement for implementations only provide read-only support for TED. Such devices can then be monitored but cannot be configured using this MIB module. " MODULE -- this module MANDATORY-GROUPS { tedMainGroup } ::= { tedCompliances 2 } -- Units of conformance. tedMainGroup OBJECT-GROUP OBJECTS { teAreaId , teRouterId , teLinkStateId , tedNotificationEnabled , tedNotificationMaxRate , teLinkInformationSource , teLinkType , teRouterIdAddr , teLinkIdAddr , teMetric , teMaxBandwidth , teMaxReservableBandwidth , teUnreservedBandwidthPri0 , teUnreservedBandwidthPri1 , teUnreservedBandwidthPri2 , teUnreservedBandwidthPri3 , teUnreservedBandwidthPri4 , teUnreservedBandwidthPri5 , teUnreservedBandwidthPri6 , teUnreservedBandwidthPri7 , teAdministrativeGroup , teLocalId , teRemoteId , teLinkProtectionType , teLinkInformationData , teLocalIntAddr , teRemoteIntAddr , teSwitchingType , teEncoding , teMaxLspBandwidthPri0 , teMaxLspBandwidthPri1 , teMaxLspBandwidthPri2 , teMaxLspBandwidthPri3 , teMaxLspBandwidthPri4 , teMaxLspBandwidthPri5 , teMaxLspBandwidthPri6 , teMaxLspBandwidthPri7 , teMinLspBandwidth , teIntMtu , teIndication , teSrlg } STATUS current DESCRIPTION "Collection of objects for TED management" ::= { tedGroups 1 } tedNotificationGroup NOTIFICATION-GROUP NOTIFICATIONS { tedTeInfoStatusChange, tedTeCreation, tedTeDeletion } STATUS current DESCRIPTION "This indicates a set of notifications implemented in this module" ::= { tedGroups 2 } END -- -- Copyright (C) The IETF Trust (2007). -- -- This document is subject to the rights, licenses and restrictions -- contained in BCP 78, and except as set forth therein, the authors -- retain all their rights. -- -- This document and the information contained herein are provided on an -- "AS IS" basis and THE CONTRIBUTOR, THE ORGANIZATION HE/SHE REPRESENTS -- OR IS SPONSORED BY (IF ANY), THE INTERNET SOCIETY, THE IETF TRUST AND -- THE INTERNET ENGINEERING TASK FORCE DISCLAIM 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.