Thanks @PhilipDAth Yeah I checked both of those already. The loss and latency doesn't give any IP information. And the Org Uplink status gives the the correct info, but for every MX devices in the Org! Which completely breaks my code and would require iteration thru the list of MX device (which could be 1000s) just to get the IP address of a single device. I'm still unable to find anything for other devices (MR, MS, etc). I don't understand why this would be removed when this is the only API that gives you one of the most important IPs on the device.
... View more
Hi, I have an App that uses the following API in V0: api/v0/networks/{networkId}/devices/{serial}/uplink Can someone tell me the equivalent of this API in V1? Its no longer there under Devices. Thanks, -Jerome
... View more
Hi, The docs for port forwarding states: "When mapping a range of public ports to a range of local ports, the ranges must be the same length. (ie, 8000-8500 public must be mapped to 8000-8500 local)" However the UI allows me to configured: Usually, the UI is very good at not allowing you to configured things that are not allowed. Is this normal? I have different lengths in the port ranges which the docs says must be the same. Thanks, -Jerome
... View more
Hi, I have a question regarding a value being returned by the following API: GET 'https ://api.meraki.com/api/v1/networks/{networkId}/appliance/firewall/portForwardingRules' the attribute "uplink" returns 3 different values "both", "internet1", or "internet2". Can I assume that this maps to the uplink API: GET 'https ://api.meraki.com/api/v0/networks/{networkId}/devices/{serial}/uplink' to the "interface" attribute: "interface" : "WAN 1" so from the port forwarding API "internet1" maps to "WAN 1" and "internet2" maps to "WAN 2" on the device? Thanks in advance, -Jerome
... View more
Hi, I'm looking for some documentation regarding accessing the Dashboard APIs via a Proxy. Is there anything special that needs to be done on the Proxy server to gain access? Or configure something on the Dashboard to get this to work correctly? Thanks in advance, -Jerome
... View more
Hi, Is routing defined on a switch when an L3 interfaces is configured? This doc: https://documentation.meraki.com/MS/Layer_3_Switching/MS_Layer_3_Switching_and_Routing#Configuring_Static_Routes states that once an L3 interface is configured that routing is enabled. However, it also states: "Only VLANs with a routed interface configured will be able to route traffic locally on the switch, and only if clients/devices on the VLAN are configured to use the switch's routed interface IP address as their gateway or next hop." What is meant by "locally"? Is this routing only referring to inter-vlan traffic? Thanks in advance, -Jerome
... View more
Thanks @CptnCrnch @Banfield75 I'm more then willing to get on the latest Beta. Its trying to convince my customers with 1000s of MX devices to do the same. They are a bit more conservative and would be more willing to move to the release when they see the word GA in it instead of Beta. Thanks again! -Jerome
... View more
H, In reading this doc: https://documentation.meraki.com/MS/Other_Topics/Switch_ACL_Operation It's not clear to me how these ACLs are applied. I'm assuming this is all L3 traffic - so are the ACL applied on all ports? If so, is it only applied when an L3 interface is created. It states that "Any traffic passing through the switch will be evaluated. Even traffic that is not routed." Passing in which direction (outbound or inbound)? Thanks in advance, -Jerome
... View more
@Meraki_John Thanks for your reply. I have an App that models Meraki networks (FW, Wireless Access Points), its import to show L3 connection. I was planning on adding support for the MS line, however, this will definitely put a damper on how accurate our model would show. Any ETA on how long before this feature is supported?
... View more
Hi, In this doc: https://documentation.meraki.com/MS/Layer_3_Switching/MS_Layer_3_Switching_and_Routing#Configuring_Static_Routes it specifies that you can configure a Layer 3 interface. When this interface is configured. Will it show up when I use the following API call: GET 'https ://api.meraki.com/api/v0/networks/{networkId}/devices/{serial}/uplink Or is there another API that will get me that info? Thanks in adv
... View more
Hi, I have an app that gets access rules, interface data form MX devices. I'm looking at the API docs for support on the Z-series devices. I don't see any APIs for getting access-rules, VPN, VLANs, etc.. similar to the MX. Since the Z-series are Firewalls, will the MX specific APIs work for the Z-series? Thank you, -Jerome
... View more
Hi, There's 2 APIs under "Organizations": GET 'https ://api.meraki.com/api/v0/organizations/{organizationId}/deviceStatuses' GET 'https ://api.meraki.com/api/v0/organizations/{organizationId}/inventory' WIll both return all the devices being managed by the dashboard (i.e. all the devices under all networks)? With the difference in 'deviceStatues' providing if the device is "Active"?
... View more
@PhilipDAth Sorry that might be my fault. In the link you provided above it says: "NO-NAT is available in the 15.x code, which you can deploy to your device right now via the dashboard." That's the reason why I think I can't do NO-NAT.
... View more