cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
346
Views
0
Helpful
2
Replies

ASA 5520 in Transparent Mode

Jeremy Grant
Level 1
Level 1

I am looking for a config example for a ASA 5520 running in transparent mode.  Anyone have one that can be posted?

Thanks

Jeremy

1 Accepted Solution

Accepted Solutions

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

--
Please remember to select a correct answer and rate helpful posts

View solution in original post

2 Replies 2

cadet alain
VIP Alumni
VIP Alumni

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

--
Please remember to select a correct answer and rate helpful posts
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: