junos-es-rpc-redundant-trunk-group

Junos RPC YANG module for redundant-trunk-group command(s)

  • Version: 2019-01-01

    junos-es-rpc-redundant-trunk-group@2019-01-01


    
      module junos-es-rpc-redundant-trunk-group {
    
        yang-version 1;
    
        namespace
          "http://yang.juniper.net/junos-es/rpc/redundant-trunk-group";
    
        prefix redundant-trunk-group;
    
        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 redundant-trunk-group command(s)";
    
        revision "2019-01-01" {
          description "Junos: 21.3R1.9";
        }
    
    
        rpc get-rtg-information {
          description
            "Show redundant trunk group information";
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml rtg-information {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-rtg-information
    
        rpc get-rtg-information-pergrp {
          description
            "Show information for a particular redundant trunk group";
          input {
            leaf rtg-name {
              type string;
              mandatory true;
              description "Name of group";
            }
          }
    
          output {
            choice output_c {
              leaf output {
                type string;
              }
              anyxml rtg-information-pergrp {
              }
              anyxml multi-routing-engine-results {
              }
            }  // choice output_c
          }
        }  // rpc get-rtg-information-pergrp
      }  // module junos-es-rpc-redundant-trunk-group
    

© 2023 YumaWorks, Inc. All rights reserved.