Junos RPC YANG module for storm-control command(s)
Version: 2019-01-01
module junos-nfx-rpc-storm-control { yang-version 1; namespace "http://yang.juniper.net/junos-nfx/rpc/storm-control"; prefix storm-control; 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 storm-control command(s)"; revision "2019-01-01" { description "Junos: 21.3R1.9"; } rpc get-l2ng-storm-control-profiles-information { description "Show stormcontrol profile names and ids"; output { choice output_c { leaf output { type string; } anyxml l2ng-storm-control-profiles-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-l2ng-storm-control-profiles-information rpc get-l2ng-storm-control-interface-information { description "Show stormcontrol information of the interface"; input { leaf verbosity { type enumeration { enum "detail" { value 0; description "Display detailed output"; } enum "brief" { value 1; description "Display brief output"; } enum "extensive" { value 2; description "Display extensive output"; } } default "brief"; } } output { choice output_c { leaf output { type string; } anyxml l2ng-storm-control-interface-information { } anyxml multi-routing-engine-results { } } // choice output_c } } // rpc get-l2ng-storm-control-interface-information } // module junos-nfx-rpc-storm-control
© 2023 YumaWorks, Inc. All rights reserved.