# config switch globalIt is possible to push this same config from FortGate using custom command:
set auto-stp-priority disable
end
# config switch-controller custom-commandApply Custom command to specific FortiSwitch.
edit "test"
set description ''
set command "config switch global %0a set auto-stp-priority disable %0a end %0a"
next
end
# config switch-controller managed-switchVerify the config is reflecting in the FortiSwitch using the command directly on FortiSwitch:
edit S448DFXXXXXXXX
# config custom-command
edit "1"
set command-name "test"
next
S448DFXXXXXXX # show full switch global
# config switch global
set auto-isl enable
set auto-isl-port-group 0
set auto-stp-priority disable <-----
set dhcp-snooping-database-export disable
end
Related Articles
Technical Tip: Configure STP priority using 'custom-command 'on FortiGate