11-23-2006 08:03 AM - edited 02-21-2020 02:44 PM
Hi,
I use cisco vpn client with a 7206VXR.
I have configured an ''ip local pool'' which gives us ip address for each connected client.
The pool is configured like this:
ip local pool Pool-Z 10.3.1.1 10.3.1.254
and we use it like that:
crypto isakmp client configuration group ZORGLUB
key AKEY
pool Pool-Z
acl ACL-Z
The problem I have is that we receive an ip with a /8 mask but the mask I want to use should be /16.
Where can I specify the network mask ?
Thanks,
Solved! Go to Solution.
11-23-2006 08:44 AM
Hi Benoit
You need specify NETMASK under client configuration group
crypto isakmp client configuration group ZORGLUB
key AKEY
pool Pool-Z
acl ACL-Z
netmask 255.255.0.0
M.
Hope that helps rate if it
11-23-2006 08:44 AM
Hi Benoit
You need specify NETMASK under client configuration group
crypto isakmp client configuration group ZORGLUB
key AKEY
pool Pool-Z
acl ACL-Z
netmask 255.255.0.0
M.
Hope that helps rate if it
11-26-2006 09:32 AM
Thanks m.sir, this sub-command (netmask) doesn't exists for the IOS I use (12.3.10e on 7206VXR) but it exists on our 2851 so...
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide