Update The Subnet Pool And Mask Configuration For M Gs In The Network
PUT {{baseUrl}}/networks/:networkId/cellularGateway/subnetPool
Update the subnet pool and mask configuration for MGs in the network. #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: mask| integer| Mask used for the subnet of all MGs in this network. cidr| string| CIDR of the pool of subnets. Each MG in this network will automatically pick a subnet from this pool.
Supports Action Batches
Resource | Operation |
---|---|
/networks/{networkId}/cellularGateway/subnetPool | update |
Request Body
{"mask"=>"<integer>", "cidr"=>"<string>"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"cidr":"192.168.0.0/16","mask":"24","subnets":[{"serial":"AAAA-AAAA-AAAA","name":"my first MG","applianceIp":"192.168.0.1","subnet":"192.168.0.0/24"},{"serial":"BBBB-BBBB-BBBB","name":"my second MG","applianceIp":"192.168.0.33","subnet":"192.168.0.32/24"}]}