mikearama wrote: Here's one for you techies... Take the network 10.22.100.0/24. Now suppose I want that one network to have multiple vlans. Normally I'd configure the router port that my switch trunks to like: En Config t Interface FastEthernet0/0.1 Encapsulation dot1q 10 IP address 10.22.100.1 255.255.255.0 Exit Interface FastEthernet0/0.2 Encapsulation dot1q 11 IP address 10.22.101.1 255.255.255.0 End Wr mem Now I know that best practice is to assign a network per vlan, so the above config works. I also know that a subnet can be divided by vlans... I just don't know how to config it.
mikearama wrote: Anyone ever taken one network and setup multiple vlans on it? How did you config your router port? Much obliged, Mike
mikearama wrote: I have an existing subnet to use, and cannot add another. And yet, within that one subnet, I'd like to seperate user/server/wireless traffic. So I'd like to use vlans. So based on that, I'd like to see if a couple vlans can be created, but using the same existing subnet. I continue to read that it's possible (though not best practice), and I wondered if anyone had actually set it up, and if so, how. I guess no one's had a subnet restriction like the one I face, so everyone's been able to just throw a subnet at each vlan.
redwarrior wrote: From how I understand it (I work on a network that is vlan-happy!), you would need proxy arp because, by separating 1 subnet into separate vlans, you are creating separate logical networks. This means that layer 2 broadcasts would not be able to cross those vlans to reach the broadcast address for the subnet without proxy arp. In our case, this would go against our reasons for using vlans in the first place, since we are using them to segment our network for the purposes of isolating broadcast traffic and security. Please post whatever you dig up...it does sound interesting!