cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
788
Views
0
Helpful
3
Replies

QoS on ASA

gnaveen
Level 1
Level 1

I have configured

!

interface Ethernet0/0

nameif outside

security-level 0

ip address 2xx.2xx.1xx.x 255.255.255.xxx standby 2xx.2xx.1xx.x

!

interface Ethernet0/1

no nameif

no security-level

no ip address

!

interface Ethernet0/1.11

vlan 11

nameif inside

security-level 100

ip address 10.4x.xx.20 255.255.255.0 standby 10.4x.xx.21

!

interface Ethernet0/1.12

vlan 12

nameif LISTENER

security-level 75

ip address 10.4x.xx.20 255.255.255.0 standby 10.4x.xx.21

!

interface Ethernet0/1.13

vlan 13

nameif WEB

security-level 25

ip address 10.4x.xx.20 255.255.255.0 standby 10.4x.xx.21

!

How can I ensure that my LISTENER (interface Ethernet0/1.12) gets atleast 2MB from the bandwidth configured on all the intefaces?

-NG

3 Replies 3

David White
Cisco Employee
Cisco Employee

On the ASA, you can police (ie: rate limit) traffic to a specified bandwidth - based on ACL, but it does not have the obtion of guarenteeing bandwidth.  To guarentee bandwidth, you would have to rate limit all other traffic to ensure that when all other traffic is at full blast, you still have your 2 mbps left for what you want.

Hope it helps,


David.

Is there a config example which you can share?

Yes, PK wrote a nice doc which you can see here: https://supportforums.cisco.com/docs/DOC-1230

-KS

Review Cisco Networking for a $25 gift card