I'm able to see all my non-Meraki devices via LLDP and CDP: {
"nodes": [
{
"derivedId": "x",
"mac": "x",
"type": "discovered",
"root": true,
"discovered": {
"lldp": null,
"cdp": {
"platform": "Cisco C6816-X-LE",
"deviceId": "x",
"address": "x",
"capabilities": [
"Router",
"Switch",
"IGMP conditional filtering"
],
"managementAddress": "x"
}
}
} "nodes": [
{
"derivedId": "x",
"mac": "x",
"type": "discovered",
"root": true,
"discovered": {
"lldp": {
"systemName": "x",
"chassisId": "x",
"systemDescription": "Arista Networks EOS version 4.32.5M running on an Arista Networks DCS-7050SX3-48YC8C",
"systemCapabilities": [
"S-VLAN Component of a VLAN Bridge"
],
"managementAddress": "x"
},
"cdp": null
}
}
... View more