Show The LAN Settings Of A MG
GET {{baseUrl}}/devices/:serial/cellularGateway/lan
Show the LAN Settings of a MG
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null |
RESPONSES
status: OK
{"deviceName":"name of the MG","deviceLanIp":"192.168.0.33","deviceSubnet":"192.168.0.32/27","fixedIpAssignments":[{"mac":"0b:00:00:00:00:ac","name":"server 1","ip":"192.168.0.10"},{"mac":"0b:00:00:00:00:ab","name":"server 2","ip":"192.168.0.20"}],"reservedIpRanges":[{"start":"192.168.1.0","end":"192.168.1.1","comment":"A reserved IP range"}]}