04-10-2023 02:41 AM
I am trying to add IPv6 static routes via the API, but so far only succeed to add IPv4 static routes.
A static LAN route subnet must be an IP address in CIDR format." "The static LAN route "my route" has an invalid next hop IP. The IPv4 address fe80::1 is not valid.
Could it be that there is only support for adding ipv4 routes via the API? Does anyone have success with adding ipv6 routes via the API?
thank you!
Solved! Go to Solution.
04-10-2023 04:34 AM
As far as I know, it's only possible to create static IPv4 routes via API.
04-10-2023 04:34 AM
As far as I know, it's only possible to create static IPv4 routes via API.
04-10-2023 08:26 AM
I think @alessandrodematos is correct.
One thing you could try, just in case...
If you add an IPv6 static route manually, then use the API to get the routes, does it show in the results?
If it does, try using the same format to set a route.
04-10-2023 11:43 PM
thank you @jscorb. Just confirmed that getting the routes does result in the IPv4 and IPv6 routes. All required field for IPv6 seem available, but posting the data back errors out with bad CIDR address. Looks like indeed the validation on the Meraki API backend does not support IPv6 addressing yet 😞
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