catch21 Posted May 8, 2013 Posted May 8, 2013 (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 May 8, 2013 by catch21
cpjitservices Posted May 8, 2013 Posted May 8, 2013 Can you just reserve the IP that it keeps getting dynamically in your DHCP pool ? that way the IP wont change. 1
nelsons Posted May 10, 2013 Posted May 10, 2013 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 1
catch21 Posted May 14, 2013 Author Posted May 14, 2013 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).
FN-GM Posted May 14, 2013 Posted May 14, 2013 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?
sultan966 Posted May 14, 2013 Posted May 14, 2013 Finish it with #copy run start That will save it. 1
FN-GM Posted May 14, 2013 Posted May 14, 2013 Finish it with #copy run start That will save it. run the command WR its quicker 1
catch21 Posted May 14, 2013 Author Posted May 14, 2013 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now