Junos RPC YANG module for routing command(s)
Version: 2019-01-01
module junos-es-rpc-routing { yang-version 1; namespace "http://yang.juniper.net/junos-es/rpc/routing"; prefix routing; 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 routing command(s)"; revision "2019-01-01" { description "Junos: 21.3R1.9"; } rpc get-routing-information { description "Show routing information"; output { choice output_c { leaf output { type string; } anyxml trace-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-routing-information rpc get-routing-transport-class { description "Show routing Transport Class information"; input { choice daemon-select { leaf logical-system { type string; description "Name of logical system, or 'all'"; } } // choice daemon-select leaf all { type empty; mandatory true; description "Show all transport classes"; } } output { choice output_c { leaf output { type string; } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-routing-transport-class } // module junos-es-rpc-routing
© 2023 YumaWorks, Inc. All rights reserved.