Community discussions

MikroTik App
 
Vitor
newbie
Topic Author
Posts: 40
Joined: Fri Mar 22, 2013 4:09 pm

Mikrotik RB912 with modem MU709s in enabler mode

Sat May 28, 2016 12:48 pm

Hi,

Is it possible to put my RB912 with modem huawei MU709s, in enabler mode for a Cisco router?
How can i do that?

The idea is that the RB receive de public IP address and pass it to the Cisco transparently!

I have a configuration of another equipament (teldat 4G enabler) that do this. Can i replicate this in RB

interface FastEthernet0/0.1
encapsulation dot1Q 1 native
ip address <IP Cisco router> 255.255.255.252
no cdp enable
!
interface FastEthernet0/0.463
! INTERFACE THAT RECEIVE PUBLIC IP ADDRESS
encapsulation dot1Q 463
ip address dhcp
# ip nat outside#
ip virtual-reassembly
no cdp enable
!
ip route 0.0.0.0 0.0.0.0 FastEthernet0/0.463 dhcp

Thanks,