Unsolved
This post is more than 5 years old
4 Posts
0
39388
April 2nd, 2004 16:00
PowerConnect 3348 ip interface
Help! I am new to confiuring switches and I don't have any help.
I have a dhcp server which has a ip reservation. I can't get the switch to grab it so I have tried to manually configure the ip interface to the reservation number to get the license active. when I go to change the ip interface from the original address i get an error message "duplicated ip interface on the same subnet." what can I do to change the address.
Thanks
No Events found!


GregG1
2 Intern
•
812 Posts
0
April 2nd, 2004 17:00
It sounds like the problem may be due to how the IP address was configured on the switch. When you set the IP address, did you bind it to a specific physical ethernet interface, or did you configure it on a VLAN?
If you bind an IP address to a physical interface, that interface is removed from VLAN 1. In this case, only a device directly connected to that interface will be able to manage the switch. The recommended way to configure the IP address is to bind it to a VLAN, like VLAN 1. When the IP address is assigned to the VLAN, any device on that VLAN will be able to manage the switch.
The error you are seeing is output when you try to assign two IP addresses to the switch that are on the same subnet. Use the "show ip interface" command to see the IP address bindings and remove the addresses that are assigned before trying to assign another address.
funkwinker
4 Posts
0
February 9th, 2005 14:00
My question is...
How do you change the ip of the switch through telnet for vlan1? We want to migrate our network to a different configuration in the near future and unless there is an easier way, we will have to drag a laptop around to every switch to console into it and switch the IP. (atleast 8 or so and some will require a ladder to reach...)
Will telnet or ssh be posible to do this? Or do I get to revert back to the stone age of actually having to do some physical work?
GregG1
2 Intern
•
812 Posts
0
February 10th, 2005 11:00
Script the configuration changes you want to make using notepad.
Ex. interface vlan 1
no ip address
ip address x.x.x.x /x
Copy the file to the backup-config using tftp. (copy tftp:// / backup-config
Copy the backup-config to the running-config.
funkwinker
4 Posts
0
February 10th, 2005 14:00
--------
console# copy backup-config running-config
Copy: Error in configuration download Line: 2 Command: no ip address
console# 01-Jan-2000 01:16:23 %COPY-W-TRAP: The copy operation has failed
--------
Here is the current config I have:
interface vlan 1
no ip address
ip address XXX.XX.XX.XXX 255.255.0.0
Obviously, the X's are in place of the actual numbers...
I named the config file: '3348_ipchange'
Whats the next step?
GregG1
2 Intern
•
812 Posts
0
February 10th, 2005 14:00
funkwinker
4 Posts
0
February 10th, 2005 16:00
Something else,
'no ip address' and
'no ip address xx.xx.xx.xx'
wipes the static IP as well as the gateway clean...
but it does not wipe the IP and gateway if you use:
'no ip address xx.xx.xx.xx XX.XX.XX.XX'
(command with subnet)
Firmware problem maybe??
Im using:
SW version 1.2.0.6 ( date 15-Nov-2004 time 14:22:46 )
Boot version 1.0.0.13 ( date 11-May-2003 time 14:58:20 )
HW version 00.00.03
I am beginning to think I could have consoled into each switch and changed the IP's by now...
GregG1
2 Intern
•
812 Posts
0
February 11th, 2005 14:00
funkwinker
4 Posts
0
February 11th, 2005 18:00
It was just one of those things I didn't think to try...
Only now to figure out how to get it back to the original IP... :p
Thanks a lot Greg! You've been a great help!