6-22
User Guide for Cisco Security MARS Local Controller
78-17020-01
Chapter 6 Configuring Network-based IDS and IPS Devices
IntruVert IntruShield
IntruVert IntruShield
To configure IntruVert IntruShield in MARS, you must perform the following tasks:
1.
Generate CSV file that identifies each of the IntruShield senor hosts by logging into the database to
which IntruShield Manager writes and performing and saving a database query.
2.
Configure the IntruShield Manager to send SNMP traps to the MARS Appliance
3.
Define a host that represents the management console (IntruVert Manger) in MARS web interface.
4.
From that host in the MARS web interface, import the IntruShield sensor seed file to identify the
IntruVert sensors running on other hosts.
The following sections provide details on performing each of these tasks:
•
Extracting Intruvert Sensor Information from the IntruShield Manager, page 6-22
•
Configure IntruShield Version 1.5 to Send SNMP traps to MARS, page 6-23
•
Configure IntruShield Version 1.8 to Send SNMP Traps to MARS, page 6-23
•
Add and Configure an IntruShield Manager and its Sensors in MARS, page 6-25
Extracting Intruvert Sensor Information from the IntruShield Manager
IntruVert sensor information is saved in a database on the IntruShield Manager host. When you
configure the MARS to add Intruvert sensors, you can manually add the mapping of each Intruvert sensor
name or you can extract them as a seed file from the database on the Intruvert Manager.
Note
The instructions apply for Intruvert IntruShield version 1.5. IntruVert supports both MySQL and Oracle.
To create a CSV file for IntruVert IntruShield 1.5, follow these steps:
Step 1
Log in to the database.
Step 2
Perform the query:
use lf; select name, ip_address from iv_sensor where ip_address is not
NULL;
Step 3
Store the query result into a file, remove the header, trailer, and separator lines, and edit the result to a
CSV format.
For example, the query result could be:
+------------+------------+
| name | ip_address |
+------------+------------+
| intruvert | 0A010134 |
| intruvert1 | 0A010135 |
+------------+------------+
2 row in set (0.00 sec)
You would then edit the above file to appear as:
intruvert,0A010134
intruvert1,0A010135
Содержание CS-MARS-20-K9 - Security MARS 20
Страница 20: ...Contents xx User Guide for Cisco Security MARS Local Controller 78 17020 01 ...
Страница 356: ...17 16 User Guide for Cisco Security MARS Local Controller 78 17020 01 Chapter 17 Network Summary Summary Page ...
Страница 420: ...20 28 User Guide for Cisco Security MARS Local Controller 78 17020 01 Chapter 20 Queries and Reports Reports ...
Страница 580: ...Glossary GL 4 User Guide for Cisco Security MARS Local Controller 78 17020 01 ...