cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1262
Views
0
Helpful
7
Replies

VPN Client Subnet Assignemnt - ip pool

mlitka
Level 2
Level 2

Is it possible to assign a subnet using an 'ip pool' for Cisco VPN Clients? I assign my clients a 10.x.x.x address and it gives them a /8 subnet mask. I would like to give them a /24 subnet mask. Can any help? We are running IOS 12.3

7 Replies 7

husycisco
Level 7
Level 7

Hi Michael

Try this

ip local pool poolname 10.10.10.0 mask 255.255.255.0

Regards

Tried that. These are the options. I thought it was perhaps configured using a different statement. Is it possible to assign this client a static IP?

XXXX(config)#ip local pool dynpool 10.10.10.0 ?

A.B.C.D Last IP address of range

cache-size Number of free entries to search

group Create ip local pool group

XXXX(config)#ip local pool dynpool 10.10.10.0 mask ?

% Unrecognized command

XXXX(config)#ip local pool dynpool 10.10.10.0 mask

I once tought it was ASA. Please try this

ip local pool dynpool 10.10.10.1 10.10.10.254

I have tried that. It assigns the client the following:

IP Address: 10.10.10.1

Subnet Mask: 255.0.0.0

Have you tried ip local pool poolname 10.0.0.0 0.255.255.255 ??

XXXX(config)#ip local pool dynpool 10.50.106.2 0.255.255.255

%Bad IP range, 10.50.106.2-0.255.255.255

dodgerfan78
Level 1
Level 1

that is interesting I use 12.4 and I get /24 every time...sorry I couldn't help but maybe it is a limitation of the IOS