11-26-2020 02:16 AM
hello, we have an ASA and with broadband line: 100M download / 50M upload
we wanna to do a qos on a specific IP 192.168.47.30
since ASA interface is 1G interface (but the broadband line only has 50M upload capacity), we decided to limited the outside interface rate so let QOS can take effect, below is my config:
access-list 100 extended permit ip host 192.168.47.30 any
class-map cmap_cctv
match access-list 100
!
policy-map pmap_cctv
class cmap_cctv
priority
!
priority-queue outside
service-policy pmap_cctv interface outside
!
!
access-list 101 extended permit ip any any
!
class-map traffic-cmap
match access-list 101
!
policy-map traffic-pmap
class traffic-cmap
police output 50000000 conform-action transmit exceed-action drop
!
service-policy traffic-pmap interface outside
!
priority-queue outside
!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
I have 2 questions:
Can QOS can work ? (if we don't limited the rate, interface never reach the 1G so we think the qos will never work)
please help to check the rate limited part, my acl is any any. I wondering the rate will limited per IP or per interface?
e.g each IP will limited 50M or total limited to 50M ?
11-29-2020 09:07 PM
12-01-2020 02:03 AM
please...any idea?
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide