cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1522
Views
0
Helpful
5
Replies

sending logging messages to ftp server has stopped suddenly?

b.njjad
Level 1
Level 1

hello all:

on ASA 5540 ,   i configured the logging setup as following :

loggin to the internal buffer :

buffer size 1048576 bytes

then i save the buffer to FTP server to save the log messages in continuosuly way

everything was working fine but suddenly sending the ftp traffic to FTP traffic has stopped suddenly

before in the live log viewer it was showing when ASA throws the ftp traffic to the ftp server but this stopped suddenly

nothing has changed in the ftp server setting (same username and password and the connectivity is there)

sending logging traffic to the ftp server came back just when i reboot the ASA.but this is not solution

anyone can help me please

5 Replies 5

Antonio Knox
Level 7
Level 7

You should set up a capture on the ASA to see what is going on (If you don't have a sniffer). Using ACL asacap and Capture name my-capture:

access-list asacap permit ip host asa-logging-ip-addr host ftp-server-ip-addr

access-list asacap permit ip host ftp-server-ip-addr host asa-logging-ip-addr

capture my-capture interface interface-facing-ftp-srv access-list asacap

This will tell you a lot more than I can (assuming you've reviewed your logging buffer for abnormalities).

thank you very much for your reply

actaully i am working on the ASA remotely using the ASDM so i can't see this directly from the command 

,there is capture wizard in ASDM ,

the question is in the wizard there is ingress(inside) and egress (outside)

assuming the FTP server located on the inside interface of the ASA ,what the ingress and egress interfaces should be,if i put the interface (inside) for the ingress,what i should put for the egress.

Best Regards

I'd do both ingress and egress on the outside interface.  This way, you will see the data in both directions from the same vantage point.  If you see the traffic coming in from the outside but nothing returning from the inside, then you know that the traffic is either being dropped by the ASA itself or something behind it.

Dear Antonio ;

thank you for reply ,

please note that in the capture wizard you can only select the interface Outside in either ingress or  egress .

so it is must to specify another interface .

basel,

Use ingress from the outside interface egress on inside interface.  My apologies, I don't use ASDM for captures, I opt for CLI, so I'm very unfamiliar with the process there.  I had to read up on it a minute ago.

Review Cisco Networking for a $25 gift card