05-01-2012 09:01 PM - edited 03-10-2019 05:39 AM
Hi,
I have enabled signature for ping 2000 and 2004 and i have set them sev to high still i am not get alert.
I also did nmap attack and it give alert
how can i achieve this ?
thanksssssssssss
Solved! Go to Solution.
05-04-2012 04:43 PM
Signature 2000-0 triggers on ICMP Echo Replies and 2004-0 triggers on ICMP Echo Requests. Note that these are
extremely common network traffic. If you have enabled and unretired the sigs and if the sigs fire when tested using NMAP, they seem to be working fine. May be theres some other device on your network thats blocking such packets.
05-06-2012 09:26 PM
Yes using IDM you can select multiple signatures and right-click -> Enable.
Regards,
Sawan Gupta
05-02-2012 02:23 PM
2000 and 2004 are retired by default now. You will need to make sure that you both enable and unretire these signatures before testing.
04-20-2015 04:01 AM
which kinds of signatures we can test with nmap (the id of signature )pleaseeee
05-04-2012 04:43 PM
Signature 2000-0 triggers on ICMP Echo Replies and 2004-0 triggers on ICMP Echo Requests. Note that these are
extremely common network traffic. If you have enabled and unretired the sigs and if the sigs fire when tested using NMAP, they seem to be working fine. May be theres some other device on your network thats blocking such packets.
05-05-2012 12:51 AM
i enable the signature and unretire it it is working, i want to ask why the signature get retired ????
another question i have alot of signature that is not enabled i want to enable all of them for alerting, can i do it without going to each single one and enable it i.e is there anyway (like script) i can u se to enable all of them in one time ???
thankssssssssssssssssssssssssssssssss
05-06-2012 03:59 AM
Unretiring and enabling many signatures would have a performance impact. Only unretire and enable those signatures which are really important.
Regards,
Sawan Gupta
05-06-2012 12:00 PM
thx sawan,
what about enabling more than one signature for alerting (config. from CLI) is this applicable ?
thankssssssssssss
05-06-2012 05:53 PM
Yes, enabling a few signatures is fine.
Regards,
Sawan Gupta
05-06-2012 09:11 PM
thx sawan, i think i did not explain what is my problem exactly.
i have 1000 signature in IPS (not enabled), i want to enable all of them, i dont want to pass all of them one by one and enable it.
Is there away i can do it, may be some command i can issue ???
thankssssssssssssssssss
05-06-2012 09:26 PM
Yes using IDM you can select multiple signatures and right-click -> Enable.
Regards,
Sawan Gupta
05-07-2012 11:18 PM
thx Sawan, Todd, ruppla
10-21-2013 12:48 AM
Un-retire the echo request signature (signature 2004, subsig ID 0), enable it and change the signature action to
alert, and drop.
R1(config)# ip ips signature-definition
R1(config-sigdef)# signature 2004 0
R1(config-sigdef-sig)# status
R1(config-sigdef-sig-status)# retired false
R1(config-sigdef-sig-status)# enabled true
R1(config-sigdef-sig-status)# exit
R1(config-sigdef-sig)# engine
R1(config-sigdef-sig-engine)# event-action produce-alert
R1(config-sigdef-sig-engine)# event-action deny-packet-inline
R1(config-sigdef-sig-engine)# exit
R1(config-sigdef-sig)# exit
R1(config-sigdef)# exit
Do you want to accept these changes? [confirm]
10-27-2013 09:45 PM
Hi,
Maybe as a personal suggestion you can use the summary option for these type of signatures so you wont see or get all the alerts, you can have a summary of them at a time to have some of them fired
Regards,
Sent from Cisco Technical Support iPhone App
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide