cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
476
Views
0
Helpful
3
Replies

Bridge Grouping

Richa05
Level 1
Level 1

I want two interfaces to be bridged, where the scenario is i have connected management interface to gigabit1/4 and bridging applies between gigabit1/1 and gigabit1/4..so that i only get one uplink for both ASDM and firepower.

 

 

Is it possible to do or there is some challenge in that..

3 Replies 3

dlf
Level 1
Level 1

No challenge at all. This is actually the default configuration (ASA 9.7 and later) after "configure factory-default"

!
interface GigabitEthernet1/1
 bridge-group 1
 nameif bvi1-1
 security-level 100
!
interface GigabitEthernet1/4
 nameif bvi1-4
 security-level 100
 description FirePOWER
!
interface BVI1
no nameif
 nameif inside
 security-level 100
 ip address 10.1.1.1 255.255.255.0

i have done the same configuration on ASA however the only difference was taking security level 0...I am unable to get firepower access

Management Access on BVI was only recently added with version 9.9.2.

See "History for Management Access" in:

 

https://www.cisco.com/c/en/us/td/docs/security/asa/asa99/configuration/general/asa-99-general-config/admin-management.html

Review Cisco Networking for a $25 gift card