01-22-2015 11:44 AM - edited 03-05-2019 12:38 AM
Hello all,
I'm trying to implement service policy on our ipsec tunnels on ASR1001. Version: asr1001-universalk9.03.13.01.S.154-3.S1-ext.bin
Here is the typical Tunnel configuration:
interface Tunnel100 ip address 172.x.x.x 255.255.255.252 ip mtu 1450 ip access-group ACL_IN in ip access-group ACL_OUT out ip policy route-map ForwardIP ip ospf network point-to-point ip ospf mtu-ignore ip ospf cost 40 qos pre-classify tunnel source ZZ.ZZ.ZZ.ZZ tunnel mode ipip tunnel destination YY.YY.YY.YY tunnel protection ipsec profile IPSec-AES service-policy input Tunnel_IN
When I try to add an output service-policy on that interface, I get an error:
(nbar): (err): NBAR is not supported on Tunnel10042
If I try to enable ip nbar protocol-discovery, I get an error:
% NBAR Error: Can not enable Protocol-discovery NBAR is not supported on this interface
Is it possible to use NBAR on that interface?
01-23-2015 07:35 AM
NBAR is not supported on the following logical interfaces:
Dialer interfaces
Dynamic tunnels such as Dynamic Virtual Tunnel Interface (DVTI)
Fast Etherchannels
IPv6 tunnels that terminate on the device
MPLS
Overlay Transport Virtualization (OTV) overlay interfaces
01-23-2015 09:26 AM
Is there any workaround for it?
01-23-2015 10:12 AM
Configure NBAR on the downstream physical interface
01-23-2015 11:27 AM
Will this policy work on IPSEC tunnels?
I thought
qos pre-classify
works only when you implement qos on tunnel interface.
With NBAR enabled on physical interface the tunnel is still not configurable with NBAR policies
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