- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
API call to add 2nd VLAN IP
We need to set a 2nd VLAN IP Subnet on our MX68 via Postman. We do not want to change our first VLAN IP at all. Just statically assign an IP subnet on VLAN 2. Can you guys tell us how to accomplish this the simplest way possible.
Example:
Vlan1 IP Subnet: 10.11.15.0/24 Already exists as the only VLAN on the router.
Vlan2 IP Subnet: 10.111.15.0/24 Want to add this VLAN via Postman script.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Take a look at this.
https://developer.cisco.com/meraki/api-latest/#!create-network-appliance-vlan
Please, if this post was useful, leave your kudos and mark it as solved.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There should also be a example in the meraki postman collection https://developer.cisco.com/meraki/build/meraki-postman-collection-getting-started/#!getting-started...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Just wondering if you might need an interim step to permit multiple VLANs:
PUT /networks/{networkId}/appliance/vlans/settings -> { "vlansEnabled": true }
https://developer.cisco.com/meraki/api-v1/#!update-network-appliance-vlans-settings
