Difference between revisions of "Mikrotik: LAN Bridge"

From OnnoWiki
Jump to navigation Jump to search
(Created page with " interface bridge add name=lanBridge interface bridge port add bridge=lanBridge interface=ether8 interface bridge port add bridge=lanBridge interface=ether7 interface br...")
 
 
Line 2: Line 2:
  
 
  interface bridge add name=lanBridge
 
  interface bridge add name=lanBridge
 
 
  interface bridge port add bridge=lanBridge interface=ether8
 
  interface bridge port add bridge=lanBridge interface=ether8
 
  interface bridge port add bridge=lanBridge interface=ether7
 
  interface bridge port add bridge=lanBridge interface=ether7
 
  interface bridge port add bridge=lanBridge interface=ether6
 
  interface bridge port add bridge=lanBridge interface=ether6
  
 +
 +
atau
 +
 +
/interface bridge
 +
add name=bridge1
 +
/interface bridge port
 +
add bridge=bridge1 interface=ether2
 +
add bridge=bridge1 interface=ether3
 +
add bridge=bridge1 interface=ether4
 +
add bridge=bridge1 interface=ether5
  
  

Latest revision as of 07:41, 25 November 2018


interface bridge add name=lanBridge
interface bridge port add bridge=lanBridge interface=ether8
interface bridge port add bridge=lanBridge interface=ether7
interface bridge port add bridge=lanBridge interface=ether6


atau

/interface bridge
add name=bridge1
/interface bridge port
add bridge=bridge1 interface=ether2
add bridge=bridge1 interface=ether3
add bridge=bridge1 interface=ether4
add bridge=bridge1 interface=ether5


Pranala Menarik