10-13-2019 11:25 AM
Hello
I have problem with flaping trunel between Router and tow ASA firewall
Here is my configuration with Router
hostname Router
!
boot-start-marker
boot-end-marker
!
vrf definition Mgmt-intf
!
address-family ipv4
exit-address-family
!
address-family ipv6
exit-address-family
!
!
no aaa new-model
ip source-route
!
!
!
!
!
!
!
multilink bundle-name authenticated
!
!
!
!
!
!
!
!
redundancy
mode none
!
!
crypto isakmp policy 1
encr 3des
authentication pre-share
group 2
crypto isakmp key XXXXXX address x.x.x.x
crypto isakmp key XXXXXX address x.x.x.x
!
crypto ipsec security-association idle-time 86400
!
crypto ipsec transform-set mat-mm-set esp-3des esp-md5-hmac
!
crypto map mat-vpn 1 ipsec-isakmp
set peer XXXXXX
set security-association lifetime seconds 86400
set transform-set mat-mm-set
set pfs group2
match address ACL-MHQ
crypto map mat-vpn 2 ipsec-isakmp
set peer x.x.x.x
set transform-set mat-mm-set
match address ACL-MM
!
!
!
!
!
!
!
interface GigabitEthernet0/1/0
ip address XXXXXXXXX
media-type rj45
negotiation auto
!
interface GigabitEthernet0/1/1
XXXXXXXXXXXX
media-type rj45
negotiation auto
crypto map mat-vpn
!
interface Serial0/2/0
no ip address
shutdown
!
interface Serial0/2/1
no ip address
shutdown
!
interface Serial0/2/2
no ip address
shutdown
!
interface Serial0/2/3
no ip address
shutdown
!
interface GigabitEthernet0
vrf forwarding Mgmt-intf
no ip address
shutdown
negotiation auto
!
!
no ip http server
no ip http secure-server
ip route 0.0.0.0 0.0.0.0 XXXXXXXXX
ip route 0.0.0.0 0.0.0.0 5.175.64.1 254
ip route 192.168.0.0 255.255.0.0 192.168.40.1
!
ip access-list extended ACL-MHQ
permit ip 192.168.60.0 0.0.0.255 10.176.32.0 0.0.15.255
permit ip 192.168.60.0 0.0.0.255 10.176.58.0 0.0.1.255
permit ip 192.168.60.0 0.0.0.255 10.176.0.0 0.0.255.255
ip access-list extended ACL-MM
permit ip 192.168.60.0 0.0.0.255 10.176.90.0 0.0.0.255
!
!
!
!
control-plane
!
!
10-13-2019 12:39 PM
Trying to understand the problem " flaping trunel between" ? Can you explain more?
10-13-2019 12:41 PM
It looks like traffic is being matched on both tunnels so there will be unexpected results. Traffic going to 10.176.90.0/24 in the ACL-MM access-list will also match on 10.176.0.0/16 in ACL-MHQ access-list. Are you able to be more specific with the ALC-MHQ access-list?
ip access-list extended ACL-MHQ
permit ip 192.168.60.0 0.0.0.255 10.176.32.0 0.0.15.255
permit ip 192.168.60.0 0.0.0.255 10.176.58.0 0.0.1.255
permit ip 192.168.60.0 0.0.0.255 10.176.0.0 0.0.255.255
ip access-list extended ACL-MM
permit ip 192.168.60.0 0.0.0.255 10.176.90.0 0.0.0.255
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