Jump to content

Recommended Posts

Posted (edited)

I'll stop posting these soon. Fortunately I have a 10-port version off to the side on the bench that I am putting trial configurations into before I put them onto the live switches.

 

From factory settings, the box gets its administration (web browser) IP address from the DHCP server. That's fine, but even if I fix that to static when I switch to layer 3 mode it reverts to dynamic and picks an IP address up out of the pool again.

 

Trouble is, I cannot then move to a static IP address (as far as I can see) and overwrite the one it is using from the pool.

 

Once the sw is in layer 3 mode the "Change Device IP Address" on the Getting Started page takes you to "IPv4 Interface". If you try to tick and edit vlan1 you can check the Static IP box but doesn't allow the IP address to be changed?

 

Can anyone shed any light please? Clearly I don't want a static IP set to one of the IPs out of the pool.

 

 

...and, once you are in static IP mode you can't go back to dynamic, it is greyed out. Can scarcely believe these are browser bugs but what is the alternate logic?

Edited by catch21
Posted

You should be able to access the switch via the command line interface once it has an address, try connecting to it using putty and specifying telnet (TCP23) and the dynamic IP address. Once connected you should be able to change the address.

 

HTH

 

Steve

  • Thanks 1
Posted
I managed to CLI via the console interface and hyper terminal on a windows PC. Once you can talk to it again you can set up via the web browser a management interface for each vlan (up to 32 different IP addresses I think).
Posted

How exactly are you chaning the IP address? Something like this

 

En

Conf t

Int VLAN 1

IP Address xxx.xxx.xxx.xxx 255.255.255.0

no shut

 

Might sound daft are you saving the running config?

Posted
How exactly are you chaning the IP address? Something like this

 

En

Conf t

Int VLAN 1

IP Address xxx.xxx.xxx.xxx 255.255.255.0

no shut

 

Might sound daft are you saving the running config?

 

from what I recall...something like

 

configure

interface vlan 1

ip address xxx.xxx.xxx.xx mmm.mmm.mmm.mm

 

and exit, exit, exit

 

...then back onto the browser UI to save there.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...