I am trying to setup an ASA5510 as a EasyVPN server for ASA 5505's as EasyVPN clients. To make things simple I am taking the network 10.150.150.0/24 then subnetting into 32 /29 networks for the 5505's. I keep one routing statement to find these networks through the 5510. Will this also work on the 5510 for access lists (nat zero command and group policy networks to pass through the tunnel).
Or do I have to create a separate access list for each 10.150.150.0/29 network.....
Thanks in advance,
Jim
Code:
access-list [i]LISTNAME[/i] extended permit object-group [i]NETWORKLIST[/i] 10.150.150.0 255.255.255.0
Or do I have to create a separate access list for each 10.150.150.0/29 network.....
Code:
access-list [i]LISTNAME[/i] extended permit object-group [i]NETWORKLIST[/i] 10.150.150.0 255.255.255.248
access-list [i]LISTNAME[/i] extended permit object-group [i]NETWORKLIST[/i] 10.150.150.8 255.255.255.248
[b].[/b]
[b].[/b]
[b].[/b]
[b].[/b]
access-list [i]LISTNAME[/i] extended permit object-group [i]NETWORKLIST[/i] 10.150.150.248 255.255.255.248
Thanks in advance,
Jim