cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
291
Views
0
Helpful
4
Replies

Redistributed conn in eigrp

karl.jones
Level 1
Level 1

Hi All

I use loopbacks for ISDN backup for spokes etc, and also user dialer profiles. Because the dest dialer profile at the Central Office has its own loopback IP and the remote site has its own loopback IP, a floating static route of

ip route 0.0.0.0 0.0.0.0 dialer 1 200

ip route 172.20.4.0 255.255.252.0 dialer 1 200

The problem with this is that they are conn int the routing table hence redistributed across the WAN. I dont really like the idea of this. Is there any way other than dist-lists that I could make the router not redistibute these static routes.

Regards

1 Accepted Solution

Accepted Solutions

Your remark is correct. You will always need to associate the next-hop IP to a dialer. The solution belows combines both options:

hostroute:

ip route 10.75.30.244 255.255.255.255 Dialer65

route to dest network:

ip route 10.52.46.0 255.255.255.0 10.75.30.244

In this way, the next-hop IP will be in your routing-table, the class-C network behind it will not nescessarily be there, it is not a connected route.

View solution in original post

4 Replies 4

lgijssel
Level 9
Level 9

Yes, there is an alternative. When you specify the next-hop IP adress instead of the interface, the route is no longer connected and is hence not distributed into your AS.

But if I am using IP unnumbered loopback 0 where each loopback is in it own IP subnet with a 32bit mask, there router wont know which dialer to use, will it

spoke example

interface Loopback0

description ISDN Loopback

ip address 172.16.45.85 255.255.255.255

interface Dialer1

ip unnumbered Loopback0

encapsulation ppp

dialer pool 1

dialer remote-name router

dialer idle-timeout 1200

dialer string xxxxx

dialer load-threshold 120 outbound

dialer-group 1

ppp authentication chap

ppp multilink

ip route 0.0.0.0 0.0.0.0 172.16.45.2 200 (this is the CO ISDN router)

I think here the router wont know the dest subnet, especially if I use more than one dialer,

Please chat to me on this

Thanks for your comments

Your remark is correct. You will always need to associate the next-hop IP to a dialer. The solution belows combines both options:

hostroute:

ip route 10.75.30.244 255.255.255.255 Dialer65

route to dest network:

ip route 10.52.46.0 255.255.255.0 10.75.30.244

In this way, the next-hop IP will be in your routing-table, the class-C network behind it will not nescessarily be there, it is not a connected route.

Hey thanks .... that is awesome

Thanks for your time

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: