Hi All
I am setting up a branch site on my IWAN,
APIC has deployed the config.
I have had to add some config for the Internet access as described in the Cisco CVD for DIA, this is because the outside interface sits in a front door VRF for the vpn tunnels etc.
However it does not appear to be working, the config I have done is below
ip access-list extended INTERNAL-NETS
permit ip any x.x.x.x 0.0.3.255
route-map INET-INTERNAL permit 10
description Return routing for Local Internet Access
match ip address INTERNAL-NETS
set global
interface GigabitEthernet0/0/0
description ***wan*** int
bandwidth 20000
ip vrf forwarding IWAN-TRANSPORT-1
ip address x.x.x.x 255.255.255.252
ip nat outside
zone-member security OUTSIDE
ip policy route-map INET-INTERNAL
negotiation auto
no cdp enable
service-policy output prm-dscp#iwan-8-id0#shape#20.0
I can see NAT happening etc, but I cannot ping out or access the internet
Any ideas?