Networking::STPLinkType¶
Introduced : BIG-IP_v9.0
A list of Spanning Tree Protocol link types. The spanning tree
algorithms include important optimizations that can only be used on
point-to-point links, that is, on links which connect just two
bridges. If these optimizations are used on shared links, incorrect or
unstable behavior may result. By default, the implementation assumes
that full-duplex links are point-to-point and that half-duplex links
are shared.
Members¶
Member
Value
Description
STP_LINK_TYPE_P2P
0
Point-To-Point links.
STP_LINK_TYPE_SHARED
1
Shared links.
STP_LINK_TYPE_AUTO
2
The default behavior.
See Also¶
iControl ::
Warning
The links to the sample code below are remnants of the old DevCentral wiki and will result in a 404 error. For best results, please copy the link text and search the codeshare directly on DevCentral.
Sample Code¶
The BIG-IP API Reference documentation contains community-contributed content. F5 does not monitor or control community code contributions. We make no guarantees or warranties regarding the available code, and it may contain errors, defects, bugs, inaccuracies, or security vulnerabilities. Your access to and use of any code available in the BIG-IP API reference guides is solely at your own risk.