Good morning.
I'm having trouble configuring a QoS for my network. As i have never configured QoS on ASA equipment, i dont know if my configuration os correct.
The fact is i have a video conference equipment on my internal network, with the ip address of 192.168.1.100.
All my connectios comming from 201.x.x.3 are sent for my camera inside my network. Almost like a DMZ configuration.
This is the QoS configuration, but i dont know if its correct.
Can someone read and tell me ?
acess-list ip-qos extended permit ip 192.168.1.100 255.255.255.255 any
acess-list ip-qos extended permit ip any 192.168.1.100 255.255.255.255
class-map qos
description qos policy
match access-list ip-qos
policy-map qos
class qos
police output 1045800 1048576
police input 256000 256000
service-policy qos interface inside
Thanks !