ā01-03-2023 08:03 AM
I Have a number of Cisco 897VA's. I have configured service-policy output QOS-897-WAN-OUT-PARENT on G8. However when i try to configure it on G0 as well it fails with the following error.
#service-policy output QOS-897-WAN-OUT-PARENT
Configuration failed!
Is this o known limitation on 897's that you can only apply a service policy to 1 interface.?
ā01-03-2023 08:14 AM - edited ā01-03-2023 08:17 AM
Do you have any other service policy attached to the interface.
good you post show run for more visibility of config.
also refer below thread :
https://community.cisco.com/t5/routing/887va-k9-bandwidth-shaping-policy-issue/td-p/4191264
ā01-03-2023 08:19 AM
class-map match-any Queue-APP-1
match dscp cs4 af41 af42 af43
class-map match-any Queue-APP-2
match dscp cs3 af31 af32 af33
class-map match-any Queue-APP-3
match dscp cs2 af21 af22 af23
class-map match-any Queue-APP-4
match dscp cs1 af11 af12 af13
class-map match-any Mark-Call-Signal
match access-group name ACL-Signalling
class-map match-any Mark-Realtime
match access-group name ACL-Voice
class-map match-any Mark-APP-4
match access-group name ACL-Bulk-Scavenger
class-map match-any Mark-APP-1
match access-group name ACL-Video
class-map match-any Mark-APP-2
match access-group name ACL-Critical
class-map match-any Mark-APP-3
match access-group name ACL-Transactional
class-map match-any Queue-Realtime
match dscp cs5 ef
class-map match-any Queue-NC
match dscp cs6 cs7
!
policy-map QOS-LAN-UPLINK-OUT
class Queue-NC
bandwidth percent 2
class Queue-Realtime
priority level 1 percent 5
class Queue-APP-1
bandwidth percent 24
class Queue-APP-2
bandwidth percent 24
class Queue-APP-3
bandwidth percent 12
class Queue-APP-4
bandwidth percent 5
class class-default
bandwidth percent 28
policy-map QOS-897-WAN-OUT-PARENT
description WAN outbound parent shaper PM for TfL CPE
class class-default
shape average 100000000
policy-map QOS-LAN-EDGE-IN
class Mark-Realtime
set dscp ef
police 128000 8000
class Mark-Call-Signal
set dscp cs3
police 64000 8000
class Mark-APP-1
set dscp af42
class Mark-APP-2
set dscp af31
class Mark-APP-3
set dscp af21
class Mark-APP-4
set dscp af11
class class-default
set dscp default
policy-map QOS-897-WAN-OUT-CHILD
description WAN outbound child PM for TfL CPE
class Queue-NC
bandwidth percent 2
class Queue-Realtime
priority percent 5
police cir percent 5
conform-action transmit
exceed-action drop
class Queue-APP-1
bandwidth percent 24
random-detect dscp-based
police rate percent 24
conform-action transmit
exceed-action set-dscp-transmit default
class Queue-APP-2
bandwidth percent 24
random-detect dscp-based
police rate percent 24
conform-action transmit
exceed-action set-dscp-transmit default
class Queue-APP-3
bandwidth percent 12
random-detect dscp-based
police rate percent 12
conform-action transmit
exceed-action set-dscp-transmit default
class Queue-APP-4
bandwidth percent 5
random-detect dscp-based
police rate percent 5
conform-action transmit
exceed-action set-dscp-transmit default
class class-default
bandwidth percent 28
random-detect
interface GigabitEthernet8
bandwidth 100000
no ip address
duplex auto
speed auto
service-policy output QOS-897-WAN-OUT-PARENT
ā01-03-2023 08:52 AM
Helo,
make sure you are not trying to assign the service policy to a layer 2 interface. I don't recall what Gi0 is on the 897VA, but I think it is a switchport (layer 2).
ā01-03-2023 09:18 AM - edited ā01-03-2023 09:18 AM
I recall (?) the 800 series only supported full service policies on their WAN port.
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