Community discussions

MikroTik App
 
nsb
just joined
Topic Author
Posts: 18
Joined: Sun Mar 12, 2017 5:43 pm

Could anyone help me to configure Mikrotik Hap AC lite TC working as switch?

Wed Sep 05, 2018 7:40 am

I am a new mikrotik user. thanks for any help.
 
User avatar
Jotne
Forum Guru
Forum Guru
Posts: 3348
Joined: Sat Dec 24, 2016 11:17 am
Location: Magrathean

Re: Could anyone help me to configure Mikrotik Hap AC lite TC working as switch?  [SOLVED]

Wed Sep 05, 2018 8:44 am

Start with a reset
System->Reset configuration->No default configuration
Reboot

Create a Bridge
Bridge->Bridge->+->OK
/interface bridge
add fast-forward=no name=bridge1
Add all ports to that bridge.
Bridge->Port->+->Ethernet1/Bridge1
Bridge->Port->+->Ethernet2/Bridge1
Bridge->Port->+->Ethernet3/Bridge1
Bridge->Port->+->Ethernet4/Bridge1
Bridge->Port->+->Wan1/Bridge1
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=wlan1
If you like the switch to get an IP
IP->DHCP Client->+->Interface:Bridge1->OK
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=bridge1
This is how it looks like.
Basic Switch.jpg
You do not have the required permissions to view the files attached to this post.
 
nsb
just joined
Topic Author
Posts: 18
Joined: Sun Mar 12, 2017 5:43 pm

Re: Could anyone help me to configure Mikrotik Hap AC lite TC working as switch?

Wed Sep 05, 2018 9:54 am

Start with a reset
System->Reset configuration->No default configuration
Reboot

Create a Bridge
Bridge->Bridge->+->OK
/interface bridge
add fast-forward=no name=bridge1
Add all ports to that bridge.
Bridge->Port->+->Ethernet1/Bridge1
Bridge->Port->+->Ethernet2/Bridge1
Bridge->Port->+->Ethernet3/Bridge1
Bridge->Port->+->Ethernet4/Bridge1
Bridge->Port->+->Wan1/Bridge1
/interface bridge port
add bridge=bridge1 interface=ether1
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=wlan1
If you like the switch to get an IP
IP->DHCP Client->+->Interface:Bridge1->OK
/ip dhcp-client
add dhcp-options=hostname,clientid disabled=no interface=bridge1
This is how it looks like.
Basic Switch.jpg
Hi @Jotne,

Thanks alot @Jotne, It is working now. Could you help me for another link: viewtopic.php?f=2&t=138751.

Sent from my PLE-701L using Tapatalk

 
User avatar
Jotne
Forum Guru
Forum Guru
Posts: 3348
Joined: Sat Dec 24, 2016 11:17 am
Location: Magrathean

Re: Could anyone help me to configure Mikrotik Hap AC lite TC working as switch?

Wed Sep 05, 2018 10:33 am

I just answer your other post.
PS no need to quote post above you, click post reply under the post.