Filter-Based RIB Data Model
draft-hares-rtgwg-fb-rib-00
The information below is for an old version of the document |
Document |
Type |
|
Active Internet-Draft (individual)
|
|
Authors |
|
Susan Hares
,
Russ White
|
|
Last updated |
|
2016-03-21
|
|
Stream |
|
(None)
|
|
Intended RFC status |
|
(None)
|
|
Formats |
|
pdf
htmlized (tools)
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)
|
I2RS working group S. Hares
Internet-Draft Huawei
Intended status: Standards Track R. White
Expires: September 22, 2016 LinkedIn
March 21, 2016
Filter-Based RIB Data Model
draft-hares-rtgwg-fb-rib-00
Abstract
This document defines a yang data model for a Filter-based Routing
Information Base (RIB) Yang data model. A routing system uses the
Filter-based RIB to program FIB entries that process incoming packets
by matching on multiple fields (n-tuple) within the packet and then
performing a specified action on it. The FB-RIB can also specify an
action to forward the packet according to the FIB entries programmed
using the RIBs of its routing instance.
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 September 22, 2016.
Copyright Notice
Copyright (c) 2016 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
Hares & White Expires September 22, 2016 [Page 1]
Internet-Draft Filter-Base RIB DM March 2016
include Simplified BSD License text as described in Section 4.e of
the Trust Legal Provisions and are provided without warranty as
described in the Simplified BSD License.
Table of Contents
1. Introduction . . . . . . . . . . . . . . . . . . . . . . . . 2
1.1. Definition of I2RS Filter Based RIB . . . . . . . . . . . 2
1.2. Requirements Language . . . . . . . . . . . . . . . . . . 3
1.3. Definitions and Acronyms . . . . . . . . . . . . . . . . 4
1.4. Yang High Level (YHL) graphical form . . . . . . . . . . 4
2. Where Filter-Based RIB Fits in Global RIBs . . . . . . . . . 5
3. Proposed Structure for Filter-Based RIBs . . . . . . . . . . 7
4. Yang High Level Structure for FB-RIBs . . . . . . . . . . . . 8
4.1. Top Level Yang Structure for ietf-fb-rib . . . . . . . . 9
4.2. Filter-Based RIB structures . . . . . . . . . . . . . . . 10
5. yang models . . . . . . . . . . . . . . . . . . . . . . . . . 11
5.1. Filter-Based RIB types . . . . . . . . . . . . . . . . . 11
5.2. FB-RIB . . . . . . . . . . . . . . . . . . . . . . . . . 17
6. IANA Considerations . . . . . . . . . . . . . . . . . . . . . 19
7. Security Considerations . . . . . . . . . . . . . . . . . . . 20
8. References . . . . . . . . . . . . . . . . . . . . . . . . . 20
8.1. Normative References: . . . . . . . . . . . . . . . . . . 20
8.2. Informative References . . . . . . . . . . . . . . . . . 21
Authors' Addresses . . . . . . . . . . . . . . . . . . . . . . . 21
1. Introduction
This document provides a yang module for flow filter n-tuple policy
that is locally configured. This flow filter policy has also been
called Policy routing in some implementations.
This document defines a yang data model for a Filter-based Routing
Information Base (RIB) Yang data model. A routing system uses the
Filter-based RIB to program FIB entries that process incoming packets
by matching on multiple fields within the packet and then performing
a specified action on it. The FB-RIB can also specify an action to
forward the packet according to the FIB entries programmed using the
RIBs of its routing instance.
1.1. Definition of I2RS Filter Based RIB
Filter-based routing is a technique used to make packet forwarding
decisions based on a n-tuple filter that is matched to the incoming
packets and the specified action. It should be noted that that this
is distinct from the static routes in the following RIBS:
Hares & White Expires September 22, 2016 [Page 2]
Show full document text