10-09-2015 07:49 PM - edited 03-11-2019 11:43 PM
Hello,
i am trying to configure transparent mode firewall in VIRL. i have defined the Inside and Outside interfaces but I don't see global config option to configure ip address.i am running 9.x release but this config worked in 8.2
Is this a bug or is there any config that I am missing.
Thanks
Solved! Go to Solution.
10-09-2015 07:53 PM
there is a change in configuration. you need to configure a bridge-group under interfaces and then configure a BVI interface to configure the IP address. Below is a sample config:
interface gi 0/1 nameif Inside bridge-group 100 security-level 100 no shut interface gi 0/2 nameif Outside bridge-group 100 security-level 0 no shut interface bvi100 ip address x.x.x.x 255.255.255.0 no shut
Refer to the below CCO documentation.
http://www.cisco.com/c/en/us/td/docs/security/asa/asa84/configuration/guide/asa_84_cli_config/interface_complete_transparent.html
Hope this helps
Vinit
10-09-2015 07:53 PM
there is a change in configuration. you need to configure a bridge-group under interfaces and then configure a BVI interface to configure the IP address. Below is a sample config:
interface gi 0/1 nameif Inside bridge-group 100 security-level 100 no shut interface gi 0/2 nameif Outside bridge-group 100 security-level 0 no shut interface bvi100 ip address x.x.x.x 255.255.255.0 no shut
Refer to the below CCO documentation.
http://www.cisco.com/c/en/us/td/docs/security/asa/asa84/configuration/guide/asa_84_cli_config/interface_complete_transparent.html
Hope this helps
Vinit
10-09-2015 08:08 PM
Thanks for the quick response. this configuration works.
Thanks a lot.
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