Lab 3.1 Concept of Bridge

No Comments
TOPOLOGI : 

 
1. Check the interface we used, using interface print command. There are ether1-ether2 here we will bridge the ether.

2. Next we create a bridge interface, using interface bridge add name=bridge-01 command, then check it using interface bridge print command, we can see that the bridge status is running (R).


3. Then we add port bridge, when we remotely user ether1 or other ether, Winbox will automatically reconnect when adding a bridge port. Enter the command namely :

ether1     : interface bridge port add interface=ether1 bridge=bridge-01

ether2     : interface bridge port add interface=ether2 bridge=bridge-01

ether3     : interface bridge port add interface=ether3 bridge=bridge-01

ether4     : interface bridge port add interface=ether4 bridge=bridge-01


check it by using interface bridge port print command. We can see that the bridge port was successfully created. In the flags we can see from ether2-ether4 status is invalid (I) meaning there is no client or cable connected to the port.


4. Check the interface, using interface print command, when we configure the bridge slave (S), which means that it's connect to the bridge.


5. After that, configure the ip address using ip address add address=11.11.11.1/24 interface=bridge-01 do the checking using ip address print command, we can see that the ip address has been created using the bridge-01 interface.


6. Before doing the test, we configure static ip on the client, make sure the ip address used is one network with the router, subnetmask /24 and gateway uses the ip router.


7. Do the test on ethernet1 (RS),then ping the ip route, ping 11.11.11.1 if the result is a reply, it means that the client is connected.


8. Test on ether2 (RS), move the lan cable to ether2, then ping 11.11.11.1 if the result is a reply, it means that the client is connected.


9. Test on ether3 (RS), move the lan cable to ether3, then ping 11.11.11.1 if the result is a reply, it means that the client is connected.


10. Test on ether4 (RS), move the lan cable to ether4, then ping 11.11.11.1 if the result is a reply, it means that the client is connected.

Next PostPosting Lebih Baru Previous PostPosting Lama Beranda

0 komentar

Posting Komentar