Leaflet

8-61
思科 ASA 系列命令参考,A H 命令
8 client-access-rule crl enforcenextupdate 命令
configure net
此命令等同于 copy tftp running-config 命令。对于多情景模式,该命令只能在系统执行空间中使
用,因此,configure net 命令是另一个在情景内使用的命令。
示例 以下示例在 tftp-server 命令中设置服务器和文件名,然后用 configure net 命令覆盖服务器。使用
同一文件名。
ciscoasa(config)# tftp-server inside 10.1.1.1 configs/config1
ciscoasa(config)# configure net 10.2.2.2:
以下示例覆盖服务器和文件名。文件名的默认路径为 /tftpboot/configs/config1。默认情况下,当
您不用斜杠 (/) 引领文件名时,包括路径的 /tftpboot/ 部分。由于您想覆盖此路径,而文件也在
tftpboot 中,包括 configure net 命令中的 tftpboot 路径。
ciscoasa(config)# tftp-server inside 10.1.1.1 configs/config1
ciscoasa(config)# configure net 10.2.2.2:/tftpboot/oldconfigs/config1
以下示例仅在 tftp-server 命令中设置服务器。configure net 命令仅指定文件名。
ciscoasa(config)# tftp-server inside 10.1.1.1
ciscoasa(config)# configure net :configs/config1
相关命令
命令 说明
configure http
将指定的 HTTP(S) URL 的配置文件与运行配置合并。
configure memory
将启动配置与运行配置合并。
show running-config
显示运行的配置。
tftp-server
设置用于其他命令的默认 TFTP 服务器和路径。
write net
将运行配置复制到 TFTP 服务器。