COMPUTER TIPS

Home | Previous Page| About Us | Set As Home Page

 

Google

  Google Groups Beta Subscribe to Computer free Tips                                                  

Email:

March, 29 , 08                    Today's Tip                              Add to Favorites  

                                                                              

   

Previous Tips e

27-03-08
26-03-08
25-03-08
24-03-08
23-03-08
22-03-08
21-03-08
20-03-08
19-03-08
18-03-08
17-03-08
16-03-08
15-03-08
14-03-08
13-03-08
12-03-08
11-03-08
10-03-08
09-03-08
08-03-08
07-03-08
06-03-08
05-03-08
04-03-08
03-03-08
02-03-08
01-03-08
28-02-08
27-02-08
26-02-08
25-02-08
24-02-08
23-02-08
22-02-08
21-02-08
20-02-08
19-02-08
18-02-08
17-02-08
16-02-08
15-02-08
14-02-08
13-02-08
12-02-08
11-02-08
10-02-08
09-02-08
08-02-08
07-02-08
06-02-08
05-02-08
04-02-08
03-02-08
02-02-08
01-02-08
30-01-08
29-01-08
28-01-08
27-01-08
26-01-08
25-01-08
24-01-08
23-01-08
22-01-08
21-01-08
20-01-08
19-01-08
18-01-08
17-01-08
16-01-08
15-01-08
14-01-08
13-01-08
12-01-08
11-01-08
10-01-08
09-01-08
08-01-08
07-01-08
06-01-08
05-01-08
04-01-08
03-01-08
02-01-08
01-01-08
 

Dec-07-Tips

Nov-07-Tips

October 07-Tips

September 07-Tips

August 07-Tips

July 07- Tips

June 07- Tips

May 07- Tips

April 07- Tips

March, 07- Tips

February, 07- Tips

January, 07- Tips

 

 

 

 

 

 

How to configure the Cisco IOS IDS step by step?

 

 

 

IDS stand for Intrusion Detection System. IDS use to monitor the network traffic and calculate the detail information about network attacks also. When the IDS system identifies any malicious traffic, it reports an alert to the management system (for example, kiwi Syslog service Manager). IDS generates the different types of information against network attacks (for example, alerts, Critical conditions, Debugging messages, System is unusable, Warning conditions, Normal but significant conditions and other informational messages) and then you can set the alarm or reset action against the matching signatures.

 

Follow the given lab for IDS to detect malicious traffic:

Configurations on Router 

In global configuration Mode: 

Router(config)# logging on

Router(config)# logging console

(enable logging on router console)

Router(config)# logging host  40.1.1.2

(mention the syslog server address; here we are using kiwi Syslog service Manager as a logging manager)

Router(config)# logging trap 7

(logging severity level) 

Router(config)# ip audit name AGENT attack action alarm 

(set the alarm action against the matching signatures, and AGENT is the name of audit specification) 

Now implement the all above configurations on router inside interface. 

Router(config)# interface Ethernet 0/0 

Router(config-if)# ip audit AGENT in 

(implementation on router inside interface)

Now you can create a network attack using ICMP service (denial of service attack), for example run a long Ping command from your laptop to remote router. 

Ping 40.1.1.1 -t -l 60000 

Now you can verify the detail information about this ICMP DOS attack using any syslog server, here we are using kiwi Syslog service Manager as a logging manager. In the given figure, you can view the information about the ICMP DOS attack.

                          

Yesterday Tip.

How to enable the hidden files and folders function in XP?