Network Management

 View Only
Expand all | Collapse all

IMC 7.2 Deploying Configuration Template

This thread has been viewed 4 times
  • 1.  IMC 7.2 Deploying Configuration Template

    Posted Apr 11, 2016 07:07 PM

    I'm trying to deploy a simple logging config to a set of switches, but fails with failed to telnet device message. I can telnet to devices from within IMC without problems. Login method set to Telnet and access parametes correctly set. No username or password required. Automatic config backup works fine too if that is related. 

    Any ideas appreciated.



  • 2.  RE: IMC 7.2 Deploying Configuration Template

    Posted Apr 14, 2016 01:30 PM

    Hello Lk, 

     

    Make sure you're SNMP Write community is working. Although sometimes IMC blames Telnet for things, it uses SNMP more than you can tell. You can test your values by going to Resource -> Batch Operations -> Check Access Settings.

    Best of luck,

    RK



  • 3.  RE: IMC 7.2 Deploying Configuration Template

    Posted Apr 15, 2016 12:41 AM
      |   view attached

    Hello RK and the rest

    Thank you very much for trying to help.

    I did what you suggested. Check Access Settings came up a success. I have set up device access settings under devices. However, under batch operation settings are wrong. What ever changes I apply do not seem to stay. Could this be the issue. Correct settings are still there if you check under Device View --> Device.

    Same for SNMP settings too.

    Thanks

    LK



  • 4.  RE: IMC 7.2 Deploying Configuration Template

    Posted Apr 15, 2016 02:13 AM

    Having no username or password is a little unusual, to say the least. People usually make at least a vague nod towards security.

    Could you explain more about what you mean by this?:

    However, under batch operation settings are wrong. What ever changes I apply do not seem to stay.

    Where do the changes not "stay" ?



  • 5.  RE: IMC 7.2 Deploying Configuration Template

    Posted Apr 19, 2016 09:39 PM

    Hello Lindsay

    Thanks for responding. 

    I haven't set up username/password at this stage nor any devices are connected to switches yet.

    I go to batch operation, select set of switches, change telnet parameters then apply the change. I get the message confirming change had been appllied. But when checked under batch operation, parameters remain the same as was before the change.  

     



  • 6.  RE: IMC 7.2 Deploying Configuration Template

    Posted Apr 19, 2016 11:05 PM

    The parameters on that screen are just a starting point for the batch operation. They don't reflect the current settings. What would you expect to see on that screen if you were executing that change on 20 devices, each of which currently had unique settings?

    Go to the device's Device Details page, and see what it's set to there.

    Also, if you're just changing one single device, you don't need to use Batch Operations. You can do it from the Device Details page.



  • 7.  RE: IMC 7.2 Deploying Configuration Template

    Posted Apr 20, 2016 06:54 PM

    Hi LH

    Telnet settings under device details are correct. I can telnet to devices from within IMC without problems.

    I was wondering if telnet settings under batch operation had anything to do with my failing application of a simple configuration script. Configuration script application fails citing inability to telnet to devices. 

    Since my username/password comnination is no username/no password across all devices, shouldn't I see this under batch seetings if I select 1 device or all of them. I do not see this for any combination of devices. Hence I thought, if configuration script application was using telnet settings from batch operation instead of device details.

    Any ideas appreciated.



  • 8.  RE: IMC 7.2 Deploying Configuration Template

    Posted Apr 20, 2016 07:51 PM

    @LkGeek wrote:

    Since my username/password comnination is no username/no password across all devices, shouldn't I see this under batch seetings if I select 1 device or all of them. I do not see this for any combination of devices. .


    No. Ignore the batch settings thing. It's not used anywhere else. It just starts with default Telnet settings for batch operations. It doesn't take into account what's currently configured for that device.

    As to why your configuration thing is failing, I'd start looking into the logs to see what's going on. The telnet failure message is a generic one, and doesn't necessarily mean that there was a telnet failure. 

    Do you have SNMP read/write configured for these devices?

     



  • 9.  RE: IMC 7.2 Deploying Configuration Template

    Posted Apr 21, 2016 07:19 PM

    Hi LH

    SNMP read/write has been configured on switches and IMC. SNMP check passes everytime.

    Thanks

    LK



  • 10.  RE: IMC 7.2 Deploying Configuration Template

    Posted Apr 21, 2016 09:59 PM

    OK, time to look at some more things:

    • Are you deploying a Configuration snippet, or running a CLI script? Running config/startup config?
    • What options are you selecting when deploying? e.g. "Before deployment, save the device's running configuration..." etc
    • What device types?
    • What file transfer type do you have set for those devices?

    Further troubleshooting steps:

    • Look in <IMC>/server/data/jobmgr. Look for some files in there. Look at the contents of the most recent files. 
    • Run Wireshark, and look at what traffic you see between IMC & the device in question. Does it attempt to telnet to the device? Look at the traffic, see if you can see anything obviously wrong, or it stopping at an odd place.
    • <IMC>/client/log/imcforeground.log may contain some clues.

    Can you also post a screenshot of the exact error message you're seeing?



  • 11.  RE: IMC 7.2 Deploying Configuration Template

    Posted Apr 21, 2016 10:30 PM

    Hi LH

    • Are you deploying a Configuration snippet, or running a CLI script? Running config/startup config? CLI Scrpt running config (en, conf t, logging x.x.x.x, exit, wr mem)
    • What options are you selecting when deploying? e.g. "Before deployment, save the device's running configuration..." et No options, immediate deployment, Tried with backing up running config before deployment. Only that step passed.
    • What device types? HP2920 switches
    • What file transfer type do you have set for those devices? Telnet, or I've looked at the wrong place

    I'll look into other ares you have pointed to.

    Thanks

    Thanks



  • 12.  RE: IMC 7.2 Deploying Configuration Template

    Posted Apr 21, 2016 10:56 PM

    By file transfer mode, I mean TFTP/SFTP/SCP.  But it shouldn't matter if you're doing a CLI script.

    That said, you should just be able to deploy a config template containing "logging x.x.x.x". You don't have to do it as a CLI script. Give that a go, see what happens.

    Also, out of interest, what happens if you do set a username & password on the device? I'm wondering if something somewhere is making an assumption that you do have a username/password. From memory, most of the code should handle it, but there is usually an assumption of basic authentication.