1
German - Deutsch / Re: VTI IPsec + routing
« on: November 14, 2024, 01:21:23 pm »
Wie gesagt dynamic ist in diesem Fall keine Option. Aber danke.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
2023-10-20T15:17:20 Error monit 'Restart_IPSEC' ping test failed
2023-10-20T15:17:20 Error monit Ping response for 10.56.255.44 4/4 timed out -- no response within 5 s
2023-10-20T15:17:15 Warning monit Ping response for 10.56.255.44 3/4 timed out -- no response within 5 s
2023-10-20T15:17:10 Warning monit Ping response for 10.56.255.44 2/4 timed out -- no response within 5 s
2023-10-20T15:17:05 Warning monit Ping response for 10.56.255.44 1/4 timed out -- no response within 5 s
# ipsec down b02cf2ec-96fd-4386-afb1-1c8b97918a9d
address-family ipv4 unicast
redistribute connected
neighbor 10.113.255.0 activate
neighbor 10.113.255.0 route-map rt_bgp_map out
neighbor 10.113.255.17 activate
neighbor 10.113.255.17 route-map rt_bgp_map out
exit-address-family
!
address-family ipv6 unicast
redistribute connected
exit-address-family
!
ip prefix-list acl_bgp_filter_out seq 10 deny x.x.x.x/29
!
ip prefix-list acl_bgp_filter_out seq 11 deny x.x.x.x/30
!
ip prefix-list acl_bgp_filter_out seq 999 permit 0.0.0.0/0 le 32
!
!
!
!
route-map rt_bgp_map permit 10
!
!
!
line vty
!
[VAKV3-NMY7B][EC 100663337] error processing configuration change: error [internal inconsistency] event [apply] operation [modify] xpath [/frr-route-map:lib/route-map[name='rt_bgp_map']/entry[sequence='10']/match-condition[condition='ipv4-prefix-list']/rmap-match-condition/list-name]
So the error msg points me to the prefix lists but I can't determine what is wrong with the prefix lists.vtysh -c "show running-config"
Current configuration:
!
frr version 8.5.3
frr defaults traditional
hostname hostname
log syslog informational
!
router bgp 64720
no bgp ebgp-requires-policy
no bgp default ipv4-unicast
neighbor 10.113.255.0 remote-as 64512
neighbor 10.113.255.0 update-source ipsec10
neighbor 10.113.255.0 timers 1 5
neighbor 10.113.255.0 timers connect 2
neighbor 10.113.255.8 remote-as 64841
neighbor 10.113.255.8 update-source ipsec30
neighbor 10.113.255.8 timers 1 5
neighbor 10.113.255.8 timers connect 2
neighbor 10.113.255.17 remote-as 64729
neighbor 10.113.255.17 update-source ipsec50
neighbor 10.113.255.17 timers 1 5
neighbor 10.113.255.17 timers connect 2
!
address-family ipv4 unicast
redistribute connected
neighbor 10.113.255.0 activate
neighbor 10.113.255.0 weight 200
neighbor 10.113.255.0 route-map rt_bgp_map out
neighbor 10.113.255.8 activate
neighbor 10.113.255.8 weight 99
neighbor 10.113.255.8 route-map rt_bgp_map out
neighbor 10.113.255.17 activate
neighbor 10.113.255.17 weight 98
neighbor 10.113.255.17 route-map rt_bgp_map out
exit-address-family
!
address-family ipv6 unicast
redistribute connected
exit-address-family
exit
!
ip prefix-list acl_bgp_filter_out seq 10 deny x.x.x.x/29
ip prefix-list acl_bgp_filter_out seq 11 deny x.x.x.x/30
ip prefix-list acl_bgp_filter_out seq 999 permit 0.0.0.0/0 le 32
!
route-map rt_bgp_map permit 10
exit
!
end
# nano /usr/local/etc/frr/bgpd.conf
GNU nano 7.2 /usr/local/etc/frr/bgpd.conf Modified
neighbor 10.113.255.17 remote-as 64729
neighbor 10.113.255.17 weight 98
neighbor 10.113.255.17 update-source ipsec50
neighbor 10.113.255.17 timers 5 5
neighbor 10.113.255.17 timers connect 2
address-family ipv4 unicast
redistribute connected
neighbor 10.113.255.0 activate
neighbor 10.113.255.0 route-map rt_bgp_map out
neighbor 10.113.255.17 activate
neighbor 10.113.255.17 route-map rt_bgp_map out
exit-address-family
!
address-family ipv6 unicast
redistribute connected
exit-address-family
!
ip prefix-list acl_bgp_filter_out seq 10 deny x.x.x.x/29
!
ip prefix-list acl_bgp_filter_out seq 11 deny x.x.x.x/30
!
ip prefix-list acl_bgp_filter_out seq 999 permit 0.0.0.0/0 le 32
!
!
!
!
route-map rt_bgp_map permit 10
match ip address prefix-list acl_bgp_filter_out
!
!
!
line vty
!
vtysh
route-map rt_bgp_map permit 10
/usr/local/etc/frr/bgpd.conf
route-map rt_bgp_map permit 10
match ip address prefix-list acl_bgp_filter_out
2021-12-01T13:52:00 /update_tables.py[37610] resolving 1 hostnames (0 addresses) for BlocklistDshield took 0.03 seconds
2021-12-01T13:52:00 /update_tables.py[37610] The DNS query name does not exist: Start. [for BlocklistDshield]
2021-12-01T13:52:00 /update_tables.py[37610] fetch alias url https://feeds.dshield.org/block.txt (lines: 49)