Boa noite Renan,
Primeiramente, muito obrigado por entrar em contato e fornecendo orientações para a correção do problema.
Como consegui solucionar o problema:
Analisando a configuração de todas as portas do Switch_A, a Porta Fa 0/4 não estava no modo Trunk, então habilitei utilizando os seguintes comandos:
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#
Switch(config)#interface Fa 0/3
Switch(config-if)#switchport trunk allowed vlan all
Switch(config-if)#exit
Switch(config)#interface Fa 0/4
Switch(config-if)#switchport mode trunk
Switch(config-if)#
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/4, changed state to down
%LINEPROTO-5-UPDOWN: Line protocol on Interface FastEthernet0/4, changed state to up
Switch(config-if)#switchport trunk allowed vlan all
Switch(config-if)#exit
Analisando a configuração de todas as portas do Switch_B, a Porta Fa 0/4 não estava no modo Trunk, então habilitei utilizando os seguintes comandos:
Switch>enable
Switch#configure terminal
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)#
Switch(config)#interface Fa 0/3
Switch(config-if)#switchport trunk allowed vlan all
Switch(config-if)#exit
Desta forma, todas as máquinas estão recebendo IPs via DHCP:
Obtive essa ajuda através desse vídeo: https://www.youtube.com/watch?v=HOHf848gbsc
At.te,
Diego Lopes.