Adtran NetVanta 1335

From Michael's Information Zone
Revision as of 11:57, 3 March 2020 by Michael.mast (talk | contribs) (Created page with "==Enable Web GUI== <ref>https://dcomcomputers.blogspot.com/2013/02/how-to-enable-gui-on-adtran-netvanta.html</ref> <pre> Switch(config)#interface gigabit-switchport 0/1 Switch...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Enable Web GUI

[1]

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-intf-vlan 1)#exit
Switch(config)#ip http server
Switch(config)#username admin password password
Switch(config)#exit
Switch#write