I have tried but still not getting to fix this issue.
RTR-CPE35#show running-config | sec router bgp
router bgp 65000
bgp log-neighbor-changes
redistribute ospf 1
neighbor 192.168.100.36 remote-as 65000
neighbor 192.168.100.36 update-source Loopback0
neighbor 192.168.100.36 default-originate
neighbor 192.168.100.39 remote-as 65000
neighbor 192.168.100.39 update-source Loopback0
neighbor 192.168.100.39 default-originate
neighbor 192.168.100.40 remote-as 65000
neighbor 192.168.100.40 update-source Loopback0
neighbor 192.168.100.40 default-originate
!
address-family vpnv4
neighbor 192.168.100.36 activate
neighbor 192.168.100.36 send-community extended
neighbor 192.168.100.39 activate
neighbor 192.168.100.39 send-community extended
neighbor 192.168.100.40 activate
neighbor 192.168.100.40 send-community extended
exit-address-family
!
address-family ipv4 vrf CUST-A
exit-address-family
RTR-CPE35#show running-config | sec router ospf
router ospf 33 vrf CUST-A
redistribute bgp 65000 subnets
network 10.10.150.0 0.0.0.255 area 0
router ospf 1
mpls ldp autoconfig
router-id 192.168.100.35
redistribute bgp 65000 subnets
network 10.10.152.0 0.0.0.255 area 0
network 10.10.154.0 0.0.0.255 area 0
network 10.10.155.0 0.0.0.255 area 0
network 10.10.157.0 0.0.0.255 area 0
network 192.168.100.35 0.0.0.0 area 0
RTR-CPE35#show running-config | sec ip prefix
ip prefix-list CUST-A_TO_GRT seq 5 permit 192.168.33.33/32
ip prefix-list GLOBAL_TO_VRF seq 5 permit 0.0.0.0/0
ip prefix-list GLOBAL_TO_VRF seq 15 permit 10.10.152.0/24
ip prefix-list GLOBAL_TO_VRF seq 25 permit 10.10.100.101/32
RTR-CPE35#show running-config | sec route-map
route-map GLOBAL_TO_VRF_CUST-A permit 10
match ip address prefix-list GLOBAL_TO_VRF
route-map VRF-CUST-A-GRT permit 10
match ip address prefix-list CUST-A_TO_GRT