The Meraki Community
Register or Sign in
cancel
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
Showing results for 
Show  only  | Search instead for 
Did you mean: 
  • About nealgs
nealgs

nealgs

Building a reputation

Member since Aug 17, 2018

‎01-05-2022
Groups
  • API Early Access Group

    API Early Access Group

    545
View All
Kudos from
User Count
Basavaraj
Basavaraj
2
PhilipDAth
Kind of a big deal PhilipDAth
7
Paul1226
Paul1226
1
CarolineS
Community Manager CarolineS
4
kYutobi
kYutobi
2
View All
Kudos given to
User Count
Nyenti
Nyenti
1
GaryShainberg
GaryShainberg
1
redsector
redsector
1
Arpit-Patel
Arpit-Patel
1
BlakeRichardson
Kind of a big deal BlakeRichardson
1
View All

Community Record

123
Posts
54
Kudos
3
Solutions

Badges

Everybody Wins
1st Birthday
100 Posts
50 Posts
First 5 Posts
50 Kudos View All
Latest Contributions by nealgs
  • Topics nealgs has Participated In
  • Latest Contributions by nealgs
  • « Previous
    • 1
    • 2
    • 3
    • 4
  • Next »

Re: How to automate resetting password every period of time

by nealgs in Wireless LAN
‎06-19-2020 03:59 AM
1 Kudo
‎06-19-2020 03:59 AM
1 Kudo
Hi Alex07,   As the code stands it only does one named site/ssid per execution   You would have to run the code once per site and you would end up with a separate email for each.   The idea behind the original code was to allow a sites ssids to be changed individually at a time that suited the site.  Each of our sites are manned differently, some have reception some don't so an email is sent to reception with the new password in it, so changing them all at once and having a block email sent didn't work for us - hence how the code is.   Gary  ... View more

Re: Automated password for Guest wireless user

by nealgs in Wireless LAN
‎06-19-2020 03:43 AM
‎06-19-2020 03:43 AM
for multiple values in $data i think they need to be separated by commas   $data = @{         "encryptionMode" = "wpa",         "authMode" = "psk", "psk" = $newpassword } ... View more

Re: Automated password for Guest wireless user

by nealgs in Wireless LAN
‎06-19-2020 03:36 AM
‎06-19-2020 03:36 AM
I've never tried the code changing or adding anything more than just the password value.   Can you try it but remove the entries in the $data section so it looks like this:   $data = @{   "psk" = $newpassword }   I'd suggest installing Postman app and getting the Meraki API collection - it allows you to mess around with calls etc and see the results.      regards Gary ... View more

Re: Automated password for Guest wireless user

by nealgs in Wireless LAN
‎06-19-2020 02:10 AM
1 Kudo
‎06-19-2020 02:10 AM
1 Kudo
Hi STM,   Can you confirm you have made all of the necessary changes in the script to contain your meraki details   i.e the values for $request_uri, $header_org and $jbody etc have been set correctly   Gary     ... View more

Re: Community Challenge: Folding@home

by nealgs in Community Announcements
‎05-13-2020 02:40 PM
1 Kudo
‎05-13-2020 02:40 PM
1 Kudo
folding now in operation:     👍 ... View more

Re: Profile failed to install error

by nealgs in Mobile Device Management
‎03-09-2020 03:35 AM
‎03-09-2020 03:35 AM
Me too - trying to enroll an Iphone, just stuck on the waiting for Enrollment - for past 15 mins   Also still on Legacy SM. ... View more

Re: SFP plus backward compatible with SFP

by nealgs in Switching
‎02-27-2020 08:10 AM
3 Kudos
‎02-27-2020 08:10 AM
3 Kudos
Yep backwards compatible - we took the 1GB SFP from our old Linksys SG unit and used it in the MS225's - has been running fine for over 8mths or so now.     ... View more

Re: Reduce BYOD Sign-ins.

by nealgs in Wireless LAN
‎02-27-2020 06:12 AM
‎02-27-2020 06:12 AM
never mind, already answered - hehe 🙂 ... View more

Re: Reduce BYOD Sign-ins.

by nealgs in Wireless LAN
‎02-27-2020 06:11 AM
‎02-27-2020 06:11 AM
Hi dizzysn,   You can adjust the time the splash page appears from half hourly up to, what appears to be, max 90 days.   Go to   Wireless > Configure > Splash page   then choose the relevant SSID you wish to change.  Scroll to the bottom of the page to the Splash behaviour section.   Set the Splash frequency to the relevant period.   Hope this helps 🙂   ... View more

