Before I've checked solution guide, I did it following and, it also works fine.
But, It asks VRF Selection feature from solution guide but, I can't find any condition using VRF selectoin feature on task 5.3 statement. Did I miss understand something in lab scenario?
ip vrf ABC123
rd 192.168.1.1:201
route-target export 192.168.1.1:201
route-target import 192.168.5.5:201
route-target import 192.168.6.6:101
interface FastEthernet0/0
ip vrf forwarding ABC123
ip address 129.1.17.1 255.255.255.0
router bgp 200
no bgp default ipv4-unicast
bgp log-neighbor-changes
neighbor 129.1.17.7 remote-as 65001
neighbor 192.168.4.4 remote-as 200
neighbor 192.168.4.4 update-source Loopback0
!
address-family vpnv4
neighbor 192.168.4.4 activate
neighbor 192.168.4.4 send-community extended
exit-address-family
!
address-family ipv4 vrf ABC123
neighbor 129.1.17.7 remote-as 65001
neighbor 129.1.17.7 activate
no auto-summary
no synchronization
network 192.168.7.0
exit-address-family
!
ip route vrf ABC123 192.168.7.0 255.255.255.0 129.1.17.7