02-11-2019 09:01 PM - edited 03-03-2019 08:59 AM
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
02-12-2019 06:16 AM
02-13-2019 12:26 AM
02-13-2019 05:19 AM
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