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

AhmedJawad

Getting noticed

Member since Sep 23, 2021

4 weeks ago
Kudos from
User Count
RaphaelL
Kind of a big deal RaphaelL
2
MeredithW
Community Manager MeredithW
1
View All
Kudos given to
User Count
sungod
Head in the Cloud sungod
1
alemabrahao
Kind of a big deal alemabrahao
1
PhilipDAth
Kind of a big deal PhilipDAth
3
RaphaelL
Kind of a big deal RaphaelL
4
Ryan_Miles
Meraki Employee Ryan_Miles
1
View All

Community Record

43
Posts
3
Kudos
0
Solutions

Badges

5th Birthday
25 Posts
First 5 Posts
Lift-Off View All
Latest Contributions by AhmedJawad
  • Topics AhmedJawad has Participated In
  • Latest Contributions by AhmedJawad

Re: Wired 802.1x - Put Guest Vlan Assignment

by AhmedJawad in Switching
‎08-23-2023 02:33 PM
‎08-23-2023 02:33 PM
Sorry, yes no EAP its MAB  ISE is sending raduis accept. but Meraki still putting the port in guest vlan.  ... View more

Wired 802.1x - Put Guest Vlan Assignment

by AhmedJawad in Switching
‎08-23-2023 06:27 AM
‎08-23-2023 06:27 AM
Hi All,      I just need an explanation on why ports are getting put in guest vlan. This has been happening more in the previous MS version, and Meraki support recommended an upgrade. My switches are on 16.2.2.    Is this one of those silent client issues ? even with that the policy is inbound only !!!    Access Policy is MAB below    logs of the port, there is no EAP traffic before the event, it just puts it in the guest or any Radauis exchange for the port.    ISE live logs showing a successful MAB authentication.    Aug 22 14:23:19 SWXXXXX Port 26   802.1X 802.1X guest VLAN assignment port: 26, vlan: 66 Aug 22 13:35:00SWXXXX SWXXXX Port 15 ee5f6c0b-10fb-4ebc-a669-2bf701a6f00f 802.1X 802.1X Canned EAP success port: 15, mac: E4:54:E8:76:B5:9C     ... View more

Re: 802.1x Push Ports to Guest Vlan

by AhmedJawad in Switching
‎07-20-2023 03:25 PM
‎07-20-2023 03:25 PM
Im not trying to move the Vlan,  the port needs to stay in its Vlan 2 when it gets Radius accept.  but in my case, the switch is sending the port to the guest vlan instead  ... View more

Re: 802.1x Push Ports to Guest Vlan

by AhmedJawad in Switching
‎07-20-2023 01:04 PM
‎07-20-2023 01:04 PM
Below    ... View more

Re: 802.1x Push Ports to Guest Vlan

by AhmedJawad in Switching
‎07-20-2023 06:44 AM
‎07-20-2023 06:44 AM
Do you mean the Cisco ISE policy ?  ... View more

Re: 802.1x Push Ports to Guest Vlan

by AhmedJawad in Switching
‎07-20-2023 06:44 AM
‎07-20-2023 06:44 AM
My critical auth Vlan is the same as my data vlan. we had some issues on the ISE before but there was no impact on the port.  my issue is the guest vlan    thank you!  ... View more

Re: 802.1x Push Ports to Guest Vlan

by AhmedJawad in Switching
‎07-19-2023 10:18 AM
‎07-19-2023 10:18 AM
YES !  ... View more

802.1x Push Ports to Guest Vlan

by AhmedJawad in Switching
‎07-19-2023 09:57 AM
‎07-19-2023 09:57 AM
Hi All,      I have MS Switches on 14.33.1    MAB access policy below    My requirement is to have a fail open " when there is an outage on ISE, the port need to set to open with no 802.1x"  that is why I have my critical auth vlan as the data vlan. in my case is vlan 2    My problem it has been for a long time now is that even though ISE is sending Radius accept "I see the logs on ISE " , Meraki port is getting put in guest vlan        ... View more

Re: Ping test successful but no results

by AhmedJawad in Developers & APIs
‎04-17-2023 07:51 AM
‎04-17-2023 07:51 AM
Maybe you have the same issue that I had. This worked for me.    https://community.meraki.com/t5/Developers-APIs/Ping-Client-IP-Address-With-Ping-Live-Tool/m-p/191550#M8046     ... View more

Re: Ping Client IP Address With Ping Live Tool

by AhmedJawad in Developers & APIs
‎04-15-2023 09:06 AM
‎04-15-2023 09:06 AM
Thank you very much! it worked  ... View more

Ping Client IP Address With Ping Live Tool

