<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic configuring multiple IPS devices at the sametime in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/configuring-multiple-ips-devices-at-the-sametime/m-p/1543413#M66512</link>
    <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have 10 new IPS devices, i have to do the coniguration on all the 10 devices, the configuration on all the 10 devices wil be same........Is there an easy way to configure multiple devices at the same time (is there any script that can do that) or is there any way to automate this task?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
    <pubDate>Sun, 10 Mar 2019 12:07:46 GMT</pubDate>
    <dc:creator>exploit_haxor</dc:creator>
    <dc:date>2019-03-10T12:07:46Z</dc:date>
    <item>
      <title>configuring multiple IPS devices at the sametime</title>
      <link>https://community.cisco.com/t5/network-security/configuring-multiple-ips-devices-at-the-sametime/m-p/1543413#M66512</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have 10 new IPS devices, i have to do the coniguration on all the 10 devices, the configuration on all the 10 devices wil be same........Is there an easy way to configure multiple devices at the same time (is there any script that can do that) or is there any way to automate this task?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Sun, 10 Mar 2019 12:07:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuring-multiple-ips-devices-at-the-sametime/m-p/1543413#M66512</guid>
      <dc:creator>exploit_haxor</dc:creator>
      <dc:date>2019-03-10T12:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: configuring multiple IPS devices at the sametime</title>
      <link>https://community.cisco.com/t5/network-security/configuring-multiple-ips-devices-at-the-sametime/m-p/1543414#M66514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For 10 devices the quickest way is to configure one device the way you want them all to look,&lt;/P&gt;&lt;P&gt;Do a "show conf", copy and paste this into your text editor, change the IP address/mask,gateway for each new device and paste them into each sensor.&lt;/P&gt;&lt;P&gt;When you get on each sensor, check the OS version and throw on a license key, if you bought them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For only 10 devices, it isn;t worth installing the Cisco Security Manager unless you'll be actively managing signatures on an ongoing basis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Bob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Sep 2010 19:44:37 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuring-multiple-ips-devices-at-the-sametime/m-p/1543414#M66514</guid>
      <dc:creator>rhermes</dc:creator>
      <dc:date>2010-09-15T19:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: configuring multiple IPS devices at the sametime</title>
      <link>https://community.cisco.com/t5/network-security/configuring-multiple-ips-devices-at-the-sametime/m-p/1543415#M66523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Another option is to configure one sensor the way you want, as with Bob's recommendation.&amp;nbsp; Then copy the current configuration to a remote server (FTP, SCP, HTTP or HTTPS):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;copy current-config ftp:&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Follow the prompts to provide the necessary credentials.&amp;nbsp; (This example is using a FTP server)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next perform the minimal host configuration on each remaining sensor (IP address, access-list), and then copy the saved configuration to each sensor:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_text_macro jive_macro_code"&gt;copy ftp: current-config&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again, provide the necessary credentials as prompted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will then be prompted as to whether to overwrite the host settings; choose not to do so.&amp;nbsp; This should implement all other sensor options you had configured on the initial sensor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, as Bob mentioned, this method is sufficient for initial configuration; long-term policy management can be challenging with these processes.&amp;nbsp; If you will be looking to perform frequent and consistent signature tuning across all ten sensors you may wish to consider making use of Cisco Security Manager which allows you to create a shared signature policy.&amp;nbsp; This allows you to make the changes to one IPS policy and deploy that policy to all ten sensors concurrently.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Scott&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Sep 2010 13:45:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/configuring-multiple-ips-devices-at-the-sametime/m-p/1543415#M66523</guid>
      <dc:creator>Scott Fringer</dc:creator>
      <dc:date>2010-09-18T13:45:24Z</dc:date>
    </item>
  </channel>
</rss>

