看過原廠文件及網路上各式各樣的影片,嘗試做的Lab依舊失敗...
兩台都是Firepower 1010,因為沒有public ip 直接用VG模擬環境,VG上也只有設定IP
架構圖
目前在 Lab1_FW 的設定 (Lab2設定也相同只是順序顛倒)
IKE Policy都是用系統預設
還有ACL部分
看影片做到這邊就都成功,但是我卻不行
show ipsec sa也是沒有....真的不知道是哪邊不對了
已經卡了兩個星期 頭好痛
10.1.1.1 和 10.0.0.1 能互相PING到?
證明一下
再來提供一下路由表
您好 這邊再麻煩,對路由概念不是很好,不確定這樣設定對不對
VG的設定也看一下
目前VG只有設定IP
!
interface GigabitEthernet0/0/0
ip address 10.1.1.254 255.255.255.0
negotiation auto
!
interface GigabitEthernet0/0/1
ip address 10.0.0.254 255.255.255.0
negotiation auto
!
interface ucse0/2/0
no ip address
shutdown
no negotiation auto
switchport mode trunk
!
interface ucse0/2/1
no ip address
shutdown
no negotiation auto
switchport mode trunk
!
interface Service-Engine0/4/0
no ip address
!
interface GigabitEthernet0
vrf forwarding Mgmt-intf
no ip address
shutdown
negotiation auto
!
ip forward-protocol nd
ip http server
ip http authentication local
ip http secure-server
ip tftp source-interface GigabitEthernet0
!
control-plane
!
!
mgcp behavior rsip-range tgcp-only
mgcp behavior comedia-role none
mgcp behavior comedia-check-media-src disable
mgcp behavior comedia-sdp-force disable
!
mgcp profile default
!
line con 0
stopbits 1
line aux 0
stopbits 1
line vty 0 4
transport input all
line vty 5 15
transport input all
!
end