Junos RPC YANG module for ripng command(s)
Version: 2019-01-01
module junos-ex-rpc-ripng { yang-version 1; namespace "http://yang.juniper.net/junos-ex/rpc/ripng"; prefix ripng; 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 ripng command(s)"; revision "2019-01-01" { description "Junos: 21.3R1.9"; } rpc get-ripng-statistics-information { description "Show RIPng statistics"; input { choice daemon-select { leaf logical-system { type string; description "Name of logical system, or 'all'"; } } // choice daemon-select leaf neighbor-name { type string; description "Name of RIPng neighbor"; } leaf instance { type string; description "Name of RIPng instance"; } } output { choice output_c { leaf output { type string; } anyxml rip-statistics-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-ripng-statistics-information rpc get-ripng-general-statistics-information { description "Show RIPng general statistics"; input { choice daemon-select { leaf logical-system { type string; description "Name of logical system, or 'all'"; } } // choice daemon-select } output { choice output_c { leaf output { type string; } anyxml rip-general-statistics-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-ripng-general-statistics-information rpc get-ripng-neighbor-information { description "Show RIPng interfaces"; input { choice daemon-select { leaf logical-system { type string; description "Name of logical system, or 'all'"; } } // choice daemon-select leaf neighbor-name { type string; description "Name of RIPng neighbor"; } leaf instance { type string; description "Name of RIPng instance"; } } output { choice output_c { leaf output { type string; } anyxml rip-neighbor-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-ripng-neighbor-information } // module junos-ex-rpc-ripng
© 2023 YumaWorks, Inc. All rights reserved.