I have bought to older RB411U LTE card R11e-LTE and I’m trying to setup passthrough to ethernet device behind RB411U (Cisco ISR 891). I have configured APN with passthrough mode to ethernet1
[admin@MikroTik] > interface lte print
Flags: X - disabled, R - running
0 R name=“lte1” mtu=1480 mac-address=AC:FF:FF:00:00:00 apn-profiles=default network-mode=gsm,3g,lte
[admin@MikroTik] > interface lte apn print
Flags: * - default
0 * name=“default” apn=“internet” use-peer-dns=yes add-default-route=yes default-route-distance=2 passthrough-interface=E1VLAN12 passthrough-mac=auto
[admin@MikroTik] >
On Cisco router I have configured DHCP client. Cisco gets IP address from LTE network with mask /30 (other usable address is on RB411U for example address 100.87.193.141 is on Cisco router and address 100.87.193.142 is on RB411U) and default route on Cisco router is pointed to RB411U address.
S* 0.0.0.0/0 [254/0] via 100.87.193.142
100.0.0.0/8 is variably subnetted, 3 subnets, 2 masks
C 100.87.193.140/30 is directly connected, FastEthernet8.12
L 100.87.193.141/32 is directly connected, FastEthernet8.12
S 100.87.193.142/32 [254/0] via 100.87.193.142, FastEthernet8.12
But I’m not able to ping from Cisco to any destination and get ICMP code destination unreachable from RB411U. When I look to RB411U routing table there is no default route, so I added it manualy pointing to interface lte1, but it didin’t solved my problem. Any idea how to get passthrough configuration working?
Standard LTE connection with IP address on RB411U and NAT is working without problem.