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

Service-Policy command not applied

randms2610
Level 1
Level 1

I'm creating a qos policy-map on cisco 3650 (ws-c3650-24ts, IOS-XE Software, Catalyst L3 Switch Software CAT3K_CAA-UNIVERSALK9-M, Version 03.07.05.E RELEASE SOFTWARE fc1) - License Level: Ipservices

 

the command i used is:

 

ip access-list extended VPN_ACL
permit tcp host x.x.x.1 eq www y.y.y.0 0.0.0.255
permit tcp host x.x.x.2 eq www y.y.y.0 0.0.0.255

 

class-map match-any VPN_Class
match access-group name VPN_ACL

 

policy-map VPN_QoS
class VPN_Class
shape average 25000000

 

switch(config)#interface g1/0/1

switch(config-int)#service-policy output VPN_QoS

 

the command applied without any error message but when i do show run on int g1/0/1 but the command service-policy output is not being applied

 

switch#show run int g1/0/1

Building configuration...

Current configuration : 240 bytes
!
interface GigabitEthernet1/0/1
description *** Connection to VPN Gateway ***
switchport access vlan 11
spanning-tree portfast
end

 

please advise

3 Replies 3

Joseph W. Doherty
Hall of Fame
Hall of Fame
Unsure about the 3650, but it might not support a shaper (the prior series didn't).

Check syslog for error message when you apply or save policy.

if it doesnt support shaper why do the command accepted?

Assuming it's not truly supported, it might be a "bug", i.e. something that should have been hidden from a common code base.

Sometimes in the software documentation, often at the very end, you'll find a section noting commands not supported.

Review Cisco Networking for a $25 gift card