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

Help downgrading config from 8.3 to 8.2

rayamitchell
Level 1
Level 1

I have a client using an old 8.2 IOS version of an ASA and I need to convert some of our standard configurations to 8.2 so it will work with his device.

 

 am unfamiliar with 8.2, so I am wondering if someone can give me the equivalent of the following 8.3 configuration in 8.2 format.

 

object-group network remote-networks
 network-object 10.10.5.0 255.255.255.240
 exit
object-group network local-networks
 network-object 10.42.11.0 255.255.255.0
 exit


access-list vpn-acl extended permit ip object-group local-networks object-group remote-networks

nat (inside,outside) source static local-networks local-networks destination static remote-networks remote-networks

 

Any help appreciated!

1 Reply 1

Marvin Rhoads
Hall of Fame
Hall of Fame

It looks like a partial config covering exemption of NAT for a site-site VPN. We would typically use something like:

access-list inside_nat0_outbound extended permit ip 10.10.5.0 255.255.255.240
10.42.11.0 255.255.255.0 
nat (inside) 0 access-list inside_nat0_outbound

A more complete setup can be seen in this Cisco example for site-site VPN (based on ASA 8.0).

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card