Community discussions

MikroTik App
phildixon
just joined
Topic Author
Posts: 4
Joined: Fri Mar 10, 2017 3:57 pm

[Solved] PPPoE/BGP Issue

Fri Mar 10, 2017 4:12 pm

Hello,

We are trying to set up a PPPoE/eBGP connection to our service provider (BT). The circuit is an IP Unnumbered IP Connect circuit if that helps. we have been provided all the necessary information however we can't seem to get it to establish. We have been sent an example Cisco config to follow and have substituted our information in, could someone translate the config below into a Mikrotik config for a HEX Router?

interface Loopback1
description ** IP Connect Primary WAN IP Address **
ip address 10.20.16.4 255.255.255.255


interface Ethernet0/1/0
description *** Primary Access IEUK656876 ***
no ip address
load-interval 30
ethernet oam mode passive
ethernet oam remote-loopback supported
ethernet oam
!
interface Ethernet0/1/0.101
description ** FDSL209673 **
encapsulation dot1Q 101
pppoe enable group global
pppoe-client dial-pool-number 1
!
interface Dialer1
description ** SFBB PPPoE Primary Logical Interface **
ip unnumbered Loopback1
encapsulation ppp
load-interval 30
dialer pool 1
ppp chap hostnameUSERNAME GOES HERE
ppp chap passwordPASSWORD GOES HERE
no cdp enable
!
router bgp 64512
no synchronization
bgp log-neighbor-changes
neighbor 81.144.23.167 remote-as 2856
neighbor 81.144.23.167 ebgp-multihop 3
neighbor 81.144.23.167 update-source Loopback1
neighbor 81.144.23.167 timers 10 30
!
ip route 0.0.0.0 0.0.0.0 81.144.23.167



Many thanks in advance for your help.

Phil
Top
User avatar
nest
Forum Veteran
Forum Veteran
Posts: 820
Joined: Tue Feb 27, 2007 1:52 am
Location:UK
Contact:

Re: PPPoE/BGP Issue

Fri Mar 10, 2017 5:03 pm

Hi Phil

如果你给供应商他卖给你的那两个x 750Gr3's a quick phone call, they'll be more than happy to help you set this up and try to get it up and running for you asap!;)

You'll find our details below:)

best regards
Top
phildixon
just joined
Topic Author
Posts: 4
Joined: Fri Mar 10, 2017 3:57 pm

Re: PPPoE/BGP Issue

Sat Mar 11, 2017 5:17 pm

Hi Ron,

Thank you will give you a call Monday.

Phil
Top
phildixon
just joined
Topic Author
Posts: 4
Joined: Fri Mar 10, 2017 3:57 pm

Re: PPPoE/BGP Issue/ IP Unnumbered

Tue Mar 14, 2017 8:47 am

Hi All,

I am still struggling with this. The below is an actual config I have put in place on a cisco router. This works perfectly. I am struggling I believe with the "ip unnumbered Loopback1" - Would setting a static /32 ip on the pppoe interface do the equivalent on the mikrotik? (I can answer that as a no), therefore Im really struggling how to achieve the same results. Currently I get the error; Could not determine remote IP (on the PPPOE status). Any advice would be greatly appreciated.

interface Loopback1
description ** IP Connect Primary WAN IP Address **
ip address 10.20.16.4 255.255.255.255

interface Ethernet0/1/0
description *** Primary Access IEUK656876 ***
no ip address
load-interval 30
pppoe enable group global
pppoe-client dial-pool-number 1
!
interface Dialer1
description ** SFBB PPPoE Primary Logical Interface **
ip unnumbered Loopback1
encapsulation ppp
load-interval 30
dialer pool 1
ppp chap hostname USERNAME GOES HERE
ppp chap password PASSWORD GOES HERE
no cdp enable
!
router bgp 64512
no synchronization
bgp log-neighbor-changes
neighbor 81.144.23.167 remote-as 2856
neighbor 81.144.23.167 ebgp-multihop 3
neighbor 81.144.23.167 update-source Loopback1
neighbor 81.144.23.167 timers 10 30
!
Top
phildixon
just joined
Topic Author
Posts: 4
Joined: Fri Mar 10, 2017 3:57 pm

Re: PPPoE/BGP Issue

Tue Mar 14, 2017 10:02 am

Hi All,

Sorted. Set the statics in the profile section under PPPOE. All works great thanks.
Top

Who is online

Users browsing this forum: No registered users and 1 guest