Cisco-IOS-XR-um-l2-ethernet-cfg

This module contains a collection of YANG definitions for Cisco IOS-XR l2-ethernet package configuration. This YANG module augm...

  • Version: 2021-02-19

    Cisco-IOS-XR-um-l2-ethernet-cfg@2021-02-19


    
      module Cisco-IOS-XR-um-l2-ethernet-cfg {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XR-um-l2-ethernet-cfg";
    
        prefix um-l2-ethernet-cfg;
    
        import Cisco-IOS-XR-types {
          prefix xr;
        }
        import ietf-yang-types {
          prefix yang;
        }
        import Cisco-IOS-XR-um-interface-cfg {
          prefix a1;
        }
        import Cisco-IOS-XR-um-if-l2transport-cfg {
          prefix a2;
        }
        import tailf-common {
          prefix tailf;
        }
        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 module contains a collection of YANG definitions
         for Cisco IOS-XR l2-ethernet package configuration.
         
         This YANG module augments the
         modules with configuration data.
         
         Copyright (c) 2020-2021 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2021-02-19" {
          description
            "Updated when/must statement under carrier-delay, l2transport-encapsulation,
           encapsulation, l2protocol container.
           2020-08-01
             Added when/must statement under encapsulation container.
           Added feature/if-feature for global ethernet config.";
        }
    
        revision "2020-03-05" {
          description "Initial draft";
        }
    
        semver:module-version "2.0.0";
        semver:module-version "1.0.0";
    
        feature global-ethernet {
          description
            "Global ethernet configuration";
        }
    
        container ethernet {
          description "Ethernet configuration";
          container egress-filter {
            description "Egress-filter commands";
            container strict {
              if-feature global-ethernet;
              presence
                "Indicates a strict node is configured.";
              description
                "Strict egress-filtering on by default";
            }  // container strict
          }  // container egress-filter
        }  // container ethernet
      }  // module Cisco-IOS-XR-um-l2-ethernet-cfg
    

© 2023 YumaWorks, Inc. All rights reserved.