ciscoasa# conf t
ciscoasa(config)# config factory-default
После ресета пароль на enable станет пустым.
ciscoasa(config)# enable password mysecretpassword
Создаём пользователя-админа.
ciscoasa(config)#username asaadmin password adminpassword privilege 15
ciscoasa(config)#aaa authentication ssh console LOCAL
ciscoasa(config)#aaa authentication http console LOCAL
Генерируем RSA key, необходимый для работы SSH:
ciscoasa(config)# crypto key generate rsa modulus 1024
Определяем хосты, кому разрешено логиниться на нашу ASA.
ssh 192.168.2.0 255.255.255.0 inside
http 192.168.2.0 255.255.255.0 inside
Включим http:
http server enable
ciscoasa(config)# hostname msk-asa-01
interface Ethernet0/0
nameif outside
security-level 1
ip address 195.68.165.219 255.255.255.248
no shutdown
interface Ethernet0/3
nameif inside
security-level 100
ip address 192.168.2.7 255.255.255.0
no shutdown
route outside 0.0.0.0 0.0.0.0 62.105.149.225
ssh timeout 60