Junos RPC YANG module for forwarding-options command(s)
Version: 2019-01-01
module junos-ex-rpc-forwarding-options { yang-version 1; namespace "http://yang.juniper.net/junos-ex/rpc/forwarding-options"; prefix forwarding-options; 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 forwarding-options command(s)"; revision "2019-01-01" { description "Junos: 21.3R1.9"; } rpc get-native-analyzer-information { description "Show native analyzer information"; input { leaf analyzer-name { type string; description "Analyzer name"; } } output { choice output_c { leaf output { type string; } anyxml analyzer { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-native-analyzer-information rpc get-forwarding-options-next-hop-group { description "Show next-hop-group information"; input { leaf verbosity { type enumeration { enum "terse" { value 0; description "Display terse output"; } enum "brief" { value 1; description "Display brief output"; } enum "detail" { value 2; description "Display detail output"; } } default "brief"; } leaf group-name { type string; description "Name of next-hop-group"; } } output { choice output_c { leaf output { type string; } anyxml smpl-next-hop-group { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-forwarding-options-next-hop-group rpc get-forwarding-options-port-mirroring { description "Show port-mirroring information"; input { leaf verbosity { type enumeration { enum "terse" { value 0; description "Display terse output"; } enum "detail" { value 1; description "Display detail output"; } } default "detail"; } leaf instance-name { type string; description "Name of port-mirroring instance"; } } output { choice output_c { leaf output { type string; } anyxml smpl-port-mirroring { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-forwarding-options-port-mirroring } // module junos-ex-rpc-forwarding-options
© 2023 YumaWorks, Inc. All rights reserved.