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

AS5200 - Dial User's-Static IP's

bob.forster
Level 1
Level 1

AS5200.

Cannot use RADIUS to allocate Static IP (same IP everytime to certain Dial-in Users).

Can the AS5200 assign the same static IP to a particular user when they dial in?

Thanks,

Bob

4 Replies 4

dallas31
Level 1
Level 1

Hello Bob,

If the users are going to be using the exact same async interface each time, you can issue the peer default ip-address command. This IP address you configure will need to match the address specified on the remote dial-in client.

Router(config)#interface async 5

Router(config-if)#peer default ip-address 10.1.2.1

I hope this helps.

vjokhoo
Level 1
Level 1

Why can't you use RADIUS to assign the IP addresses? You just need to set the framed ip address check item to teh user's profile.

Framed-IP-Address = xxx.xxx.xxx.xxx

mark-obrien
Level 4
Level 4

Bob,

You can do this with dialer profiles. Assign the physical interface(s) to dialer pools, and configure them for PPP authentication (PAP or CHAP). Build a unique dialer profile for each user. In the dialer interface configuration, use the "dialer remote-name" command to specify the user, and the "peer default ip address" command to assign the user's address. Each time a user dials in, he or she will be authenticated and the physical router interface will be bound to that user's dialer interface based on the authentication. The dialer interface will assign the specified address to the user. Be sure to assign IP addresses to the dialer interfaces and not to the physical interfaces.

If you aren't familiar with dialer profiles, here is a link to the Configuration Guide for them.

http://www.cisco.com/univercd/cc/td/doc/product/software/ios122/122cgcr/fdial_c/index.htm

HTH

Mark

Mark,

Ahh.....

I'll try it.

Thanks!

Bob