--- 1/draft-ietf-mpls-lsr-mib-03.txt 2006-02-05 00:41:27.000000000 +0100 +++ 2/draft-ietf-mpls-lsr-mib-04.txt 2006-02-05 00:41:27.000000000 +0100 @@ -2,21 +2,21 @@ Internet Draft Tachion Networks, Inc. Expires: October 2000 Arun Viswanathan Force10 Networks, Inc. Thomas D. Nadeau Cisco Systems, Inc. MPLS Label Switch Router Management Information Base Using SMIv2 - draft-ietf-mpls-lsr-mib-03.txt + draft-ietf-mpls-lsr-mib-04.txt Status of this Memo This document is an Internet-Draft and is in full conformance with all provisions of Section 10 of RFC 2026. 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. @@ -34,42 +34,42 @@ http://www.ietf.org/shadow.html. Table of Contents 1.Abstract..............................................2 2. Introduction.........................................2 3. Terminology..........................................2 4. The SNMP Management Framework........................3 4.1. Object Definitions.................................4 5. Feature Checklist....................................4 -6. Outline..............................................4 +6. Outline..............................................5 6.1. Summary of LSR MIB.................................5 7. Brief Description of MIB Objects.....................5 -7.1. mplsInterfaceConfTable.............................5 -7.2. mplsInterfacePerfTable.............................5 -7.3. mplsInSegmentTable.................................5 +7.1. mplsInterfaceConfTable.............................6 +7.2. mplsInterfacePerfTable.............................6 +7.3. mplsInSegmentTable.................................6 7.4. mplsInSegmentPerfTable.............................7 -7.5. mplsOutSegmentTable................................6 -7.6. mplsOutSegmentPerfTable............................6 +7.5. mplsOutSegmentTable................................7 +7.6. mplsOutSegmentPerfTable............................7 -7.7. mplsXCTable........................................7 -7.8. mplsLabelStackTable................................7 -7.9. mplsTrafficParamTable..............................7 -8. Example of LSP Setup.................................7 -9. Application of the Interface Group to MPLS...........9 -9.1. Support of the MPLS Layer by ifTable...............9 +7.7. mplsXCTable........................................8 +7.8. mplsLabelStackTable................................8 +7.9. mplsTrafficParamTable..............................8 +8. Example of LSP Setup.................................8 +9. Application of the Interface Group to MPLS..........10 +9.1. Support of the MPLS Layer by ifTable..............10 10. The Use of RowPointer..............................12 11. MPLS Label Switch Router MIB Definitions...........12 -12. Security Considerations............................52 -13. Acknowledgments....................................53 -14. References.........................................54 -15. Authors' Addresses.................................56 +12. Security Considerations............................53 +13. Acknowledgments....................................54 +14. References.........................................55 +15. Authors' Addresses.................................57 16. Full Copyright Statement...........................58 1. Abstract This memo defines an experimental portion of the Management Information Base (MIB) for use with network management protocols in the Internet community. In particular, it describes managed objects for modeling a Multi-Protocol Label Switching (MPLS) [MPLSArch, MPLSFW] Label Switch Router (LSR). @@ -577,21 +577,21 @@ InterfaceIndex, InterfaceIndexOrZero FROM IF-MIB AddressFamilyNumbers FROM IANA-ADDRESS-FAMILY-NUMBERS-MIB InetAddressIPv4, InetAddressIPv6, InetAddressType FROM INET-ADDRESS-MIB; mplsLsrMIB MODULE-IDENTITY - LAST-UPDATED "200004211200Z" -- 21 April 2000 12:00:00 EST + LAST-UPDATED "200004261200Z" -- 26 April 2000 12:00:00 EST ORGANIZATION "Multiprotocol Label Switching (MPLS) Working Group" CONTACT-INFO " Cheenu Srinivasan Postal: Tachion Networks, Inc. Monmouth Park Corporate Center I Building C, 185 Monmouth Parkway West Long Branch, NJ 07764 Tel: +1-732-542-7750 x1234 Email: cheenu@tachion.com @@ -628,21 +628,25 @@ "Second draft version." REVISION "200003061200Z" -- 6 March 2000 12:00:00 EST DESCRIPTION "Third draft version." REVISION "200004211200Z" -- 21 April 2000 12:00:00 EST DESCRIPTION "Fourth draft version. Made corrections from WG Last Call comments." - + REVISION + "200004261200Z" -- 26 April 2000 12:00:00 EST + DESCRIPTION + "Fifth draft version. Made minor typographical corrections + noted from WG mailing list." ::= { experimental 96 } -- Textual Conventions. MplsLSPID ::= TEXTUAL-CONVENTION STATUS current DESCRIPTION "An identifier that is assigned to each LSP and is used to uniquely identify it. This is assigned at the head end of the LSP and can be used by all LSRs @@ -833,33 +837,33 @@ LSR is willing to send on this interface." ::= { mplsInterfaceConfEntry 5 } mplsInterfaceTotalBandwidth OBJECT-TYPE SYNTAX MplsBitRate MAX-ACCESS read-only STATUS current DESCRIPTION "This value indicates the total amount of usable bandwidth on this interface and is specified in - kilobits per second (Kbps/sec). This variable is + kilobits per second (Kbps). This variable is not applicable when applied to the interface with index 0." ::= { mplsInterfaceConfEntry 6 } mplsInterfaceAvailableBandwidth OBJECT-TYPE SYNTAX MplsBitRate MAX-ACCESS read-only STATUS current DESCRIPTION "This value indicates the total amount of available bandwidth available on this interface and is - specified in kilobits per second (Kbps/sec). This + specified in kilobits per second (Kbps). This value is calculated as the difference between the amount of bandwidth currently in use and that specified in mplsInterfaceTotalBandwidth. This variable is not applicable when applied to the interface with index 0." ::= { mplsInterfaceConfEntry 7 } mplsInterfaceTotalBuffer OBJECT-TYPE SYNTAX MplsBufferSize MAX-ACCESS read-only @@ -1742,21 +1746,21 @@ mplsXCLabelStackIndex Integer32, mplsXCIsPersistent TruthValue, mplsXCOwner MplsObjectOwner, mplsXCRowStatus RowStatus, mplsXCStorageType StorageType, mplsXCAdminStatus INTEGER, mplsXCOperStatus INTEGER } mplsXCIndex OBJECT-TYPE - SYNTAX Integer32 (0..2147483647) + SYNTAX Integer32 (1..2147483647) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Primary index for the row identifying a group of cross-connect segments." ::= { mplsXCEntry 1 } mplsXCLspId OBJECT-TYPE SYNTAX MplsLSPID MAX-ACCESS read-create @@ -2017,34 +2021,34 @@ SYNTAX Integer32 (1..2147483647) MAX-ACCESS not-accessible STATUS current DESCRIPTION "Uniquely identifies this row of the table. Note that zero represents an invalid index." ::= { mplsTrafficParamEntry 1 } mplsTrafficParamMaxRate OBJECT-TYPE SYNTAX MplsBitRate - UNITS "bits per second" + UNITS "kilobits per second" MAX-ACCESS read-create STATUS current DESCRIPTION - "Maximum rate in bits/second." + "Maximum rate in kilobits/second." ::= { mplsTrafficParamEntry 4 } mplsTrafficParamMeanRate OBJECT-TYPE SYNTAX MplsBitRate - UNITS "bits per second" + UNITS "kilobits per second" MAX-ACCESS read-create STATUS current DESCRIPTION - "Mean rate in bits/second." + "Mean rate in kilobits/second." ::= { mplsTrafficParamEntry 5 } mplsTrafficParamMaxBurstSize OBJECT-TYPE SYNTAX MplsBurstSize UNITS "bytes" MAX-ACCESS read-create STATUS current DESCRIPTION "Maximum burst size in bytes." ::= { mplsTrafficParamEntry 6 }