# (C) Copyright Broadcom Corporation 2016 # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # # You may obtain a copy of the License at # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. host=10.14.244.128 port=8082 echo "********** get-system-feature **********" python bv-ctl.py get-system-feature timeout:30 host:$host port:$port echo "********** get-switch-properties **********" python bv-ctl.py get-switch-properties timeout:30 host:$host port:$port echo "********** bst cfg-feature **********" python bv-bstctl.py cfg-feature timeout:30 host:$host port:$port enable send_async_reports echo "********** bst get-feature **********" python bv-bstctl.py get-feature host:$host port:$port echo "********** bst cfg-tracking **********" python bv-bstctl.py cfg-tracking host:$host port:$port track_ingress_port_priority_group echo "********** bst get-tracking **********" python bv-bstctl.py get-tracking host:$host port:$port echo "********** bst clr-statistics **********" python bv-bstctl.py clr-statistics host:$host port:$port echo "********** bst clr-thresholds **********" python bv-bstctl.py clr-thresholds host:$host port:$port echo "********** bst cfg-thresholds **********" python bv-bstctl.py get-thresholds host:$host port:$port include_ingress_port_priority_group include_ingress_port_service_pool include_ingress_service_pool include_egress_port_service_pool include_egress_service_pool echo "********** bst get-report **********" python bv-bstctl.py get-report host:$host port:$port include_ingress_port_priority_group include_ingress_port_service_pool include_ingress_service_pool include_egress_port_service_pool include_egress_service_pool echo "********** bst cfg-thresholds device **********" python bv-bstctl.py cfg-thresholds host:$host port:$port device:10100 echo "********** bst cfg-thresholds egress-cpu-queue **********" python bv-bstctl.py cfg-thresholds host:$host port:$port egress-cpu-queue:5:20202 echo "********** bst cfg-thresholds egress-rqe-queue **********" python bv-bstctl.py cfg-thresholds host:$host port:$port egress-rqe-queue:6:30130 echo "********** bst cfg-thresholds egress-port-service-pool **********" python bv-bstctl.py cfg-thresholds host:$host port:$port egress-port-service-pool:"2":2:204556:30000:40000:5000 echo "********** bst cfg-thresholds egress-service-pool **********" python bv-bstctl.py cfg-thresholds host:$host port:$port egress-service-pool:2:30:40:50 echo "********** bst cfg-thresholds egress-uc-queue **********" python bv-bstctl.py cfg-thresholds host:$host port:$port egress-uc-queue:5:20200 echo "********** bst cfg-thresholds egress-uc-queue-group **********" python bv-bstctl.py cfg-thresholds host:$host port:$port egress-uc-queue-group:5:204 echo "********** bst cfg-thresholds egress-mc-queue **********" python bv-bstctl.py cfg-thresholds host:$host port:$port egress-mc-queue:5:204:10500 echo "********** bst cfg-thresholds ingress-port-priority-group **********" python bv-bstctl.py cfg-thresholds host:$host port:$port ingress-port-priority-group:"5":2:20456:40404 echo "********** bst cfg-thresholds ingress-port-service-pool **********" python bv-bstctl.py cfg-thresholds host:$host port:$port ingress-port-service-pool:"4":2:50505 echo "********** bst cfg-thresholds ingress-service-pool **********" python bv-bstctl.py cfg-thresholds host:$host port:$port ingress-service-pool:2:56783