cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1912
Views
0
Helpful
1
Replies

The two SWs connected to the ASA cannot ping each other.

TEST.png

 

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.

 
1 Reply 1

Sheraz.Salim
VIP Alumni
VIP Alumni

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

please do not forget to rate.
Review Cisco Networking for a $25 gift card