Cisco. ASA5512-X: различия между версиями
Перейти к навигации
Перейти к поиску
Sol (обсуждение | вклад) (Новая страница: «Категория:Hardware») |
Sol (обсуждение | вклад) |
||
(не показана 1 промежуточная версия этого же участника) | |||
Строка 1: | Строка 1: | ||
[[Категория:Hardware]] | [[Категория:Hardware]] | ||
+ | == Установка ios через tftp == | ||
+ | Конфигурирование tftp клиента и загрузка ios. | ||
+ | <syntaxhighlight lang="Bash"> | ||
+ | rommon #0> ADDRESS=51.51.51.51 | ||
+ | rommon #2> SERVER=51.51.51.50 | ||
+ | rommon #3> GATEWAY=51.51.51.50 | ||
+ | rommon #4> IMAGE=asa9-12-4-18-smp-k8.bin | ||
+ | rommon #5> PORT=Management0/0 | ||
+ | rommon #6> set | ||
+ | rommon #7> tftp | ||
+ | </syntaxhighlight> | ||
+ | Загрузка ios на системный диск и установка его загрузочным | ||
+ | <syntaxhighlight lang="Bash"> | ||
+ | asa# copy tftp flash | ||
+ | Address or name of remote host []? 51.51.51.50 | ||
+ | Source filename []? asa9-12-4-18-smp-k8.bin | ||
+ | Destination filename [asa9-12-4-18-smp-k8.bin]? | ||
+ | Accessing tftp://51.51.51.50/asa9-12-4-18-smp-k8.bin...!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! | ||
+ | asa# show flash: | ||
+ | --#-- --length-- -----date/time------ path | ||
+ | 9822 107606016 Sep 13 2021 08:26:08 asa9-12-4-18-smp-k8.bin | ||
+ | 9809 60 Sep 13 2021 08:19:48 coredumpinfo | ||
+ | 9810 59 Sep 13 2021 08:19:48 coredumpinfo/coredump.cfg | ||
+ | 9726 40 Sep 13 2021 08:19:47 crypto_archive | ||
+ | 9579 40 Sep 13 2021 08:19:18 log | ||
+ | asa# conf t | ||
+ | asa(config)# boot system disk0:/asa9-12-4-18-smp-k8.bin | ||
+ | asa(config)# wri me | ||
+ | Building configuration... | ||
+ | Cryptochecksum: 8681bfd1 05e7280a 22cac3b9 bfda24c9 | ||
+ | |||
+ | 3603 bytes copied in 0.770 secs | ||
+ | [OK] | ||
+ | asa(config)# reload | ||
+ | </syntaxhighlight> |
Текущая версия на 10:17, 13 сентября 2021
Установка ios через tftp
Конфигурирование tftp клиента и загрузка ios.
rommon #0> ADDRESS=51.51.51.51
rommon #2> SERVER=51.51.51.50
rommon #3> GATEWAY=51.51.51.50
rommon #4> IMAGE=asa9-12-4-18-smp-k8.bin
rommon #5> PORT=Management0/0
rommon #6> set
rommon #7> tftp
Загрузка ios на системный диск и установка его загрузочным
asa# copy tftp flash
Address or name of remote host []? 51.51.51.50
Source filename []? asa9-12-4-18-smp-k8.bin
Destination filename [asa9-12-4-18-smp-k8.bin]?
Accessing tftp://51.51.51.50/asa9-12-4-18-smp-k8.bin...!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
asa# show flash:
--#-- --length-- -----date/time------ path
9822 107606016 Sep 13 2021 08:26:08 asa9-12-4-18-smp-k8.bin
9809 60 Sep 13 2021 08:19:48 coredumpinfo
9810 59 Sep 13 2021 08:19:48 coredumpinfo/coredump.cfg
9726 40 Sep 13 2021 08:19:47 crypto_archive
9579 40 Sep 13 2021 08:19:18 log
asa# conf t
asa(config)# boot system disk0:/asa9-12-4-18-smp-k8.bin
asa(config)# wri me
Building configuration...
Cryptochecksum: 8681bfd1 05e7280a 22cac3b9 bfda24c9
3603 bytes copied in 0.770 secs
[OK]
asa(config)# reload