Supermicro SSE-F3548S/SSE-F3548SR Configuration User’s Guide
2.8.4 Disable ZTP
If a customer prefers not to use ZTP and wants to disable ZTP for any reason, it can be done. When ZTP is
disabled, a switch always loads the local configuration file. If no local configuration file is available, a switch
comes up with a default configuration. Similarly when ZTP is disabled, a switch does not upgrade firmware
automatically.
To disable ZTP in CLI, please use the “ztp disable” command in config mode.
To enable ZTP back in CLI, please use the “ztp enable” command in config mode.
This option can be enabled or disabled in the web interface on “system settings” page in the “system
management” group.
2.8.5 DHCP Vendor Class
Supermicro switches advertise its vendor
class information on DHCP (discover and
request) packets. The DHCP vendor class
option 60 is used for this purpose.
The SSE-G3548S/R switch advertises the
vendor class as “SSE-F3548”.
This vendor class information can be used
in DHCP servers to send ZTP options only
to the relevant switch models.
The example below shows a DHCP server
configuration that uses vendor class
information to send ZTP options for
Supermicro switch SSE-F3548S/R.
match option vendor-class-identifier;
}
option space smc-op;
option smc-op.config-file-name code 1 = text;
option smc-op.fw-img-file-name code 4 = text;
option smc-op-encapsulation code 43 = encapsulate smc-op;
subnet 172.31.0.0 netmask 255.255.0.0 {
range 172.31.30.10 172.31.30.79;
subclass "vendor-class" "F3548" {
option smc-op.config-file-name "iss-11.conf";
option smc-op.fw-img-file-name "SSE-F3548-fw-
1.0.1.4.installer ";
option tftp-server-name "172.31.33.5";
}
}