cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
292
Views
1
Helpful
2
Replies

Migrating ASA5555 to Firepower 2100 ASA

Jobs2024
Level 1
Level 1

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#

 

 



2 Replies 2

@Jobs2024 configure the switch interface as a trunk not an access port.

interface TenGigabitEthernet2/0/23
 switchport trunk allowed vlan 222
 switchport mode trunk

Hi Rod,

Thank you so much this resolved the issue. 

 

Best regards

Review Cisco Networking for a $25 gift card