20111018

CISCO ASA conceder acceso ASDM - CISCO ASA grant ASDM access

Estos días he tenido que configurar los Cisco ASA para permitir el acceso ASDM. El acceso se lo tengo que dar a la dirección ip 192.168.10.200 desde la interfaz SISTEMAS.
Para esto me he conectado por ssh (acceso que ya tenía y he entrado lo siguiente:
bdispatcher@laptop:~$ ssh admin@asa
admin@asa's password:
Type help or '?' for a list of available commands.
asa> enable
Password: *********
asa# conf t
asa(config)# http 192.168.10.200 255.255.255.255 SISTEMAS
asa(config)# wr
Building configuration...
Cryptochecksum: xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx
89743 bytes copied in 3.560 secs (29914 bytes/sec)
[OK]
asa(config)# quit
asa# quit
Logoff
Connection to asa closed.
bdispatcher@laptop:~$

Para más info sobre la concesión y revocación de estos accesos:
http://www.cisco.com/en/US/docs/security/asa/asa72/configuration/guide/mgaccess.html

Those days I had to configure the Cisco ASA firewall to allow the ASDM access. The rule I need must permit the access to the ip address 192.168.10.200 from the SYS interface.
To do that I logged to the ASA using the already open ssh access and I entered the following:
bdispatcher@laptop:~$ ssh admin@asa
admin@asa's password:
Type help or '?' for a list of available commands.
asa> enable
Password: *********
asa# conf t
asa(config)# http 192.168.10.200 255.255.255.255 SYS
asa(config)# wr
Building configuration...
Cryptochecksum: xxxxxxxx xxxxxxxx xxxxxxxx xxxxxxxx
89743 bytes copied in 3.560 secs (29914 bytes/sec)
[OK]
asa(config)# quit
asa# quit
Logoff
Connection to asa closed.
bdispatcher@laptop:~$

If you need more info about granting and revoking access check this link:
http://www.cisco.com/en/US/docs/security/asa/asa72/configuration/guide/mgaccess.html

PS. I know, I know. My English is not good enought but, the more you help me, the more I learn.

No hay comentarios: