[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]
vtysh -c "show running-config"Current configuration:!frr version 8.5.3frr defaults traditionalhostname hostnamelog 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-familyexit!ip prefix-list acl_bgp_filter_out seq 10 deny x.x.x.x/29ip prefix-list acl_bgp_filter_out seq 11 deny x.x.x.x/30ip prefix-list acl_bgp_filter_out seq 999 permit 0.0.0.0/0 le 32!route-map rt_bgp_map permit 10exit!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!
vtyshroute-map rt_bgp_map permit 10
/usr/local/etc/frr/bgpd.confroute-map rt_bgp_map permit 10 match ip address prefix-list acl_bgp_filter_out
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!