ieee802-dot1q-cfm-bridge

Connectivity Fault Management (CFM) comprises capabilities for detecting, verifying, and isolating connectivity failures in Virt...

  • Version: 2022-01-19

    ieee802-dot1q-cfm-bridge@2022-01-19


    
      module ieee802-dot1q-cfm-bridge {
    
        yang-version 1.1;
    
        namespace
          'urn:ieee:std:802.1Q:yang:ieee802-dot1q-cfm-bridge';
    
        prefix cfm-bridge;
    
        import ieee802-dot1q-bridge {
          prefix dot1q;
        }
        import ieee802-dot1q-cfm {
          prefix dot1q-cfm;
        }
        import ietf-interfaces {
          prefix if;
        }
        import ieee802-types {
          prefix ieee;
        }
        import ieee802-dot1q-cfm-types {
          prefix cfm-types;
        }
        import ieee802-dot1q-types {
          prefix dot1q-types;
        }
    
        organization "IEEE 802.1 Working Group";
    
        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
          "Connectivity Fault Management (CFM) comprises capabilities for
        detecting, verifying, and isolating connectivity failures in Virtual
        Bridged Local Area Networks. This module binds the CFM modules to an
        IEEE 802.1Q Bridge.
        
        Copyright (C) IEEE (2022).
        
        This version of this YANG module is part of IEEE Std 802.1Q; see the
        standard itself for full legal notices.";
    
        revision "2022-01-19" {
          description
            "Published as part of IEEE Std 802.1Q-2022.";
          reference
            "IEEE Std 802.1Q-2022, Bridges and Bridged Networks.";
    
        }
    
        revision "2020-06-04" {
          description
            "Published as part of IEEE Std 802.1Qcx-2020. Initial version.";
          reference
            "IEEE Std 802.1Qcx-2020, Bridges and Bridged Networks - YANG Data
            Model for Connectivity Fault Management.";
    
        }
    
    
        typedef bridge-ref {
          type leafref {
            path "/dot1q:bridges/dot1q:bridge/dot1q:name";
          }
          description
            "This type is used by data models that need to reference a
          configured Bridge.";
        }
    
        typedef port-ref {
          type if:interface-ref;
          description
            "This type is used to represent interfaces that can be used by a
          Bridge device.";
        }
      }  // module ieee802-dot1q-cfm-bridge
    

© 2023 YumaWorks, Inc. All rights reserved.