cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
314
Views
0
Helpful
3
Replies

Adding a new provider connection to a 7513 router.. routing questions.

kevin_spies
Level 1
Level 1

Hello all!

I have a 7513 that has a single FastE circuit and of course a single default route for traffic. I am adding another FastE circuit from another provider and they have provided the /30 WAN and a /24 for LAN.

What I am trying to do seems pretty simple but for some reason it is just eluding me.

What I want to do is route out the /24 IP space the 2nd provider has given me out their interface.

Example:

I have the subnet 172.126.120.0/23 routing out the default connection.

I need to route the new LAN 172.200.1.0/24 out the /30 interface 175.100.0.105.

Right now the traffic on the LAN side routes out through the firewall and once it hits the router it is being sent out the default GW even when I add a route like..

ip route 172.200.0.0 255.255.255.0 175.100.0.105

How would I do this?

Thanks!

3 Replies 3

Jon Marshall
Hall of Fame
Hall of Fame

Kevin

PBR (Policy Based Routing)

access-list 101 permit ip 172.200.1.0 0.0.0.255 any

route-map PNAT permit 10

match ip address 101

set ip next-hop 175.100.0.105

where 105 is the ISP address. If 105 is the ip address on your interface then it will be 106 which will be the ISP interface.

then on the LAN interface that connects to 172.200.1.0

int fa0/1

ip policy route-map PNAT

Jon

I will give that a shot, I will let you know how it goes.

Kevin

Let me complicate things :) Jon's response is precise and exact to your requirement.. but do you need service provider redundancy :) automatic fallbacks and stuffs like that ??

Regards

Raj

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