cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
962
Views
0
Helpful
3
Replies

ASR1006 - the 'service-policy output' on the tunnel interface isn't applied

Anton Pestov
Level 1
Level 1

Sample config below:

System image file is "bootflash:asr1000rp1-adventerprisek9.03.15.00.S.155-2.S-std.bin"

ip access-list extended to-Tunnel1
  permit ip host 10.0.0.1 any
  permit icmp host 10.0.0.1 any

!

class-map match-all to-Tunnel1
  match access-group name to-Tunnel1

!

policy-map qos-to-Tunnel1
  class to-Tunnel1
    set dscp ef
    bandwidth percent 1
policy-map to-Tunnel1
  class class-default
    shape average percent 95
    service-policy qos-to-Tunnel1

!

interface Tunnel1
  description test
  bandwidth 100000
  ip address 172.30.4.2 255.255.255.252
  ip pim sparse-mode
  ip tcp adjust-mss 1436
  tunnel source 192.168.0.1
  tunnel destination 192.168.1.2

!

nothing occurred, the configuration wasn't applied:

ASR1006(config)#interface Tunnel1
ASR1006(config-if)#
ASR1006(config-if)#ser
ASR1006(config-if)#service-p
ASR1006(config-if)#service-policy ou
ASR1006(config-if)#service-policy output to-Tunnel1
ASR1006(config-if)#
ASR1006(config-if)#
ASR1006(config-if)#
ASR1006(config-if)#end
ASR1006#
ASR1006#
ASR1006#
ASR1006#
ASR1006#sh run int tun1
Building configuration...

Current configuration : 262 bytes
!
interface Tunnel1
  description test
  bandwidth 100000
  ip address 172.30.4.2 255.255.255.252
  ip pim sparse-mode
  ip tcp adjust-mss 1436
  tunnel source 192.168.0.1
  tunnel destination 192.168.1.2
end

Why? How to apply?

3 Replies 3

Joseph W. Doherty
Hall of Fame
Hall of Fame

Anything in syslog?

Hi, 

no, in logs silence

Anton Pestov
Level 1
Level 1

anybody will help?

Physically Tunnel binds to Port-channel (Po1)

ASR1006#sh etherchannel summary
Flags:  D - down        P/bndl - bundled in port-channel
        I - stand-alone s/susp - suspended
        H - Hot-standby (LACP only)
        R - Layer3      S - Layer2
        U - in use      f - failed to allocate aggregator

        M - not in use, minimum links not met
        u - unsuitable for bundling
        w - waiting to be aggregated
        d - default port


Number of channel-groups in use: 5
Number of aggregators:           5

Group  Port-channel  Protocol    Ports
------+-------------+-----------+-----------------------------------------------
1       Po1(RU)         LACP     Gi0/0/0(bndl) Gi0/0/1(bndl)
2       Po2(RU)         LACP     Gi0/0/2(bndl) Gi0/0/3(bndl)

Review Cisco Networking for a $25 gift card