03-26-2014 04:41 PM - edited 03-07-2019 06:52 PM
Hi all,
I have been tasked to find a solution to a problem we have in one of the sites we just bought.
Here is the scenario:
We have a C class network over there, for the sake of this conversation, it will be 192.168.1.0/24. The network only has L3 switches. Long story short, we will be installing 20 new IP cams , and i would like to place them on a separate vlan for obvious reasons.
Here is what the Core has for config on the existing vlan :
Interface Vlan x
ip address 192.168.1.1 255.255.255.0
ip helper-address x.x.x.x.
My question is : can i create a vlan y with the same range? ( ie: 192.168.1.100 255.255.255.0)
Any information pointing to the right direction is greatly appreciated!
Thanks in advance for your help!
Solved! Go to Solution.
03-26-2014 05:45 PM
The short answer is no, if you try and put that ipaddress with mask on a new vlan interface the router will tell you you have a conflict.
If you are constrained to use the 192.168.1.0 network, then need to split it
eg 192.168.1.1 255.255.255.128 on one vlan and
192.168.1.129 255.255.255.128 on another vlan
03-26-2014 05:45 PM
The short answer is no, if you try and put that ipaddress with mask on a new vlan interface the router will tell you you have a conflict.
If you are constrained to use the 192.168.1.0 network, then need to split it
eg 192.168.1.1 255.255.255.128 on one vlan and
192.168.1.129 255.255.255.128 on another vlan
03-26-2014 06:09 PM
Thanks alot for the information, i will test this configuration and report back my results
03-29-2014 05:18 AM
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide