Hi All
I need some help with knowing how to do IP tunnel over LTE to a PE.
currently I am able to the on different CPE but now I need to do it a Mikrotik.. also do a BGP over the SAME link
interface Tunnel 0
ip address 192.168.84.2 255.255.255.252
tunnel mode gre
tunnel source 10.4.80.X
tunnel destination 172.18.1.242
ip mtu 1400
ip tcp adjust-mss 1300
exit
router bgp 64512
network 10.220.164.224/27
redistribute static
neighbor 192.168.84.1
remote-as XXXX
update-source Tunnel 0
soft-reconfiguration inbound
exit
exit