Network Working Group | J. Bi |
Internet-Draft | CERNET |
Intended status: Standards Track | G. Yao |
Expires: April 28, 2012 | Tsinghua University |
J. Halpern | |
Newbridge Networks Inc | |
E.L.A. Levy-Abegnoli, Ed. | |
Cisco Systems | |
October 26, 2011 |
SAVI for Mixed Address Assignment Methods Scenario
draft-ietf-savi-mix-01
This document reviews how multiple address discovery methods can coexist in a single SAVI device and collisions are resolved when the same binding entry is discovered by two or more methods.
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 April 28, 2012.
Copyright (c) 2011 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.
There are currently several documents [I-D.ietf-savi-fcfs], [I-D.ietf-savi-dhcp] and [I-D.ietf-savi-send] that describe the different methods by which a switch can discover and record bindings between a node's layer3 address and a binding anchor and use that binding to perform Source Address Validation. Each of these documents specifies how to learn on-link addresses, based on the method used for their assignment, respectively: StateLess Autoconfiguration (SLAAC), Dynamic Host Control Protocol (DHCP) and Secure Neighbor Discovery (SeND). Each of these documents describes separately how one particular discovery method deals with address collisions (same address, different anchor).
While multiple assignment methods can be used in the same layer2 domain, a SAVI device might have to deal with a mix of binding discovery methods. The purpose of this document is to provide recommendations to avoid collisions and to review collisions handling when two or more such methods come up with competing bindings.
There are three address assignment methods identified and reviewed in one of the SAVI document:
Each address assignment method corresponds to a binding discovery method: SAVI-FCFS, SAVI-DHCP and SAVI-SeND. In addition, there is a fourth method for installing a bindings on the switch, referred to as "manual". It is based on manual (address or prefix) binding configuration and is reviewed in [I-D.ietf-savi-fcfs] and [I-D.ietf-savi-framework]
All combinations of address assignment methods can coexist within a layer2 domain. A SAVI device will have to implement the corresponding SAVI discovery methods (referred to as a "SAVI solution") to enable Source Address Validation. If more than one SAVI solution is enabled on a SAVI device, the method is referred to as "mix address assignment method" in this document.
SAVI solutions are independent from each other, each one handling its own entries. In the absence of reconciliation, each solution will reject packets sourced with an address it did not discovered. To prevent addresses discovered by one solution to be filtered out by another, the binding table should be shared by all the solutions. However this could create some conflict when the same entry is discovered by two different methods: the purpose of this document is of two folds: provide recommendations and method to avoid conflicts, and resolve conflicts if and when they happen. Collisions happening within a given solution are outside the scope of this document.
If each solution has a dedicated address space, collisions won't happen. Using non overlapping address space across SAVI solutions is therefore recommended. To that end, one should:
In situations where collisions could not be avoided, two cases should be considered:
This would typically occur in case assignment address spaces could not be separated. For instance,overl an address is assigned by SLAAC on node X, installed in the binding table using SAVI-FCFS, anchored to "anchor-X". Later, the same address is assigned by DHCP to node Y, as a potential candidate in the same binding table, anchored to "anchor-Y".
The SAVI device must decide whom the address should be bound with (anchor-X or anchor-Y in this example). Current standard documents of address assignment methods have implied the prioritization relationship (first-come). In the absence of any configuration or protocol hint (see Section 4.1.2) the SAVI device should choose the first-come entry, whether it was learnt from SLACC, SeND or DHCP.
There are two identified exceptions to the general prioritization model, one of them being CGA addresses, another one controlled by the configuration of the switch:
A single SAVI device doesn't have the information of all bound addresses on the perimeter. Therefore it is not enough to lookup local bindings to identify a collision. However, assuming DAD is performed throughout the security perimeter for all addresses regardless of the assignment method, then DAD response will inform all SAVI devices about any collision. In that case, FCFS will apply the same way as in a single switch scenario. If the admin configured on one the switches a prefix (or a single static binding) to defend, the DAD response generated by this switch will also prevent the binding to be installed on other switches of the perimeter.
A binding may be set up on the same binding anchor by multiple solutions. Generally, the binding lifetimes of different solutions are different. Potentially, if one solution requires to remove the binding, the node using the address may be taken the use right.
For example, a node performs DAD procedure after being assigned an address from DHCP, then the address will also be bound by SAVI-FCFS. If the SAVI-FCFS lifetime is shorter than DHCP lifetime, when the SAVI-FCFS lifetime expires, it will request to remove the binding. If the binding is removed, the node will not be able to use the address even the DHCP lease time doesn’t expire.
The solution proposed is to keep a binding as long as possible. A binding is kept until it has been required to be removed by all the solutions that ever set up it.
[RFC2119] | Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, March 1997. |
Thanks to Christian Vogt, Eric Nordmark, Marcelo Bagnulo Braun and Jari Arkko for their valuable contributions.