cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
434
Views
5
Helpful
6
Replies

qos not working as I want it

pamirian76
Level 1
Level 1

hi,

I have this quos setup in my router,

class-map match-any mycomputer

match access-group name HOME_COMPUTER

class-map match-any media

match  dscp ef

class-map match-any signaling

match  dscp cs3

match  dscp af31

!

!

policy-map queue

class signaling

  bandwidth percent 5

class media

  priority percent 25

class mycomputer

  priority percent 25

class class-default

  fair-queue

policy-map shape

class class-default

  shape average 5000000

  service-policy queue

                 

Extended IP access list HOME_COMPUTER

    10 permit ip host 192.168.100.113 any

interface FastEthernet0/0

description $FW_OUTSIDE$

bandwidth 5000

ip address dhcp client-id FastEthernet0/0

ip access-group 102 in

ip nat outside

ip inspect SDM_LOW out

ip virtual-reassembly in

load-interval 30

duplex auto

speed auto

service-policy output shape

end

when I do

shw policy-map int fa0/0

for the class-map my computer I get all 0 values.

I know my ip is good, I also know when I create an acl and apply it to the inside interface or vlan int of the router I see my ip hits going up so I know the ip is good and there is traffic.. what am I missing?

    Class-map: mycomputer (match-any)

          0 packets, 0 bytes

          30 second offered rate 0 bps, drop rate 0 bps

          Match: access-group name HOME_COMPUTER

            0 packets, 0 bytes

            30 second rate 0 bps

          Priority: 25% (1250 kbps), burst bytes 31250, b/w exceed drops: 0

6 Replies 6

Mike Williams
Level 5
Level 5

Can you post the ACL used to match your computer traffic?

Regards,
Mike


Sent from Cisco Technical Support Android App

its there, HOME_COMPUTER.

I added permit ip any any and it started working but that's not what I want... I want just my computer.

its hitting class default and I don't know why

Mike Williams
Level 5
Level 5

My apologies, I missed it the first time. It looks correct to me. Is that traffic hitting your signalling or media classes by chance? Do you have an ingress policy map on your lan interface marking traffic?

Regards,
Mike


Sent from Cisco Technical Support Android App

my computer traffic is hitting class default

Hi,

is there the traffic originated from your PC NATed on the interface FastEthernet0/0?

As I can see the

ip nat outside

command.

If yes, NAT is processed BEFORE QoS, so you would need to match NATed IP addresses.

Or to tag the traffic originated from your PC with a dedicated DSCP value, e.g., on the incoming interface and match thatt DSCP value on the outgoing interface FastEthernet0/0.

Bets regards,

Milan

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card