Hi,
i Just got a fresh RB3011 and try to migrate my working PPPoE config from an existing ROS device.
But I am running into some trouble that gives me serious headache: I don’t get that PPPoE config running on the RB3011.
The setup is trivial:
- ether5 used in standard LAN for VDSL2 modem connectivity
- ether5 gets VLAN tag 7 to run PPPoE on
The rock solid working config goes like this: (PC hardware, no switch chips)
[admin@Grobi] /interface> export
# dec/15/2016 21:45:24 by RouterOS 6.37.3
# software id = XXXX-YYYY
#
/interface bridge
add name=bridge-vlan1
add name=bridge-vlan7
add name=bridge-vlan8
add name=bridge-vlan10
/interface pppoe-client
add add-default-route=yes default-route-distance=10 dial-on-demand=yes disabled=no interface=bridge-vlan7 max-mru=1492 \
max-mtu=1492 name=pppoe-Telekom password=something use-peer-dns=yes user=something
/interface vlan
add comment=Telekom interface=ether1 name=VLAN7 vlan-id=7
/interface bridge port
add bridge=bridge-vlan1 interface=ether1
add bridge=bridge-vlan7 interface=VLAN7
[admin@Grobi] /interface>
After trying half a day with the switch chips VLAN tagging options I went back to the most basic setup on the RB3011: (no success at all)
# dec/15/2016 21:51:32 by RouterOS 6.37.3
# software id = XXXX-YYYY
#
/interface ethernet
set [ find default-name=ether1 ] name=ether1-master
set [ find default-name=ether2 ] master-port=ether1-master
set [ find default-name=ether3 ] master-port=ether1-master
set [ find default-name=ether4 ] master-port=ether1-master
--> ether5 not a slave!
set [ find default-name=ether6 ] name=ether6-master
set [ find default-name=ether7 ] master-port=ether6-master
set [ find default-name=ether8 ] master-port=ether6-master
set [ find default-name=ether9 ] master-port=ether6-master
set [ find default-name=ether10 ] master-port=ether6-master
/interface ethernet switch port
set 0 default-vlan-id=1
set 1 default-vlan-id=1
set 2 default-vlan-id=1
set 3 default-vlan-id=1
set 4 default-vlan-id=1
set 5 default-vlan-id=1
set 6 default-vlan-id=1
set 7 default-vlan-id=1
set 8 default-vlan-id=1
set 9 default-vlan-id=1
set 10 default-vlan-id=1
set 11 default-vlan-id=1
/interface bridge
add admin-mac=6C:3B:6B:F8:BD:91 auto-mac=no comment=defconf name=bridge-vlan1
add name=bridge-vlan7 protocol-mode=none
/interface bridge port
add bridge=bridge-vlan1 comment=defconf interface=ether6-master
add bridge=bridge-vlan1 comment=defconf interface=sfp1
add bridge=bridge-vlan1 interface=ether1-master
add bridge=bridge-vlan1 interface=ether5
add bridge=bridge-vlan7 interface=ether5-vlan7
/interface vlan
add interface=ether5 loop-protect-disable-time=0s loop-protect-send-interval=0s name=ether5-vlan7 vlan-id=7
add interface=bridge-vlan1 name=vlan8 vlan-id=8
add interface=bridge-vlan1 name=vlan10 vlan-id=10
/interface pppoe-client
add add-default-route=yes default-route-distance=10 dial-on-demand=yes disabled=no interface=ether5-vlan7 max-mru=1492 \
max-mtu=1492 name=pppoe-Telekom password=something use-peer-dns=yes user=something
Of course this is not the most elegant but the simplest solution - that simply does not work.
The router is unable to communicate to the modem on VLAN 7. Communication on VLAN 1 (default here) works fine.
Any idea?
Regards
Uwe