Question : Need a Basic COnfig for a Cisco ASA 5510

Hello Experts,

Does anyone have a basic config example for a Cisco ASA 5510? I can not seem to find one online. I need a starting point that I can run with. I am replacing a PIX 506 and need basic firewall setup and a static that points to an exchange server. I am unfamiliar with this device and haven't figured the logic out yet. Thanks!!!

Answer : Need a Basic COnfig for a Cisco ASA 5510

have a look on below link , it will give you in depth configuration example through command line.

http://www.cisco.com/en/US/products/ps6120/products_configuration_guide_chapter09186a0080636f89.html


a simple config to assign ip address.

hostname(config-if)# interface vlan 40
hostname(config-if)# nameif inside
hostname(config-if)# security-level 100
hostname(config-if)# ip address 10.1.2.1 255.255.255.0
hostname(config-if)# no shutdown

hostname(config-if)# interface ethernet 0/1
hostname(config-if)# switchport access vlan 40
hostname(config-if)# no shutdown


Random Solutions  
 
programming4us programming4us