cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

IP Policy route-map inside VRF Network.

Shabeer E
Level 1
Level 1

Hi All,

I was trying to route one of the vlan internet traffic to Head office ASA, this vlan is inside VRF Network. Head office is connected through ISP VPN cloud. still the traffic is going through local ASA. Please advise.

interface Vlan100

description *** XXXXX ***

ip vrf forwarding ABC-VRF

ip address 10.X.X.X 255.255.255.0

ip policy route-map VLAN101-TEST

end

ip route vrf ABC-VRF 0.0.0.0 0.0.0.0 10.X.X.X 250 name INTERNET

ACL 100

Access-list 100 permit 10.X.X.X 0.0.0.255 any

route-map VLAN100-TEST:

route-map VLAN100-TEST permit 100

Match IP Address 100

Set ip next-hope X.X.X.X (VPN Gateway IP)

Who Me Too'd this topic