Set ip address on 6450 to access gui

Post Reply
JMARJOHN
Member
Posts: 1
Joined: 20 Aug 2020 09:23

Set ip address on 6450 to access gui

Post 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.
MartK
Member
Posts: 7
Joined: 16 Apr 2015 02:45

Re: Set ip address on 6450 to access gui

Post 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.

Code: Select all

ip interface dhcp-client vlan 10

Edit:
I didn't see the date of the original post. Might be a little late.
jikkelstikkel
Member
Posts: 1
Joined: 08 Oct 2023 16:37

Re: Set ip address on 6450 to access gui

Post 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 ?
Post Reply

Return to “OmniSwitch 6450”