How To Enable Web GUI on Adtran Totall Access TA 924 from console, and configure static IP on Ethernet port
First you need connect your Adtran TA to your PC via console port.
Also make sure your computer and Adtran connected to same network switch and set on your computer static IP for example 192.168.0.3.
When device is UP and type following commands:
TA924>enable TA924#configure terminal TA924 (config)#ip http server TA924 (config)#username admin password password TA924 (config)#no ip firewall TA924 (config)#int eth 0/1 TA924 (config-intf-eth 0/1)#ip address 192.168.0.5 255.0.0.0 TA924 (config-intf-eth 0/1))#no shut TA924 (config-intf-eth 0/1))#end TA924 (config)#exit TA924#write
Do not forget change username, password and IP.
Open 192.168.0.5 GUI from your browser.
Read also: How To Enable Web GUI on Adtran Totall Access TA 924 from console