Advertisement
Guest User

Untitled

a guest
Feb 19th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1.  
  2. add admin-mac=CC:2D:E0:8E:A4:75 auto-mac=no comment=defconf name=bridge protocol-mode=none
  3. /interface ethernet
  4. set [ find default-name=ether20 ] comment="MGMT 10.4.22."
  5. /interface vlan
  6. add interface=bridge name=vlan212 vlan-id=212
  7. add interface=bridge name=vlan811 vlan-id=811
  8. /interface wireless security-profiles
  9. set [ find default=yes ] supplicant-identity=MikroTik
  10. /interface bridge port
  11.  
  12. add bridge=bridge comment=defconf interface=ether8
  13. add bridge=bridge comment=defconf interface=ether24
  14.  
  15. /interface ethernet switch egress-vlan-translation
  16. add customer-vid=212 customer-vlan-format=untagged-or-tagged new-customer-vid=0 ports=ether8 service-vlan-format=\
  17. untagged-or-tagged
  18. /interface ethernet switch ingress-vlan-translation
  19. add customer-vid=0 new-customer-vid=212 ports=ether8
  20. /interface ethernet switch port
  21. set 7 vlan-type=edge-port
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement