12-26-2012 05:11 PM - edited 03-07-2019 10:47 AM
Hi everybody.
Suppose we have a layer 2 switch whose mac table is full. We connect a new computer to switch.
Pc1 sends a frame to some computer on the network
How will switch react? Will it delete the oldest entry from mac table to make room for a new entry for pc1's mac?
Thanks and have a great day.
Solved! Go to Solution.
12-26-2012 05:54 PM
When mac table is full, the switch fails over to broadcast mode and starts to broadcast the traffic to all ports in that VLAN. Mac address table overflow is a security vulnerability which attackers exploit by overflooding the CAM table to sniff the traffic. Port security was the answer to this.
In your case, With CAM table full, you introduced a new PC, all the traffic to the new PC will be broadcast to all the ports in that VLAN, till any of the entry times out and switch is able to store the entry for this host.
Hope that helps.
12-26-2012 06:41 PM
Hi,
When switch's CAM table full it starts working like a hub. MAC table entry ages out by default after 300 seconds.
Abzal
12-26-2012 05:54 PM
When mac table is full, the switch fails over to broadcast mode and starts to broadcast the traffic to all ports in that VLAN. Mac address table overflow is a security vulnerability which attackers exploit by overflooding the CAM table to sniff the traffic. Port security was the answer to this.
In your case, With CAM table full, you introduced a new PC, all the traffic to the new PC will be broadcast to all the ports in that VLAN, till any of the entry times out and switch is able to store the entry for this host.
Hope that helps.
12-26-2012 06:41 PM
Hi,
When switch's CAM table full it starts working like a hub. MAC table entry ages out by default after 300 seconds.
Abzal
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