cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
510
Views
0
Helpful
6
Replies

routing with route-map

armingojak
Level 1
Level 1

Hi,

How can i setup route-map for this situation:

On 1841 router i have leased line link to ISP, and ISDN link for special purpose, and user on LAN. (one source to two destination)

Users must be able to access to both link at anytime.

There is picture of logical topology in attachment.

1 Accepted Solution

Accepted Solutions

Try to write your ACL like this:

access-list 100 permit ip 10.0.0.0 0.0.0.255 x.x.x.x x.x.x.x(isp net)

access-list 110 permit ip 10.0.0.0 0.0.0.255 192.168.0.0 0.0.255.255(isdn net)

And then try your nat configuration like this:

ip nat inside source list 100 interface f0/0 overload

ip nat inside source list 110 interface bri 0 overload

The point is that you should use extended ACL in specifying nat. However,there is a problem how to specify destination address in the ACLs. Anyone knows?

View solution in original post

6 Replies 6

mlitka
Level 2
Level 2

This sounds more like just configuring your routes correctly than the need for a route-map.

Are you running a routing protocol?

No.

I have two routes, default route and static route toward ISDN, and have two NAT/PAT, one for user who goes to ISP and the other for users who use ISDN.

When configure these NATs, link to ISP dont work. When delete static NAT/PAT toward ISDN, link to ISP work good.

I am trying something with route-maps but without success.

Will these solution might work?

If i left static default route to ISP, and make route map with which i will filter traffic that need to use ISDN,

and applying route map on inside interface.

Thanks

Post your config.

How can you assign a /32 net mask to a interface of 1841 router? And why?

Try to write your ACL like this:

access-list 100 permit ip 10.0.0.0 0.0.0.255 x.x.x.x x.x.x.x(isp net)

access-list 110 permit ip 10.0.0.0 0.0.0.255 192.168.0.0 0.0.255.255(isdn net)

And then try your nat configuration like this:

ip nat inside source list 100 interface f0/0 overload

ip nat inside source list 110 interface bri 0 overload

The point is that you should use extended ACL in specifying nat. However,there is a problem how to specify destination address in the ACLs. Anyone knows?

Thanks

I solved the problem with route-map and access-list...

BR

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: