02-10-2014 07:54 AM - edited 03-11-2019 08:43 PM
I am looking for a config example for a ASA 5520 running in transparent mode. Anyone have one that can be posted?
Thanks
Jeremy
Solved! Go to Solution.
02-10-2014 11:05 AM
This is a very basic transparent firewall setup you could implement, where 10.10.10.0/24 is the subnet at either side of the ASA.
firewall transparent
int g0/1
security-level 100
nameif inside1
bridge-group 1
int g0/2
security-level 100
nameif inside2
bridge-group 1
int BVI 1
ip add 10.10.10.1 255.255.255.0
access-list NAME permit ip 10.10.10.0 255.255.255.0 any
access-group NAME in interface inside1
access-group NAME in interface inside2
--
Please remember to rate and select a correct answer
02-10-2014 10:08 AM
Hi,
Regards
Alain
02-10-2014 11:05 AM
This is a very basic transparent firewall setup you could implement, where 10.10.10.0/24 is the subnet at either side of the ASA.
firewall transparent
int g0/1
security-level 100
nameif inside1
bridge-group 1
int g0/2
security-level 100
nameif inside2
bridge-group 1
int BVI 1
ip add 10.10.10.1 255.255.255.0
access-list NAME permit ip 10.10.10.0 255.255.255.0 any
access-group NAME in interface inside1
access-group NAME in interface inside2
--
Please remember to rate and select a correct answer
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