Junos RPC YANG module for lacp command(s)
Version: 2019-01-01
module junos-qfx-rpc-lacp { yang-version 1; namespace "http://yang.juniper.net/junos-qfx/rpc/lacp"; prefix lacp; 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 lacp command(s)"; revision "2019-01-01" { description "Junos: 21.3R1.9"; } rpc get-lacp-interface-statistics { description "Show LACP interface statistics"; input { leaf interface-name { type union { type jt:interface-wildcard; type string { pattern "<.*>|$.*"; } } description "Name of interface"; } } output { choice output_c { leaf output { type string; } anyxml lacp-interface-statistics-list { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-lacp-interface-statistics rpc get-lacp-interface-information { description "Show LACP interfaces information"; input { leaf interface-name { type union { type jt:interface-wildcard; type string { pattern "<.*>|$.*"; } } description "Name of interface"; } leaf extensive { type empty; description "Show lacp information in detail"; } } output { choice output_c { leaf output { type string; } anyxml lacp-interface-information-list { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-lacp-interface-information rpc get-lacp-timeout-information { description "Show LACP interfaces timeout information"; input { leaf interface-name { type union { type jt:interface-wildcard; type string { pattern "<.*>|$.*"; } } description "Name of interface"; } } output { choice output_c { leaf output { type string; } anyxml lacp-timeout-information-list { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-lacp-timeout-information } // module junos-qfx-rpc-lacp
© 2023 YumaWorks, Inc. All rights reserved.