DMVPN Phase 3 BGP Routing

Rene I have both neighbor 10.100.252.114 remote-as 65114 and neighbor 10.100.252.6 remote-as 65020 on the miami hub i didn’t realize i uploaded the wrong configs for the hub but this is my most recent configs sorry about that

Miami#sh running-config
Building configuration...

Current configuration : 2377 bytes
!
version 12.4
service timestamps debug datetime msec
service timestamps log datetime msec
no service password-encryption
!
hostname Miami
!
ip cef
!
no ip domain lookup
!
interface Loopback0
 ip address 10.100.0.4 255.255.255.255
!
interface Loopback1
 ip address 10.100.254.22 255.255.255.248
!
interface Tunnel0
 description Miami HUB
 no ip address
 no ip redirects
 ip mtu 1400
 ip nhrp map multicast dynamic
 ip nhrp network-id 100
 ip nhrp shortcut
 ip nhrp redirect
 ip tcp adjust-mss 1360
 no ip split-horizon
 tunnel source FastEthernet0/0
 tunnel mode gre multipoint
!
interface Tunnel1
 ip address 10.100.252.1 255.255.255.0
 no ip redirects
 ip mtu 1400
 ip nhrp map multicast dynamic
 ip nhrp network-id 102
 ip tcp adjust-mss 1360
 tunnel source FastEthernet0/0
 tunnel mode gre multipoint
!
interface FastEthernet0/0
 ip address 198.136.220.36 255.255.255.224
 duplex auto
 speed auto
!
router bgp 65000
 no synchronization
 bgp log-neighbor-changes
 network 0.0.0.0
 network 10.100.0.4 mask 255.255.255.255
 neighbor 10.100.252.6 remote-as 65020
 neighbor 10.100.252.6 timers 7 21
 neighbor 10.100.252.114 remote-as 65114
 neighbor 10.100.252.114 timers 7 21
 no auto-summary
!
ip route 0.0.0.0 0.0.0.0 198.136.220.33

!
end