by AhmedJawad in Developers & APIs
‎04-14-2023 08:44 PM
‎04-14-2023 08:44 PM
Trying to get the ping to result below, but I'm getting the result.    {'pingId': '766174886620948907', 'url': '/devices/XXXX-XXXX-XXXX/liveTools/ping/766174886620948907', 'request': {'serial': 'XXXX-XXXX-XXXX', 'target': '10.51.133.49', 'count': '2'}, 'status': 'ready'}   From the API result in this URL  https://developer.cisco.com/meraki/api-latest/#!get-device-live-tools-ping   I suppose to get a full body of the ping result? with thing like "loss": { "percentage": 0 },   I'm not getting that. Am I missing anything?     Here is my code.    Clients = dashboard.networks.getNetworkClients( network_id, total_pages='all')         # get a client list of the network    my_dict = {} for client in Clients:        my_dict.update(client)        serial = my_dict.get('recentDeviceSerial')             # get the serial number           target = str(my_dict.get('ip'))                                   # get the IP address         ping_resp1 = dashboard.devices.createDeviceLiveToolsPing(serial, target, count=2)  # create ping         pingid = ping_resp1.get('pingId')     ## get the ping ID         ping_resp2 = dashboard.devices.getDeviceLiveToolsPing(serial, pingid)    ### get ping result         print(ping_resp2) ... View more

getNetworkApplianceFirewallL3FirewallRules | OBJ(766174886606406852)

by AhmedJawad in Developers & APIs
‎03-11-2023 10:16 AM
‎03-11-2023 10:16 AM
Hi All,      I'm getting OBJ(766174886606406852) as a result of the source IP address of a rule from the MX firewall. The source in the first place is an object from a security config template    The template has 100+ networks bound to it.    example  policy : allow , protocol Any source HR subnet "  Vlan 6 : 10.10.10.0/24" , destination 10.10.100.0/24    I notices some sources not all of them getting OBJ(766174886606406852)    other sources are retrieving the Vlan only not the subnet with it  is there is a way i can have the name of the object " HR subnet" and the vlan with the subnet in the result?    Thank you!  ... View more

API For Firewall Template

by AhmedJawad in Developers & APIs
‎03-09-2023 10:33 AM
‎03-09-2023 10:33 AM
Is there is a way to api to a security template and pull all the rules to excel?    When I do it with an appliance I use the python below    fw_rules =  dashboard.appliance.getNetworkApplianceFirewallL3FirewallRules(net_id)   is there is another one for templates? ... View more

Re: Network Wide Alert Settings API

by AhmedJawad in Developers & APIs
‎11-02-2022 08:43 AM
‎11-02-2022 08:43 AM
Thank you ! that's what i was looking for, and it worked ... View more

Re: Network Wide Alert Settings API

by AhmedJawad in Developers & APIs
‎11-01-2022 09:46 AM
‎11-01-2022 09:46 AM
For one network only, I have like 300 networks between wire, wireless, and MX. I need the API to automate that  ... View more

Network Wide Alert Settings API

by AhmedJawad in Developers & APIs
‎11-01-2022 09:21 AM
‎11-01-2022 09:21 AM
  Hi All,      Is there an API for the networkwide - alerts ?      I want to set alerts for config changes for all networks in an org.    Thank you in advance  ... View more

