Vlan command, bigpipe
From NetworkCommands
A command available on most F5 Networks BigIP platforms; used to create, modify and delete vlans or display information about them.
Contents |
Usage Syntax
bigpipe vlan [vlan_name] [options]
Common options include;
- interfaces interface_number(s) (add | delete) [tagged] - add or delete an interface in this VLAN. If adding, specify if the VLAN should be tagged on the interface, it's untagged by default
- tag tag_number - specify a tag number for the specified VLAN
- failsafe [enable | disable] - enable or disable failsafe for this VLAN
- timeout seconds - specify the failsafe timeout in seconds (default is 90)
- mac masq [ mac_address | none] - enable or disable MAC masquerade and specify a MAC address if enabling
Usage Examples
bigpipe vlan - display existing vlan configuration
bigpipe vlan failsafe - display existing vlan failsafe configuration
bigpipe vlan TEST tag 802 interfaces 1.3 failsafe enable timeout 30 - create a VLAN called TEST with a tag of 802, add interface 1.3 to this VLAN, enable failsafe with a timeout of 30 seconds
bigpipe vlan TEST interfaces 1.1 add - add interface 1.1 to vlan TEST
bigpipe vlan TEST interfaces 1.1 delete - remove interface 1.1 from vlan TEST
Usage Notes
Changes are made to and configuration is stored in local configuration file: bigip_base.conf when the bigpipe base save command is used.
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 stp command controls global STP settings
The bigpipe interface command stp option is used to enable or disable STP on a per-interface basis







