02-14-2021 11:26 PM - edited 02-14-2021 11:26 PM
How do I get SW1 and SW2 to be pingable on the ASA?
1. Redundant interface should not be used. Because the real product is Firepower. Firepower does not support redundant interface.
2. I want the ASA to have one IP. So I used BVI interface and bridge group.
02-15-2021 12:35 AM - edited 02-15-2021 12:45 AM
your ASA configuration looks good. just make sure you have given no shutdown command in SVI on switches. also at
SWITCH2 is missing the default route
!
interface Vlan1
ip address 192.168.10.10 255.255.255.0
no shut
!
ip default-gateway 192.168.10.1
!
interface gigx/x
switchport mode access
switchport access vlan1
switchport host
no shut
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