06-14-2006 08:11 AM - edited 02-21-2020 12:58 AM
Hi,
One of my clients is using a PIX515E - their outside interface shutsdown every night and effectively they have no internet until they reset the equipment again. The outside NIC is plugged in directly to a cable modem. My suspicion is that the cable modem is screwing up and needs to be reset more than the firewall does. I would like to monitor/log the NIC events to be sure that the hardware is ok though. How do I go about doing that?
Thanks!
Solved! Go to Solution.
06-20-2006 08:11 AM
The way to log traffic to monitor the performance is using a syslog server. For this, we need to configure the PIX to send the syslog messages to the syslog server. The syslog server can be any free software like Kiwi Syslog Daemon.The commands for this action should be entered in configuration mode:
logg on
logg trap debugging
logg host inside (internal ip address of the server).
06-20-2006 08:11 AM
The way to log traffic to monitor the performance is using a syslog server. For this, we need to configure the PIX to send the syslog messages to the syslog server. The syslog server can be any free software like Kiwi Syslog Daemon.The commands for this action should be entered in configuration mode:
logg on
logg trap debugging
logg host inside (internal ip address of the server).
06-22-2006 04:48 PM
Thanks! ...I had already done all that and didn't see any indication of a hardware problem in the logs ...but guess what - I told the client to put the cable modem on a UPS so that it doesn't go out if there is a power spike or a brief outage and the firewall hasn't gone down in over a week ...the simple things :)
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide