which ports on Sw-AC3 will a frame be forwarded that has Source MAC address 0010.5a0c.fd86 and destination MAC address 000a.8a47.e612?

This task requires you to use the CLI of Sw-AC3 to answer the multiple-choice question below.
This does not require any configuration. Refer the Explanation to see all the configuration details.

Sw-AC3#show mac-address-table

Sw-AC3#show vlan

Sw-AC3#show int trunk

Out of which ports on Sw-AC3 will a frame be forwarded that has Source MAC address
0010.5a0c.fd86 and destination MAC address 000a.8a47.e612? (Choose three)

This task requires you to use the CLI of Sw-AC3 to answer the multiple-choice question below.
This does not require any configuration. Refer the Explanation to see all the configuration details.

Sw-AC3#show mac-address-table

Sw-AC3#show vlan

Sw-AC3#show int trunk

Out of which ports on Sw-AC3 will a frame be forwarded that has Source MAC address
0010.5a0c.fd86 and destination MAC address 000a.8a47.e612? (Choose three)

A.
Fa0/1

B.
Fa0/3

C.
Fa0/12

D.
Fa0/8

E.
Fa0/4

F.
Fa0/6

G.
Fa0/7

Explanation:
First we check to see which ports the source mac-address and the destination mac-address
belong to by using show mac-address-table command

We notice that the source mac-address 0010.5a0c.fd86 is listed in the table and it belongs to Vlan
33 but we can’t find the destination mac-address 000a.8a47.e612 in this table. In this case, the
switch will flood to all ports of Vlan 33 and flood to all the trunk links, except the port it received
this frame (port Fa0/6).
Therefore from the output above, we can figure out it will flood this frame to Fa0/1, Fa0/3 and
Fa0/12. Please notice that the “show mac-address-table” command just lists information that was
learned by the switch, it means that there can be other ports besides Fa0/1, Fa0/3 and Fa0/12
belong to Vlan 33. You can use the show vlan command to see which ports belong to vlan 33

And we found other ports which belong to vlan 33, they are Fa0/2, Fa0/5 and Fa0/7. Our switch
will flood the frame to these ports, too.
And we can check which trunk ports will receive this frame by the show interface trunk command

-> Port Fa0/9 will also receive this frame!



Leave a Reply 0

Your email address will not be published. Required fields are marked *