Mgmt route command, bigpipe
From NetworkCommands
A command available on all F5 Networks BigIP platforms; used to display, create or modify the management interface default gateway and other routes.
Contents |
Usage Syntax
bigpipe mgmt route network_address netmask mask gateway gateway_ip_address
Usage Examples
bigpipe mgmt route - displays the current management interface routes
bigpipe mgmt route 0.0.0.0 netmask 0.0.0.0 gateway 10.10.10.1- configures the management interface default gateway to be 10.10.10.1.
bigpipe mgmt route 0.0.0.0 delete - delete the management interface default gateway - BE CAREFUL!!
bigpipe mgmt route all delete - delete all configured routes - BE CAREFUL!!
Usage Notes
The config command offers a character based GUI alternative to using this command.
If a route is already configured, you must delete it first using either of these commands;
- bigpipe mgmt route network_address delete
- bigpipe mgmt route all delete
Be careful you don't lose your access!
The management interface IP address and mask are set using the bigpipe mgmt command
The help text for this command suggests the default gateway is set with command bigpipe mgmt route gateway x.x.x.x - this is not the case
To save your changes (to local configuration file: bigip_base.conf) use command: bigpipe base save
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.
Typical Output
OS Version: 9.4.x
bigpipe mgmt route
MGMT ROUTE default inet | GATEWAY 10.114.11.1 MTU 0







