Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Lambda Meraki Route Extraction Problem #35

Open
NickB118 opened this issue Dec 15, 2022 · 2 comments
Open

Lambda Meraki Route Extraction Problem #35

NickB118 opened this issue Dec 15, 2022 · 2 comments

Comments

@NickB118
Copy link

Our existing SD-WAN topology is Hub and Spoke, with the Hub currently set to a pair of physical MX appliances in an on-prem DC and both vMX's set as spokes.

When the below Lambda function ran with our topology, no routes were extracted at all, so no routing updates were made.

I wondered whether this might be to do with what the get_all_vpn_routes function is expecting the topology to be like?

def get_all_vpn_routes(dashboard, org_id, vmx1_id, vmx2_id):

@myhomenwlab
Copy link
Contributor

I have no way of knowing the design philosophy, but reading the code, the following conditions must be met.

  • vMX must be Hub.

  • Spoke MX on the Branch side specifies vMX as Hub.

In short, only Hub & Spoke with vMX as Hub is supported.
In other words, Hub & Spoke with MX as Hub is not supported.

@goopilot
Copy link
Contributor

goopilot commented Nov 4, 2023

Yes, we have same issue. And I see that it's not only us #24

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants