Question : Cisco ASDM 6.2 for ASA 5510

Hello Experts,

I have a cisco ASA 5510. and a cisco 3825 Router. Please find attached image that shows the ASDM configuration.

I am able to backup the ASA 5510 running config to the solarwind TFTP server however when I try to backup the 3825 Router Config it gives me the following message  "%Error opening tftp://10.20.30.46/3825-confg (Timed out).  I read on EE.com that I need to permit TFTP on my ASA 5510 to solve this problem.

I really do not know where to add the permit line on my ASDM config Monitor, so if you please look at the image and tell me exactly where to permit it so the backup can happen

Please only answer if you know the answer 100%  because any modifications I do will effect all users instantly.

Thanks  
 
ASDM Configuration Monitor
312059
 

Answer : Cisco ASDM 6.2 for ASA 5510

You need to add it in the "outside_access_in" acl.
It is simpler to work from the command line and enter these commands:

static (inside,outside) udp interface 69 10.20.30.46 69 netmask 255.255.255.255
access-list outside_access_in permit udp host  <ip of 3825> interface outside eq 69

I am 100% certain of this config. I am also 100% certain that it will not affect any current users when you apply it.
Random Solutions  
 
programming4us programming4us