Difference between revisions of "Adtran NetVanta 1234P"

From Michael's Information Zone
Jump to navigation Jump to search
 
Line 11: Line 11:
 
</pre>
 
</pre>
 
*Do NOT save configuration<ref>https://supportforums.adtran.com/docs/DOC-7561#CLI</ref>
 
*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 18: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