10-02-2024 05:50 PM
Hi,
Need help here, Im migrating Cisco ASA5555 to Firepower 2100 ASA. I have uploaded the configuration on the Firepower 2100 ASA but Im not able to ping the point to point connection between the Firepower ASA and my Router.
Core1#show running-config interface tenGigabitEthernet 2/0/23
Building configuration...
Current configuration : 128 bytes
!
interface TenGigabitEthernet2/0/23
description [D=TEST]
switchport access vlan 222
switchport mode access
speed 1000
end
Core1#show running-config interface vlan 222
Building configuration...
Current configuration : 103 bytes
!
interface Vlan222
ip address 10.222.222.2 255.255.255.252
no ip redirects
no ip unreachables
end
ASA
ASA# show running-config interface ethernet 1/11
!
interface Ethernet1/11
no nameif
no security-level
no ip address
ASA# show running-config interface ethernet 1/11.222
!
interface Ethernet1/11.222
vlan 222
nameif INSIDE
security-level 100
ip address 10.222.222.1 255.255.255.252
ASA#
10-03-2024 12:56 AM - edited 10-03-2024 12:59 AM
@Jobs2024 configure the switch interface as a trunk not an access port.
interface TenGigabitEthernet2/0/23
switchport trunk allowed vlan 222
switchport mode trunk
10-03-2024 11:57 PM
Hi Rod,
Thank you so much this resolved the issue.
Best regards
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