Page 1 of 1
Set ip address on 6450 to access gui
Posted: 20 Aug 2020 09:29
by JMARJOHN
I never really work with alcatel i have a new one i want to set up out of the box, i want to set the ip address of the switch once set i want to plug a laptop directly into without internet and access the web gui. is this possible is so what commands do i need to use in putty to do this for this switch.
Re: Set ip address on 6450 to access gui
Posted: 28 Oct 2020 03:58
by MartK
Something like this should work.
Code: Select all
vlan 10 enable
vlan 10 port default 1/1
ip service http
ip interface "MGMT" address 10.10.10.10 mask 255.255.255.0 vlan 10
aaa authentication console "local"
aaa authentication http "local"
Or if you want to use DHCP.
Edit:
I didn't see the date of the original post. Might be a little late.
Re: Set ip address on 6450 to access gui
Posted: 08 Oct 2023 16:40
by jikkelstikkel
This too may be old, but anyone is welcome to reply:
Why do you say it must use vlan 10 ???
Can it be nothing, or vlan 1 ?