dell-base-media

This model defines the properties of the physical media available in the switch. Copyright (c) 2015-2019 by Dell EMC, All right...

  • Version: 2018-08-17

    dell-base-media@2018-08-17


    
      module dell-base-media {
    
        yang-version 1;
    
        namespace
          "http://www.dellemc.com/networking/os10/dell-base-media";
    
        prefix base-media;
    
        import dell-base-interface-common {
          prefix base-if;
        }
        import dell-base-common {
          prefix base-cmn;
        }
    
        organization "Dell EMC";
    
        contact "http://www.dell.com/support";
    
        description
          "This model defines the properties of the physical media available in the switch.
    
                     Copyright (c) 2015-2019 by Dell EMC, All rights reserved.";
    
        revision "2018-08-17" {
          description
            "Fixing pyang IETF errors and adding documentation to the model.";
          reference
            "Network Platform Abstraction";
    
        }
    
        revision "2016-01-11" {
          description "Initial version.";
          reference
            "Network Platform Abstraction";
    
        }
    
    
        list media-info {
          key "media-type";
          config false;
          description
            "This grouping defines the default settings for the media type.
                         It's a read-only list.";
          leaf media-type {
            type uint32;
            config false;
            description
              "The media type of the physical media";
          }
    
          leaf media-name {
            type string;
            config false;
            description
              "The physical Media name";
          }
    
          leaf speed {
            type base-if:speed;
            config false;
            description
              "default speed configuration for this physical media";
          }
    
          leaf autoneg {
            type boolean;
            config false;
            description
              "default auto negotiation configuration for this physical media";
          }
    
          leaf duplex {
            type base-cmn:duplex-type;
            config false;
            description
              "default duplex configuration for this physical media";
          }
    
          leaf hw-profile {
            type uint32;
            config false;
            description
              "The hardware profile ID of the physical media";
          }
    
          leaf-list supported-speed {
            type base-if:speed;
            config false;
            description
              " List of supported speed on this physical media";
          }
    
          leaf-list supported-phy-mode {
            type base-if:phy-mode-type;
            config false;
            description
              " List of supported physical modes FC, ETHER on this physical media";
          }
        }  // list media-info
      }  // module dell-base-media
    

© 2023 YumaWorks, Inc. All rights reserved.