cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
770
Views
5
Helpful
1
Replies

3560QoS and "Service-Policy Input"

kasiddiq
Level 1
Level 1

Hi Group,

I am trying to use the following QoS policy on Catalyst 3560 (more details attached):

policy-map IPPHONE_WITH_USERPC

class Voice_Media

set ip dscp 46

police 256000 16000 exceed-action drop

class Nortel_Voice_Signaling

set ip dscp 40

police 32000 8000 exceed-action policed-dscp-transmit

class Cisco_Voice_Signaling

set ip dscp 24

police 32000 8000 exceed-action policed-dscp-transmit

class Security_Camera_Video_Stream

set ip dscp 34

police 500000 16000 exceed-action policed-dscp-transmit

class VTC_Video_Conferencing

set ip dscp 36

police 384000 8000 exceed-action policed-dscp-transmit

class Business_Applications

set ip dscp 26

police 20000000 32000 exceed-action policed-dscp-transmit

class Bulk_Data

set ip dscp 10

police 5000000 8000 exceed-action policed-dscp-transmit

class Scavenger

set ip dscp 8

police 5000000 8000 exceed-action policed-dscp-transmit

class class-default

set ip dscp 0

police 5000000 8000 exceed-action drop

!

However, when I try to apply the QoS Policy "IPPHONE_WITH_USERPC" it takes my command but it doesn't apply it in the show run:

!

interface GigabitEthernet0/2

switchport access vlan 4

switchport voice vlan 44

srr-queue bandwidth share 1 70 25 5

srr-queue bandwidth shape 30 0 0 0

priority-queue out

mls qos trust cos

spanning-tree portfast

Can anyone assist me here?

I am using 12.2(35)SE:

Cisco IOS Software, C3560E Software (C3560E-UNIVERSAL-M), Version 12.2(35)SE5, RELEASE SOFTWARE (fc1)

Copyright (c) 1986-2007 by Cisco Systems, Inc.

Compiled Thu 19-Jul-07 17:18 by nachen

Image text-base: 0x00003000, data-base: 0x01600000

ROM: Bootstrap program is C3560E boot loader

BOOTLDR: C3560E Boot Loader (C3560E-HBOOT-M) Version 12.2(35r)SE1, RELEASE SOFTWARE (fc2)

ojrpva-s999n-f14 uptime is 14 weeks, 1 day, 4 hours, 15 minutes

System returned to ROM by power-on

System image file is "flash:c3560e-universal-mz.122-35.SE5/c3560e-universal-mz.122-35.SE5.bin"

License Level: ipbase Type: Permanent

Next reboot license Level: ipbase

cisco WS-C3560E-24PD (PowerPC405) processor (revision E0) with 122880K/8184K bytes of memory.

Processor board ID FDO1144V07H

Last reset from power-on

5 Virtual Ethernet interfaces

1 FastEthernet interface

28 Gigabit Ethernet interfaces

2 Ten Gigabit Ethernet interfaces

The password-recovery mechanism is enabled.

512K bytes of flash-simulated non-volatile configuration memory.

Base ethernet MAC Address : 00:1E:13:D0:93:00

Motherboard assembly number : 73-10318-11

Motherboard serial number : FDO1142073K

Model revision number : E0

Motherboard revision number : B0

Model number : WS-C3560E-24PD-S

Daughterboard assembly number : 800-28590-01

Daughterboard serial number : FDO11320CKJ

System serial number : FDO1144V07H

Top Assembly Part Number : 800-27549-01

Top Assembly Revision Number : C0

Version ID : V01

CLEI Code Number : COM7F10ARA

Hardware Board Revision Number : 0x01

Switch Ports Model SW Version SW Image

------ ----- ----- ---------- ----------

* 1 30 WS-C3560E-24PD 12.2(35)SE5 C3560E-UNIVERSAL-M

Configuration register is 0xF

Thanks in advance...

- Kashif

1 Reply 1

schmij01
Level 1
Level 1

You can't apply a trust statement and a policy map to an interface* so I would remove the trust cos statement and then try the service policy statement.

* You can in 12.2.40SE, but the trust statement only applies to traffic not matching the policy map. If you want this behavior, upgrade to that release or later.