Do VLAN ids have to match?
Yes, the layer 2 VLAN ID must match the layer 3 SVI interface. Take a look at the ARP table on the PC and the MAC address that corresponds to, presumably on the 6500. If that MAC is for the VLAN 10 interface and that interface doesn’t have the 192.168. 200.1 address then it’s proxying it.
What is VLAN subnet?
At a high level, subnets and VLANs are analogous in that they both deal with segmenting or partitioning a portion of the network. However, VLANs are data link layer (OSI layer 2) constructs, while subnets are network layer (OSI layer 3) IP constructs, and they address (no pun intended) different issues on a network.
Can a subnet have the same VLAN ID?
No problem you can use same VLAN on both switches with different subnet, as one is terminated as a layer 3 on one core switch and other is terminated on different layer 3 switch. So they are completely separated from each other.
Is the VLAN the same as the network?
Yep true jason. both are different. vlan is just like a pocet in your purse. there are many pockets in purse. now you can keep money (subnet) in any pocket. You can do vlan translation mapping with 6500 HW, help a lot in your situation. In the “leaf site”, vlan 600 main site will be see for example with the tag 1600.
Can a trunk pass Teh data to multiple VLANs?
Trunk just pass teh multiple vlans data. yep through SVI you can do inter-vlan rouitng. means it can route the packet from one vlan to another vlan becasue its a layer 3 interface. SVI vlan 33 will be using is doing inter vlan rouitng for vlan 600 in both switches but the VLAN 600 is not communciating to each other directly.
What does VLAN 33 do in a subnet?
And VLAn 33 is doing the routing between both subnets. VLAN is a part of Layer 2 header, as soon as packet crosses the Layer 3 boundry the layer 2 header is stripped off and replaced by other layer 2 header.