Junos RPC YANG module for dialer command(s)
Version: 2019-01-01
module junos-es-rpc-dialer { yang-version 1; namespace "http://yang.juniper.net/junos-es/rpc/dialer"; prefix dialer; 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 dialer command(s)"; revision "2019-01-01" { description "Junos: 21.3R1.9"; } rpc get-dialer-interface-information { description "Show interface information"; input { leaf level { type enumeration { enum "brief" { value 0; description "Display brief output"; } enum "detail" { value 1; description "Display detailed output"; } } } leaf interface-name { type string; description "Name of dialer logical interface"; } } output { choice output_c { leaf output { type string; } anyxml dialer-interface-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-dialer-interface-information rpc get-dialer-pool-information { description "Show pool information"; input { leaf level { type enumeration { enum "brief" { value 0; description "Display brief output"; } enum "detail" { value 1; description "Display detailed output"; } } } leaf pool-name { type string; description "Dialer pool identifier"; } } output { choice output_c { leaf output { type string; } anyxml dialer-pool-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-dialer-pool-information rpc get-dialer-defaults-information { description "Show dialer services software defaults"; output { choice output_c { leaf output { type string; } anyxml dialer-defaults-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-dialer-defaults-information } // module junos-es-rpc-dialer
© 2023 YumaWorks, Inc. All rights reserved.