Community Record
123
Posts
10
Kudos
3
Solutions
Badges
Jun 16 2020
2:06 PM
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
Jun 3 2020
10:56 AM
1 Kudo
@jdsilva @PhilipDAth Thanks Gents! This helps clearing up some understanding how how these ACLs work.
... View more
Jun 1 2020
4:18 PM
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
Jun 1 2020
8:50 AM
@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
May 29 2020
1:33 PM
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
Labels:
- Labels:
-
Dashboard API
May 16 2020
5:37 PM
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
Labels:
- Labels:
-
Dashboard API
May 4 2020
6:50 AM
Thanks @PhilipDAth!
... View more
May 3 2020
5:53 PM
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
Labels:
- Labels:
-
Dashboard API
Apr 13 2020
5:01 PM
1 Kudo
Thanks @MerakiDave I'll do that.
... View more
Apr 13 2020
1:29 PM
@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
Apr 13 2020
1:14 PM
Maybe that's the problem. I'm running version 14.40.
... View more
Apr 13 2020
1:09 PM
I don't have any NAT configured. I guess I have to open up a support case.
... View more
Apr 13 2020
11:42 AM
Hi, I notice there's an API for getting inbound filters on an MX device: GET 'https://api.meraki.com/api/v0/networks/{networkId}/appliance/firewall/inboundFirewallRules'
Successful HTTP Status: 200
{
"rules": [
{
"comment": "Allow TCP traffic to subnet with HTTP servers.",
"policy": "allow",
"protocol": "tcp",
"destPort": 443,
"destCidr": "192.168.1.0/24",
"srcPort": "Any",
"srcCidr": "Any",
"syslogEnabled": false
}
],
"syslogDefaultRule": true
} However, I can't find where on the dashboard to configure this. There's a Note on the firewall page that says: Inbound rules Inbound traffic will be restricted to the services and forwarding rules configured below. But the forwarding rules does not look like the output above. Is there another section where this is configured? Thanks, -Jerome
... View more
Mar 30 2020
10:40 AM
@MerakiDave Sorry I did not clarify that in my post. And now that I after reading your response I think I know what's going here. I was referring to the APIs that returns VLAN information. In looking at the API call it looks like its only returns VLAN information from the MX devices. So looks looks if your Network is setup for "combination hardware", when my code is processing VLAN information its picking up data about the Firewall VLAN and not VLANs actually configured APs. Can you please verify, can you configure VLANs on the wireless API just like you do on the Firewall? I can't find anyway on the dashboard to do so. Thanks, -Jerome
... View more
Mar 28 2020
12:18 PM
@NolanHerring As far as I know, one customer has the APs directly connected to the firewall. The other has it connected to an MS switch (trunking probably - but not sure). As far as pruning, they did not mention they are pruning.
... View more
Mar 28 2020
12:10 PM
Hello, We have 2 separate customers using the same setup on their wireless APs (MR devices). Basically, one or more SSIDs are configured in bridge mode with VLAN tagging enabled using VLAN IDs from the local connected Firewall (MX device). The issue we are seeing is that one customer has VLAN configs showing up on their wireless APs that are coming from the firewall (VLANs IDs and IPs the same). The other customer does not have these VLAN configs showing up on their wireless APs. Is this due to the way they have their wireless APs connected? If the wireless APs are directly connected to the Firewall, is this when the VLANs are showing up on the APs? Thanks in advance, -Jerome
... View more
Feb 14 2020
8:32 PM
The following API: https://api.meraki.com/api/v0/networks/{networkId}/devices/{serial}/uplink returns: [ { "interface": "WAN 1", "status": "Not connected" }, { "interface": "WAN 2", "status": "Active", "ip": "192.168.110.130", "gateway": "192.168.110.1", "publicIp": "0.0.0.0", "dns": "192.168.110.1", "usingStaticIp": false } ] Why is the publicIp set to 0.0.0.0?
... View more
Labels:
- Labels:
-
Code Sample
Feb 3 2020
8:37 AM
I found that starting in 13.4: In MX 13.4 and higher, fully qualified domain names can be configured in the Destination field.
... View more
Feb 3 2020
7:57 AM
@PhilipDAth Sorry for the delay in my response. I had to debug our customer log and find out which device it was coming from. The API in question is: https://api.meraki.com/api/v0/networks/{networkId}/l3FirewallRules I was just wondering if this was some setting on the device we can turn off? We have our application deployed for a few years now, and this the first time we've run into an issue like this. Thanks, -Jerome
... View more
Jan 29 2020
1:15 PM
This is a general question regarding the return of an API call that returns a domain name instead of an IP address? Could this be a setting on the device? I'm experience this at a customer site and my code is expecting an IP address, instead is getting a domain name (www.yahoo.com). I'm still gathering debug logs, but I wanted to know if this was possible. Thanks in advance, -Jerome
... View more
Labels:
- Labels:
-
Dashboard API
Jul 19 2018
1:55 PM
Hello, I just realized that the dashboard APIs to get VLAN information uses network_id to get the data. Is there a way to tell which device actually has these VLANs configured? What if that network has 1000 MX devices on it with VLANs configured. How do would I know which VLANs below to which device? Thanks in advance, -Jerome
... View more
- « Previous
-
- 1
- 2
- Next »
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
2367 | Feb 3 2020 8:37 AM | |
5764 | Feb 13 2018 1:18 PM | |
4642 | Dec 21 2017 9:18 AM |
My Top Kudoed Posts
Subject | Kudos | Views |
---|---|---|
1 | 1890 | |
1 | 6496 | |
1 | 6816 | |
1 | 3363 | |
1 | 5878 |