Difference between revisions of "Adtran NetVanta 1335"
Jump to navigation
Jump to search
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...") |
Michael.mast (talk | contribs) |
||
Line 9: | Line 9: | ||
Switch(config-intf-vlan 1)#no shut | Switch(config-intf-vlan 1)#no shut | ||
Switch(config-intf-vlan 1)#exit | Switch(config-intf-vlan 1)#exit | ||
− | Switch(config)# | + | Switch(config)#http server |
Switch(config)#username admin password password | Switch(config)#username admin password password | ||
Switch(config)#exit | Switch(config)#exit | ||
Switch#write | Switch#write | ||
</pre> | </pre> |
Latest revision as of 09:22, 11 August 2020
Enable Web GUI
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