Forum Discussion
Michel_van_der_
Nimbostratus
Nov 29, 2005Is there an equivalent of 'bigpipe reset'...
In the API?
Michel
5 Replies
- There currently is not a single command to emulate "bigpipe reset" which basically wipes out all high level config. The way you would do this in iControl would be to use a couple of methods in the System::ConfigSync interface.
- Michel_van_der_
Nimbostratus
Thanks. - System::ConfigSync::install_configuration() is not the method you are looking for. That is equivalent to running a full system configuration (.ucs). What you are looking for is the System::ConfigSync::load_configuration() method which is the equivalent to a "bigpipe load" or "bigpipe base load" (depending on the input flag).
enum LoadMode { LOAD_HIGH_LEVEL_CONFIG = 0, // aka bigpipe load LOAD_BASE_LEVEL_CONFIG = 1, // aka bigpipe base load }; void System::ConfigSync::load_configuration( in String filename, in LoadMode load_flag );
- Michel_van_der_
Nimbostratus
OK, (finally got back to it) and that works, thanks! - This erases everything defined in the /config/bigip.conf. If the shared addresses are defined in there then it will erase them. Instead of uploading a blank file, you might want to work with a stripped down file instead.
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects