kinos

Untitled

Feb 11th, 2017
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. r2
  2. #
  3. /interface bridge
  4. add name=bridge2 protocol-mode=none
  5.  
  6. /interface bridge port
  7.  
  8. add bridge=bridge2 interface=vlan255
  9. add bridge=bridge2 interface=vlan2
  10.  
  11. #
  12. /interface vlan
  13. add disabled=yes interface=ether4 mtu=1000 name=vlan2 vlan-id=2
  14. add interface=ether1 name=vlan255 vlan-id=255
  15.  
  16.  
  17. r1
  18. /interface bridge
  19. add name=bridge1
  20. add name=bridge2 protocol-mode=none
  21. add name=bridge3 protocol-mode=none
  22. /interface bridge port
  23. add bridge=bridge3 interface=ether3
  24. add bridge=bridge1 interface=eoip-tunnel1
  25. add bridge=bridge3 interface=ether1
  26. add bridge=bridge2 interface=vlan255
  27. add bridge=bridge2 interface=hosting
  28. /interface vlan
  29. add interface=ether3 loop-protect-disable-time=0s loop-protect-send-interval=0s mtu=1250 name=hosting vlan-id=2
  30. add interface=ether2 loop-protect-disable-time=0s loop-protect-send-interval=0s name=vlan255 vlan-id=255
Add Comment
Please, Sign In to add comment