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

DonL

Here to help

Member since May 3, 2018

‎12-18-2018
Kudos from
User Count
CarolineS
Community Manager CarolineS
1
juergenk
juergenk
1
View All
Kudos given to
User Count
Forster
Forster
1
View All

Community Record

20
Posts
2
Kudos
0
Solutions

Badges

1st Birthday
First 5 Posts
Lift-Off View All
Latest Contributions by DonL
  • Topics DonL has Participated In
  • Latest Contributions by DonL

the trap contents = Not So good...

by DonL in Full-Stack & Network-Wide
‎12-05-2018 01:37 PM
‎12-05-2018 01:37 PM
Ok - We configured the system to convert the : delimited MAC sent in the trap to "." delimited and do a lookup against all device to find the trap Target ... [ Why was IP or Name not included in the trap ?  ]   Now we see the trap for portDisconnected / Connected using a MAC that is NOT a ifPhysical Address in the Box ?  The Mac sent does show up in the Dot1 Bridge table ?   What is wrong this using the MAC that is sent in the DeviceGoesDown trap ? ... View more
Labels:
  • Labels:
  • Alerts

Re: API call to retrive Management Address

by DonL in Developers & APIs
‎12-04-2018 12:24 PM
‎12-04-2018 12:24 PM
Hi,   Yes MX / MS One Call gets me this - {"mac":"00:18:0a:bb:bb:bb","serial":"Q2FN-Q2FN-Q2FN","networkId":"9999","model":"MX400","claimedAt":"152659", "publicIp":"17.0.0.9","name":"0000-005"}     The Other returns this {"name":"0000-005","serial":"Q2FN-Q2FN-Q2FN","mac":"00:18:0a:bb:bb:bb","publicIp":"1 7.0.0.9","networkId":"9999","status":"online","usingCellularFailover":false,"wan1Ip":"1.9.2.1","wan2Ip":null},   I parse both files to get what I need, but I still need the *Real* Address used to manage the device.   Don ... View more

Re: API call to retrive Management Address

by DonL in Developers & APIs
‎12-04-2018 10:18 AM
‎12-04-2018 10:18 AM
Hi,   Not in in our case , sorry, I might have miss labeled what I’m getting,  but what ever it is it’s not the SNMP Management address.   thanks,        Don   ... View more

API call to retrive Management Address

by DonL in Developers & APIs
‎12-04-2018 09:49 AM
‎12-04-2018 09:49 AM
Hello,   So I've been using two call to get Data : api/v0/organizations/9999/deviceStatuses api/v0/organizations/9999/inventory   One gives me the WAN IP's the  other give me the LAN Interface IP I need the Management IP ...   Is there a call that returns that ?   Thanks,         Don ... View more
Labels:
  • Labels:
  • Dashboard API

Re: Survey time! We want to hear from you.

by DonL in Community Announcements
‎07-17-2018 05:17 PM
1 Kudo
‎07-17-2018 05:17 PM
1 Kudo
If your drawn the socks”you already have them” you don’t need UPS 😉 ... View more

Re: Using the trap send from the Dashboard

by DonL in Dashboard & Administration
‎07-05-2018 05:10 AM
‎07-05-2018 05:10 AM
The vendor supplied a patch for CA Spectrum - to support casting the type to something usable and correct. We had to patch the servers to support a trap with bad /miss-typed data. ( I can only cringe thinking about when the trap format gets corrected and Breaks what we have working. ) ... View more

Re: Using the trap send from the Dashboard

by DonL in Dashboard & Administration
‎05-27-2018 10:35 AM
‎05-27-2018 10:35 AM
To add insult to injury, we discovered that the MAC address sent in the trap is declared as type Octet String, but it’s actually sent as a : (Colen) delimited Text string, not Dot (.) delimited as a Octet string would be !  We are working to “cast” it as a type we can use in our comparison when searching for device by MAC ( insert annoyed Smily here...)   Note to Engineering: Traps need some work 😉 Thanks,   Don ... View more

Re: (VERY) Incomplete dashboard API?

by DonL in Developers & APIs
‎05-26-2018 06:33 PM
‎05-26-2018 06:33 PM
Hi,   One significant  issue we have with the traps is the content, ( or lack there of) every trap needs to have a target ! Most have MAC which is not helpful when trying to associate  the Alarm to a CI in the CMDB against which you are trying to assert that Alarm, the trap must supply Hostname / IP Address to be useful.   thanks,     Don   ... View more

Re: (VERY) Incomplete dashboard API?

by DonL in Developers & APIs
‎05-25-2018 03:04 PM
‎05-25-2018 03:04 PM
This call was better, but I still need to make a second call to get device type Z3 Etc... We are also trying to determine which devices are Really in Production Vs. have been staged then shut off until True deployment. The status is useful, but I am thinking that is as of N minutes... Eg. it’s up now but for how long.   Is is there any way to know a device is Production other than online and Passing traffic ?   thanks, Don ... View more

Re: New API Endpoint! Org-wide Device Summary

by DonL in Developers & APIs
‎05-11-2018 10:10 AM
‎05-11-2018 10:10 AM
Um....   So I am using these two calls:   api/v0/organizations/666/inventory   api/v0/organizations/666/deviceStatuses   And was imagining I would get the same number of Records back for each ? All Devices are part of the inventory for the Org, no ? There must be some filtering applied to one call that is not applied to the other! Could you tell us what it is please ?   Thanks,        Don ... View more

Re: New API Endpoint! Org-wide Device Summary

