Junos RPC YANG module for dcbx command(s)
Version: 2019-01-01
module junos-qfx-rpc-dcbx { yang-version 1; namespace "http://yang.juniper.net/junos-qfx/rpc/dcbx"; prefix dcbx; 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 dcbx command(s)"; revision "2019-01-01" { description "Junos: 21.3R1.9"; } rpc get-dcbx-information { description "Show DCBX protocol information"; output { choice output_c { leaf output { type string; } anyxml dcbx-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-dcbx-information rpc get-dcbx-neighbor-information { description "Show DCBX neighbor information"; output { choice output_c { leaf output { type string; } anyxml dcbx-neighbor-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-dcbx-neighbor-information rpc get-dcbx-neighbor-interface-information { description "Show DCBX information for this interface"; input { leaf interface-name { type union { type jt:interface-name; type string { pattern "<.*>|$.*"; } } description "Show DCBX information for this interface"; } } output { choice output_c { leaf output { type string; } anyxml dcbx-neighbor-interface-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-dcbx-neighbor-interface-information rpc get-dcbx-neighbor-information-terse { description "Show DCBX neighbor information"; output { choice output_c { leaf output { type string; } anyxml dcbx-neighbor-information-terse { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-dcbx-neighbor-information-terse } // module junos-qfx-rpc-dcbx
© 2023 YumaWorks, Inc. All rights reserved.