#!/bin/bash
# Copyright (c) 2019, 2021, AT&T Intellectual Property. All rights reserved.
# SPDX-License-Identifier: LGPL-2.1-only.

source "$(cd "$(dirname "${0}")" && pwd -P)"/../tech-support.functions

header Traffic Policy
if cli-shell-api existsActive policy qos; then
	header Current Traffic Policies
	time_out "run show queuing"
else
	echo "Traffic-Policy is not configured"
fi
