Update The MTU Configuration
PUT {{baseUrl}}/networks/:networkId/switch/mtu
Update the MTU configuration #### Body Parameters Parameter|Type|Description :-------------: |:-------------: |:-------------: defaultMtuSize| integer| MTU size for the entire network. Default value is 9578. overrides| array| Override MTU size for individual switches or switch profiles. An empty array will clear overrides.
Supports Action Batches
Resource | Operation |
---|---|
/networks/{networkId}/switch/mtu | update |
Request Body
{"defaultMtuSize"=>"<integer>", "overrides"=>[{"mtuSize"=>"<integer>", "switches"=>["<string>", "<string>"], "switchProfiles"=>["<string>", "<string>"]}, {"mtuSize"=>"<integer>", "switches"=>["<string>", "<string>"], "switchProfiles"=>["<string>", "<string>"]}]}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null | ||
Content-Type | string |
RESPONSES
status: OK
{"defaultMtuSize":9578,"overrides":[{"switches":["Q234-ABCD-0001","Q234-ABCD-0002","Q234-ABCD-0003"],"mtuSize":1500},{"switchProfiles":["1284392014819","2983092129865"],"mtuSize":1600}]}