junos-nfx-rpc-mac-refresh

Junos RPC YANG module for mac-refresh command(s)

  • Version: 2019-01-01

    junos-nfx-rpc-mac-refresh@2019-01-01


    
      module junos-nfx-rpc-mac-refresh {
    
        yang-version 1;
    
        namespace
          "http://yang.juniper.net/junos-nfx/rpc/mac-refresh";
    
        prefix mac-refresh;
    
        import junos-common-types {
          prefix jt;
          revision-date "2019-01-01";
        }
    
        organization "Juniper Networks, Inc.";
    
        contact "yang-support@juniper.net";
    
        description
          "Junos RPC YANG module for mac-refresh command(s)";
    
        revision "2019-01-01" {
          description "Junos: 21.3R1.9";
        }
    
    
        rpc get-mac-refresh-information {
          description
            "Display mac-refresh is enabled on interface or not";
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml mac-refresh-information {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-mac-refresh-information
    
        rpc get-mac-refresh-interface-information {
          description
            "Show information for a particular interface";
          input {
            leaf intf-name {
              type string;
              mandatory true;
              description "Name of interface";
            }
          }
    
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml mac-refresh-interface-info {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-mac-refresh-interface-information
      }  // module junos-nfx-rpc-mac-refresh
    

© 2023 YumaWorks, Inc. All rights reserved.