Cisco-IOS-XR-mpls-ldp-oper-sub2

This submodule contains a collection of YANG definitions for Cisco IOS-XR mpls-ldp package operational data. Copyright (c) 2013...

  • Version: 2021-04-06

    Cisco-IOS-XR-mpls-ldp-oper-sub2@2021-04-06


    
      submodule Cisco-IOS-XR-mpls-ldp-oper-sub2 {
    
        yang-version 1;
    
        belongs-to Cisco-IOS-XR-mpls-ldp-oper {
            prefix Cisco-IOS-XR-mpls-ldp-oper;
        }
    
        import ietf-inet-types {
          prefix inet;
        }
        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 mpls-ldp package operational data.
         
         Copyright (c) 2013-2021 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2021-04-06" {
          description
            "Added BSID data in LDP forwarding
           2021-03-10
             Added adj_grp count leaf to ldp summary
           2020-08-14
             Added ELC parameter.";
        }
    
        revision "2019-04-05" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2017-09-07" {
          description
            "Fixed type translation error.";
        }
    
        revision "2017-05-01" {
          description
            "Fixing backward compatibility error in module.";
        }
    
        revision "2015-11-09" {
          description "IOS XR 6.0 revision.";
        }
    
        semver:module-version "1.1.0";
        semver:module-version "1.0.0";
    
        typedef L2vpn-ldp-pw-aii {
          type enumeration {
            enum "local-id" {
              value 0;
              description "AII Type 1";
            }
            enum "type2" {
              value 1;
              description "AII Type 2";
            }
          }
          description "L2vpn ldp pw aii";
        }
    
        typedef L2vpn-ldp-pw-agi {
          type enumeration {
            enum "rd" {
              value 0;
              description "AGI type RD";
            }
          }
          description "L2vpn ldp pw agi";
        }
    
        typedef L2vpn-ldp-pw-fec {
          type enumeration {
            enum "fec128" {
              value 0;
              description
                "FEC 128 pseudowire type";
            }
            enum "fec129" {
              value 1;
              description
                "FEC 129 pseudowire type";
            }
            enum "fec130" {
              value 2;
              description
                "FEC 130 pseudowire type";
            }
            enum "invalid" {
              value 3;
              description "FEC not applicable";
            }
          }
          description "L2vpn ldp pw fec";
        }
      }  // submodule Cisco-IOS-XR-mpls-ldp-oper-sub2
    

© 2023 YumaWorks, Inc. All rights reserved.