Hello,
I have a CCR1009 with DHCP and PPPoE functioning properly, but need to connect a RB2011 where I will have client1 (vlan10), client2 (vlan20) and client3 (VLAN30).
In the RB2011 created the DHCP-Client in Port1 and PPPoE-Client in Vlan 10, 20 and 30.
I made the following configuration, but it did not work ! What did I do wrong ?
/interface vlan
add interface=ether1 name=vlan10 vlan-id=10
add interface=ether1 name=vlan20 vlan-id=20
add interface=ether1 name=vlan30 vlan-id=30
/interface bridge
add name=Client1
add name=Client2
add name=Client3
/interface bridge port
add bridge=Client1 interface=vlan10
add bridge=Client1 interface=ether6
add bridge=Client2 interface=vlan20
add bridge=Client2 interface=ether7
add bridge=Client3 interface=vlan30
add bridge=Client3 interface=ether8