I am trying to get a GSM mpci-e card (Option M00201) to work on RB411U running ROS 5.14 and after some initial poking I have it running.
I have a strange issue with that setup:
for some unknown reason the /port print is reporting as usb2 port having hard time of deciding how many channels it has:
[admin@MikroTik] > /port print
Flags: I - inactive
# NAME CHANNELS USED-BY BAUD-RATE
0 serial0 1 Serial Console auto
1 usb2 2 PPP <ppp-out1> 9600
[admin@MikroTik] >
some time later
[admin@MikroTik] > /port print
Flags: I - inactive
# NAME CHANNELS USED-BY BAUD-RATE
0 serial0 1 Serial Console auto
1 usb2 3 PPP <ppp-out1> 9600
[admin@MikroTik] >
That channel count flipping does happen randomly and is not related to system startup or anything.
Unfortunately the data and info channel for the PPP to work is migrating to last channel available as well and thus breaking the PPP configuration and Internet.
What is it? Is it feature or a bug? How to work around that?