trying to csummarisationreate a route-map for route

Alex Houghton (AP) 30 Reputation points
2025-09-10T01:24:21.4566667+00:00

I am trying to create route maps to summarise BGP prefixes

so have created a new virtual network connection which has a BGP peer, so BGP is working as expected and can see all the routes the table on the SDWAN device (meraki)

I have created the route map, but when I save it comes up with failed to update route map: error a retriable exception occured

Azure Virtual WAN
Azure Virtual WAN
An Azure virtual networking service that provides optimized and automated branch-to-branch connectivity.
{count} votes

1 answer

Sort by: Most helpful
  1. Michele Ariis 6,260 Reputation points MVP
    2025-09-10T07:49:53.32+00:00

    Hi, probable dual issue: (1) the "failed to update route map: a retriable exception occurred" error is almost always a blocked plan control/concurrent operation or invalid constraint; (2) in Virtual WAN, route maps don't perform true "summarization": you can filter/modify prefixes, but not generate an aggregate.

    Quick fix, everything in one go: verify that the Hub is Standard and in the Succeeded state (not Updating), that the connection has only one route map per direction (inbound/outbound), no simultaneous updates (Routing Intent/Firewall), remove the association from the connection → save the route map → reassociate it; valid names (no spaces/strange chars), valid CIDR prefixes, rules < limits (e.g., <50). If the portal continues to fail, apply via CLI/ARM: create the route map and then az network vhub connection update --inbound-route-map <id>/--outbound-route-map <id>; if it still fails, delete and recreate the route map (often unlocks the state).

    To "summarize" the prefixes to Meraki: either perform the aggregation on Meraki (recommended), or in vWAN, publish only the summary (add it as a static route in the relevant Hub route table) and use the route map to deny the more specific outbound routes to the site, so the peer only sees the aggregate; in inbound from the site, you can do the opposite (allow only the summary or deny the specific routes).


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.