ieee802-dot1q-psfp

This module provides management of IEEE Std 802.1Q Bridge components that support Per-Stream Filtering and Policing (PSFP). Cop...

  • Version: 2023-10-26

    ieee802-dot1q-psfp@2023-10-26


    
      module ieee802-dot1q-psfp {
    
        yang-version 1.1;
    
        namespace
          "urn:ieee:std:802.1Q:yang:ieee802-dot1q-psfp";
    
        prefix psfp;
    
        import ietf-yang-types {
          prefix yang;
        }
        import ieee802-types {
          prefix ieee802;
        }
        import ieee802-dot1q-types {
          prefix dot1q-types;
        }
        import ieee802-dot1q-stream-filters-gates {
          prefix sfsg;
        }
    
        organization "IEEE 802.1 Working Group";
    
        contact
          "WG-URL: http://www.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 IEEE Std 802.1Q Bridge
    components that support Per-Stream Filtering and Policing (PSFP).
    
    Copyright (C) IEEE (2023).
    
    This version of this YANG module is part of IEEE Std 802.1Q; see the
    standard itself for full legal notices.";
    
        revision "2023-10-26" {
          description
            "Published as part of IEEE Std 802.1Qcw-2023.
    
    The following reference statement identifies each referenced IEEE
    Standard as updated by applicable amendments.";
          reference
            "IEEE Std 802.1Q Bridges and Bridged Networks:
            IEEE Std 802.1Q-2022, IEEE Std 802.1Qcz-2023, IEEE Std 802.1Qcw-2023.";
    
        }
    
    
        feature psfp {
          description
            "Per-Stream Filtering and Policing supported.";
          reference
            "IEEE Std 802.1Q";
    
        }
    
        identity set-gate-and-ipv {
          base dot1q-types:type-of-operation;
          description
            "The StreamGateState parameter specifies a desired state, open or
    closed, for the stream gate, and the IPV parameter specifies a desired
    value of the IPV associated with the stream. On execution, the
    StreamGateState and IPV parameter values are used to set the
    operational values of the stream gate state and internal priority
    specification parameters for the stream. After TimeInterval ticks have
    elapsed since the completion of the previous stream gate control
    operation in the stream gate control list, control passes to the next
    stream gate control operation. The optional IntervalOctetMax parameter
    specifies the maximum number of MSDU octets that are permitted to pass
    the gate during the specified TimeInterval. If the IntervalOctetMax
    parameter is omitted, there is no limit on the number of octets that
    can pass the gate.";
          reference
            "8.6.5.4 of IEEE Std 802.1Q";
    
        }
      }  // module ieee802-dot1q-psfp
    

© 2023 YumaWorks, Inc. All rights reserved.