Header
Home | Set as homepage | Add to favorites
  Search the Site     » Advanced Search
Sections
Syndication


Blogroll:

||||| ALL Cisco-Network ARTICLES |||||  
CCIE Journey,
The CCIE Journey,


The ip audit notify Command

Sep 15,2009 by alperen

image

Use the global configuration mode command ip audit notify to specify the method(s) of event notification. If alarms are to be sent to a Cisco Secure IDS Director, use the nr-director keyword in the command syntax. If alarms are to be sent to a Syslog server, use the log keyword in the command syntax. The two commands can be used together to log to both devices. Use the no version of this command to return the number to the default setting. The syntax is

Rtr1(config)#ip audit notify {nr-director | log}
Rtr1(config)#no ip audit notify {nr-director | log}

nr-director

Sends messages in Director format to the Cisco Secure Director or Sensor

log

Sends messages in syslog format

This command was introduced in IOS 12.0(5)T. The default is to send messages in syslog format.

The following example directs logging to both the Cisco Secure IDS Director and a Syslog server.

Rtr1(config)#ip audit notify nr-director
Rtr1(config)#no ip audit notify log

While they’re not a part of IDS, the following commands must also be issued to identify the Syslog server, using the IP address or host name and direct logging input to the server.

Rtr1(config)#logging 192.168.1.10
Rtr1(config)#logging on

Without these commands, the output would be displayed on the router console and would look like the following output. Notice the output includes the IDS signature detected, plus the source and destination IP addresses.

The previous signatures triggered are

2000 ICMP Echo Reply (Info, Atomic)

Triggers when an IP datagram is received with the IP header protocol field set to 1 (ICMP) and the type field in the ICMP header set to 0 (Echo Reply)

2004 ICMP Echo Request (Info, Atomic)

Triggers when an IP datagram is received with the IP header protocol field set to 1 (ICMP) and the type field in the ICMP header set to 8 (Echo Request)

Figure 7-2 shows what the entries might look like in a Syslog server. The sample uses a free Syslog daemon from Kiwi Enterprises.

Click To expand
Figure 7-2: Sample Syslog output showing IDS activity

If messages are sent to the Cisco Secure IDS Director, then it’s necessary also to configure the Cisco Secure Director’s Post Office transport parameters for both the router (using the ip audit po local command) and the Cisco Secure IDS Director (using the ip audit po remote command).


1079 times read

Related news

» The show ip audit configuration Command
by alperen posted on Sep 16,2009
» The show ip audit all Command
by alperen posted on Sep 16,2009
» Responses from the IOS-Based IDS
by admin posted on Nov 26,2008
» Set Audit Trails and Alerts
by alperen posted on Sep 10,2009
» The ip audit po remote Command
by alperen posted on Sep 15,2009
Did you enjoy this article?
(total 0 votes)

comment Comments (0 posted) 

More Top News
CCSP-Cisco Certified Security Professional
Most Popular
Most Commented
Featured Author