os-icmp-config

This model controls the ICMP unreachable message generation from the OS for non-routable traffic. Copyright (c) 2015-2019 by De...

  • Version: 2018-08-17

    os-icmp-config@2018-08-17


    
      module os-icmp-config {
    
        yang-version 1;
    
        namespace
          "http://www.dellemc.com/networking/os10/dell-base-os-icmp-config";
    
        prefix os-icmp-cfg;
    
        import dell-base-common {
          prefix base-cmn;
        }
    
        organization "Dell EMC";
    
        contact "http://www.dell.com/support";
    
        description
          "This model controls the ICMP unreachable message generation from
                     the OS for non-routable traffic.
    
                     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 "2018-07-05" {
          description
            "This revision adds the VRF name in the IP unreachable configuration.";
          reference
            "Network Platform Abstraction";
    
        }
    
        revision "2017-08-22" {
          description "Initial version.";
          reference
            "Network Platform Abstraction";
    
        }
    
    
        rpc ip-unreachables-config {
          description
            "This method controls the generation of ICMP unreachable
                message for non-routable traffic from the OS.";
          input {
            leaf operation {
              type base-cmn:operation-type;
              mandatory true;
              description
                "This indicates the operation type (create or delete).";
            }
    
            leaf enable {
              type boolean;
              mandatory true;
              description
                "This is set to true to enable ICMP unreachable message
                        generation for the non-routable traffic from the OS and false otherwise.";
            }
    
            leaf vrf-name {
              type string;
              description "VRF device name";
            }
    
            leaf af {
              type base-cmn:af-type;
              mandatory true;
              description "Address Family";
            }
    
            leaf ifname {
              type string;
              description
                "Network interface name, if this attribute is not set,
                                ICMP configuration will be applied globally for all interfaces.
                                ICMP unreachable message generation is enabled by default
                                on all interfaces in the OS.";
            }
          }
        }  // rpc ip-unreachables-config
      }  // module os-icmp-config
    

© 2023 YumaWorks, Inc. All rights reserved.