04-15-2025 07:23 AM
I was configuring and applying the below command on a cisco asr 1000 router but the interface doesn't accept the command:
Service-policy output
here is the conf that needs to be applied:
ip access-list extended AVQOS
permit ip host z.z.z.z any
class-map match-all AVQOS
match access-group name AVQOS
policy-map AVQOS
class AVQOS
bandwidth percent 25
class class-default
bandwidth percent 75
policy-map AVQOSINT
class class-default
shape average 350000000
service-policy AVQOS
qos pre-classify
service-policy output AVQOSINT
04-15-2025 08:32 AM
IOS version?
Full interface(s) config(s)?
Console and syslog error messages?
04-15-2025 11:22 PM
Sorry for the late reply because it was late in our time.
the ios version is: Cisco IOS XE Software, Version 16.06.04
here is the console error:
RTR(config)#interface Tunnel630
RTR(config-if)#ser
RTR(config-if)#service-p
DR-WANR-02(config-if)#service-policy ou
DR-WANR-02(config-if)#service-policy ?
type Configure CPL Service Policy
normally it even doesn't accept the output command
04-16-2025 03:44 AM
Full interface(s) config(s)?
and syslog error messages?
04-16-2025 03:47 AM
RTR(config-if)#service-p
DR-WANR-02(config-if)#service-policy o
???
04-16-2025 03:55 AM
this is the case:
service-policy ?
access-control
control
packet-service
performance-monitor
service-chain
I have checked all of them but nothing works.
04-17-2025 03:41 AM
Is there anyone who can help please to configure the above qos on ASR 1000
04-17-2025 09:56 AM - edited 04-17-2025 10:47 AM
@TsadikuBahiru78025 wrote:Is there anyone who can help please to configure the above qos on ASR 1000
BTW, a suggestion for obtaining help, on these forums, when someone tries to help, provide them the information they ask for.
When I first saw your configuration statements, didn't see anything obviously wrong with them, which is why I asked for further information (the context of usage/application).
Unfortunately, I don't have an ASR 1k to try your config statements on, but on a Virtual CML router, it took them just fine (of course, unsure how closely my usage matches yours, for lack of information).
class-map match-all AVQOS
match access-group name AVQOS
policy-map AVQOS
class AVQOS
bandwidth percent 25
class class-default
bandwidth percent 75
policy-map AVQOSINT
class class-default
shape average 350000000
service-policy AVQOS
interface Tunnel1
ip address 192.168.2.1 255.255.255.0
qos pre-classify
tunnel source 192.168.12.1
tunnel destination 192.168.23.3
service-policy output AVQOSINT
interface GigabitEthernet0/0
ip address 192.168.12.1 255.255.255.0
duplex auto
speed auto
media-type rj45
ip access-list extended AVQOS
permit ip host 1.1.1.1 any
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