hi,
Yes, MGMT vlan have ip address from dhcp server.
--- log
X440-8p.32 # show vlan-----------------------------------------------------------------------------------------------
Name VID Protocol Addr Flags Proto Ports Virtual
Active router
/Total
-----------------------------------------------------------------------------------------------
Default 1 --------------------------------T---------------- ANY 0 /12 VR-Default
Mgmt 4095 10.1.112.120 /24 ----------------------------- ANY 1 /1 VR-Mgmt
-----------------------------------------------------------------------------------------------
and I guess there is a problem with this syntax.
if ({$switch} == {$Switchtype}) then
download image $TFTPserver $UpgradeOS vr vr-mgmt
end if
because .....
--- log
440-8p.37 # show var----------------------------------------
Count : 15
----------------------------------------
------------------------------------------------------------------
variableName variableValue
-------------------------------- --------------------------------
BootPartition secondary
BootpriOS SIGNATURE_NOT_CHECKED_summitX-15.1.2.12-patch1-6.xos
BootsecOS summitX-15.6.4.2-patch1-7.xos
CLI.ARGC 0
CLI.ARGV0 default.xsf
CLI.OUT No log messages were displayed.
CLI.SCRIPT_TIME_REMAINING 0
CLI.SESSION_TYPE serial
CLI.USER admin
STATUS 0
Switch X440-8p
Switchtype X440-8p
TFTPserver 10.1.112.129
UpgradeOS summitX-16.1.4.2-patch1-9.xos
wait
------------------------------------------------------------------
// From "show var" the values seem to be ok. So i think that the last part of the command is not working properly. But typing command runs ok.
--- log
X440-8p.38 # download image $TFTPserver $UpgradeOS vr vr-mgmt
Note: The inactive partition (primary) will be used for installation.
Do you want to install image after downloading? (y - yes, n - no, - cancel)
Installation cancelled
(ps.I canceled it.)
I do not know why. ㅠ_ㅠ