We have 200+ Extreme switches and planning to change the password.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-17-2016 05:02 PM
We have 200+ Extreme switches and planning to change the password. We have netsight so can anyone please tell me the steps to change the new password? Am completely new to Netsight.
Thanks in advance
Thanks in advance
9 REPLIES 9
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-17-2016 05:32 PM
Am using X460-24x, trying this in only one switch.
Thank you, let me try this now.
Thank you, let me try this now.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-17-2016 05:32 PM
Hi Dineshkumar,
The script in Netsight Command Script tool for XOS devices would be the following:
If you want to apply the change but not save the configuration you can use:
configure account admin password
@SLEEP 1
Test123 <= Current pass
@SLEEP 1
Test5678 <= New pass
@SLEEP 1
Test5678 <= New pass confirmation
@SLEEP 5
exit
@SLEEP 1
No
If you want to include the "save" option it would be the following:
configure account admin password
@SLEEP 1
Test123 <= Current pass
@SLEEP 1
Test5678 <= New pass
@SLEEP 1
Test5678 <= New pass confirmation
@SLEEP 1
save
@SLEEP 1
Yes
@SLEEP 5
exit
As already recommended, please be familiar with this Netsight tool by testing the script in 1-2 switches before applying it to all units.
The script in Netsight Command Script tool for XOS devices would be the following:
If you want to apply the change but not save the configuration you can use:
configure account admin password
@SLEEP 1
Test123 <= Current pass
@SLEEP 1
Test5678 <= New pass
@SLEEP 1
Test5678 <= New pass confirmation
@SLEEP 5
exit
@SLEEP 1
No
If you want to include the "save" option it would be the following:
configure account admin password
@SLEEP 1
Test123 <= Current pass
@SLEEP 1
Test5678 <= New pass
@SLEEP 1
Test5678 <= New pass confirmation
@SLEEP 1
save
@SLEEP 1
Yes
@SLEEP 5
exit
As already recommended, please be familiar with this Netsight tool by testing the script in 1-2 switches before applying it to all units.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-17-2016 05:32 PM
What switch do you have?
Regards
Zdeněk Pala
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-17-2016 05:09 PM
Here the XOS commands that you'd need for the script...
https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-Change-Account-Password-in-EXOS/
https://gtacknowledge.extremenetworks.com/articles/How_To/How-to-Change-Account-Password-in-EXOS/
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎05-17-2016 05:07 PM
See the following.
Depending on your device, the script here may need to change.
I also recommend trying it on several devices at a time, rather than trying the whole lot at one time in case something goes wrong, you limit it in scope.
https://gtacknowledge.extremenetworks.com/articles/How_To/Using-Netsight-Execute-Command-Script-to-s...
Depending on your device, the script here may need to change.
I also recommend trying it on several devices at a time, rather than trying the whole lot at one time in case something goes wrong, you limit it in scope.
https://gtacknowledge.extremenetworks.com/articles/How_To/Using-Netsight-Execute-Command-Script-to-s...