Re: Client VPN issue

by nealgs in Security / SD-WAN
‎02-27-2020 05:39 AM
‎02-27-2020 05:39 AM
I've been using Win 10 VPN client now for a good few months and it's been stable - i've not had to change or update the VPN client settings at all since probably before new year.   Not sure if an Windows 10 update has resolved the problem or what. ... View more

Re: Automatic rotating PSK for wireless

by nealgs in Wireless LAN
‎02-27-2020 05:36 AM
‎02-27-2020 05:36 AM
Good to hear that it's working for someone else CMDRTucker  👍   We've been running it since August last year, scheduled to change password for guest wifi on site every friday at 4pm with an email sent out to reception and our support team. Reception print email out ready for visitors to site over weekend and following week.   Has worked very will since with only a couple of hiccups which where down to the machine the scheduled task was running on rather than the script itself 🙂   Any questions about the script - give me a shout. ... View more

Re: Routing internal traffic out to a specific public IP - MX65

by nealgs in Security / SD-WAN
‎11-19-2019 05:28 AM
1 Kudo
‎11-19-2019 05:28 AM
1 Kudo
check out this thread Ian   https://community.meraki.com/t5/Security-SD-WAN/Meraki-mx64-with-two-Internet-connections/td-p/22295   similar question on an MX64, but should apply the same   hope this is useful ... View more

Re: 404 Error when Creating Networks

by nealgs in Developers & APIs
‎11-19-2019 03:19 AM
1 Kudo
‎11-19-2019 03:19 AM
1 Kudo
that is true 👍 ... View more

Re: 404 Error when Creating Networks

by nealgs in Developers & APIs
‎11-19-2019 02:54 AM
‎11-19-2019 02:54 AM
don't forget you'll need to specify your orgid in that url, rather than the placeholder :organizationid  🙂 ... View more

Re: 404 Error when Creating Networks

by nealgs in Developers & APIs
‎11-19-2019 02:36 AM
‎11-19-2019 02:36 AM
Not sure if you've read this part of the Postman docs:   https://learning.getpostman.com/docs/postman/environments-and-globals/variables/   hope it helps ... View more

Re: get_network_clients giving 'HTTP response not OK' error

by nealgs in Developers & APIs
‎11-13-2019 11:18 AM
1 Kudo
‎11-13-2019 11:18 AM
1 Kudo
aha!, thanks MeredithW - thought it was old age creeping in 😄 ... View more

Re: Cannot get Android device to connect to VPN

by nealgs in Security / SD-WAN
‎11-12-2019 02:46 PM
1 Kudo
‎11-12-2019 02:46 PM
1 Kudo
woohoo! - great stuff 🙂 ... View more

Re: Automated password for Guest wireless user

by nealgs in Wireless LAN
‎11-12-2019 02:39 PM
‎11-12-2019 02:39 PM
hi Steve,   from your Meraki dashboard, type this url into address bar   https://dashboard.meraki.com/api/v0/organizations   or even just append your dashboard address to be   https://<yourdashboardurl>/api/v0/organizations   and press Enter - it should then return some json info:       [{"id":"<yourOrgID>".......       use the value in there for orgid - think it's a 6 digit number, at least ours is  ... View more

Re: Cannot get Android device to connect to VPN

by nealgs in Security / SD-WAN
‎11-12-2019 02:25 PM
2 Kudos
‎11-12-2019 02:25 PM
2 Kudos
that becomes the IPSEC preshared key field value   when keying the settings into my phone, i have the following fields shown when Type is PPTP (default value)   Name: Type: Server Address: [ ] PPP encryption (MFPS) [ ] Show advanced options   When i change Type to L2TP/IPSec PSK, i get a new set of fields:   Name: Type: L2TP/IPSec PSK Server Address: L2TP secret: (not used) IPSec identifier: (not used) IPSec preshared key: <your secret password> [ ] Show advanced options   hope that helps 🙂 ... View more

Re: Cannot get Android device to connect to VPN

by nealgs in Security / SD-WAN
‎11-12-2019 02:14 PM
‎11-12-2019 02:14 PM
L2TP secret is not used, your PSK key goes in the IPSEC preshared key field 🙂 ... View more

Re: Cannot get Android device to connect to VPN

