Re: Meraki sending CDP vs. just receiving it
If you look at the getNetworkDeviceLldp_cdp call for, e.g., a switch with Meraki equipment hanging off of it...
1. MX only seems to send LLDP.
"2": {
"lldp": {
"sourcePort": "2",
"systemName": "Meraki MX64",
"portId": "2"
}
}
2. MR sends both:
"1": {
"cdp": {
"sourcePort": "1",
"deviceId": "e0cbbc######",
"address": "192.168.2.105",
"portId": "Port 0"
},
"lldp": {
"sourcePort": "1",
"systemName": "MR74",
"portId": "0"
}
}
3. MS sends both:
"48": {
"lldp": {
"sourcePort": "48",
"systemName": "Meraki MS120-48FP",
"managementAddress": "192.168.2.4",
"portId": "2"
},
"cdp": {
"sourcePort": "48",
"deviceId": "ac17c8######",
"address": "192.168.2.4",
"portId": "Port 2"
}
}