12-30-2016 01:20 AM - edited 03-03-2019 08:25 AM
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?
01-03-2017 06:59 AM
Anything in syslog?
01-03-2017 11:31 PM
Hi,
no, in logs silence
01-09-2017 10:42 PM
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)
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