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