Cisco-IOS-XR-Ethernet-SPAN-subscriber-cfg

This module contains a collection of YANG definitions for Cisco IOS-XR Ethernet-SPAN-subscriber package configuration. This YAN...

  • Version: 2020-12-03

    Cisco-IOS-XR-Ethernet-SPAN-subscriber-cfg@2020-12-03


    
      module Cisco-IOS-XR-Ethernet-SPAN-subscriber-cfg {
    
        yang-version 1;
    
        namespace
          "http://cisco.com/ns/yang/Cisco-IOS-XR-Ethernet-SPAN-subscriber-cfg";
    
        prefix ethernet-span-subscriber-cfg;
    
        import cisco-semver {
          prefix semver;
        }
        import Cisco-IOS-XR-Ethernet-SPAN-datatypes {
          prefix dt1;
        }
        import Cisco-IOS-XR-subscriber-infra-tmplmgr-cfg {
          prefix a1;
        }
    
        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 Ethernet-SPAN-subscriber package configuration.
         
         This YANG module augments the
           Cisco-IOS-XR-subscriber-infra-tmplmgr-cfg
         module with configuration data.
         
         Copyright (c) 2013-2020 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2020-12-03" {
          description
            "Added support for multiple attachments per class on an interface";
        }
    
        revision "2020-01-30" {
          description
            "Added support for L3 IPv4 and IPv6 ACLs on a L2 ethernet SPAN session";
        }
    
        revision "2019-04-05" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2015-11-09" {
          description "IOS XR 6.0 revision.";
        }
    
        semver:module-version "1.0.0";
    
        typedef Span-traffic-direction {
          type enumeration {
            enum "rx-only" {
              value 1;
              description
                "Replicate only received (ingress) traffic";
            }
            enum "tx-only" {
              value 2;
              description
                "Replicate only transmitted (egress) traffic";
            }
          }
          description "Span traffic direction";
        }
    
        typedef Span-mirror-interval {
          type enumeration {
            enum "512" {
              value 1;
              description
                "Mirror 1 in every 512 packets";
            }
            enum "1k" {
              value 2;
              description
                "Mirror 1 in every 1024 packets";
            }
            enum "2k" {
              value 3;
              description
                "Mirror 1 in every 2048 packets";
            }
            enum "4k" {
              value 4;
              description
                "Mirror 1 in every 4096 packets";
            }
            enum "8k" {
              value 5;
              description
                "Mirror 1 in every 8192 packets";
            }
            enum "16k" {
              value 6;
              description
                "Mirror 1 in every 16384 packets";
            }
          }
          description "Span mirror interval";
        }
      }  // module Cisco-IOS-XR-Ethernet-SPAN-subscriber-cfg
    

© 2024 YumaWorks, Inc. All rights reserved.