Re: cycleDeviceSwitchPorts - 400 Bad Request, {'errors': ["'ports' must be ...

by AhmedJawad in Developers & APIs
‎08-09-2022 08:28 AM
2 Kudos
‎08-09-2022 08:28 AM
2 Kudos
Thank you, that worked!  ... View more

cycleDeviceSwitchPorts - 400 Bad Request, {'errors': ["'ports' must be an a...

by AhmedJawad in Developers & APIs
‎08-09-2022 06:54 AM
‎08-09-2022 06:54 AM
Hi All,      I'm getting the error in the subject when I try to cycle switch port. i can apply or remove the access policy using the same for loop with no issues. But when I try to cycle I'm getting the error. below is my code.    any idea please?    def ports(Net_ID,vlan=None,accesspol=None😞     Devices = dashboard.networks.getNetworkDevices(Net_ID)       for device in Devices:         #print(device['serial'])         port1 = dashboard.switch.getDeviceSwitchPorts(device['serial'])         for port in port1:             # print(port)             if port['accessPolicyType'] != 'Open' and port['vlan']== vlan and port['type'] != 'trunk':                 port_upd= dashboard.switch.updateDeviceSwitchPort(device['serial'], port['portId'], accessPolicyType = 'Open' ) # 'Custom access policy') #accessPolicyNumber = accesspol ,accessPolicyNumber = accesspol )                 print("Name:  {} \t Switch_Serial: {} \t PortNumber: {} \t VLAN: {} \t accessPolicy: {} ".format(device["name"], device["serial"], port['portId'], port["vlan"], port["accessPolicyType"]))                 port_Cycle = dashboard.switch.cycleDeviceSwitchPorts(device['serial'], port['portId']) ... View more

Re: Loop to get L3 firewall rules

by AhmedJawad in Developers & APIs
‎07-17-2022 10:54 AM
‎07-17-2022 10:54 AM
Thank you for your reply, yes that was the issue is that I was looping over all including switches and wireless. after adding a condition to check on MX it worked.  ... View more

Loop to get L3 firewall rules

by AhmedJawad in Developers & APIs
‎07-16-2022 05:24 PM
‎07-16-2022 05:24 PM
  HI All,      Trying to loop over every firewall rule in my org and I'm getting the error blelow.      response = dashboard.organizations.getOrganizationNetworks(org_id)   for network in response:         fw_rules =  dashboard.appliance.getNetworkApplianceFirewallL3FirewallRules(network['id'])   File "C:\Users\p00091670\AppData\Local\Programs\Python\Python310\lib\site-packages\meraki\rest_session.py", line 277, in request raise APIError(metadata, response) meraki.exceptions.APIError: appliance, getNetworkApplianceFirewallL3FirewallRules - 404 Not Found, please wait a minute if the key or org was just newly created.     My debug file showing below    2022-07-16 19:22:43       meraki:    DEBUG > {'tags': ['appliance', 'configure', 'firewall', 'l3FirewallRules'], 'operation': 'getNetworkApplianceFirewallL3FirewallRules', 'method': 'GET', 'url': '/networks/XXXXXXXXXXX/appliance/firewall/l3FirewallRules', 'params': None} 2022-07-16 19:22:43       meraki:     INFO > GET https://api.meraki.com/api/v1/networks/XXXXXXXXXXXXX/appliance/firewall/l3FirewallRules 2022-07-16 19:22:43       meraki:    ERROR > appliance, getNetworkApplianceFirewallL3FirewallRules - 404 Not Found, b''    Any idea, please?    ... View more

Sperate switch upgrade under the same network/template

by AhmedJawad in Switching
‎07-13-2022 06:42 AM
‎07-13-2022 06:42 AM
Hi all,      is there a way I can upgrade switches separately when they are under the same network/template? so if I have like 20 switches under the same network/template and 5 of them I don't have the approval to upgrade, can I ignore the upgrade for them?  ... View more

Wake on Lan with 802.1x

by AhmedJawad in Switching
‎06-23-2022 11:23 AM
‎06-23-2022 11:23 AM
Hi All,     can we do wake on LAN with 802.1x in Meraki? if not is there any way we can use API to invoke hosts to start communicating with the ports?      ... View more

Re: Traffic Analysis api

by AhmedJawad in Developers & APIs
‎05-23-2022 09:53 AM
‎05-23-2022 09:53 AM
Also, I'm getting a reply like below, I see send and receive only but not the usage. is there any API that can retrieve the usage?      {         "application": "Miscellaneous web",         "destination": "webdefence.global.blackspider.com",         "protocol": "TCP",         "port": 80,         "recv": 35530,         "sent": 769,         "flows": 1835,         "activeTime": 21180,         "numClients": 6 ... View more

Re: Traffic Analysis api

by AhmedJawad in Developers & APIs
‎05-23-2022 09:46 AM
‎05-23-2022 09:46 AM
Thank you for the reply, so if I need to get 30 days report I will need to change 30 days to seconds and then add that ad a timespan parameter?    ... View more

Stop MR Repeater Mode

by AhmedJawad in Wireless LAN
‎05-23-2022 09:06 AM
‎05-23-2022 09:06 AM
Hi All,      we have Merkai MR access points that are going into a repeater mode and causing loops in the network. these access points are power with a power injectors " not a POE from the switch " , when we upgrade the switches and reboot. MR will lose access to the gateway but it still powers up from the power injector then it goes into repeater mode.    any way I can stop it from going into repeater mode?  ... View more
Kudos from
User Count
RaphaelL
Kind of a big deal RaphaelL
2
MeredithW
Community Manager MeredithW
1
View All
Kudos given to
User Count
sungod
Head in the Cloud sungod
1
alemabrahao
Kind of a big deal alemabrahao
1
PhilipDAth
Kind of a big deal PhilipDAth
3
RaphaelL
Kind of a big deal RaphaelL
4
Ryan_Miles
Meraki Employee Ryan_Miles
1
View All
My Top Kudoed Posts
Subject Kudos Views

Re: cycleDeviceSwitchPorts - 400 Bad Request, {'errors': ["'ports' must be ...

Developers & APIs
2 576

Re: PolyCom 802.1x - Issue

Switching
1 2576
View All
Powered by Khoros
custom.footer.
  • Community Guidelines
  • Cisco Privacy
  • Khoros Privacy
  • Cookies
  • Terms of Use
© 2023 Meraki