Community Record
1802
Posts
1676
Kudos
113
Solutions
Badges
Sep 9 2019
1:31 PM
4 Kudos
Well that for sure sounds like a bug related to the MR16. If you can upgrade them hardware wise I would recommend doing so, those are ancient and I had nothing but problems with them on 25.X code. If you can't upgrade them hardware wise, then see if you can get support to downgrade them to the latest 24.X firmware version that was released. Mine ran fine on that code, 25.X not so much. Otherwise you have to wait for the next time they crap out, and then reach out to support, so that they can tshoot. I can save you some time though, because they are going to tell you to upgrade to 25.14 or 26.4 lol
... View more
Sep 8 2019
2:31 PM
Support did an RMA and replacement camera arrives this week. Will send damaged camera back to Meraki.
... View more
Sep 8 2019
11:15 AM
2 Kudos
@NolanHerring Thanks for the tip, really had not put a route to the network 192.168.77.0/24 at Azure network. I added a route and it is now working. Thank you!
... View more
Sep 7 2019
1:03 AM
I've considered the MR84 with a stadium antenna for a wharehouse because this antenna has a narrow beam ideal for getting the signal between the racks but we went for the MR42E with the narrow patch antenna fot the initial design. Things might change, have to get feedback about what the enviroment will be in the wharehouse. Acceltext has a great range of products. The AP mount looks great.
... View more
Sep 5 2019
7:24 PM
1 Kudo
" I have some homework to do " I see what you did there @LibraryGirl good to see a sense of humour!
... View more
Sep 4 2019
4:09 AM
Com o Advanced Security eu tenho algumas redes em funcionamento e realmente sei que funciona, mas não era a solução que queria adotar. Enfim obrigado a todos pelas respostas.
... View more
Aug 26 2019
11:43 AM
1 Kudo
I can easily share the function that is taking the data and then making the API call. The whole program is pretty large. This where my coding problem was. You will be able to see where I am building the dictionary with the "rules" tag in the dictionary and then the conversion to a JSON string and the API call. If you have any question about this, let me know. def SetL3Rules(Id,ruleslist): # Copy the global header and add the content information. header = g_header header.update({'Content-Type':'application/json'}) url = g_baseURL+'networks/'+Id+'/l3FirewallRules' # Add the "rules" key to make a dictionary with the L3 rules as the data. L3rules = {'rules':ruleslist} # Convert the dictionary to JSON. This will replace False with false, True with true, and the ' with ". payload = json.dumps(L3rules) try: ret = requests.request("PUT", url, data=payload, headers=header) except requests.exceptions.ConnectionError: print('A connection error has occurred while writing the layer 3 information.') print('The layer 3 rules were NOT updated.\n') return None rules = ErrorCheck(ret) return rules
... View more
Aug 22 2019
10:22 PM
Isn't Meraki using the rapid varint of STP? RSTP? Doesn't change anything in the inutial "issue" but works a little bit different. Implementing MST or some variant of PVST would be nice to split traffic over interfaces to the best switch ( where the routing point of that vlan is)
... View more
Aug 22 2019
1:48 PM
Good call there. I switched it manually in the RF profiles to 80 obviously losing coverage area but hit that correct speed.
... View more
Aug 19 2019
12:22 PM
2 Kudos
There isn't any API feature for this from the latest list of available APIs
... View more
Aug 16 2019
4:25 PM
2 Kudos
We tend to do a lot of experimenting. We have both Google Authenticator setup (easy), and SAML against Azure AD (difficult to setup) - and we have MFA enabled for Azure AD, so that uses the Microsoft Authenticator. NPS+Azure AD MFA is a pain because of the lack of logs and diagnostics when things go wrong. If you want MFA for client VPN use a third party solution, like the Duo RADIUS server. If you want to enable "global" MFA for the Dashboard use a third party SAML provider like DUO. You can also use AzureAD if you don't mind doing a bit of extra setup work and Googling. We use AzureAD because we already use Office 365, and it was more convenient to have the one system for everything.
... View more
Aug 16 2019
9:31 AM
Move the native cisco cli command to a different VLAN that will not be used in "VLAN Tagging" worked. Thanks PhilipDAth, and all other for the helpful replies.
... View more
Aug 14 2019
2:12 AM
I'm patiently waiting for the mailman each day 🙋♂️👨✈️!
... View more
Aug 13 2019
8:14 AM
Thank you for your help. The first time I connected the wireless router to the switch, I was unable to receive a signal.
... View more
Aug 12 2019
1:58 PM
Thanks for opening the case. The more people that do that, the better the firmware will be for everyone 😃
... View more
Aug 12 2019
2:23 AM
how soon @CameronMoody?
... View more
Aug 9 2019
8:18 AM
1 Kudo
I do see some clients devices that have "Device Removed From Network". That's a good sign. I can export that list.
... View more
Aug 7 2019
12:38 PM
3 Kudos
I know this is closed but with the 15.x firmware this now can be done through the web GUI. Tested in 15.14 and 15.15
... View more
Aug 5 2019
1:36 PM
Double check the access control setting is bridge-mode and not NAT mode
... View more
Jul 28 2019
1:50 PM
Nice one @AjitKumar its always nice to know more about the members of the community.
... View more
Jul 16 2019
9:34 AM
@GregasGYes, as far as I could tell that's where we were having our issues. Meraki support did a packet capture when I was on the call with them last week and I believe they told me they could see the pings coming in from one of our servers but they weren't seeing any reply going back out.
... View more
Jul 16 2019
8:34 AM
Glad you got it working 😃
... View more
Jul 12 2019
1:17 AM
Also you can't configure IPSec vpn between two MX if the WAN ports have private IPs. The MX will not negotiate IPSec unless the port has internet connection, the port status will show failure until it gets internet connection. Hence, if you have two sites connected via MPLS then you can't have VPN between them since the WAN ports don't have internet connection.
... View more
Jul 1 2019
11:09 AM
6 Kudos
Thanks everyone for sharing your stunning new avatars! Our two randomly selected winners are: @Wazz and @JM. Congratulations!
... View more
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
3157 | Feb 22 2024 11:30 AM | |
2392 | Jan 30 2023 2:35 PM | |
4128 | May 11 2022 1:49 PM | |
3986 | Mar 19 2021 10:53 AM | |
4618 | Dec 23 2020 8:30 PM | |
3316 | Jul 9 2020 12:36 PM | |
3566 | May 13 2020 4:44 PM | |
5136 | May 13 2020 8:23 AM | |
4389 | Apr 27 2020 7:54 AM | |
5705 | Apr 11 2020 9:11 AM |
My Top Kudoed Posts
Subject | Kudos | Views |
---|---|---|
73 | 44757 | |
9 | 26551 | |
8 | 14607 | |
8 | 5971 | |
7 | 1554 |