Networking::Interfaces::set_stp_auto_edge_port_detection_state¶
Introduced : BIG-IP_v9.0
Sets the states indicating whether automatic detection of edge port
status for the specified interfaces. When automatic edge port
detection is enabled on an interface, the BIG-IP monitors the
interface for incoming STP, RSTP, or MSTP packets. If no such packets
are received for a sufficient period of time (about 3 seconds), the
interface is automatically given edge port status. When automatic edge
port detection is disabled on an interface, the BIG-IP never gives the
interface edge port status automatically. By default, automatic edge
port detection is enabled on all interfaces.
Prototype¶
set_stp_auto_edge_port_detection_state(
in String [] interfaces,
in EnabledState [] states
);
Parameters¶
Parameter | Type | Description |
interfaces | String [] | The interface names. |
states | EnabledState [] | The auto edge-port detection states to set for the specified interface names. |
Exceptions¶
Exception | Description |
Common::AccessDenied | Raised if the client credentials are not valid. |
Common::InvalidArgument | Raised if one of the arguments is invalid. |
Common::OperationFailed | Raised if an operation error occurs. |
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.