Junos RPC YANG module for ilmi command(s)
Version: 2019-01-01
module junos-ex-rpc-ilmi { yang-version 1; namespace "http://yang.juniper.net/junos-ex/rpc/ilmi"; prefix ilmi; 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 ilmi command(s)"; revision "2019-01-01" { description "Junos: 21.3R1.9"; } rpc get-ilmi-information { description "Show interim local management interface information"; input { leaf level { type enumeration { enum "all" { value 0; description "Show ILMI information for all interfaces"; } } default "all"; } } output { choice output_c { leaf output { type string; } anyxml ilmi-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-ilmi-information rpc get-ilmi-statistics { description "Show ILMI statistics"; output { choice output_c { leaf output { type string; } anyxml ilmi-statistics { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-ilmi-statistics rpc get-ilmi-interface-information { description "Show ILMI information for interface"; input { leaf interface_name { type string; mandatory true; description "Interface name"; } } output { choice output_c { leaf output { type string; } anyxml ilmi-interface-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-ilmi-interface-information } // module junos-ex-rpc-ilmi
© 2023 YumaWorks, Inc. All rights reserved.