Advertisement
smithy1208

wan+vlan

Mar 10th, 2021
242
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. /int bridge add name=br-wan vlan-filtering=yes auto-mac=no admin-mac=[/int ethernet get [find name=ether1] mac-address ]
  2.  
  3. /int bridge port remove [find interface=ether1]
  4. /int bridge port remove [find interface=ether5]
  5.  
  6. /int bridge port add bridge=br-wan interface=ether1
  7. /int bridge port add bridge=br-wan interface=ether5 pvid=555
  8.  
  9. /int bridge vlan add bridge=br-wan vlan-ids=555 tagged=br-wan,ether1
  10.  
  11. /int vlan add vlan-id=555 name=br-wan.555 interface=br-wan
  12.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement