I have a topology like this:
the port and mac address map:
Mac address Interface----------- ---------aa:aa:aa:aa:aa:aa - pc1bb:bb:bb:bb:bb:bb - pc2cc:cc:cc:cc:cc:cc - sw1_acdd:dd:dd:dd:dd:dd - sw2_acee:ee:ee:ee:ee:ee - sw1_trff:ff:ff:ff:ff:ff - sw2_tr
The 192.168.0.1
and 192.168.0.254
are under Vlan3
.
if the PC1(192.168.0.1
) communicative the PC2(192.168.0.254
) normally. how about will the switch1 and switch2's MAC address tables look like?
To my knowledge, I think it will be like this:
Switch1 Mac address table:Vlan Mac Address Type Ports---- ----------------- ------ ------3 aa:aa:aa:aa:aa:aa Dynamic sw1_ac3 bb:bb:bb:bb:bb:bb Dynamic sw1_trSwitch2 Mac address table:Vlan Mac Address Type Ports---- ----------------- ------ ------3 aa:aa:aa:aa:aa:aa Dynamic sw2_tr3 bb:bb:bb:bb:bb:bb Dynamic sw2_ac
I have some questions about this:
1) Is my write MAC address table correct?
2) Will the switch itself interfaces store in the MAC address table?