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 damienleick
damienleick

damienleick

Getting noticed

Member since Dec 24, 2019

‎01-12-2022

Damien

Annecy, France

Kudos from
User Count
redsector
redsector
1
Dunky
Dunky
4
evanmckee
evanmckee
1
Kieshan
Kieshan
1
CptnCrnch
Kind of a big deal CptnCrnch
2
View All
Kudos given to
User Count
David-H
Meraki Employee David-H
1
meraki-don
Meraki Employee meraki-don
1
Dibakar
Meraki Employee Dibakar
1
ww
Kind of a big deal ww
1
CptnCrnch
Kind of a big deal CptnCrnch
2
View All

Community Record

70
Posts
30
Kudos
2
Solutions

Badges

ECMS1
Rising Star
50 Posts
25 Posts
First 5 Posts
25 Kudos View All
Latest Contributions by damienleick
  • Topics damienleick has Participated In
  • Latest Contributions by damienleick
  • « Previous
    • 1
    • 2
  • Next »

Re: Now available: Firewall Objects Public Beta

by damienleick in Security / SD-WAN
‎08-05-2020 07:53 PM
‎08-05-2020 07:53 PM
Some stability problem with the browser Edge (new). When passing mouse hover a object group in firewall rule the browser is freezing and crashing.   No problem with chrome  ... View more

Re: errors': ['Subnet and appliance IP cannot be blank.

by damienleick in Developers & APIs
‎07-17-2020 04:22 AM
‎07-17-2020 04:22 AM
Yes, It's a network bound to a template ... View more

errors': ['Subnet and appliance IP cannot be blank.

by damienleick in Developers & APIs
‎07-16-2020 08:54 AM
‎07-16-2020 08:54 AM
Hi   I encounter a problem. I would like to update a VLAN and I have this error :       2020-07-16 11:17:42 meraki: DEBUG > {'tags': ['VLANs'], 'operation': 'updateNetworkVlan', 'method': 'PUT', 'url': '/networks/L_TESTTESTTESTTEST/vlans/610', 'json': {'subnet': '10.240.14.0/25', 'applianceIp': '10.240.14.1', 'fixedIpAssignments': {'aa:aa:aa:aa:aa:aa': {'ip': '10.240.14.40', 'name': 'PPTTEST'}}}} 2020-07-16 11:17:42 urllib3.connectionpool: DEBUG > https://api-mp.meraki.com:443 "PUT /api/v0/networks/L_TESTTESTTESTTEST/vlans/610 HTTP/1.1" 400 None 2020-07-16 11:17:42 meraki: ERROR > VLANs, updateNetworkVlan - 400 Bad Request, {'errors': ['Subnet and appliance IP cannot be blank.']}     Any idea why ?   thanks   ... View more
Labels:
  • Labels:
  • Dashboard API

Re: Python Delete Org Admin problem

by damienleick in Developers & APIs
‎06-02-2020 01:13 PM
‎06-02-2020 01:13 PM
@Nash     If I remove the base URL i have the same error  (i have multiple script who have this base url and they work with no problem)     The GetOrganization work     ... View more

Python Delete Org Admin problem

by damienleick in Developers & APIs
‎06-02-2020 12:51 PM
‎06-02-2020 12:51 PM
Hi I encounter a problem for deleting a user with API   My code : ##Credentials MY_API_KEY = 'xxxxxxxxxxxxxxxxxx' MY_ORG = 'xxxxxxxxxxxxxxxxxxx' ##Inition de la library Meraki import meraki import json import csv ##Inition de l'API dashboard = meraki.DashboardAPI(         api_key=MY_API_KEY,         base_url='https://api-mp.meraki.com/api/v0/',         #Désactivation/Activation du debug         print_console=True,         #Désactivation/Activation du logging         output_log=False,         ) ##Debut de Script with open('user_delete.csv', 'r') as csvfile:     users = csv.reader(csvfile, delimiter=',')     next(users)     for id_user in users:         dashboard.admins.deleteOrganizationAdmin(MY_ORG, id_user)         reponse code :     Admins, deleteOrganizationAdmin - 404 Not Found, Traceback (most recent call last): File "delete_user.py", line 34, in <module> dashboard.admins.deleteOrganizationAdmin(MY_ORG, id_user) File "C:\Program Files (x86)\Python 3\lib\site-packages\meraki\api\admins.py", line 97, in deleteOrganizationAdmin return self._session.delete(metadata, resource) File "C:\Program Files (x86)\Python 3\lib\site-packages\meraki\rest_session.py", line 232, in delete self.request(metadata, 'DELETE', url) File "C:\Program Files (x86)\Python 3\lib\site-packages\meraki\rest_session.py", line 153, in request raise APIError(metadata, response) meraki.exceptions.APIError: Admins, deleteOrganizationAdmin - 404 Not Found, C:\inetpub\wwwroot\merakidevops\script\Admin creation\Create Agent V3.0\Move and change\Delete>pause ... View more
Labels:
  • Labels:
  • Dashboard API

