Common Problems and Resolutions


This section delves into some of commonly seen problems that you may experience and ways to resolve them.

1

How can I upgrade my IDS/IPS sensor using IDS/IPS MC from version 3.x to 4.x?

Answer:

Refer to the following link for a detailed procedure: http://www.cisco.com/en/US/products/sw/cscowork/ps3990/products_user_guide_chapter09186a008018d985.html#894197

2

Is IPS 5.0 version on sensor supported by IDS/IPS MC?

Answer:

Yes, IPS 5.0 is supported on version IDS/IPS MC version 2.1. For additional details, refer to the following link:

http://www.cisco.com/univercd/cc/td/doc/product/rtrmgmt/cw2000/mgt_ids/idsmc21/index.htm.

3

Can I change the IP address of the VMS server running IDS/IPS MC?

Answer:

Yes you can, but this is not recommended by Cisco Systems, Inc. Refer to "Changing the VMS Server IP Address" under the section entitled "Important Procedures and Techniques." You must also be sure to allow this host or network address of the VMS server to the allowed host table of the sensor (see "Adding Allowed Hosts on the Sensor" under the "Important Procedures and Techniques" section).

4

How can I validate the Apache Certificate? If the certificate is bad or expired, can I regenerate it?

Answer:

Yes, you can verify the validity of the Apache certificate and can regenerate it if invalid. For verification, refer to "Verifying That the IDS/IPS MC (Apache) Certificate Is Valid" and for regeneration of the certificate refer to "Regenerating IDS/IPS MC (Apache) Certificate" under the section entitled "Important Procedures and Techniques."

5

How can I delete pending jobs in IDS/IPS MC?

Answer:

First make sure whether you have pending job or not by going to the Admin > System Configuration > View Current Locks. To delete the pending job, go to the Configuration tab > Pending, and check the relevant jobs and click the Delete button.

6

Where does IDS/IPS MC store configuration files?

Answer:

Configuration goes into the following locations:

- Database.

- <installdir >/mdc/etc/ids/xml/SystemConfig.xml.

- <installdir>/mdc/tomcat/vms/ids-monitor/web-inf/classes/com/cisco/nm/mdc/ids/common/SystemConfig.xml.

- <installdir>/mdc/tomcat/vms/ids-config/web-inf/classes/com/cisco/nm/mdc/ids/common/SystemConfig.xml.

The content of SystemConfig.xml files in the three different locations are exactly the same and are changed at install/uninstall time.

The sensor configuration files generated by IDS/IPS MC are temporarily stored in C:\Document and Settings\username\Local Settings\Temp\deploy\sensors. The format of the sensor directory name is ipAddress-xxxx.tmp, where ipAddress is the sensor's IP address, and xxxx is a unique number. These files are generated at the start of deployment and removed at the end of deployment. However, if you want IDS/IPS MC to leave files after deployment, you can change the <CleanupTempFiles> true</CleanupTempFiles> to <CleanupTempFiles>false</CleanupTempFiles> in the <INSTALL_DIR>/MDC/etc/ids/xml/DeploymentConfig.xml file. You must restart the IDS_DeployDaemon for this change to take effect. Note that this also leaves imported config files from the sensor.

7

How does the IDS/IPS MC push the configuration to the sensor?

Answer:

If you are running sensor version 4.x and above and IDS/IPS MC 1.x, then IDS/IPS MC connects with the sensor using SSH and then sends the configuration command by command to the CLI of the sensor to write the configuration. However, if you are running version IDS/IPS MC 2.x, then the IDS/IPS MC creates the configuration file (xml format) and pushes the configuration file to the sensor using RDEP communication protocol (SSL/TLS). Because of this, in IDS/IPS MC 2.x configuration deployment is much faster.

8

What is the severity mapping between IDS/IPS MC and sensor?

Answer:

The following is the severity mapping between the IDS/IPS MC and sensor (as of the writing this book. In the future this may change):

- 1 = Info

- 2 = Low

- 3 = Medium

- 4 = High

9

Can Sybase Database be installed and run on a separate machine for reporting, to ease DBA support such as database (DB) backups?

Answer:

Yes, you can install Sybase database for IDS/IPS MC/Security Monitor on a different mounted drive. RAID disks are a better choice. Everything becomes Input/Output (I/O) bound in high volumes. You can schedule a prune and load the pruned data into another database (Sybase, Oracle, etc.). You can also do a backup and load the IDS/IPS database into a Sybase installed on a different machine. This requires you to purchase an additional license for Sybase. The Security Monitor application uses the Sybase database shipped with VMS. There is no plugable replacement. To use the data on another database, you must somehow replicate it to that database. You can use the command line tools or any other means to do so.

10

