Push config to Network Devices?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2017 07:14 AM - edited 03-01-2019 04:35 AM
Hello all,
From what I've seen so far in APIC-EM API, you can pull device information and configuration but I don't seem to find APIs for pushing config to devices. Is there already APIs for this or this is in road map for future releases? Anybody has any idea/info?
Thanks
- Labels:
-
APIC
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-24-2017 11:08 AM
Are you interested in pushing config for specific solution (like iWAN) OR push ANY custom config to ANY device?
I don't think there're APIs for the general case as of now. However, in case of iWAN, in release 1.4, we are providing a feature whereby you can push any config template to supported device.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-25-2017 06:09 AM
I’m more interested to push a custom config, say adding a new vlan, to a bunch of devices, defining the interfaces that this vlan needs to be applied, etc. Something similar to what Apstra trying to do. Intents driven configuration.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-29-2017 10:53 PM
Hi
You can push a configuration to devices via api.
But there is no vlan api (exept for reading) You have to do the checks in your code (vlan exists already, properly configured etc.). Not really the support you expect from a api right?
