Network Management

 View Only
last person joined: yesterday 

Keep an informative eye on your network with HPE Aruba Networking network management solutions
Expand all | Collapse all

Change password on all switchs using IMC

This thread has been viewed 16 times
  • 1.  Change password on all switchs using IMC

    Posted May 29, 2018 07:37 AM

    Hello,

    I want to change password on all of my switchs using IMC, can you tell me how ?

    With kind regards.


    #Password


  • 2.  RE: Change password on all switchs using IMC

    Posted Jun 04, 2018 10:05 AM

    Create a Configuration Template would be one way to do it.



  • 3.  RE: Change password on all switchs using IMC

    Posted Oct 04, 2023 10:13 AM

    What should the template look like.? We have one that worked but now for some reason it has stopped working. 




  • 4.  RE: Change password on all switchs using IMC

    Posted Feb 13, 2024 12:05 PM

    Here you can write the configuration for changing the password with classic commands for your devices and scale it to the entire network where they are appropriate.

    Service    >    Configuration Templates 




  • 5.  RE: Change password on all switchs using IMC

    Posted Feb 16, 2024 10:48 AM

    Template Type: CLI Script

    Content: Advanced mode: (Don't include the [ ] in the code. It is a placeholder for you to put your variable)

    config t^|^
    password [username]^|^

    [newPassword]^|^

    [newPassword]^|^

    write mem^|^