Snatpool command, bigpipe
From NetworkCommands
A command available on most F5 BigIP platforms; used to create, modify, view or delete SNAT pools used by SNATs or assigned to virtual servers.
Contents |
Usage Syntax
bigpipe snatpool name [options]
Common options include;
- name delete - delete the specified snat pool
- name members ip_address(es [add | delete] - add the specified translation addresses to the snat pool
- snatpool (name) stats - display snatpool statistics
- snatpool (name) stats reset - reset snatpool statistics
Usage Notes
An SNAT pool can have just a single member address.
You cannot specify a network.
Usage Examples
bigpipe snatpool snatpool_one \{ members 10.22.22.1 10.22.22.1 \} - create an snat pool called snatpool_one containing translation addresses: 10.22.22.1 and 10.22.22.1
bigpipe snatpool snatpool_one \{ members 10.22.22.3 add \} - add translation address 10.22.22.3 to existing snat pool: snatpool_one
Bigpipe Usage Notes
Don't forget to save your changes using the bigpipe save all command.
Note in most cases, the show keyword displays object status or statistics, the list keyword displays configuration.
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.
Related Commands
The bigpipe snat command is used to actually create or modify SNATs and may reference an SNAT pool.
Use the bigpipe virtual command to assign an SNAT pool to a virtual server.
Related Articles
Information on F5 BigIP commands
Information on Linux commands
Information on Cisco commands
Information on Vyatta commands
Information on Extreme commands
Information on Zebra commands
Information on Secure Platform commands
Information on Blue Coat SGOS commands
Information on Nokia IPSO commands