by DonL in Developers & APIs
‎05-09-2018 08:52 AM
‎05-09-2018 08:52 AM
@DonL wrote: Looks good, have to check it out! i was working on a network in org loop, but one call would be preferred !   Thanks for the update. So close to having everything I wanted - missing Device type - MX / Z ... I can wait until Christmas or My Birthday ... ... View more

Re: New API Endpoint! Org-wide Device Summary

by DonL in Developers & APIs
‎05-07-2018 03:50 PM
‎05-07-2018 03:50 PM
Looks good, have to check it out! i was working on a network in org loop, but one call would be preferred !   Thanks for the update. ... View more

Re: (VERY) Incomplete dashboard API?

by DonL in Developers & APIs
‎05-05-2018 08:13 AM
‎05-05-2018 08:13 AM
Continuing to Shop for a call that gets what we’re looking for: this look promising - curl -L -H 'X-Cisco-Meraki-API-Key: <key>' -X GET -H 'Content-Type: application/json' 'https://api.meraki.com/api/v0/networks/[networkId]/devices' ... View more

Re: (VERY) Incomplete dashboard API?

by DonL in Developers & APIs
‎05-04-2018 09:32 AM
‎05-04-2018 09:32 AM
Hello,   As stated in one of my other posts we are trying to get data out of the Meraki Dashboard to feed into other systems  eg: CMDB and initialy thought the  inventory call - /api/v0/organizations/648916/inventory -         "mac": "00:18:0a:0b:80c:0d",         "serial": "QQQQ-UUUU-1111",         "networkId": "A_123456789",         "model": "MX100",         "claimedAt": "1496173973.76468",         "publicIp": "10.12.18.5"   Would provide the same of more than what was on the Organization inventory Page ( but per Network ) but: - no name - IP is NAT IP not Device IP - Network ID not name ( not a big deal ) - No Country/Region   It would make sense that if there is a concensus that "We need to see X in the GUI" we will want the same data available via an API call ?   Thanks,        Don PS: The trap content needs some massaging as well 🙂     ... View more

Re: API - /api/v0/organizations/9999/inventory request contents

by DonL in Developers & APIs
‎05-04-2018 08:53 AM
‎05-04-2018 08:53 AM
VAfter investigating this Further - the IP Address returned by the API query is NOT the device IP, but  the NAT overload address ? so the API call is all but Useless ~  ( for our needs ) ... View more

Re: Using the trap send from the Dashboard

by DonL in Dashboard & Administration
‎05-03-2018 01:40 PM
‎05-03-2018 01:40 PM
Hi,   We have a workaround in place now !' But having a "Standard" trap there the Header contains the IP of the source would be the norm. Or having a varbind that containst the source IP or Hostname would also be "Normal" for Management consoles that Proxy traps on behalf of the Device.   Don   ... View more

API - /api/v0/organizations/9999/inventory request contents

by DonL in Developers & APIs
‎05-03-2018 09:55 AM
1 Kudo
‎05-03-2018 09:55 AM
1 Kudo
Hello,   We are trying to get Inventory information out of the Dash board to feed into other systems CMDB etc...  the Organization Inventory screen in the Dashoard would give us everything we need Except IP address.   The API call - /api/v0/organizations/9999/inventory gives us what we need per Network Except Name ? So we have to loop through and make hundreds of call ( thousands later ) to get that last piece of information for each device. Could we please add the name to the Inventory call ? ( Or is there one other call we can make that would get us all the data we need per device ) IP / MAC / NAme / Network / Serial / Model / Claimed / Country-region / Network Name / Network ID ? /   Thanks,        Don   ... View more
Labels:
  • Labels:
  • Dashboard API

Using the trap send from the Dashboard

by DonL in Dashboard & Administration
‎05-03-2018 09:43 AM
‎05-03-2018 09:43 AM
  We are trying to use the traps send from the Dashbord to creat tickets for issues and the trap send by the Dashboard contain No IP or Hostname target information only the MAC address , Network Name / customer/Site / State / issue data. MAC is not the normal lookup value so were trying to build a workaround.   I understand the devices are DHCP so IP *might* not be a valid target if its constantly changing. - but other customers I have talked to are using DHCP Reservation to have consistent IP Addresses used. We need something other than MAC in the traps to identify the target !   Don ... View more

Re: How do I configure alerts?

by DonL in Full-Stack & Network-Wide
‎05-03-2018 09:39 AM
‎05-03-2018 09:39 AM
Hello,   Once you get the traps to the other platform you will likely run into the issue we are having - the trap contain No IP or Hostname target information only the MAC address , Network Name / customer/Site / State / issue data. MAC is not the normal lookup value so were trying to build a workaround.   I understand the devices are DHCP so IP *might* not be a valid target if its constantly changing. - but other customers I have talked to are using DHCP Reservation to have consistent IP Addresses used. We need something other than MAC in the traps to identify the target !   Don ... View more
Kudos from
User Count
CarolineS
Community Manager CarolineS
1
juergenk
juergenk
1
View All
Kudos given to
User Count
Forster
Forster
1
View All
My Top Kudoed Posts
Subject Kudos Views

Re: Survey time! We want to hear from you.

Community Announcements
1 5988

API - /api/v0/organizations/9999/inventory request contents

Developers & APIs
1 1535
View All
Powered by Khoros
custom.footer.
  • Community Guidelines
  • Cisco Privacy
  • Khoros Privacy
  • Privacy Settings
  • Terms of Use
© 2023 Meraki