Difference between revisions of "Adtran NetVanta 1234P"
Jump to navigation
Jump to search
Michael.mast (talk | contribs) (Created page with "==Reset Unit with Forgotten Password==") |
Michael.mast (talk | contribs) |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
==Reset Unit with Forgotten Password== | ==Reset Unit with Forgotten Password== | ||
| + | *Setup COM on PC | ||
| + | *Power on unit, press esc to start bootstrap<ref>https://www.youtube.com/watch?v=cKLgg269N_o</ref> | ||
| + | <pre> | ||
| + | bypass-passwords | ||
| + | boot | ||
| + | .... | ||
| + | enable | ||
| + | erase startup-config | ||
| + | reload | ||
| + | </pre> | ||
| + | *Do NOT save configuration<ref>https://supportforums.adtran.com/docs/DOC-7561#CLI</ref> | ||
| + | *Enable GUI and assign IP. | ||
| + | <pre> | ||
| + | enable | ||
| + | configure | ||
| + | Switch(config)#interface gigabit-switchport 0/1 | ||
| + | Switch(config-giga-swx 0/1)#switchport access vlan 1 | ||
| + | Switch(config-giga-swx 0/1)#exit | ||
| + | Switch(config)#interface vlan 1 | ||
| + | Switch(config-intf-vlan 1)#ip address 10.10.10.25 255.0.0.0 | ||
| + | Switch(config-intf-vlan 1)#no shut | ||
| + | Switch(config)#exit | ||
| + | Switch#write | ||
| + | </pre> | ||
Latest revision as of 17:10, 11 February 2020
Reset Unit with Forgotten Password
- Setup COM on PC
- Power on unit, press esc to start bootstrap[1]
bypass-passwords boot .... enable erase startup-config reload
- Do NOT save configuration[2]
- Enable GUI and assign IP.
enable configure Switch(config)#interface gigabit-switchport 0/1 Switch(config-giga-swx 0/1)#switchport access vlan 1 Switch(config-giga-swx 0/1)#exit Switch(config)#interface vlan 1 Switch(config-intf-vlan 1)#ip address 10.10.10.25 255.0.0.0 Switch(config-intf-vlan 1)#no shut Switch(config)#exit Switch#write