Class: IControl::Networking::STPModeType
- Inherits:
-
Base::Enumeration
- Object
- Base::Enumeration
- IControl::Networking::STPModeType
- Defined in:
- lib/icontrol/networking.rb,
lib/icontrol/networking.rb
Overview
A list of Spanning Tree Protocol modes. The difference between STP_MODE_TYPE_DISABLED and STP_MODE_TYPE_PASSTHROUGH is that the pass-through mode forwards spanning tree bridge protocol data units (BPDUs) received on any interface to all other interfaces, whereas the disabled mode discards them.
Constant Summary collapse
- STP_MODE_TYPE_DISABLED =
Disables Spanning Tree Protocol entirely.
:STP_MODE_TYPE_DISABLED
- STP_MODE_TYPE_PASSTHROUGH =
BIG-IP will be transparent to spanning tree BPDUs , forwarding the BPDUs to all interfaces.
:STP_MODE_TYPE_PASSTHROUGH
- STP_MODE_TYPE_STP =
The original version of STP.
:STP_MODE_TYPE_STP
- STP_MODE_TYPE_RSTP =
The improved version of STP, Rapid STP.
:STP_MODE_TYPE_RSTP
- STP_MODE_TYPE_MSTP =
The Multiple STP, VLAN-aware implementation.
:STP_MODE_TYPE_MSTP