December 2006
Intermediate to advanced
1188 pages
72h 8m
English
You want to use the built-in Intrusion Detection software on the router to deal with deliberate attacks on your network.
There are two versions to this feature. Prior to IOS Version 12.3(8)T, it was called IDS and implemented using the ip audit set of commands:
Router1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router1(config)#access-list21denyRouter1(config)#192.168.100.205access-list21permit anyRouter1(config)#ip audit notify logRouter1(config)#ip audit info action alarm drop resetRouter1(config)#ip audit attack action alarm drop resetRouter1(config)#ip audit smtp spamRouter1(config)#10ip audit signature 1107 disableRouter1(config)#ip audit signature 2004 disableRouter1(config)#ip audit nameCOOKBOOKinfo list21action alarm drop resetRouter1(config)#ip audit nameCOOKBOOKattack list21action alarm drop resetRouter1(config)#interfaceRouter1(config-if)#FastEthernet0/0ip auditCOOKBOOKinRouter1(config-if)#exitRouter1(config)#endRouter1#
In IOS Version 12.3(8)T and later, Cisco significantly updated the feature and changed its name to IPS. It is now implemented by using the ip ips set of commands:
Router1#configure terminalEnter configuration commands, one per line. End with CNTL/Z. Router1(config)#access-list21denyRouter1(config)#192.168.100.205access-list21permit anyRouter1(config)#ip ips nameEDITION2listRouter1(config)#21ip ips signature4050disableRouter1(config)# ...