Projecte

General

Perfil

Ubiquiti RouterStationPro » Historial » Versió 1

Simó Albert i Beltran, 24-05-2013 18:22
RouterStationPro switch configuration.

1 1 Simó Albert i Beltran
h1. Ubiquiti RouterStationPro
2
3
<pre>
4
RJ45 ports
5
 .-----.  .---------.------.------.
6
 | POE |  | no mesh | mesh | mesh |
7
 '-----'  '---------'------'------'
8
</pre>
9
10
*/etc/config/network*
11
<pre>
12
config switch 'eth1'
13
 option enable '1'
14
 option enable_vlan '1'
15
 option reset '1'
16
17
config switch_vlan 'mesh_ports_vid1'
18
 option vlan '1'
19
 option vid '1'
20
 option device 'eth1'
21
 option ports '0t 4'
22
23
config switch_vlan 'mesh_ports_vid11'
24
 option vlan '11'
25
 option vid '11'
26
 option device 'eth1'
27
 option ports '0t 2t 3t'
28
29
config switch_vlan 'mesh_ports_vid12'
30
 option vlan '12'
31
 option vid '12'
32
 option device 'eth1'
33
 option ports '0t 2t 3t'
34
</pre>
35
36
Dirty implementation in commit:62681240bdc892853e4f0637567cec0e8c6fd874