10-12-2016 10:03 PM - edited 03-12-2019 01:23 AM
Hello all,
I am trying to configure my asa5510 in transparent mode, I am using two interfaces, 1 for inside and 1 for outside.
Everything seem to be working great, but the problem is i want to access asdm, which is not possible without ip address.
I have followed cisco documents regard BVI interfaces, but it looks like there is not BVI interface exist on my firewall. Moreover i am unable to configure and VLANs.
Can someone please help me out in this regard?
Solved! Go to Solution.
10-13-2016 03:46 AM
A sample configuration :
firewall transparent
interface Ethernet0/0
nameif outside
security-level 0
!
interface Ethernet0/1
nameif inside
security-level 100
exit
ip address 192.168.1.1 255.255.255.0
Now do basic ASDM configuration and we should be good.
Check this document :
http://www.cisco.com/c/en/us/support/docs/security/pix-500-series-security-appliances/97853-Transparent-firewall.html
-
Pulkit
10-13-2016 03:46 AM
A sample configuration :
firewall transparent
interface Ethernet0/0
nameif outside
security-level 0
!
interface Ethernet0/1
nameif inside
security-level 100
exit
ip address 192.168.1.1 255.255.255.0
Now do basic ASDM configuration and we should be good.
Check this document :
http://www.cisco.com/c/en/us/support/docs/security/pix-500-series-security-appliances/97853-Transparent-firewall.html
-
Pulkit
01-11-2017 10:29 AM
Thank you Pulkit, that was helpful.
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