Internet-Draft | IfStackTable for P2poverLAN interface | February 2022 |
Liu, et al. | Expires 11 August 2022 | [Page] |
[RFC5309] defines the Point-to-Point (P2P) circuit type, one of the two circuit types used in the link state routing protocols, and highlights that it is important to identify the correct circuit type when forming adjacencies, flooding link state database packets, and monitoring the link state.¶
The P2P interface over LAN ifType value 303, has been assigned by IANA Expert Review, and this document requests IANA to add this document as a reference to ifType 303. This document provides advice about the ifStack for the P2P interface over LAN ifType to facilitate operational control, maintenance and statistics.¶
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 11 August 2022.¶
Copyright (c) 2022 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.¶
[RFC5309] defines the P2P circuit type and highlights that it is important to identify the correct circuit type when forming adjacencies, flooding link state database packets, and monitoring the link state.¶
The assignment of 303, as the value for p2pOverLan ifType was made by Expert Review [Assignment]. This document requests IANA to add this document as a reference to ifType 303.¶
To simplify configuration and operational control, it is helpful to represent the fact that an interface is to be considered a P2P interface over LAN type explicitly in the interface stack. This enables, for example, routing protocols to automatically inherit the correct operating mode from the interface stack without further configuration (No need to explicitly configure the P2P interface in routing protocols).¶
It is helpful to map the P2P interface over LAN type in the interface management stack table. And if no entry specifies the P2P interface lower layer, the management suffers loses the ability to get to the lower layer specific management properties via many tools.¶
The purpose of this document is to suggest how to use ifStackTable for the P2P interface over LAN type, and provide examples.¶
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 [RFC2119] [RFC8174].¶
If a device implements the IF-MIB [RFC2863], each entry in the "/interfaces/interface" list (in "Interface Management YANG") in the operational state is typically mapped to one ifEntry as required in [RFC8343], therefore the P2P interface over LAN type should also be fully mapped to one ifEntry by defining the "ifStackTable" ("higher-layer-if" and "lower-layer-if").¶
The P2P interface higher layer should be network layer "ipForward" (defined in IANA) to run routing protocol, the P2P interface lower layer is link data layer "ethernetCsmacd" (defined in IANA).¶
The P2P interface type ifStackTable can be defined along the lines of following example which complies with [RFC8343] [RFC6991] [RFC8340]:¶
The interface stack table specified in this document is read-only. Read operation to this table should not have a negative effect on network operations.¶
In the Interface Types registry, IANA has been assigned a value of 303 for p2pOverLan [Assignment] with a reference of [RFC5309]. IANA is requested to amend the reference for that code point to be to this document and to make a similar amendment in the YANG iana-if-type module [RFC7224] which currently points to [RFC8561], as this document explains how the ifType is to be used.¶