We recently did a big network change over at our location that involved a change of our addressing scheme and VLAN's, which was all much needed. We are still not all the way done, as some static IP Addresses exist which can not be changed, in this case a printer. Those still act on the old vlan.
I have a situation as follows:
____________>Static IP Printer
fa0/1 -> Unmanaged switch |
____________>DHCP Client
fa0/1 is set to the old vlan for the static IP printer, however the clients can not pull IP addresses from this vlan. As a temporary fix, I have assigned them static IP addresses. What I want is the clients to pull from the new vlan, and the printer to function from the old off of the same switchport.
I have tried the following:
Setting the switchport to trunk, and having the printer on the native vlan, and having both vlans as allowed vlans. Result: Can ping printer, but still no connectivity from the clients.
Setting the switchport to trunk, and having the clients on the native vlan, and having both vlans as allowed vlans. Result: clients pull DHCP, but can not ping printer.
Presently I have them with static IP addresses as a workaround, but it ticks me off since we are trying to clean up our network, not clutter it more with 'exceptions'.
Any way I can make this work as intended, or am I SOL until we change all the static IP addresses around the network?