cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
994
Views
0
Helpful
2
Replies

QoS service-policy doesn't appear under tunnel interface configuration

fasanchezv
Level 1
Level 1

The command "service-policy output" is not been received by a tunnel interface, when we write the command on the interface, there is no message reporting something wrong, but when we check the running-configuration the command is not showed:

 

This is the configuration we want to do:

interface Tunnel3
ip unnumbered Loopback0
ip summary-address eigrp 1 0.0.0.0 0.0.0.0
ip tcp adjust-mss 1345
delay 3000
tunnel source Loopback0
tunnel destination 180.199.16.69
tunnel protection ipsec profile tunel
service-policy output TRAFFIC_CC 

 

but when we check the running-config the command is not there:

interface Tunnel3
ip unnumbered Loopback0
ip flow monitor FlowMonitor1 input
ip flow monitor FlowMonitor1 output
ip summary-address eigrp 1 0.0.0.0 0.0.0.0
delay 4000
tunnel source Loopback0
tunnel destination 180.199.16.69
tunnel protection ipsec profile tunel

 

we have put the same configuration in another tunnel interfaces and it is applied correctly, even we have configured other routers of the same model (ASR1002-X) with the same ios-xe version (15.5(3)S6) and the running configuration shows that the command is applied.

 

This is the complete QoS configuration:

!
class-map match-all LIMITSCCM
match access-group name SCCM
!
policy-map TRAFFIC_SCCM
class LIMITSCCM
shape average 10000000
policy-map TRAFFIC_CC
class class-default
shape average 87000000
service-policy TRAFFIC_SCCM
!

2 Replies 2

Hello,

 

odd. Is the applied policy working ? Nothing shows either when you run the command 'show run all' ?

Hello

You may need to apply the qos-preclassify on the tunnel interface iif ou want to classify packets before the tunnel /encryption headers are added.

int tun xx
qos pre-classify 


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul