Advertisement
olmari

OpenWRT switch config example

Mar 24th, 2014
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. config 'switch_vlan' 'eth0_1'
  2. option 'device' 'eth0'
  3. option 'vlan' '1'
  4. option 'ports' '0 1 2 3 5t'
  5.  
  6. config 'switch_vlan' 'eth0_2'
  7. option 'device' 'eth0'
  8. option 'vlan' '2'
  9. option 'ports' '0t 1t 2t 3t 4t 5t'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement