dell-base-if-mgmt

This model augments the standard interface object(s) and adds specific attributes and/or RPC for management interfaces. Copyrig...

  • Version: 2018-08-10

    dell-base-if-mgmt@2018-08-10


    
      module dell-base-if-mgmt {
    
        yang-version 1;
    
        namespace
          "http://www.dellemc.com/networking/os10/dell-base-if-mgmt";
    
        prefix base-if-mgmt;
    
        import ietf-interfaces {
          prefix if;
        }
        import dell-base-common {
          prefix base-cmn;
        }
        import dell-base-interface-common {
          prefix base-if;
        }
    
        organization "Dell EMC";
    
        contact "http://www.dell.com/support";
    
        description
          "This model augments the standard interface object(s) and adds
                     specific attributes and/or RPC for management interfaces.
    
                     Copyright (c) 2015-2019 by Dell EMC, All rights reserved.";
    
        revision "2018-08-10" {
          description
            "Fixing pyang IETF errors and adding documentation to the model.";
          reference
            "Network Platform Abstraction";
    
        }
    
        revision "2016-01-22" {
          description "Initial version.";
          reference
            "Network Platform Abstraction";
    
        }
    
    
        rpc if_name_change {
          description
            "RPC used for modifying the name of a management interface";
          input {
            leaf name {
              type string;
              description
                "Management interface current name.";
            }
    
            leaf new_name {
              type string;
              description
                "Management interface new name.";
            }
          }
        }  // rpc if_name_change
      }  // module dell-base-if-mgmt
    

© 2023 YumaWorks, Inc. All rights reserved.