Ad Home

Configuración básica para cisco ASA y ASMD

Share:
hostname ASA
domain-name mydomain.com

!

interface GigabitEthernet0/0
 nameif outside
 security-level 0
 ip address 10.0.0.1 255.255.255.0
 no shut
!
interface GigabitEthernet0/1
 nameif inside
 security-level 100
 ip address 192.168.101.254 255.255.255.0
 no shut

username admin password admin privilege 15
aaa authentication ssh console LOCAL
crypto key generate rsa modulus 1024
ssh 0.0.0.0 0.0.0.0 inside

policy-map global_policy
 class inspection_default
  inspect icmp

----- Para configurar el ASDM

ciscoasa# copy ftp://areaip@192.168.101.1 flash:

Address or name of remote host [192.168.101.1 ]? 

Source username [areaip]? 

Source password []? ******

Source filename []? asdm-752-153.bin

Destination filename [asdm-752-153.bin]? 

Accessing ftp://areaip:******@192.168.101.1 /asdm-752-153.bin...!!!!!!!!!


ciscoasa# sh flash: 
--#--  --length--  -----date/time------  path
   11  4096        Feb 12 2016 14:08:08  smart-log
   12  2902        Feb 12 2016 14:19:24  smart-log/agentlog
    8  4096        Feb 12 2016 14:05:04  log
   10  946         Feb 12 2016 14:17:03  log/asa-appagent.log
   13  4096        Feb 12 2016 14:08:34  coredumpinfo
   14  59          Feb 12 2016 14:08:34  coredumpinfo/coredump.cfg
    7  59          Feb 12 2016 14:11:32  use_ttyS0
   80  7229        Feb 12 2016 14:13:50  startup-config
   87  17902288    Feb 12 2016 14:41:51  asdm-752-153.bin


 config t
 asdm image flash:asdm-752-153.bin
 http server enable
 http 192.168.101.0 255.255.255.255 Inside
 username admin password admin privilege 15
 wr

Ad Home