Community discussions

MikroTik App
 
didisso
just joined
Topic Author
Posts: 1
Joined: Tue May 24, 2022 8:39 pm

Dual Dialer PPPOE + vrf

Tue May 24, 2022 9:04 pm

Hello Everybody

Maybe someone , can help , we used to use cisco or juniper device to do this kind of operation , I mean having two dialer interface on same ethernet port
One on the main routing table and another one on a VRF . is it possible to do this kind of thing with Mikrotik
The idea is to provide our customer one physical link multiple services .
I can't figure out how to do it ?

Juniper exemple :

set interfaces pp0 unit 0 ppp-options chap local-name "CUSTOMER_WITH_IP_GLOBAL_ROUTING_TABLE@BACBONE"
set interfaces pp0 unit 0 ppp-options chap passive
set interfaces pp0 unit 0 pppoe-options underlying-interface ge-0/0/0.0
set interfaces pp0 unit 0 pppoe-options idle-timeout 0
set interfaces pp0 unit 0 pppoe-options auto-reconnect 10
set interfaces pp0 unit 0 pppoe-options client
set interfaces pp0 unit 0 family inet negotiate-address

set routing-options static route 0.0.0.0/0 next-hop pp0.0


-----------------------------------------------------------------------------------------------------------

set interfaces pp0 unit 1 ppp-options chap local-name "CUSTOMER_WITH_IP_WITHIN_VPN_MPLS@BACBONE"
set interfaces pp0 unit 1 ppp-options chap passive
set interfaces pp0 unit 1 pppoe-options underlying-interface ge-0/0/0.0
set interfaces pp0 unit 1 pppoe-options idle-timeout 0
set interfaces pp0 unit 1 pppoe-options auto-reconnect 10
set interfaces pp0 unit 1 pppoe-options client
set interfaces pp0 unit 1 family inet mtu 1492


set routing-instances VPN_MPLS interface pp0.1
set routing-instances VPN_MPLS routing-options static route 0.0.0.0/0 next-hop pp0.1

thanks

Who is online

Users browsing this forum: loloski and 12 guests