Adtran NetVanta 1335

From Michael's Information Zone
Revision as of 10:22, 11 August 2020 by Michael.mast (talk | contribs) (→‎Enable Web GUI)
(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)#http server
Switch(config)#username admin password password
Switch(config)#exit
Switch#write