by nealgs in Security / SD-WAN
‎11-12-2019 02:13 PM
‎11-12-2019 02:13 PM
just tested this now myself after reading this   Oneplus one phone connected to VPN using   L2TP/IPSEC PSK   I assume you you know the secret password?   on the oneplus: Give name Type:    L2TP/IPSEC PSK Server: server ip skip rest till IPSec preshared key: type in PSK key   Save, then connect   Dashboard/Network/-wide/Clients show me listed.   don't need to include domain name <domainname>\<userid> it appears if using AD for authentication       ... View more

Re: get_network_clients giving 'HTTP response not OK' error

by nealgs in Developers & APIs
‎11-12-2019 01:52 PM
‎11-12-2019 01:52 PM
great stuff RobJ - good to hear 🙂   Not sure why my post appears twice though - anyone help on how to post properly in a forum - lol 🙂 ... View more

Re: get_network_clients giving 'HTTP response not OK' error

by nealgs in Developers & APIs
‎11-12-2019 09:00 AM
1 Kudo
‎11-12-2019 09:00 AM
1 Kudo
with regards to the Meraki API - have you installed PostMan?   I'm pretty new to the meraki api and have be messing with powershell rather than python and found that Postman with the Meraki Dashboard API collection installed helps you to run various api calls without the need for all the convoluted script code around it.   once you've sorted out the parameters etc for the particular API call, you can then wrap the necessary code around it etc.   With regards to your code - if you run the api call in Postman, it fails with the values you have below with a bad request error or 404 error.   The t0 parameter needs to be a valid time value - if you remove it as a parameter, like so and do this in Postman it returns a list of clients   https://xxx.meraki.com/api/v0/organizations/<orgid>/networks/<networkID>/clients?&timespan=900&perPage=500   try the your code in python again, but remove the t0 line and just have either startingafter = "" or endingBefore = "" (aparently can't have both according to error returned by Postman if both included in the API call   e.g. - this fails:   https://xxx.meraki.com/api/v0/organizations/<orgid>/networks/<networkID>/clients?&timespan=900&perPage=500&startingAfter=""&endingBefore=""   let me know how you get on     ... View more

Re: Client VPN Configuration help required

by nealgs in Security / SD-WAN
‎11-07-2019 03:25 AM
‎11-07-2019 03:25 AM
Forgot to add that our authentication is via Active Directory. ... View more

Re: Client VPN Configuration help required

by nealgs in Security / SD-WAN
‎11-06-2019 06:17 AM
1 Kudo
‎11-06-2019 06:17 AM
1 Kudo
Have you tried this?   https://documentation.meraki.com/MX/Client_VPN/Client_VPN_OS_Configuration   has a section for IOS devices.   We use client VPN on our MX84, but only through Win 10 devices - haven't configured any outbound rules or anything and works fine.   I've just tested mine on an Iphone 7plus - had to disconnect wifi (connected to internal Merak based SSID on corp network) and worked fine - did get same L2TP did not respond message until i turned of wifi.   ... View more
  • « Previous
    • 1
    • 2
    • 3
    • 4
  • Next »
Kudos from
User Count
Basavaraj
Basavaraj
2
PhilipDAth
Kind of a big deal PhilipDAth
7
Paul1226
Paul1226
1
CarolineS
Community Manager CarolineS
4
kYutobi
kYutobi
2
View All
Kudos given to
User Count
Nyenti
Nyenti
1
GaryShainberg
GaryShainberg
1
redsector
redsector
1
Arpit-Patel
Arpit-Patel
1
BlakeRichardson
Kind of a big deal BlakeRichardson
1
View All
My Accepted Solutions
Subject Views Posted

Re: Cannot get Android device to connect to VPN

Security / SD-WAN
13166 ‎11-12-2019 02:25 PM

Re: get_network_clients giving 'HTTP response not OK' error

Developers & APIs
2473 ‎11-12-2019 09:00 AM

Re: MX84 stops passing all traffic for 3 seconds after adding VLAN

Security / SD-WAN
1393 ‎09-03-2019 06:00 AM
View All
My Top Kudoed Posts
Subject Kudos Views

Re: Automated password for Guest wireless user

Wireless LAN
5 22250

Re: Making IP camera (non-Meraki brand) viewable outside of LAN

Security / SD-WAN
3 2324

Re: SFP plus backward compatible with SFP

Switching
3 4297

Re: Same SSID Separate Networks

Wireless LAN
3 4692

Re: Automated password for Guest wireless user

Wireless LAN
3 22652
View All
Powered by Khoros
custom.footer.
  • Community Guidelines
  • Cisco Privacy
  • Khoros Privacy
  • Privacy Settings
  • Terms of Use
© 2023 Meraki