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