Community discussions

MikroTik App
 
Flyman
just joined
Topic Author
Posts: 1
Joined: Sat Dec 11, 2010 3:58 pm

How to configuration RB433AH with 3 interface - 4 Vlan

Sat Dec 11, 2010 4:06 pm

Hi All
Refer Network Diagram i need configurarion RB433AH requirement below
- Vlan4 For Management RB433AH
- Vlan 1-3 output 3 service with 3 interface
Help me please and thank you verry much. :D
Image
 
bcopeland
just joined
Posts: 7
Joined: Thu Feb 25, 2010 5:21 pm
Location: Lafayette, LA, USA
Contact:

Re: How to configuration RB433AH with 3 interface - 4 Vlan

Wed Dec 15, 2010 8:01 pm

/interface vlan add interface=ether1 vlan-id=1 name=vlan1
/interface vlan add interface=ether1 vlan-id=2 name=vlan2
/interface vlan add interface=ether1 vlan-id=3 name=vlan3
/interface vlan add interface=ether1 vlan-id=4 name=vlan4
/interface bridge add name=bridge1 comment="Service A"
/interface bridge add name=bridge2 comment="Service B"
/interface bridge add name=bridge3 comment="Service C"
/interface bridge port add bridge=bridge1 interface=wlan1
/interface bridge port add bridge=bridge1 interface=vlan1
/interface bridge port add bridge=bridge2 interface=wlan2
/interface bridge port add bridge=bridge2 interface=vlan2
/interface bridge port add bridge=bridge3 interface=wlan3
/interface bridge port add bridge=bridge3 interface=vlan3
/ip address add interface=vlan4 address=x.x.x.x/x comment="management"
Am I missing something? or is this everything?
 
BladeX
just joined
Posts: 3
Joined: Wed Jun 13, 2012 1:58 pm

Re: How to configuration RB433AH with 3 interface - 4 Vlan

Wed Jun 13, 2012 2:29 pm

Mine is a different case coz i don't use a cisco switch i have the same setup as above but the cars are setup as AP bridge with the same SSID. When i bridge the cars together with the ether0 (POE) port, the throughput is very poor. sometimes I don't even get a ping response. What is the best way to link all cards together to the ether0 and still have good throughput?
 
christyjame
just joined
Posts: 15
Joined: Fri Feb 10, 2012 5:19 pm
Location: Erode,Tamilnadu,India

Re: How to configuration RB433AH with 3 interface - 4 Vlan

Tue Jun 19, 2012 1:51 pm

Seniors,

Thanks for the post.
 
Chuks
just joined
Posts: 1
Joined: Thu Jul 12, 2012 5:57 pm

Re: How to configuration RB433AH with 3 interface - 4 Vlan

Sun Feb 24, 2013 2:19 pm

Nat the wireless cards with Ethernet Port. Do not bridge the ports, just configure the wireless with a Different network IP eg(192.168.99.1) and ethernet port with ur LAN ip.