Re: The Next Generation Meraki Mobile Experience (all new Meraki Mobile Bet...

by damienleick in Dashboard & Administration
‎06-01-2020 12:45 PM
‎06-01-2020 12:45 PM
Still no viewing availabity for user with "read-only" permissons ... View more

Re: Meraki MX HA - Alerting on the failure of a Secondary MX WAN link

by damienleick in Security / SD-WAN
‎05-27-2020 09:47 AM
‎05-27-2020 09:47 AM
Have a built in alert of WAN1 or/and WAN2 uplink status could be very usefull too ... View more

Re: live monitor wan/internet traffic

by damienleick in Security / SD-WAN
‎05-27-2020 09:45 AM
1 Kudo
‎05-27-2020 09:45 AM
1 Kudo
@lpopejoy    Agreed. I would like to have that too ... View more

Re: Python updateDeviceSwitchPort get data from and exported JSON

by damienleick in Developers & APIs
‎05-22-2020 05:28 AM
‎05-22-2020 05:28 AM
Nevermind I found how to do that ... View more

Python updateDeviceSwitchPort get data from and exported JSON

by damienleick in Developers & APIs
‎05-21-2020 08:27 AM
‎05-21-2020 08:27 AM
Hi, here is my question   Actually a i made a python script to export a full ports configuration of switch, stored those json data and i would like to uses those data tu push ports configuration to another switch of the same model      serial = input('Enter the serial number of the switch to backup: ') Switch_export = dashboard.switch_ports.getDeviceSwitchPorts(serial) print (Switch_export) print(fThe switch port information has been stored') serial2 = input("Please enter de serial of the destination switch : ") i=1 for port in Switch_export:     Switch_import = dashboard.switch_ports.updateDeviceSwitchPort(serial2, i, )     i = i+1 print('The switch port information has been restored') Because API doenst purpose to pussh all the configuration with one command i need to do a for with JSON data   Is there any possibilty to use json data port value of "Switch_export" in the "Switch_imports" arguments without need to use a Csv reader ?   thanks ... View more
Labels:
  • Labels:
  • Dashboard API

Re: Port Security equivalent

by damienleick in Switching
‎05-11-2020 12:17 PM
1 Kudo
‎05-11-2020 12:17 PM
1 Kudo
@CptnCrnch    We have other control than thoses type of security.   We just want to not authorise addition of dumb equipement in our network and Meraki havent got any solution to block this kind of devices.   Port security, I admit is not the best thing but, but he proved and do the job in our network for the last 15 years. I haven't any dumb equipement (throught hundred of distant sites)  thanks to the port security, where Meraki can't do that (or dont purpose this kind of feature without be dependent of an external service) ... View more

Re: Port Security equivalent

by damienleick in Switching
‎05-11-2020 11:39 AM
1 Kudo
‎05-11-2020 11:39 AM
1 Kudo
@CptnCrnch @jdsilva    I'm still waiting because in a lot of cases cases we can't use 802.1x or mac adress white list and this is why :   - 802.1X : Our network is not in domain so not applicable. We Try 802.1X MAB (with radius always accept). We don'tthink is the best thing because if radius servers are not reachebale computer can't access to the network and could be a major problem for all the network if radius are down for hours/days.   - Mac adsress White list : Can't do that because there is too many moove in our network. Using white list add a lot of support time in our call center.   - Sticky Mac : Same problem than the Mac Adress White List   Port security was and still the best option for us with this settings :   switchport access vlan XXX switchport mode access switchport port-security maximum 1 switchport port-security maximum 1 vlan access switchport port-security switchport port-security aging time 1 switchport port-security violation restrict switchport port-security aging type inactivity     Why we use that ? Because it's actually the only way to prevent more than 1 MAC Adress by switch port in our network dynamically Thoses settings allow us to prevent "dumb-switch" or router to be plugged in our network.   Also this solution is not dependent of a external server or other things. The switch do the job and nothing else. If 2 Mac address is detected, the security flag and we can see where it is very quickly.   So thats why I'm still waiting a CLI port security equivalent in Meraki products.   I love Meraki for a lot of thing but this missing feature is a big black point for me.       ... View more

Re: Port Security equivalent

by damienleick in Switching
‎05-07-2020 06:24 PM
‎05-07-2020 06:24 PM
Still waiting this feature ... ... View more

Re: The Next Generation Meraki Mobile Experience (all new Meraki Mobile Bet...

by damienleick in Dashboard & Administration
‎05-07-2020 11:40 AM
‎05-07-2020 11:40 AM
@cmr  @joe      Definitly app problem. I found something.   The user who have the problem has the follwing rules in the profile :   - Access networks  tagged "X" 'Read-only' - Access network tag "Y" 'Read-only'   With this kind of rules both Android and IOS app dosen't show networks (but i can confirm in previous beta version it was working)   User who have 'Full' write on tagged network don't work but   organizations admin there is no problem ... View more

Re: The Next Generation Meraki Mobile Experience (all new Meraki Mobile Bet...

by damienleick in Dashboard & Administration
‎05-07-2020 11:14 AM
‎05-07-2020 11:14 AM
@cmr    This what i do but networks doesn't show up :   Some screnshots :      in the web dashobard i can see all networks       ... View more

Re: The Next Generation Meraki Mobile Experience (all new Meraki Mobile Bet...

by damienleick in Dashboard & Administration
‎05-07-2020 07:50 AM
‎05-07-2020 07:50 AM
Hi, Is someone have probleme to see the network list ?   I have an Iphone with the Beta App   Version : 3.0.1 Build : 1299914.279843063   I'm able to see the organization and enter in but i don't see any network ... View more

Re: MS policy no alerts / no logs when the policy is hitted (MAB/single hos...

by damienleick in Switching
‎04-28-2020 04:38 AM
‎04-28-2020 04:38 AM
Yes I expeting that.   We create this policy to prevent the connection of two computer on the same switch port thought a dumb switch for example or router.   If our customers do that It will not work and he's going to call our support center to know whats going one.   If we cannot see what is the poblem, so here a reject connection because of two computer on the same switch port it will be complicated to support the customer.    That why I think knowing where MS switch port poilcy are hitted (and what) is very very usefull and a must to have to have a decent support. ... View more

Re: MS policy no alerts / no logs when the policy is hitted (MAB/single hos...

by damienleick in Switching
‎04-27-2020 06:36 PM
‎04-27-2020 06:36 PM
I don't think the syslog will send more information. Meraki said me there is no way actually.   I hope this feature will be add very soon because i can't understand how they forgot that ... ... View more

MS policy no alerts / no logs when the policy is hitted (MAB/single host)

by damienleick in Switching
‎04-25-2020 01:22 PM
‎04-25-2020 01:22 PM
HI,   I encounter a problem with MS switch Policy for our multiple site equipped with MS-120 series.   I Explain. We create a MAB/single host policy linked to our Radius Server to prevent more than 1 computer by ms switch port.   On the network we applied the policy on the port #01 of one of our switch for testing. Ont the port #01 I've plug a "dumb switch" and plug a computer in the "dumb-switch". Here it's okay. Only 1 MAC is detected the switch transfer the auth request to the radius and the radius accept the connexion. (I can see that in my Radius Logs and Meraki switch logs)   After that I tried to plug a second computer in the "dumb-switch". Here is the problem. The second computer cannot acces to the network (it's okay for that it's what we want). But the dashboard say nothing about this secondary computer connection.   No logs for Access-policy hit or visual information in the dashboard or maybe email alerts. Even the second computer is not detected on the network even if he was refused to access the network.   For support we really need to see exactly where the Access-policy is hitted (and maybe see the client name or MAC) and actually the dashboard doesn't do it.   Is anyone used this kind of setup and how do you support this kind of situation when your'r note on site ?    I've already open a case and as alaways they said "Make a wish"   Thanks   ... View more

Re: Automated Health Check

by damienleick in Developers & APIs
‎04-10-2020 10:59 AM
‎04-10-2020 10:59 AM
@MikeyJ  I'm very intrested about your script to switch a network to another template.   Is there a possibilty of sharing source code ? ... View more

Re: Alert when Reponse Time on WAN uplink is High

by damienleick in Security / SD-WAN
‎04-07-2020 10:42 AM
‎04-07-2020 10:42 AM
Hi @DHAnderson   We already Try Insight it we are not stisfied of this product.   Too many wrong / false down detection and no possibilty to set What adress to test by Uplink    That why I search something else ... View more

Alert when Reponse Time on WAN uplink is High

by damienleick in Security / SD-WAN
‎04-07-2020 07:55 AM
‎04-07-2020 07:55 AM
Hi,   I'm searching a way to have an email alert when the reponses time over Uplink on WAN1 of our MX68 is superior to a value for 'X'  time.   Something like   Hey, the Appliance "123" on the network "123" encounter a high reponse time over Upliunk WAN1 for the last "X" minutes.   Is there any workaround ? ... View more

Re: New troubleshooting capabilities

by damienleick in Wireless LAN
‎03-14-2020 12:03 PM
‎03-14-2020 12:03 PM
@PawelG  Maybe your first AP si running as a repeater ? ... View more

Re: New dashboard login ?

by damienleick in Dashboard & Administration
‎03-11-2020 08:00 AM
‎03-11-2020 08:00 AM
Cisco ISE authentication could be very cool ... View more

Re: Help Content Filtering

by damienleick in Security / SD-WAN
‎03-11-2020 04:44 AM
1 Kudo
‎03-11-2020 04:44 AM
1 Kudo
You can also block the FQDN name of reddit in outbound rules https://documentation.meraki.com/MX/Firewall_and_Traffic_Shaping/MX_Firewall_Settings#FQDN_Support ... View more
  • « Previous
    • 1
    • 2
  • Next »
Kudos from
User Count
redsector
redsector
1
Dunky
Dunky
4
evanmckee
evanmckee
1
Kieshan
Kieshan
1
CptnCrnch
Kind of a big deal CptnCrnch
2
View All
Kudos given to
User Count
David-H
Meraki Employee David-H
1
meraki-don
Meraki Employee meraki-don
1
Dibakar
Meraki Employee Dibakar
1
ww
Kind of a big deal ww
1
CptnCrnch
Kind of a big deal CptnCrnch
2
View All
My Accepted Solutions
Subject Views Posted

Re: Python updateDeviceSwitchPort get data from and exported JSON

Developers & APIs
1241 ‎05-22-2020 05:28 AM

Re: Update Device Switch Port (python) problem (HTTP response not OK)

Developers & APIs
1912 ‎02-25-2020 10:04 AM
View All
My Top Kudoed Posts
Subject Kudos Views

Re: Recognizing February’s Members of the Month

Community Announcements
4 2781

Re: If you could ask for any MS switch feature ...

Switching
4 4699

Re: If you could ask for any MS switch feature ...

Switching
3 4771

Re: Share your favorite articles or new ideas for Meraki Documentation and ...

Community Announcements
2 18099

Re: Happy New Year! What are your Networking Resolutions?

Community Announcements
2 18330
View All
Powered by Khoros
custom.footer.
  • Community Guidelines
  • Cisco Privacy
  • Khoros Privacy
  • Cookies
  • Terms of Use
© 2023 Meraki