Network Working Group | X. Xu |
Internet-Draft | Huawei |
Intended status: Informational | C. Jacquenet |
Expires: September 1, 2016 | Orange |
T. Boyes | |
Bloomberg LP | |
B. Fee | |
Extreme Networks | |
W. Henderickx | |
Alcatel-Lucent | |
February 29, 2016 |
FIB Reduction in Virtual Subnet
draft-ietf-bess-virtual-subnet-fib-reduction-02
Virtual Subnet is a BGP/MPLS IP VPN-based subnet extension solution which is intended for building Layer3 network virtualization overlays within and/or between data centers. This document describes a mechanism for reducing the FIB size of PE routers in the Virtual Subnet context.
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 1, 2016.
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 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.
Virtual Subnet [I-D.ietf-bess-virtual-subnet] is a BGP/MPLS IP VPN [RFC4364] -based subnet extension solution which is intended for building Layer3 network virtualization overlays within and/or across data centers. In the Virtual Subnet context, since CE host routes of a given VPN instance need to be exchanged among PE routers participating in that VPN instance, the resulting forwarding table (a.k.a. FIB) size of PE routers may become a big concern in large-scale data center environment where they may need to install a huge amount of host routes into their forwarding tables. In some cases where host routes need to be maintained on the control plane, it needs a method to reduce the FIB size of PE routers without any change to the RIB and the routing table. Therefore, this document proposes a very simple mechanism for reducing the FIB size of PE routers. The basic idea of this mechanism is: Those host routes learnt from remote PE routers are selectively installed into the FIB while the remaining routes including local CE host routes are installed into the FIB by default as before.
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 [RFC2119].
This memo makes use of the terms defined in [RFC4364].
+----------+ +----+PE/RR(APR)+----+ +------------------+ | +----------+ | +---------------_--+ |VPN_A:192.0.2.1/24| | | |VPN_A:192.0.2.1/24| | \ | | | | / | | +------+ \ ++---+-+ +-+---++/ +------+ | | |Host A+------_+ PE-1 | | PE-2 +------+Host B| | | +------+\ ++-+-+-+ +-+-+-++ /+------+ | | 192.0.2.2/24 | | | | | | 192.0.2.3/24 | | | | | | | | | | DC West | | | IP/MPLS Backbone | | | DC East | +------------------+ | | | | +------------------+ | +--------------------+ | | | VRF: V VRF:V +--------------+---------+--------+------+ +--------------+---------+--------+------+ | Prefix | Nexthop |Protocol|In_FIB| | Prefix | Nexthop |Protocol|In_FIB| +--------------+---------+--------+------+ +--------------+---------+--------+------+ |192.0.2.1/32 |127.0.0.1| Direct | Yes | |192.0.2.1/32 |127.0.0.1| Direct | Yes | +--------------+---------+--------+------+ +--------------+---------+--------+------+ |192.0.2.2/32 |192.0.2.2| Direct | Yes | |192.0.2.2/32 | PE-1 | IBGP | No | +--------------+---------+--------+------+ +--------------+---------+--------+------+ |192.0.2.3/32 | PE-2 | IBGP | No | |192.0.2.3/32 |192.0.2.3| Direct | Yes | +--------------+---------+--------+------+ +--------------+---------+--------+------+ |192.0.2.0/25 | APR | IBGP | Yes | |192.0.2.0/25 | APR | IBGP | Yes | +--------------+---------+--------+------+ +--------------+---------+--------+------+ |192.0.2.128/25| APR | IBGP | Yes | |192.0.2.128/25| APR | IBGP | Yes | +--------------+---------+--------+------+ +--------------+---------+--------+------+ |192.0.2.0/24 |192.0.2.1| Direct | Yes | |192.0.2.0/24 |192.0.2.1| Direct | Yes | +--------------+---------+--------+------+ +--------------+---------+--------+------+
Figure 1: Selective FIB Installation Example
To reduce the FIB size of PE routers, the selective FIB installation concept as described in [I-D.ietf-grow-va] can be leveraged in the Virtual Subnet context. Take the VPN instance demonstrated in Figure 1 as an example, the FIB reduction procedures are described as follows:
In order to forward packets destined for remote CE hosts directly to the final egress PE routers without the potential path stretch penalty, non-APR PE routers could perform on-demand FIB installation for remote host routes which are available in the routing table. For example, upon receiving an ARP request or Neighbor Solicitation (NS) message from a local CE host, the non-APR PE router would perform a lookup in the routing table. If a corresponding host route for the target host is found but not yet installed into the FIB, it would be installed into the FIB. Another possible way to trigger on-demand FIB installation is as follows: when receiving a packet whose longest-matching FIB entry is a particular VP route learnt from any APR, a copy of this packet would be sent to the control plane while this original packet is forwarded as normal. The above copy sent to the control plane would trigger a lookup in the routing table. If a corresponding host route is found but not yet installed into the FIB, it would be installed into the FIB. To provide robust protection against DoS attacks on the control plane, rate-limiting of the above packets sent to the control plane MUST be enabled. Those FIB entries for remote CE host routes which are on-demand installed on non-APR PE routers would expire if not used for a certain period of time.
The authors would like to thank Susan Hares, Yongbing Fan, Robert Raszuk and Bruno Decraene for their valuable suggestions on this document.
The type value for the Extended Communities Attributes as described in this doc is required to be allocated by the IANA.
Those security considerations as described in [I-D.ietf-bess-virtual-subnet] are applicable to this document. This document does not introduce any new security risk.
[I-D.ietf-bess-virtual-subnet] | Xu, X., Jacquenet, C., Raszuk, R., Boyes, T. and B. Fee, "Virtual Subnet: A BGP/MPLS IP VPN-based Subnet Extension Solution", Internet-Draft draft-ietf-bess-virtual-subnet-07, December 2015. |
[RFC2119] | Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI 10.17487/RFC2119, March 1997. |
[RFC4364] | Rosen, E. and Y. Rekhter, "BGP/MPLS IP Virtual Private Networks (VPNs)", RFC 4364, DOI 10.17487/RFC4364, February 2006. |
[I-D.ietf-grow-va] | Francis, P., Xu, X., Ballani, H., Jen, D., Raszuk, R. and L. Zhang, "FIB Suppression with Virtual Aggregation", Internet-Draft draft-ietf-grow-va-06, December 2011. |