Suppose (my real sceanrio not like this ) I have got laptop A with IP address 10.70.72.93/24 , and MAC is 00-91-4C-2A-2B-2C connected wired to port 10
I have got laptop B with IP address 10.70.72.93/24 (has been changed after I modified its MAC), and MAC 00-91-4C-2A-2B-2C (same as A) connected wired to port 20
Laptop C with ip address 10.70.72.150/24 , and MAC CC-3C-4C-22-33-33 connected wired to port 30
Now CAM table will be:
Code:
MAC Port
00-91-4C-2A-2B-2C 10
00-91-4C-2A-2B-2C 20
CC-3C-4C-22-33-33 30
Now if laptop C (MAC CC-3C-4C-22-33-33 port 30) tries to send frame to Laptop with MAC address 00-91-4C-2A-2B-2C how does the switch know the traffic should exit from which port ? [/B]