Update The LAN Settings For A Single MG

PUT {{baseUrl}}/devices/:serial/cellularGateway/lan

Update the LAN Settings for a single MG. #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: reservedIpRanges| array| list of all reserved IP ranges for a single MG fixedIpAssignments| array| list of all fixed IP assignments for a single MG

Supports Action Batches

ResourceOperation
/devices/{serial}/cellularGateway/lanupdate

Request Body

{"reservedIpRanges"=>[{"start"=>"<string>", "end"=>"<string>", "comment"=>"<string>"}, {"start"=>"<string>", "end"=>"<string>", "comment"=>"<string>"}], "fixedIpAssignments"=>[{"ip"=>"<string>", "mac"=>"<string>", "name"=>"<string>"}, {"ip"=>"<string>", "mac"=>"<string>", "name"=>"<string>"}]}

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull
Content-Typestring

RESPONSES

status: OK

{&quot;deviceName&quot;:&quot;name of the MG&quot;,&quot;deviceLanIp&quot;:&quot;192.168.0.33&quot;,&quot;deviceSubnet&quot;:&quot;192.168.0.32/27&quot;,&quot;fixedIpAssignments&quot;:[{&quot;mac&quot;:&quot;0b:00:00:00:00:ac&quot;,&quot;name&quot;:&quot;server 1&quot;,&quot;ip&quot;:&quot;192.168.0.10&quot;},{&quot;mac&quot;:&quot;0b:00:00:00:00:ab&quot;,&quot;name&quot;:&quot;server 2&quot;,&quot;ip&quot;:&quot;192.168.0.20&quot;}],&quot;reservedIpRanges&quot;:[{&quot;start&quot;:&quot;192.168.1.0&quot;,&quot;end&quot;:&quot;192.168.1.1&quot;,&quot;comment&quot;:&quot;A reserved IP range&quot;}]}