|
Firewall Analyzer supports the following versions of various Cisco devices.
Cisco IOS Firewalls:
Cisco FWSM Catalyst Series:
Cisco PIX versions:
Cisco ASA:
5500 series
Cisco VPN Concentrators Series:
| Model Family | Model | Cisco IOS Software Version |
|---|---|---|
8xx |
c871, c876, c877,c878 |
12.4(4)T |
| 18xx | c1841 |
12.3(14)T |
| c1811, c1812 | 12.4(4)T | |
c1801, c1802, c1803 |
12.4(4)T | |
28xx |
c2801, c2851, c2821, c2811 |
12.3(14)T |
38xx |
c3845, c3825 |
12.3(14)T |
72xx |
7206VXR, 7204VXR |
12.3(14)T |
73xx |
CISCO7301 |
12.3(14)T |
To find out the version of your PIX firewall, Telnet to the PIX
firewall and enter the show version command.
| Cisco PIX does not create log files, but instead directs a log stream to the syslog server, which writes the log information into a file. Make sure the syslog server on Firewall Analyzer can access the PIX firewall on the configured syslog port. For this, you may have to make a rule specific to this situation. |
enable modeconfigure terminal
logging on
logging timestamp
logging trap informational
logging device-id {context-name | hostname | ipaddress interface_name | string text}
logging host interface_name syslog_ip [17/<syslog_port>]
interface_name |
is the interface on the PIX firewall whose logs need to be analyzed ("inside" or "outside," for example) |
syslog_ip |
is the IP address of the syslog server on Firewall Analyzer |
17/<syslog_port> |
indicates that logs will be sent using the UDP protocol, to the configured syslog port on the syslog server. If left blank, logs will be sent to the default 514 port. |
hostname |
firewall's host name (defined with the hostname configuration command) |
ipaddress interface_name |
the IP address of a specific firewall interface named interface_name("inside" or "outside," for example) |
string text |
an arbitrary text string (up to 16 characters) |
context-name |
in PIX 7.x or FWSM 2.x operating in multiple-context mode, the name of the firewall context can also be sent. |
Example: logging host inside 11.23.4.56 17/1514
To verify your configuration, enter the show logging command
after the last command above. This will list the current logging configuration
on the PIX firewall.
Log in to the Cisco PIX web interface, and follow the steps below to configure the PIX firewall:
For more information, refer the Cisco PIX documentation.
enable modeconfigure terminal
logging enable
logging timestamp
logging trap informational
logging device-id {context-name | hostname | ipaddress interface_name | string text}
logging host interface_name syslog_ip [17/<syslog_port>] inspect http
Enabling HTTP inspection will generate syslogs with ID 304001. This ID will be used by Firewall Analyzer to generate URL Reports.
Currently we support Cisco IOS Compatible Log Format and Original Log Format for Cisco VPN Concentrator.
Importing of already saved Cisco VPN Concentrator logs is not supported because those logs are saved in either of the following formats which is not supported in Firewall Analyzer:
Follow the below steps to configure the VPN Concentrator:
For more information, refer the Cisco VPN Concentrator documentation.
Follow the below steps to configure the Cisoc IOS Switch:
Use the following command:
configure terminal
logging on
logging trap informational
logging <IP Address>
For more information, refer the Cisco IOS Switch documentation.ip inspect audit-trail
|