Export command, bigpipe
From RZWiki
A CLI command available on most F5 BigIP platforms; used to create a Single Configuration File (SCF) that can be used either as a configuration backup or to configure another device. SCF files contain the LTM and Linux operating system configuration.
Contents |
Usage Syntax
bigpipe export [path/]filename
Usage Examples
bigpipe export /tmp/test - create an SCF file called test.scf in the /tmp/ directory
bigpipe export test - create an SCF file called test.scf in the /var/local/scf/ directory
Usage Notes
Unless you specify a path, files will be saved to: /var/local/scf/
There is no need to specify the .scf extension, this will be added automatically.
If you don't specify a file name the command outputs to the screen/terminal instead.
This command is very different to the bigpipe save command which saves the running configuration to the device's local configuration files. This command will not do so.
This command is similar to the bigpipe config command which creates UCS files containing only the LTM configuration.
font color=redYou cannot use bigpipe export help to view the help page for this command as this will create a help.scf file. Use man export instead./font
Bigpipe Usage Notes
font color=redFrom v9.4, be aware of the administrative partition that is currently active;/font use the bigpipe shell partition command to display the current active partition name and the bigpipe shell partition name command to change partitions.
A full command manual can be displayed using the man command followed by the command name, for example: man pool or by suffixing the command name with the help keyword, for example; bigpipe pool help.
In most cases, the font color=purpleshow/font keyword displays object status or statistics and the font color=purplelist/font keyword displays configuration. URemember/U, from v9.4, only objects in the currently active administrative partition will be displayed.
The bigpipe command can be abbreviated to just b (e.g. b help instead of bigpipe help.) Alternatively, (from v9.4,) you can use the bigpipe shell to enter commands without prefixing them with bigpipe.
Where curly or normal brackets {}' or () or quotes ' or exclamation mark ! are required as part of a command and you are not using the bigpipe shell, they must be proceeded with a back slash \ to prevent the BASH shell from parsing them as system commands.
font color=redDon't forget to save your changes using the bigpipe save all command as necessary./font noinclude/noinclude
Related Commands
The bigpipe import command is used to import existing SCF file on a device.
The bigpipe config command creates User Configuration Set (UCS) files containing only the LTM configuration and also synchronises configurations between devices in a HA pair.
The bigpipe save command saves the running configuration to the device's local configuration files.
Availability
v9.4 onwards
Related Articles
For further information on device file locations see the File locations, F5 BigIP article.
For further information on configuration file contents see the Configuration Files In Detail article.
Information on other F5 BigIP commands
Information on Linux commands
Information on Cisco commands
Information on Vyatta commands
Information on Extreme commands
Information on Nortel commands
Information on Zebra commands
Information on Windows commands
Information on Secure Platform commands
Information on Blue Coat SGOS commands
Information on Nokia IPSO commands
(replacing the # with an @) |







