Method: IControl::Networking::STPGlobals#configuration_identifier
- Defined in:
- lib/icontrol/networking/stp_globals.rb
#configuration_identifier ⇒ String
Gets 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.
19 20 21 |
# File 'lib/icontrol/networking/stp_globals.rb', line 19 def configuration_identifier super end |