Link to home
Start Free TrialLog in
Avatar of InfraSup
InfraSupFlag for United Kingdom of Great Britain and Northern Ireland

asked on

Build Config Template from Cisco ASA 5505

Hi,

I have successfully configured a Cisco ASA 5505 for one of our sites.

This config has among other things, DHCP, a site to site VPN, AAA rules with Mac exemptions, and a number of access rules.

Is there a nice easy way of creating a 'template' config from this device, so that I only need to change the subnet, vpn preshared key and a couple of other small changes?

I can then just copy and paste the template onto other devices, to replicate the solution elsewhere.

Any help would be much appreciated!
thanks


Avatar of rickybsb
rickybsb

Cisco hardware generate a script showing the running config by telnet or ssh on it and typing:

show running config
or

show running.

if need anything else, let me know
Connect via the serial port and save the config to a text file on your computer.  
FW#
config t
FW(config)#
show config
...
...
...

Modify the text file for the next 5505 and paste into the terminal program while in config mode on that device.  
...
...
...
wr mem
ASKER CERTIFIED SOLUTION
Avatar of Pete Long
Pete Long
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial