This submodule contains a collection of YANG definitions for Cisco IOS-XR l2vpn package operational data. Copyright (c) 2013-20...
Version: 2020-05-05
submodule Cisco-IOS-XR-l2vpn-oper-sub3 { yang-version 1; belongs-to Cisco-IOS-XR-l2vpn-oper { prefix Cisco-IOS-XR-l2vpn-oper; } import ietf-yang-types { prefix yang; } import Cisco-IOS-XR-types { prefix xr; } import cisco-semver { prefix semver; } organization "Cisco Systems, Inc."; contact "Cisco Systems, Inc. Customer Service Postal: 170 West Tasman Drive San Jose, CA 95134 Tel: +1 800 553-NETS E-mail: cs-yang@cisco.com"; description "This submodule contains a collection of YANG definitions for Cisco IOS-XR l2vpn package operational data. Copyright (c) 2013-2020 by Cisco Systems, Inc. All rights reserved."; revision "2020-05-05" { description "changes related to treat SRv6 and SID as well-known when parsing XML for yang"; } revision "2020-04-28" { description "- AC Backup related changes 2020-01-22 - PWGROUP related changes 2019-12-20 - EVPN-VPWS related changes - SR-TE policy related changes"; } revision "2019-04-05" { description "Establish semantic version baseline."; } revision "2019-03-30" { description "- Rename l2fib-mac-learning-mac* interface-handle to interface-name - Rename l2fib-pw-group tunnel-if-handle to tunnel-interface-name - Convert several array from leaf-list to list syntax. - Implement range datatypes for all L2FIB integers."; } revision "2018-08-01" { description "Removed empty groupings."; } revision "2017-09-07" { description "Fixed type translation error."; } revision "2017-06-26" { description "Change identifiers to be more readable."; } revision "2017-05-01" { description "Fixing backward compatibility error in module."; } revision "2015-11-09" { description "IOS XR 6.0 revision."; } semver:module-version "4.0.0"; semver:module-version "3.0.0"; semver:module-version "2.0.0"; typedef L2vpn-pwhe-iflist-rep-status { type enumeration { enum "invalid" { value 0; description "Invalid"; } enum "pending" { value 1; description "Pending"; } enum "success" { value 2; description "Success"; } enum "failed" { value 3; description "Failed"; } enum "not-supported" { value 4; description "Not supported"; } } description "Interface list replication status"; } typedef L2vpn-pwhe-intf { type enumeration { enum "pseudowire-ether" { value 0; description "PW Ether"; } enum "pseudowire-iw" { value 1; description "PW IW"; } } description "Interface type"; } typedef Pwhe-port-im-state { type enumeration { enum "unknown" { value 0; description "Unknown"; } enum "down" { value 1; description "Down"; } enum "up" { value 2; description "Up"; } } description "Pseudowire headend port states"; } } // submodule Cisco-IOS-XR-l2vpn-oper-sub3
© 2023 YumaWorks, Inc. All rights reserved.