Internet-Draft | Requirements | November 2023 |
Chen & Su | Expires 19 May 2024 | [Page] |
- Workgroup:
- Internet Engineering Task Force
- Internet-Draft:
- draft-chen-secure-routing-requirements-02
- Published:
- Intended Status:
- Informational
- Expires:
The Requirements for Secure Routing Path
Abstract
Both ISPs and users have put forward requirements for secure routing, the scenarios are analyzed in the draft draft-chen-secure-routing-use-cases. This draft analyzes the functions required to implement secure routing.¶
Attack detection and users security requirements translateion are out of scope.¶
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 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 19 May 2024.¶
Copyright Notice
Copyright (c) 2023 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 Revised BSD License text as described in Section 4.e of the Trust Legal Provisions and are provided without warranty as described in the Revised BSD License.¶
1. Introduction
Starting from the requirements of network operators and users, it is necessary to take the security attribute as the key factor to select the route and transmission path to measure the link transmission security. To achieve this goal, the following contents need to be studied.¶
-
Static node security, by appraising the trustworthiness, then it can be determined whether the node is secure and whether the node has security abilities;¶
-
Dynamic Security, by path scheduling, then it can be determined whether the path is secure and whether the path have the abilities to anti-cyberattack;¶
-
Close-loop validation, by path validation, then it can check whether the selected path and the executed path are consistent;¶
Implementing a secure routing path will involve multiple protocols:¶
-
Expression of node security capability and trustworthiness, by YANG Model;¶
-
Collect node trust and security factors, and advertise through extending the BGP protocol;¶
-
Collect available status information of security devices and resources through network nodes, such as extending BGP-LS;¶
-
Collect JSON messages carrying security resource information through the Restful;¶
-
Distribute security policy configuration through the Netconf;¶
-
Distribute traffic forwarding paths through programming, such as SRv6;¶
-
Perform consistency verification on paths and security services, such as extending the SFC.¶
+-------------------+ |Network Programming| ------------------->|Controller AND | |Secure Routing | +---------+---------+ | | | +----------------------+--------+---------------+--------------+ | | | | | | | | 3.Distribute routing policy | 2.collect node information | with security policy | include security capability | | | | | +---+----+ +--+---+ +--+---+ | |Ingress | |Node2 | |Node1 | +--+--+ |Node | |IPS | |WAF | |Node2| +--------+ +------+ +------+ +-----+ 1.YANG Model: expression of Node security information¶
2. Requirements for Secure Routing Path
2.1. Appraise node trustworthiness
Evaluate routing nodes, such as whether they are secure boot and the security level of the nodes. By Performing static security assessment on routing nodes, can provide a foundation for forming trusted or secure paths. In another draft, the concept of trusted path routing in draft-voit-rats-trustworthy-path-routing was mentioned, which addresses the issue of security evaluation for node self initiation.¶
2.2. Expression of security capability
YANG model is used to describe the security capability of nodes, such as security service type and remaining capacity.¶
2.3. Node security capability collection protocol
Collect the security capabilities of all nodes in the network, one solution is through BGP-LS, draft-chen-idr-bgp-ls-security-capability extend BGP-LS to carry security capability information.¶
2.4. Distribution of security policy
Security policies can be distributed through extended SRv6 SRH.¶
2.5. Secure path validation
Perform consistency verification on paths and security services, At present, this draft-liu-on-network-path-validation provides ideas for path validation.¶
3. IANA Considerations
This memo includes no request to IANA.¶