DOTS | M. Chen |
Internet-Draft | Li. Su |
Intended status: Informational | Jin. Peng |
Expires: May 3, 2020 | CMCC |
October 31, 2019 |
A method for dots server deployment
draft-chen-dots-server-hierarchical-deployment-01
As DOTS is used for DDoS Mitigation signaling, in practice, there are different deployment scenarios for DOTS agents deployment depending on the network deployment mode. This document made an accommandation for DOTS Server deployment which may be Suitable for ISP. The goal is to provide some guidance for DOTS agents deployment.
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 https://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 May 3, 2020.
Copyright (c) 2019 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 (https://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.
DDoS Open Threat Signaling (DOTS) is a protocol to standardize real-time signaling, threat-handling requests[I-D.ietf-dots-signal-channel], when attack target is under attack, dots client send mitigation request to dots server for help, If the mitigation request contains enough messages of the attack, then the mitigator can respond very effectively.
In the architecture draft[I-D.ietf-dots-architecture], when comes to the deployment topic, it says this does not necessarily imply that the attack target and the DOTS client have to be co-located in the same administrative domain, but it is expected to be a common scenario. Although co-location of DOTS server and mitigator within the same domain is expected to be a common deployment model, it is assumed that operators may require alternative models.
In the DOTS server discovery draft[I-D.ietf-dots-server-discovery], it is says that a key point in the deployment of DOTS is the ability of network operators to be able to onfigure DOTS clients with the correct DOTS server(s) nformation consistently.
In the DOTS multihoming draft[I-D.ietf-dots-multihoming], it provides deployment recommendations for DOTS client and DOTS gateway, it is says when conveying a mitigation request to protect the attack target, the DOTS client among the DOTS servers available Must select a DOTS server whose network has assigned the prefixes from which target prefixes and target IP addresses are derived. This implies that id no appropriate DOTS server is found, the DOTS client must not send the mitigation request to any DOTS server. So in this document, we give some dots server deployment consideration as the title suggests we prefer hierarchical deployment.
This is DOTS server deployment guidance for operators, We've written about our experience as an ISP, and we hope that other scenarios will contribute as well.
The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in [RFC2119]
The readers should be familiar with the terms defined in [I-D.ietf-dots-requirements] [I-D.ietf-dots-use-cases]
The terminology related to YANG data modules is defined in [RFC7950]
In addition, this document uses the terms defined below:
When take dots server deployment into consideration, one thing must be involved is mitigator.so far, how many network devices can play the role of mitigator, we make a summerized list as follows:
Whether DOTS server can be deployed, the following conditions need to be met:
From the internal structure of ISP, the whole network can divide into three parts logically. There are three most important routers: backbone router, man(metropolitan area network) router, and IDC router. When a ddos attack occurs, it must be one of the three cases as follows, and the corresponding mitigator will responsible for mitigation.
Normally, The lower network the target in, the easier it is to alert. Because the higher network the attack target in, the greater the bandwidth of the pipeline. As shown in the following figure, Orchestrator take on the role for scheduling. Because the importance of the orchestrator, it is suggested to consider bakeup mechanisms to ensure continuity and security.
How does DOTS client can find DOTS servers, we can reference the DOTS server discovery draft[I-D.ietf-dots-server-discovery], Static configuration or dynamic discovery depends on the actual scenario and the size of the network.
+---------+ |other ISP| +---------+ .........|.......................... | backbone network +---------------+ +----------+ |backbone router|-----|mitigator1| +---------------+ +----------+ |dots svr1| +---------+ ..........|................................. | metropolitan area network +----------+ +----------+ |man router|-------|mitigator2| +----------+ +----------+ |dots svr2| +---------+ ..........|................................. | local area network +----------+ +----------+ |IDC router|------|mitigator3| +----------+ +----------+ |dots svr3| -------------- |Orchestrator| +------------+ | | +-----------+ +-----------------------+ +-------------+ |dots client|----|netflow/ipfix collector|---|attack target| +-----------+ +-----------------------+ +-------------+
Figure 1: DOTS Server Deployment
In the dots use case draft[I-D.ietf-dots-use-cases], it is says the orchestrator analyses the various information it receives from DDoS telemetry system, and initiates one or multiple DDoS mitigation strategies. In the telemetry draft, all the telemetry informations are contained and some parameters can be used to make decisions. This section made a discussion on which attributes could be used in orchestrator for scheduling and the orchestrator's ability. to know all the related mitigators capability and residue capability.
We suggest orchestrator has three capabilities and reuse the method of registration and notification in signal channel:
1.Can get the neflow/ipfix collector's telemetry informations.
2.Can get the capabilities of each mitigator, it means the initial capacity, this means that with each addition of mitigator there needs to be a protocol that can push this information to orchestrator, we recommend using DOTS signal channel to transfer initial capacity.
3.When mitigation finished, mitigator can inform orchestrator that mitigation is finished and capacity has been released, also we recommend using DOTS signal channel to transfer.
The following parameters will be required by orchestrator:
The recommended approach here is to redirect traffic and flow cleaning.
The following parameters will be required by orchestrator:
The recommended approach here is to use router for disposition.
The coexistence of different operators is very common, coordination between operators across networks is very important. Interdomain attacks occur frequently, We recommend deploying the DOTS server at the access point
+-------------+ +-------------+ | ISP A |--------| ISP B | | +---------+ | | +---------+ | | |dots svrA| | | |dots svrB| | +-------------+ +-------------+ | | +-------------+-------------+ | +-------------+ | ISP C | | +---------+ | | |dots svrC| | +-------------+
Figure 2: DOTS Server Deployment2
TBD
TBD
TBD
[RFC2119] | Bradner, S., "Key words for use in RFCs to Indicate Requirement Levels", BCP 14, RFC 2119, DOI 10.17487/RFC2119, March 1997. |
[RFC7950] | Bjorklund, M., "The YANG 1.1 Data Modeling Language", RFC 7950, DOI 10.17487/RFC7950, August 2016. |