Visible LTE Service + SXT+ Quectel EC25-AF

I see people on here using Mikrotik Routers with Quectel Modems and Visible LTE service, but I cannot seem to get this to work!
Any help would be appreciated.

Here’s what I have tried:
Router OS 7.1.1

AT+QPRTPARA=3
AT+QMBNCFG=“AutoSel”,0 (stop Autoselect config on sim detection)
AT+QMBNCFG=“Deactivate” (disable MBN config)
AT+CFUN=1,1 (reboot the modem)
#wait 30 seconds for modem to reconnect
AT+QCFG=“usbnet”,2 ( MBIM protocol)
AT+QCFG=“nwscanmode”,3,1 ( 4G-LTE only)
AT+CGDCONT=1;+CGDCONT=2;+CGDCONT=3;+CGDCONT=4;+CGDCONT=5;+CGDCONT=6;+CGDCONT=7;+CGDCONT=8;+CGDCONT=9;+CGDCONT=10;+CFUN=0;+CFUN=1 (set all other APN slots to empty)
AT+CGDCONT=1,“IPV6”,“VSBLINTERNET”

If I run AT+QNWINFO I get this: output: +QNWINFO: “FDD LTE”,“311480”,“LTE BAND 13”,5230
But the cellular status tab shows nothing.

I feel like Im missing something really simple, any ideas?

For anyone else beating their head against the wall like me, this solved my issue.

Setting the apn to IPV4 only like this
AT+CGDCONT=1,“IP”,“vsblinternet”
That got it to register and internet to work. I ended up setting the modem back to usbnet=1 because it seemed more reliable.