cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
431
Views
0
Helpful
1
Replies

Use DevNet Sandbox to monitor events

I have recently obtained access to Meraki Enterprise dev-net sandbox. I have added a few devices to my network - MX65W, MS225-24P and MR53. None of them seem to be online or have any active ports. I am looking to capture monitoring events via WebHooks to build a Cisco Meraki integration. I cannot find a way to connect clients to generate traffic and capture messages from my network. I did read on another post that said these devices are emulated and are not suitable for generating monitoring events. It would be very helpful if I could get access to a setup where I can view / capture monitoring events.

 

Thanks!

1 Reply 1

shwpalan
Cisco Employee
Cisco Employee

Hi there, if it helps there's this Git repository which provides  HTTP POST simulations of Location Scanning, WebHook Alerts and Splash Page (Captive Portal) Integrations. For your use case, the webhook alert simulator might help in simulating dummy logs of network alert data to use.
For example t
his is a sample webhook alert message-

Meraki Webhook Alert: {"version": "0.1", "sharedSecret": "xxxxx", "sentAt": "2022-02-08T10:31:24.229216", "organizationId": "1234567", "organizationName": "Simulated Organization", "organizationUrl": "https://n1.meraki.com/o//manage/organization/overview", "networkId": "L_12345678910", "networkName": "Simulated Network", "networkUrl": "https://n1.meraki.com//n//manage/nodes/list", "deviceSerial": "XXXX-XXXX-XXXX", "deviceMac": "00:00:00:aa:bb:cc", "deviceName": "Device Foo Bar", "deviceUrl": "https://n1.meraki.com//n//manage/nodes/new_list/000000000000", "alertId": "6212039510040053", "alertType": "Uplink status changed", "occurredAt": "2022-02-08T10:31:24.229233", "alertData": {"uplink": "0"}}...