Cisco-IOS-XR-sysadmin-clear-ncs5500-eyrie

This module contains a collection of YANG definitions for Cisco IOS-XR SysAdmin configuration. This module defines the top leve...

  • Version: 2021-02-24

    Cisco-IOS-XR-sysadmin-clear-ncs5500-eyrie@2021-02-24


    
      module Cisco-IOS-XR-sysadmin-clear-ncs5500-eyrie {
    
        yang-version 1;
    
        namespace
          "http://www.cisco.com/ns/yang/Cisco-IOS-XR-sysadmin-clear-ncs5500-eyrie";
    
        prefix calvados_clear;
    
        import tailf-common {
          prefix tailf;
        }
        import Cisco-IOS-XR-sysadmin-ethsw-esdma-cli-ncs5500 {
          prefix esdma;
        }
        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 SysAdmin configuration.
         
         This module defines the top level container for
         all 'clear' commands for Sysadmin.
         
         Copyright (c) 2021-2020 by Cisco Systems, Inc.
         All rights reserved.";
    
        revision "2021-02-24" {
          description
            "removed the unnecessary import";
        }
    
        revision "2021-01-29" {
          description
            "Changed the implementation to not to have SFE asic errors and to have Switch";
        }
    
        semver:module-version "1.0.0";
    
        container clear {
          container controller {
            container switch {
              container oper {
                config false;
                description
                  "Control Ethernet switch operational data.";
                container fdb {
                  list location {
                    tailf:action "all" {
                      output {
                        leaf "result" {
                          type "string";
                          mandatory "true";
                        }
                      }
                    }
                    key "rack card switch-id";
                    leaf rack {
                      type esdma_types:esdma-rack-num-enum;
                    }
    
                    leaf card {
                      type esdma_types:esdma-cpu;
                    }
    
                    leaf switch-id {
                      type esdma_types:esdma-switch-type-enum;
                    }
                  }  // list location
                }  // container fdb
    
                container statistics {
                  list location {
                    tailf:action "all" {
                      output {
                        leaf "result" {
                          type "string";
                          mandatory "true";
                        }
                      }
                    }
                    key "rack card switch-id";
                    leaf rack {
                      type esdma_types:esdma-rack-num-enum;
                    }
    
                    leaf card {
                      type esdma_types:esdma-cpu;
                    }
    
                    leaf switch-id {
                      type esdma_types:esdma-switch-type-enum;
                    }
                  }  // list location
                }  // container statistics
              }  // container oper
            }  // container switch
          }  // container controller
        }  // container clear
      }  // module Cisco-IOS-XR-sysadmin-clear-ncs5500-eyrie
    

© 2023 YumaWorks, Inc. All rights reserved.