This module provides management of systems that support the Link-local Registration Protocol (LRP). Copyright (C) IEEE (2024). ...
Version: 2024-02-15
module ieee802-dot1cs-lrp { yang-version 1.1; namespace "urn:ieee:std:802.1CS:yang:ieee802-dot1cs-lrp"; prefix dot1cs; import ietf-system { prefix sys; } import ietf-yang-types { prefix yang; } import ietf-interfaces { prefix if; } import ieee802-types { prefix ieee; } import ietf-inet-types { prefix inet; } organization "Institute of Electrical and Electronics Engineers"; contact "WG-URL: http://ieee802.org/1/ WG-EMail: stds-802-1-l@ieee.org Contact: IEEE 802.1 Working Group Chair Postal: C/O IEEE 802.1 Working Group IEEE Standards Association 445 Hoes Lane Piscataway NJ 08854 USA E-mail: stds-802-1-chairs@ieee.org"; description "This module provides management of systems that support the Link-local Registration Protocol (LRP). Copyright (C) IEEE (2024). This version of this YANG module is part of IEEE Std 802.1CS; see the standard itself for full legal notices."; revision "2024-02-15" { description "Published as part of IEEE Std 802.1CS-2020/Cor 1-2024. The following reference statement identifies each referenced IEEE Standard as updated by applicable amendments."; reference "IEEE Std 802.1CS: IEEE Std 802.1CS-2020 Link-local Registration Protocol, IEEE Std 802.1CS-2020/Cor 1-2024: Corrections to Management Modules and Protocol Encoding."; } revision "2020-12-03" { description "First defined in IEEE P802.1CS-2020"; reference "IEEE Std 802.1CS-2020."; } feature lrp { description "Feature Link-local Registration Protocol"; } typedef lrp-dt-address-union { type union { type ieee:mac-address; type inet:ipv4-address; type inet:ipv6-address; } } } // module ieee802-dot1cs-lrp
© 2023 YumaWorks, Inc. All rights reserved.