Community discussions

MikroTik App
 
tecnoarte
newbie
Topic Author
Posts: 29
Joined: Mon Apr 21, 2008 3:48 pm

Vlan RB2011

Fri Oct 28, 2016 2:24 am

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
You do not have the required permissions to view the files attached to this post.
 
haik01
Member
Member
Posts: 404
Joined: Sat Mar 23, 2013 10:25 am
Location: Netherlands

Re: Vlan RB2011

Fri Oct 28, 2016 2:47 pm

Do you get an IP address from the CCR? See /ip address print
 
tecnoarte
newbie
Topic Author
Posts: 29
Joined: Mon Apr 21, 2008 3:48 pm

Re: Vlan RB2011

Fri Oct 28, 2016 4:16 pm

Yes, the client obtains the IP through CCR PPPoE Server.
 
haik01
Member
Member
Posts: 404
Joined: Sat Mar 23, 2013 10:25 am
Location: Netherlands

Re: Vlan RB2011

Fri Oct 28, 2016 11:04 pm

So what do you want to do with that IP? Does it need to be given out to users on each VLAN? How many DHCP servers do you have?
 
tecnoarte
newbie
Topic Author
Posts: 29
Joined: Mon Apr 21, 2008 3:48 pm

Re: Vlan RB2011

Mon Oct 31, 2016 1:07 am

So I want to deliver a DHCP Server IP from CCR for each VLAN in the RB2011. I have only one DHCP