Method: IControl::Networking::STPGlobals#set_configuration_identifier
- Defined in:
- lib/icontrol/networking/stp_globals.rb
#set_configuration_identifier ⇒ Object
Sets the configuration identifier name in a spanning tree region, used to identify a group of adjacent bridges with identical configuration name, configuration revision levels, and assignments of VLANs to spanning tree instances. This setting is used only when the STP mode is MSTP, however the user may set it in any STP mode.
131 132 133 |
# File 'lib/icontrol/networking/stp_globals.rb', line 131 def set_configuration_identifier super end |