<?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 Re: Some beginner IMC questions in IMC</title>
    <link>https://community.hpe.com/t5/imc/some-beginner-imc-questions/m-p/7002313#M4451</link>
    <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;do you find any solution fpr add palo alto to imc.&lt;/P&gt;&lt;P&gt;I have the same problem to backup the configuration palo alto to the IMC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 12 Apr 2018 10:49:45 GMT</pubDate>
    <dc:creator>Noob2017</dc:creator>
    <dc:date>2018-04-12T10:49:45Z</dc:date>
    <item>
      <title>Some beginner IMC questions</title>
      <link>https://community.hpe.com/t5/imc/some-beginner-imc-questions/m-p/6999975#M4418</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;I'm trying to implement IMC in our organization mainly as a configuration backup/restore solution and although I am able to backup some devices, I have questions regarding other device types and IMC features:&lt;/P&gt;&lt;P&gt;The 3 types of devices I'm having problems backing up are Palo Alto Firewalls, FortiGate Firewalls and Pulse Secure appliances.&lt;/P&gt;&lt;P&gt;- For Pulse Secure, as I can't use Telnet or SSH, and there's no option for SNPM read-write. I *do* however have the option of using an 'archive server' using either SCP or FTP. Can I configure IMC to run as an SCP server? I'm also getting SNMPv3 errors (v2 works fine), even with correct credentials/firewall settings that work on another monitoring system.&lt;/P&gt;&lt;P&gt;&lt;SPAN class="ui-growl-title"&gt;Failure&lt;BR /&gt;&lt;/SPAN&gt;Possible causes:&lt;/P&gt;&lt;P&gt;1. The device cannot be pinged.&lt;BR /&gt;2. SNMP settings/Telnet settings/SSH settings is incorrect.&lt;BR /&gt;3. Invalid characters are found.&amp;nbsp;&lt;BR /&gt;4. device returns a failure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- For FortiGates, same issue as above regarding SNMPv3 (v2 works, v3 doesn't even though it's configured elsewhere with the same credentials). I also am unable to SSH from IMC (no problems when using Putty), with the following error:&amp;nbsp;Failed to connect to device because of error "Session.connect: java.security.InvalidAlgorithmParameterException: Prime size must be multiple of 64, and can only range from 512 to 1024 (inclusive)". Please check the network configuration and connection parameters.&lt;/P&gt;&lt;P&gt;- For Palo Alto Firewalls, I am able to use SSH, though SNMPv3 is again not working. When trying to perform a configuration backup, I receive the error:&amp;nbsp;&lt;SPAN&gt;Adapter does not support. The sysOID is&amp;nbsp;1.3.6.1.4.1.25461.2.3.11 and IMC correctly identifies it as a PA-5020. Is it possible to backup Palo Alto configs using IMC? If yes, is the adapter available?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;- Are there any SNMPv3 IMC tools I can try to find to troubleshoot the v3 connectivity issues?&lt;/P&gt;&lt;P&gt;- Finally, am I able to setup custom scripts? The previous admin had created a bunch of EXPECT scripts for backups, and I'm trying to figure how to import those into IMC so that the devices can be backed up.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you all for your help.&lt;/P&gt;</description>
      <pubDate>Fri, 16 Mar 2018 18:37:31 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/some-beginner-imc-questions/m-p/6999975#M4418</guid>
      <dc:creator>amandravillis</dc:creator>
      <dc:date>2018-03-16T18:37:31Z</dc:date>
    </item>
    <item>
      <title>Re: Some beginner IMC questions</title>
      <link>https://community.hpe.com/t5/imc/some-beginner-imc-questions/m-p/7000270#M4424</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://community.hpe.com/t5/user/viewprofilepage/user-id/1900519"&gt;@amandravillis&lt;/a&gt;wrote:&lt;P&gt;- For Pulse Secure, as I can't use Telnet or SSH, and there's no option for SNPM read-write. I *do* however have the option of using an 'archive server' using either SCP or FTP. Can I configure IMC to run as an SCP server?&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;The problem is that this doesn't fit IMC's model. For SCP, it thinks about pulling&amp;nbsp;the file via SCP, not a push from the device. But that model does work for FTP - in that case IMC expects to act as the FTP server.&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;- For FortiGates, same issue as above regarding SNMPv3 (v2 works, v3 doesn't even though it's configured elsewhere with the same credentials).&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;First guess with SNMP would be ACLs somewhere, if you know the credentials + protocols are OK. I would try using snmpwalk from the IMC server (you may need to install this). This gives you a relatively simple snmp client for basic SNMP testing.&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;I also am unable to SSH from IMC (no problems when using Putty), with the following error:&amp;nbsp;Failed to connect to device because of error "Session.connect: java.security.InvalidAlgorithmParameterException: Prime size must be multiple of 64, and can only range from 512 to 1024 (inclusive)". Please check the network configuration and connection parameters.&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;SSH has lots of different options for ciphers. My guess here is that the built-in SSH proxy is a crappy thing that doesn't do some of the newer cipher options that the remote device is expecting. I'm not a big fan of using the&amp;nbsp;built in client anyway, better to use a regular SSH client.&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;- For Palo Alto Firewalls, I am able to use SSH, though SNMPv3 is again not working. When trying to perform a configuration backup, I receive the error:&amp;nbsp;&lt;SPAN&gt;Adapter does not support. The sysOID is&amp;nbsp;1.3.6.1.4.1.25461.2.3.11 and IMC correctly identifies it as a PA-5020. Is it possible to backup Palo Alto configs using IMC? If yes, is the adapter available?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;SPAN&gt;Take a look at the &amp;lt;IMC&amp;gt;/server/conf/adapters/ICC directory. Anything there for&amp;nbsp;Palo Alto with your IMC version? If yes, you may just need to edit the adapter-index.xml file. See&amp;nbsp;&lt;A href="https://lkhill.com/help-imc-doesnt-support-my-new-cisco-switch/" target="_blank"&gt;https://lkhill.com/help-imc-doesnt-support-my-new-cisco-switch/&lt;/A&gt; for more info. If not, see below.&lt;/SPAN&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;- Are there any SNMPv3 IMC tools I can try to find to troubleshoot the v3 connectivity issues?&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Better to use an non-IMC tool for testing SNMP. This just rules out anything going on at an IMC level. Find a simple SNMP testing tool, and run that &lt;STRONG&gt;*from your IMC server*.&lt;/STRONG&gt;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;- Finally, am I able to setup custom scripts? The previous admin had created a bunch of EXPECT scripts for backups, and I'm trying to figure how to import those into IMC so that the devices can be backed up.&amp;nbsp;&lt;/P&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Yes, you can write custom adapters. Takes a little bit to figure out how to get your head around it, but once you've done it for one, it's pretty straightforward. The docs cover writing custom adapters.&amp;nbsp;It's usually easiest to take an existing adapter and modify it to suit your needs. Main thing to remember is to restart IMC &amp;amp; resynchronize your device if you update any XML files. No need to restart if you're just updating the TCL files. (and BTW, IMC&amp;nbsp;adapters use TCL/Expect).&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;P&gt;Thank you all for your help.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Mar 2018 23:24:48 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/some-beginner-imc-questions/m-p/7000270#M4424</guid>
      <dc:creator>LindsayHill</dc:creator>
      <dc:date>2018-03-20T23:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Some beginner IMC questions</title>
      <link>https://community.hpe.com/t5/imc/some-beginner-imc-questions/m-p/7000336#M4429</link>
      <description>&lt;P&gt;Thank you very much for your comprehensive reply! I'll look into the things you suggested ASAP.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Mar 2018 14:03:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/some-beginner-imc-questions/m-p/7000336#M4429</guid>
      <dc:creator>amandravillis</dc:creator>
      <dc:date>2018-03-21T14:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Some beginner IMC questions</title>
      <link>https://community.hpe.com/t5/imc/some-beginner-imc-questions/m-p/7002313#M4451</link>
      <description>&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;do you find any solution fpr add palo alto to imc.&lt;/P&gt;&lt;P&gt;I have the same problem to backup the configuration palo alto to the IMC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 12 Apr 2018 10:49:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/imc/some-beginner-imc-questions/m-p/7002313#M4451</guid>
      <dc:creator>Noob2017</dc:creator>
      <dc:date>2018-04-12T10:49:45Z</dc:date>
    </item>
  </channel>
</rss>

