cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
452
Views
0
Helpful
4
Replies

Cisco 897VA Service policy

anthony malpass
Level 1
Level 1

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.?

4 Replies 4

balaji.bandi
Hall of Fame
Hall of Fame

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

BB

***** Rate All Helpful Responses *****

How to Ask The Cisco Community for Help

anthony malpass
Level 1
Level 1

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

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).

Joseph W. Doherty
Hall of Fame
Hall of Fame

I recall (?) the 800 series only supported full service policies on their WAN port.

Review Cisco Networking for a $25 gift card