Interface command, bigpipe
From NetworkCommands
A command available on F5 BigIP platforms; used to modify and/or display device interface configuration.
Contents |
Usage Syntax
bigpipe interface (int-name | all) [options]
Common options include;
- (enable | disable) - enable or disable the interface(s.) The default is enable.
- auto edge (enable | disable) - enable or disable auto STP edge port detection. The default is enable.
- edge port (true | false) - specify whether the interface is an STP edge port. The default is true.
- link type (p2p | shared | auto) - specify the STP link type. The default is auto.
- media type - specify the media type and speed and duplex settings
- Valid media types are;
- auto
- 10baseT half
- 10baseT full
- 100baseTX half
- 100baseTX full
- 1000baseT half
- 1000baseT full
- 1000baseSX full
- 1000baseLX full
- 10GbaseT full
- 10GbaseSR full
- 10GbaseLR full
- 10GbaseER full)
- pause (rx tx |rx | tx | tx rx | none) - specify flow control. The default is tx rx.
- stp (enable | disable) - enable or disable STP. The default is enable.
- stp reset - reset STP on the specified interface
Usage Examples
bigpipe interface 1.4 \{ disable \} - disable interface 1.4
bigpipe interface all \{ disable \} - disable all interfaces (note this does not include the (lights out) management interface
bigpipe interface 1.4 \{ stp enable\} - enable STP for interface 1.4
bigpipe interface 1.4 \{ enable stp enable edge port true link type p2p \} - enable interface 1.4, enable use of STP, configure as an STP edge port and an STP link type of point to point
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.
See the Spanning Tree Port Types article for detailed information relating to the edge port and link type parameters.
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.
Equivalent Information via SNMP
Some or all of the information displayed by this command can be obtained via SNMP using the the MIB(s) and OID(s) detailed below along with retrieval examples using commands from the popular net-snmp application suite;
OID: F5-BIGIP-SYSTEM-MIB::sysInterfaceStatTable or 1.3.6.1.4.1.3375.2.1.2.4.4.3
- snmptable -v 2c -c public -Os -Cblw 50 1.2.3.4 1.3.6.1.4.1.3375.2.1.2.4.4.3
- snmptable -v 2c -c public -Os -Cblw 50 1.2.3.4 F5-BIGIP-SYSTEM-MIB::sysInterfaceStatTable
Typical Output
interface speed pkts pkts pkts pkts bits bits errors trunk
Mb/s in out drop coll in out
mgmt UP 100 HD 8.818M 315916 0 0 4.816G 2.570G 13596
1.1 UP 100 FD 40.82M 39.85M 33 0 32.41G 70.04G 1
1.2 UP 100 FD 34.46M 31.18M 2 0 69.51G 24.94G 1
1.3 DS 1000 FD 0 0 0 0 0 0 0
1.4 DS 1000 FD 0 0 0 0 0 0 0
1.5 DS 1000 FD 0 0 0 0 0 0 0
1.6 DS 1000 FD 0 0 0 0 0 0 0
1.7 DS 1000 FD 0 0 0 0 0 0 0
1.8 DS 1000 FD 0 0 0 0 0 0 0
2.1 DS 1000 FD 0 0 0 0 0 0 0
2.2 DS 1000 FD 0 0 0 0 0 0 0
Related Commands
The bigpipe vlan command is used to assign an interfaces to a vlan
The bigpipe stp command is used to configure 'global' STP settings
Command Equivalents
A number of Cisco commands perform the equivalent functions on Cisco platforms, these include the speed command, the duplex command, the spanning-tree portfast command and the spanning-tree link-type command
The Extreme command equivalent is the configure port command
A number of Linux commands perform the equivalent functions on Linux platforms, these include the ifconfig command and the mii-tool command
Related Articles
Information on other F5 BigIP commands
Information on Linux commands
Information on Cisco commands
Information on Vyatta commands
Information on Extreme commands
Information on Secure Platform commands
Information on Blue Coat SGOS commands
Information on Nokia IPSO commands







