A Traffic Engineering (TE) MIB
RFC 3970
Document | Type |
RFC - Proposed Standard
(January 2005; Errata)
Was draft-ietf-tewg-mib (tewg WG)
|
|
---|---|---|---|
Author | Kireeti Kompella | ||
Last updated | 2016-11-09 | ||
Stream | Legacy | ||
Formats | plain text html pdf htmlized bibtex | ||
Stream | Legacy state | (None) | |
Consensus Boilerplate | Unknown | ||
RFC Editor Note | (None) | ||
IESG | IESG state | RFC 3970 (Proposed Standard) | |
Telechat date | |||
Responsible AD | Bert Wijnen | ||
Send notices to | (None) |
Network Working Group K. Kompella Request for Comments: 3970 Juniper Networks Category: Standards Track January 2005 A Traffic Engineering (TE) MIB Status of This Memo This document specifies an Internet standards track protocol for the Internet community, and requests discussion and suggestions for improvements. Please refer to the current edition of the "Internet Official Protocol Standards" (STD 1) for the standardization state and status of this protocol. Distribution of this memo is unlimited. Copyright Notice Copyright (C) The Internet Society (2005). Abstract This memo defines a portion of the Management Information Base (MIB) for use with network management protocols in the Internet community. In particular, it describes managed objects for Traffic Engineered (TE) Tunnels; for example, Multi-Protocol Label Switched Paths. Table of Contents 1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . . 2 1.1. Specification of Requirements. . . . . . . . . . . . . . 2 2. The Internet-Standard Management Framework . . . . . . . . . . 2 3. Overview of the MIB Module . . . . . . . . . . . . . . . . . . 2 3.1. Traffic Engineering Information. . . . . . . . . . . . . 3 3.2. Traffic Tunnel Information . . . . . . . . . . . . . . . 3 3.3. Path Information . . . . . . . . . . . . . . . . . . . . 3 3.4. Hop Information. . . . . . . . . . . . . . . . . . . . . 4 3.5. Relationship with Other MIB Modules. . . . . . . . . . . 4 4. Creating, Modifying, and Deleting a TE Tunnel. . . . . . . . . 4 5. MIB Specification. . . . . . . . . . . . . . . . . . . . . . . 5 6. References . . . . . . . . . . . . . . . . . . . . . . . . . . 40 6.1. Normative References . . . . . . . . . . . . . . . . . . 40 6.2. Informative References . . . . . . . . . . . . . . . . . 40 7. Security Considerations. . . . . . . . . . . . . . . . . . . . 41 Acknowledgments. . . . . . . . . . . . . . . . . . . . . . . . . . 42 Author's Address . . . . . . . . . . . . . . . . . . . . . . . . . 43 Full Copyright Statement . . . . . . . . . . . . . . . . . . . . . 44 Kompella Standards Track [Page 1] RFC 3970 A Traffic Engineering (TE) MIB January 2005 1. Introduction This memo defines a portion of the Management Information Base (MIB) for use with network management protocols in the Internet community. In particular, it describes managed objects for Traffic Engineered (TE) Tunnels; for example, Multi-Protocol Label Switched Paths ([7], [8]). The MIB module defined by this memo allows one to configure TE Tunnels, to assign one or more paths to a Tunnel, and to monitor operational aspects of the Tunnel, such as the number of octets and packets that have passed through the Tunnel. As it stands, this MIB module can only be used to configure or monitor a TE Tunnel at its ingress. The ingress is then expected to use some protocol (such as RSVP-TE) to signal the other routers in the path the information they need to set up the tunnel. The extension of this module for use at other points of a Tunnel is for further study. 1.1. Specification of Requirements The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119 [1]. 2. The Internet-Standard Management Framework For a detailed overview of the documents that describe the current Internet-Standard Management Framework, please refer to Section 7 of RFC 3410 [8]. Managed objects are accessed via a virtual information store, termed the Management Information Base or MIB. MIB objects are generally accessed through the Simple Network Management Protocol (SNMP). Objects in the MIB are defined using the mechanisms defined in the Structure of Management Information (SMI). This memo specifies a MIB module that is compliant to the SMIv2, which is described in STD 58, RFC 2578 [2], STD 58, RFC 2579 [3] and STD 58, RFC 2580 [4]. 3. Overview of the MIB Module The Traffic Engineering MIB module consists of four parts: 1) Traffic Engineering information, 2) a table of Traffic Engineering Tunnels, 3) a table of Paths that tunnels take, and 4) a table of Hops that make up a tunnel path. The MIB module also has statements for minimal and full compliance. Kompella Standards Track [Page 2] RFC 3970 A Traffic Engineering (TE) MIB January 2005 The following subsections give an overview of each part. All objects are mandatory. For minimal compliance, all objects MAY beShow full document text