Gngogh wrote: » if the swith does not have layer 3 capabilities..
EdTheLad wrote: » The question is, how did the originating device in vlan 2 learn the dst mac address for the device in vlan 4?
EdTheLad wrote: » A is correct, the src mac address being in Vlan 2, tells us that the frame will arrive in vlan 2 on the switch. The switch will check vlan 2 database for the destination mac, since it is unknown the switch will perform an unknown unicast flood out all ports in "VLAN2" except the receiving port. The frame will never reach it's destination as frames cannot be forwarded between different vlans. Even with a router on the vlan this frame would be useless, the originating device needs to send frames to a mac in vlan 2 i.e. the default gateway would have a dst mac in vlan 2.The question is, how did the originating device in vlan 2 learn the dst mac address for the device in vlan 4?
markulous wrote: » REMOVED UNNECESSARY QUOTED REPLY FROM PREVIOUS POST I wouldn't base it solely on your Boson practice exam. Look through the objectives and make sure you're comfortable with them. Make sure you know your show commands and have subnetting down.
clarson wrote: » Heero is right switches don't drop frames. in this case, like heero points out, the switch floods the ports then the devices that receive the frames see that the frame isn't intended for them, and they drop the frames. So, A is right. one more question I should get right on the test. Thanks heero
jayskata wrote: » "Or do Switches drop packets for only for the those VLANs not in their allowed list, and always floods frames for known/unknown MACs in a different VLAN? Meaning dropping packets only happens when a trunk is involved. Is that so?"Frames are dropped by trunk ports if not included on the allowed vlans. Logically speaking, if a frame with a different VLAN traverse a trunk port, the receiving end will still check its CAM table and based on that it will decide how it will forward the frame either unicast or broadcast. If it uses broadcast then it floods all the switchports and it will keep on sending broadcast as long as there is no ARP reply.
apr911 wrote: » The answer is A.Sure the switch knows about the MAC address in vlan 4 but the CAM table database is kept isolated between vlans which means for vlan 2 it doesnt know the MAC address and thus follows the default behavior, flooding the packet out all ports on vlan 2 except the receiving port. Many people have already given this answer yet the conversation still continues so here's another way of looking at... What if your MAC address on vlan 4 is on a trunk port containing vlan 2 and 4... The server can be IP'd in both vlans but it may only be using the vlan 4 IP as its default thus the switch would remain unaware of the IP/MAC on vlan 2 (though it would learn the IP when the server ARP'd for it unless it has a static arp configured). Or what about MAC Address spoofing/masquerading? This is common practice, particularly when dealing with a network device with HA failover and no-gratuitous ARP capablities (i.e. F5 Loadbalancers).
apr911 wrote: » the CAM table database is kept isolated between vlans which means for vlan 2 it doesnt know the MAC address and thus follows the default behavior, flooding the packet out all ports on vlan 2 except the receiving port.