Community Record
695
Posts
469
Kudos
30
Solutions
Badges
Aug 8 2023
10:43 PM
1 Kudo
@PaulF It would be nice if the documentation mentioned some of the requirements or recommendations on the logo file type and size.
... View more
Aug 7 2023
9:27 PM
1 Kudo
Looks like this did actually get implemented https://documentation.meraki.com/SM/Profiles_and_Settings/Android_Kiosk_Mode_in_Systems_Manager#Custom_Branding
... View more
Jul 28 2022
12:29 PM
Windows 10? AnyConnect? After VPN connection what are the ip setttings?
... View more
Jul 28 2022
12:23 PM
Interesting that this exists, but not cable test https://developer.cisco.com/meraki/api-v1/#!cycle-device-switch-ports
... View more
Jul 28 2022
12:17 PM
1 Kudo
I believe there are only 2 endpoints which I have screenshot below with sample code, hope that helps. curl -L -H 'X-Cisco-Meraki-API-Key: <key>' -H 'Content-Type: application/json' -X PUT --data-binary '{"enabled":true,"subnet":"192.168.1.0/24","domainName":"meraki.com","sslPort":1443,"banner":"Welcome","authType":"radius","radiusServers":[{"host":"0.0.0.0","port":3000,"password":"your password"}],"dnsMode":"custom","dnsCustomNameservers":["1.1.1.1","2.2.2.2"],"splitTunnelMode":"Include","splitTunnelDestinations":["222.123.22.0/24","111.123.11.0/24"]}' 'https://api.meraki.com/api/v1/networks/{networkId}/appliance/clientVpn/anyconnectVpn' curl -L -H 'X-Cisco-Meraki-API-Key: <key>' -H 'Content-Type: application/json' -X GET 'https://api.meraki.com/api/v1/networks/{networkId}/appliance/clientVpn/anyconnectVpn'
... View more
Jul 27 2022
11:07 AM
2 Kudos
I verified this is currently working. Tech on our team said he had to contact Meraki support at some point recently to get them to fix the account.
... View more
Jul 27 2022
11:02 AM
Increase timeouts and reboot the MX. Can you see logs on the Sophos side?
... View more
Jul 27 2022
10:53 AM
I kind of assume you have their org in CT. I would setup a new org with PDL and purchase 90 1 day licenses. That way it is a clean break. Only issue is for the next 90 days you may need to jump back and forth in those 2 orgs
... View more
Sep 4 2020
10:46 AM
1 Kudo
I believe this should help disable local status page https://documentation.meraki.com/zGeneral_Administration/Tools_and_Troubleshooting/Using_the_Cisco_Meraki_Device_Local_Status_Page#Disabling_the_Local_Status_Page
... View more
Sep 4 2020
8:31 AM
1 Kudo
So that sounds like you should be able to add them to inventory and utilized the 30 day grace period to test them. In the end if the costs for the licenses is too much for your org then you should look at donating them.
... View more
Sep 4 2020
8:07 AM
Typically the license is relatively cheap compared to the hardware, but that is all subjective to what you or your org considers expensive. If you add the devices to inventory and claim them you should have a 30 day grace period, provided they have been removed from any other org.
... View more
Sep 2 2020
11:16 AM
1 Kudo
I tested this with 2 W10 clients behind the same public IP behind an MX84 to a different org behind a MX250 with 14.42 and found no issues. I would suggest: Reverting firmware to 14.42 Test with 2 W10 clients behind a different connection (ruling it as an issue with their ISP or config) Check the IP config at their house and what type of router/device they are behind and its config Check if ISP has any known issues with this type of thing
... View more
Sep 2 2020
10:38 AM
If possible to switch to syslog-ng, then you can try this. https://documentation.meraki.com/zGeneral_Administration/Monitoring_and_Reporting/Syslog_Server_Overview_and_Configuration#Configuring_a_Syslog_Server If not this should be a good start for rsyslog https://firegenanalytics.com/2018/02/configuring-rsyslog-to-split-the-logs-by-device-ip-and-rotate-the-logs-on-daily-basis/
... View more
Sep 2 2020
10:10 AM
1 Kudo
Do you have the option of reverting the mx250 to stable firmware?
... View more
Sep 2 2020
8:38 AM
1 Kudo
Yes that transceiver should work. Do keep in mind there is a very small chance it doesn't because it is not an officially supported model. List of actual Meraki supported devices https://meraki.cisco.com/lib/pdf/meraki_datasheet_sfp.pdf
... View more
Sep 2 2020
8:29 AM
I thought the intent from MS was that the VM was supposed to be in Azure and that handled the queue of events and then pushed them to Sentinel https://techcommunity.microsoft.com/t5/azure-sentinel/azure-sentinel-the-connectors-grand-cef-syslog-direct-agent/ba-p/803891 https://documentation.meraki.com/zGeneral_Administration/Monitoring_and_Reporting/Syslog_Server_Overview_and_Configuration URL
Any HTTP GET requests will generate a syslog entry.
Example:
Apr 20 14:36:35 192.168.10.1 1 948077314.907556162 MX60 urls src=192.168.10.3:62526 dst=54.241.7.X.X mac=00:1A:A0:XX:XX:XX request: GET http://www.meraki.com
... View more
Sep 2 2020
8:20 AM
2 Kudos
It would be really nice to have some official Meraki documentation on this and other cloud options for syslog storage. From my understanding you may need to allow port 514 on the NSG on the VM in Azure.
... View more
Aug 31 2020
10:59 AM
I would add the DNS from HQ as secondary DNS. Then make sure the machines are joined to the domain at HQ. I am assuming you have internal domains that you are trying to resolve at the remote sites with this fix.
... View more
Aug 27 2020
10:05 AM
1 Kudo
As far as I was aware there was never a change, but it has always been that until the device checks in then the option to change the uplink wasn't available.
... View more
Aug 27 2020
8:37 AM
Looking through v0 and v1 I was unable to find an endpoint that was usable to determine license used in co-term models. Maybe @Melissa or @John_on_API can get us an official answer?
... View more
Aug 26 2020
9:33 PM
1 Kudo
Where did you get the switch? I assume it is not new out of the box. Have you added the device to your inventory? Possibly do a factory reset. https://documentation.meraki.com/zGeneral_Administration/Support/Resetting_Cisco_Meraki_Devices_to_Factory_Defaults If you don't want to do the reset, check the local status page for issues like possibly static IP set https://documentation.meraki.com/zGeneral_Administration/Tools_and_Troubleshooting/Using_the_Cisco_Meraki_Device_Local_Status_Page If DHCP is on and its behind the MX, then check to see if you can see it in the dashboard client list.
... View more
Aug 26 2020
10:13 AM
1 Kudo
1. BBC London Radio 2. 10/5/25 3. Phishing Attack 4. Don't Panic 5. What is the answer to the ultimate question of life the universe and everything? 6. Marvin the Martian 7. Deep Thought 8. Heart of Gold 9. arthur.dent@human.from.earth 10. Douglas Adams
... View more
Aug 18 2020
7:02 AM
Do you have access to the dashboard? Are these wireless routers MR devices?
... View more
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
4941 | Sep 2 2020 10:10 AM | |
2496 | Aug 27 2020 10:05 AM | |
6244 | Aug 26 2020 9:33 PM | |
6837 | Jun 9 2020 8:17 AM | |
3899 | Apr 24 2020 8:54 AM | |
7836 | Jan 9 2020 9:19 AM | |
5563 | Jan 8 2020 1:44 PM | |
35518 | Dec 12 2019 7:36 AM | |
9433 | Dec 9 2019 8:48 AM | |
3176 | Dec 9 2019 7:42 AM |
My Top Kudoed Posts
Subject | Kudos | Views |
---|---|---|
8 | 60173 | |
8 | 60200 | |
7 | 35518 | |
5 | 1892 | |
5 | 5456 |