Page 1 of 1

ASDM and Tfrp to asav

Posted: Thu Jun 15, 2017 4:17 pm
by krunktor
Hello everyone,
I am very new to eve and I am loving it! I was wondering if anyone can point me in the right direction

I am trying to figure out how to connect directly from my network to the ASA to upload asdm and then access asdm

Please help

Re: ASDM and Tfrp to asav

Posted: Fri Jun 16, 2017 1:44 pm
by egrr
Hi!

As I remember asdm is already uploaded to qema image.
Check with show flash or dir flash

Then you should add network object with cloud port and connect it to ASA (Ethernet 0 in my sample). Then add default route to IP .2 of eve-ng subnet (NAT gateway) and allow http access from interface facing it.
Do not forget to create user and specify LOCAL aaa server to be used. Also generate rsa keys!

interface e 0
nameif inside
ip addr 192.168.XXX.100 255.255.255.0

route inside 0.0.0.0 0.0.0.0 192.168.XXX.2
http server enable
http 0.0.0.0 0.0.0.0 inside
unsername admin passw cisco priv 15
aaa authentication http console LOCAL
crypto key generate rsa general-keys modulus 1024
management-access inside // not sure if this one needed.

then access asa from your network https://192.168.XXX.100/ then follow instructions how to install ASDM

Re: ASDM and Tfrp to asav

Posted: Fri Jun 16, 2017 3:08 pm
by Uldis (UD)
all new ASAv nodes by default has hardcoded ASDM..
no need load extra

Re: ASDM and Tfrp to asav

Posted: Wed Jun 21, 2017 2:52 pm
by xuyou
krunktor wrote:
Thu Jun 15, 2017 4:17 pm
Hello everyone,
I am very new to eve and I am loving it! I was wondering if anyone can point me in the right direction

I am trying to figure out how to connect directly from my network to the ASA to upload asdm and then access asdm

Please help
the best way:

1.eve network adapter bridge to physic network.

2.create a normal LAB with ASAv

3.create a network use cloud0

4.connect the management interface to cloud0

5.add ip address from dhcp for the mgmt port

then you can use asdm connect the asav in physic network on any computer

Re: ASDM and Tfrp to asav

Posted: Fri Aug 25, 2017 7:44 am
by neophsp
Hi krunktor,

Did you manage to access to Asav 9.8 via asdm? Is it necessary upload the asdm software into to flash for access it?

I'm having difficulty to access via ASDM.

Re: ASDM and Tfrp to asav

Posted: Fri Aug 25, 2017 11:11 am
by ramindia
neophsp wrote:
Fri Aug 25, 2017 7:44 am
Hi krunktor,

Did you manage to access to Asav 9.8 via asdm? Is it necessary upload the asdm software into to flash for access it?

I'm having difficulty to access via ASDM.
9.8X not required to upload ASDM Image, it got built in.

Have you configured basic steps to enable http connection ?

R!

Re: ASDM and Tfrp to asav

Posted: Thu Sep 14, 2017 12:06 am
by neophsp
Hi, thank you for replying. I have changed the IOS and now it works fine.