What is the Overwrite button used for in the Advanced > Not Supported window?

Answer:

The Overwrite button is used to overwrite the settings inherited from the parents. The button is not used to overwrite the setting on the sensor. What is added in the window is just added at the end of the configuration file.

11

If I edit the configuration file in the IDS/IPS MC going to Advanced > Not Supported Window, how does the IDS/IPS MC parser treat the changes?

Answer:

This window is used for adding configurations not supported by IDS/IPS MC. The configuration you add here will be appended to the end of the file in the sensor. If the configuration entered is already present in the configuration, the sensor will have this information twice, and the last entry will be taken from the daemon.

12

There is a check box on IDS/IPS MC for the sensor identification page that says Use Existing Keys. What does this do and why would I want to use it?

Answer:

If you want tighter security on your system, you can check this option of the sensor identification page on IDS/IPS MC. Normally with SSH, you can use the standard username and password for the connection. You can also use pre-shared keys that are set up on the sensor and on the MC. This check box allows you to use existing pre-shared keys from the IDS/IPS MC server memory. For more details look at the section entitled "Using SSH in IDS/IPS MC and Security Monitor" in the following link: http://www.cisco.com/univercd/cc/td/doc/product/rtrmgmt/cw2000/mgt_ids/idsmc20/ug/ch04.htm

13

Can you back up IDS/IPS MC and restore it on a different machine with a different hostname or IP address?

Answer:

Yes, you can.

14

What applications have interoperability issues with VMS/IDS/IPS MC?

Answer:

Microsoft IIS Web Server and Microsoft Terminal Services have interoperability issues with VMS/IDS/IPS MC.

15

How can I eliminate the two windows that pop up once I click on every window after enabling SSL?

Answer:

Go to Server configuration > Administration > Security Management > Create Self Signed Certificates. Use the same IP address or name you will use to access the server. Then go to VPN/Security Management Solution > Administration > Configuration > Certificate and set it to use the CiscoWorks certificate. Then, restart the Daemon Manager and the browser. You will not be prompted for the certificate any more. It is however important to note that in IDS/IPS MC 2.0 and 2.0.1, using a CiscoWorks certificate causes signature update failure. So, it is better to avoid this in IDS/IPS MC version 2.0 and 2.0.1.

16

Does VMS support access through a Web proxy server?

Answer:

This is not officially listed as supported, but it works.

17

Where can I download the latest versions and patches for IDS/IPS MC?

Answer:

You must have cisco.com login privileges and can download the software from the following location: http://www.cisco.com/pcgi-bin/tablebuild.pl/mgmt-ctr-ids-app.

18

Where can I download the latest IDS/IPS sensor updates?

Answer:

The latest IDS/IPS sensor updates are available in the following location: http://www.cisco.com/pcgi-bin/tablebuild.pl/mgmt-ctr-ids-ids4updates

Updates are for the following:

- Update IDS/IPS sensors using IDS/IPS MC.

- Update IDS/IPS MC.

- Update Security Monitor.

Note

IDS/IPS MC updates the Security Monitor automatically if it resides on the same server.


19

How can I receive e-mail notifications when a new IDS/IPS sensor update is available?

Answer:

You can receive e-mail notifications for new updates and the latest product news by subscribing at:

http://www.cisco.com/univercd/cc/td/doc/product/iaabu/csids/csids11/5020_02.htm#wp1068414

20

Are both IDS/IPS sensor versions 3.x and 4.x supported by the IDS/IPS MC?

Answer:

Yes, IDS/IPS MC version 1.1 supports both IDS/IPS sensor Version 3, which uses PostOffice Protocol and the newer Version 4.x, which supports Remote Data Exchange Protocol (RDEP) sensors.

21

What IDS/IPS sensor hardware and software versions does IDS/IPS MC support?

Answer:

Refer to the following link for the updated version of sensor versions supported by IDS/IPS MC: http://www.cisco.com/en/US/products/sw/cscowork/ps3992/products_device_support_tables_list.html.

22

Can I import IOS IPS configuration into the IDS/IPS MC?

Answer:

If you are running the IPS feature on the Cisco IOS Router and IDS/IPS MC version less than 2.0, then this is not possible. However, you can manage IOS IPS configuration with IDS/IPS MC 2.0.

23

I am managing my sensor using CSPM. How can I migrate to IDS/IPS MC?

Answer:

You cannot migrate the CSPM database to IDS/IPS MC. However, you can import the configuration from the sensor to the IDS/IPS MC.



Cisco Network Security Troubleshooting Handbook
Cisco Network Security Troubleshooting Handbook
ISBN: 1587051893
EAN: 2147483647
Year: 2006
Pages: 190
Authors: Mynul Hoda

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net