Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rjohnson-ucar/04d92b6c06f4d8e548417ac873170c8b to your computer and use it in GitHub Desktop.
Save rjohnson-ucar/04d92b6c06f4d8e548417ac873170c8b to your computer and use it in GitHub Desktop.
How to factory reset your GigaVUE 2404 and other models of similar vintage when you have lost your root and superuser passwords
GigaVue 2404 & Other Factory Reset Instructions
Do this when you have lost the root password and all superuser passwords for a GigaVUE 2404 or other models of similar vintage.
Summary
Get into RedBoot ROM environment on console serial port via Control-C at boot. Issue reset command to restore factory defaults. Log in using default root password and set a new root password. Then rebuild configurations.
Steps
1) Towards the left side of slot 1, connect an RJ45 serial cable to the RJ45 "Console" port (it is next to the RJ45 "Mgmt" network port)
a) Serial parameters are 115200/8/N/1, no flow control
2) Reboot/power on the device. Hit control-C when it mentions RedBoot
a) Easiest to tap ^c during boot until the keystroke is captured and the RedBoot prompt comes up and remains
3) At the RedBoot> prompt
a) Type fconfig rstrtac true
b) Answer y when it asks Update RedBoot non-volatile configuration - continue (y/n)?
4) Reboot again, and log in as root with the default password (as shown in GigaVUE 2404 Quick Start Guide)
a) Login as: root
b) Use password: root123A! (Previous models used root123)
5) Change the root password to something non-default
6) Restore or rebuild necessary configuration and create necessary user accounts
References
https://www.mxwiki.com/password/gigamon/gigamon-default-password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment