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

OSPF & dial up

tirmatovt
Level 1
Level 1

Hi!

We have set up our dialup service this way: each access server has it's own address pool for users, this pool is routed to null0 interface and announces through OSPF. But, I would like that some users (very few of them) have fixed ip addresses specified in their radius profiles. Is there a way to configure cisco to announce their addresses as /32 host routes?

Thanks in advance!

1 Reply 1

gaattila
Level 1
Level 1

Hi,

If you want to advertise them when they are connected, do a simple redistribute connected (with appropiate filter if needed), as the attached users appear in the routing table as host routes (PPP behavoir).

If you want to advertise them all the time, add static routes to the config with high admin distance (pointing to the Null0 for example), and redistribute them.

Regards,

Attila