The best way to do this change is to connect to the switch via serial console. This will allow you to remove the old IP and add the new IP without losing connection.
If this is not possible maybe you can try if you can change the IP using the menu interface.
Just type "menu" at the CLI prompt.
You will be redirected to a menu based interface like this one. You can navigate here using arrow keys, space and enter.
===========================- TELNET - MANAGER MODE -============================
Main Menu
1. Status and Counters...
2. Switch Configuration...
3. Console Passwords...
4. Event Log
5. Command Line (CLI)
6. Reboot Switch
7. Download OS
8. Run Setup
0. Logout
Displays the menu for customizing the switch configuration.
To select menu item, press item number, or highlight item and press <Enter>.
You can go to Switch Configuration ->IP configuration and there you the option to select and edit the current ip address.
After saving the change you will probably lose your connection but you should be able to reconnect via the new address after that.
If you are afraid that something may go wrong, you can schedule a reload of the switch after some time (reload after or reloat at). This will discard changes in the running config and will reactivate the last startup-config.
Original Message:
Sent: Jan 11, 2023 05:06 AM
From: Emil Gogushev
Subject: can't change IP-Address
Thanks for the output!
It is showing that you already have configured IP 192.168.192.4/26 on VLAN 80. This IP belongs to the same subnet.
The switch will not allow you to configure a second IP from the same subnet in the same VLAN.
If you want to replace 192.168.192.4 by 192.168.192.24 you have to remove the first one first.
Are you using console connection or SSH?
Original Message:
Sent: Jan 11, 2023 04:56 AM
From: Aleks YM
Subject: can't change IP-Address
sh ip
Internet (IP) Service
IP Routing : Disabled
Default Gateway : 192.168.192.1
Default TTL : 64
Arp Age : 20
Domain Suffix :
DNS server :
| Proxy ARP
VLAN | IP Config IP Address Subnet Mask Std Local
-------------------- + ---------- --------------- --------------- ----------
DEFAULT_VLAN | DHCP/Bootp
80 | Manual 192.168.192.4 255.255.255.192 No No
81 | Disabled
82 | Disabled
83 | Disabled
Original Message:
Sent: Jan 11, 2023 01:53 AM
From: Emil Gogushev
Subject: can't change IP-Address
Hello,
This message means that the same switch has another VLAN which is having an IP address in the same subnet 192.168.192.0/26. So probably it is not the same IP but the same subnet/network.
The host range of this subnet is 192.168.192.1 - 192.168.192.62.
You can check this using the command show ip. Feel free to paste the output here.