09-08-2021 08:50 AM
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
!
09-08-2021 11:36 PM
Hello,
odd. Is the applied policy working ? Nothing shows either when you run the command 'show run all' ?
09-09-2021 02:12 PM - edited 09-09-2021 02:12 PM
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
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