cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
343
Views
0
Helpful
1
Replies

Redirecting default internet traffic through remote site

jkrawczyk
Level 1
Level 1

Hi,

Currently I have a West coast facility that egresses non-OSPF/GRE company traffic directly out to the internet. This location doesn't have any type of internet proxy or web monitoring tool such as Surf COntrol. However, my East coast office does utilize the Surf COntrol application.

I have a site to sit VPN setup between these locations. I would like to funnel the default Internet destined traffic from my West coast location into my East coast location for processing.

I'm searching for best practices as to how this can be accomplished.

Regards

Jeff

1 Reply 1

Edison Ortiz
Hall of Fame
Hall of Fame

You can implement route-map:

interface f0/0

ip address 192.168.1.1 255.255.255.0

ip policy route-map EAST

route-map EAST permit 10

match ip address EAST

set ip next-hop [ip address of the remote VPN]

ip access-list extended EAST

permit 192.168.1.0 0.0.0.255 any

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card