Difference between revisions of "Netband Project - IOS ips"

From Teknologisk videncenter
Jump to: navigation, search
(Intrusion Prevention System signature version 5)
(Intrusion Prevention System signature version 5)
Line 27: Line 27:
 
interface FastEthernet0/0
 
interface FastEthernet0/0
 
  ip ips B1rt1ips
 
  ip ips B1rt1ips
 +
</pre>
 +
*copy the ips package to the router
 +
<pre>
 +
copy ftp://<ftp:ftppw@10.2.1.50/IOS-S340-CLI.pkg idconf
 
</pre>
 
</pre>
  
 
==External links==
 
==External links==
 
[http://www.cisco.com/en/US/prod/collateral/iosswrel/ps6537/ps6586/ps6634/prod_white_paper0900aecd805c4ea8.html Version 5 signature configuration]
 
[http://www.cisco.com/en/US/prod/collateral/iosswrel/ps6537/ps6586/ps6634/prod_white_paper0900aecd805c4ea8.html Version 5 signature configuration]

Revision as of 09:01, 20 April 2009

<accesscontrol>NetBand</accesscontrol> This page is part of the Netband Project

Intrusion Prevention System signature version 4

ip ips sdf location flash:128MB.sdf
!
ip ips name B1rt1ips
!
interface FastEthernet0/0
 ip ips B1rt1ips in
!

Intrusion Prevention System signature version 5

  • IOS Release 12.4(15)T3 or later
  • Download the newest ios ips package from cisco, format: IOS-Sxxx-CLI.pkg
ip ips name B1rt1ips
ip ips config location flash:ips
!
ip ips notify sdee
!
ip ips signature-category
 category all
  retired true
 category ios_ips basic
  retired false
!
interface FastEthernet0/0
 ip ips B1rt1ips
  • copy the ips package to the router
copy ftp://<ftp:ftppw@10.2.1.50/IOS-S340-CLI.pkg idconf

External links

Version 5 signature configuration