APV-QoS session based / Per IP based QoS

Review Request #22 — Created Sept. 4, 2023 and updated

pradeep
APV10
10.4.0.112.1
84
kdutta, peteryeh, pmurugaiyan, prajesh, roland, timlai

Currently we support QoS based on the IP address subnet. Requirement is to support QoS for per Source IP address. That is we should be able to impose bandwidth limitation per IP address.

AN(config)#sh qos ?
all Show all configurations of QoS
filter Show configurations of QoS L4 filter
interface Show configurations of QoS interface
session Show configuration of QoS session
queue Show configurations of QoS queue
CREATE:
ex: qos session "anyname" port2 OUT 1Mb 192.168.12.0 255.255.255.240 0 0.0.0.0 0.0.0.0 0 tcp
SHOW
AN(config)#show qos session anyname
qos session"anyname" port2 OUT 1Mb 192.168.12.0 255.255.255.240 0 0.0.0.0 0.0.0.0 0 tcp
DELETE
AN(config)#no qos session anyname

Loading...