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