Cisco-IOS-XR-sysadmin-ethsw-esdma-serdes

This module contains the YANG definitions for the Cisco IOS-XR SysAdmin 'show controller switch serdes' commands. Copyright (c)...

  • Version: 2019-04-15

    Cisco-IOS-XR-sysadmin-ethsw-esdma-serdes@2019-04-15


    
      module Cisco-IOS-XR-sysadmin-ethsw-esdma-serdes {
    
        yang-version 1;
    
        namespace
          "http://www.cisco.com/ns/yang/Cisco-IOS-XR-sysadmin-ethsw-esdma-serdes";
    
        prefix esdma_serdes;
    
        import Cisco-IOS-XR-sysadmin-ethsw-esdma-types {
          prefix esdma_types;
        }
        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 the YANG definitions
    for the Cisco IOS-XR SysAdmin
    'show controller switch serdes' commands.
    
    Copyright (c) 2011-2020 by Cisco Systems, Inc.
    All rights reserved.";
    
        revision "2019-04-15" {
          description
            "Establish semantic version baseline.";
        }
    
        revision "2018-04-09" {
          description
            "Required changes for ConfD 6.4.5";
        }
    
        revision "2017-05-01" {
          description
            "Namespace change to comply with Cisco guidelines on namespace";
        }
    
        revision "2016-07-06" {
          description
            "Initial revision with content extracted from esdma_cli.yang.";
        }
    
        semver:module-version "1.0.0";
    
        grouping switch-serdes-group {
          container serdes {
            container serdes-statistics {
              list location {
                key "rack card switch-id";
                leaf rack {
                  type esdma_types:esdma-rack-num-enum;
                }
    
                leaf card {
                  type esdma_types:esdma-cpu;
                  description
                    "Card to list the switch Serdes information for";
                }
    
                leaf switch-id {
                  type esdma_types:esdma-switch-type-enum;
                  description "Switch type";
                }
    
                list port-iter {
                  key "port";
                  leaf port {
                    type esdma_types:esdma-switch-port-type;
                    description "Switch port";
                  }
    
                  list serdes-entry {
                    key "id";
                    leaf id {
                      type uint32;
                    }
    
                    leaf base-reg {
                      type string;
                    }
    
                    leaf desc {
                      type string;
                    }
    
                    leaf lane-0 {
                      type string;
                    }
    
                    leaf lane-1 {
                      type string;
                    }
    
                    leaf lane-2 {
                      type string;
                    }
    
                    leaf lane-3 {
                      type string;
                    }
                  }  // list serdes-entry
                }  // list port-iter
              }  // list location
            }  // container serdes-statistics
          }  // container serdes
        }  // grouping switch-serdes-group
      }  // module Cisco-IOS-XR-sysadmin-ethsw-esdma-serdes
    

© 2023 YumaWorks, Inc. All rights reserved.