YANG Model for QoS
draft-asechoud-rtgwg-qos-model-02
The information below is for an old version of the document |
Document |
Type |
|
Active Internet-Draft (individual)
|
|
Last updated |
|
2017-06-15
|
|
Replaces |
|
draft-asechoud-netmod-qos-model
|
|
Stream |
|
(None)
|
|
Intended RFC status |
|
(None)
|
|
Formats |
|
pdf
htmlized
bibtex
|
Stream |
Stream state |
|
(No stream defined) |
|
Consensus Boilerplate |
|
Unknown
|
|
RFC Editor Note |
|
(None)
|
IESG |
IESG state |
|
I-D Exists
|
|
Telechat date |
|
|
|
Responsible AD |
|
(None)
|
|
Send notices to |
|
(None)
|
Network Working Group A. Choudhary
Internet-Draft M. Jethanandani
Intended status: Standards Track Cisco Systems
Expires: December 16, 2017 N. Strahle
E. Aries
Juniper Networks
I. Chen
Kuatro Technologies
June 14, 2017
YANG Model for QoS
draft-asechoud-rtgwg-qos-model-02
Abstract
This document describes a YANG model for Quality of Service (QoS)
configuration and operational parameters.
Status of This Memo
This Internet-Draft is submitted in full conformance with the
provisions of BCP 78 and BCP 79.
Internet-Drafts are working documents of the Internet Engineering
Task Force (IETF). Note that other groups may also distribute
working documents as Internet-Drafts. The list of current Internet-
Drafts is at http://datatracker.ietf.org/drafts/current/.
Internet-Drafts are draft documents valid for a maximum of six months
and may be updated, replaced, or obsoleted by other documents at any
time. It is inappropriate to use Internet-Drafts as reference
material or to cite them other than as "work in progress."
This Internet-Draft will expire on December 16, 2017.
Copyright Notice
Copyright (c) 2017 IETF Trust and the persons identified as the
document authors. All rights reserved.
This document is subject to BCP 78 and the IETF Trust's Legal
Provisions Relating to IETF Documents
(http://trustee.ietf.org/license-info) in effect on the date of
publication of this document. Please review these documents
carefully, as they describe your rights and restrictions with respect
to this document. Code Components extracted from this document must
include Simplified BSD License text as described in Section 4.e of
Choudhary, et al. Expires December 16, 2017 [Page 1]
Internet-Draft YANG Model For QoS June 2017
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 2
2. Terminology . . . . . . . . . . . . . . . . . . . . . . . . . 3
3. QoS Model Design . . . . . . . . . . . . . . . . . . . . . . 3
4. DiffServ Model Design . . . . . . . . . . . . . . . . . . . . 3
5. Modules Tree Structure . . . . . . . . . . . . . . . . . . . 4
6. Modules . . . . . . . . . . . . . . . . . . . . . . . . . . . 9
6.1. IETF-QOS-CLASSIFIER . . . . . . . . . . . . . . . . . . . 9
6.2. IETF-QOS-POLICY . . . . . . . . . . . . . . . . . . . . . 15
6.3. IETF-QOS-ACTION . . . . . . . . . . . . . . . . . . . . . 18
6.4. IETF-QOS-TARGET . . . . . . . . . . . . . . . . . . . . . 30
6.5. IETF-DIFFSERV . . . . . . . . . . . . . . . . . . . . . . 35
7. Security Considerations . . . . . . . . . . . . . . . . . . . 40
8. Acknowledgement . . . . . . . . . . . . . . . . . . . . . . . 40
9. References . . . . . . . . . . . . . . . . . . . . . . . . . 40
9.1. Normative References . . . . . . . . . . . . . . . . . . 40
9.2. Informative References . . . . . . . . . . . . . . . . . 41
Appendix A. Company A, Company B and Company C examples . . . . 41
A.1. Example of Company A Diffserv Model . . . . . . . . . . . 41
A.2. Example of Company B Diffserv Model . . . . . . . . . . . 51
A.3. Example of Company C Diffserv Model . . . . . . . . . . . 65
Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 71
1. Introduction
This document defines a base YANG [RFC6020] data module for Quality
of Service (QoS) configuration and operational parameters.
Differentiated Services (DiffServ) module is an augmentation of the
base QoS model. Remote Procedure Calls (RPC) or notification
definition is currently not part of this document and will be added
later if necessary. QoS base modules define a basic building blocks
to define a classifier, policy, action and target. The base modules
have been augmented to include packet match fields, action
parameters, and statistics data to define the DiffServ module. It is
left up to individual vendors to stitch actions like queues, random-
detect (RED) and vendor specific parameters of the DiffServ policy
definitions. Designing the module in this manner allows for a very
flexible and extensible module that should fit in with most of the
vendor requirements. The DiffServ model is based on DiffServ
architecture, and various references have been made to available
Show full document text