WR2543ND » Historial » Versió 2
Agustí Moll Garcia, 05-05-2013 01:49
1 | 1 | Agustí Moll Garcia | h1. WR2543ND |
---|---|---|---|
2 | 2 | Agustí Moll Garcia | |
3 | 1 | Agustí Moll Garcia | h3. Switch |
4 | |||
5 | Ethernet => RTL8367R |
||
6 | |||
7 | <pre> |
||
8 | config interface 'wan' |
||
9 | option ifname 'eth0.2' |
||
10 | option proto 'dhcp' |
||
11 | |||
12 | config switch |
||
13 | option name 'switch0' |
||
14 | option reset '1' |
||
15 | option enable_vlan '1' |
||
16 | option enable_vlan4k '1' |
||
17 | |||
18 | config switch_vlan |
||
19 | option device 'switch0' |
||
20 | option vlan '1' |
||
21 | option ports '1 2 3 9t' |
||
22 | |||
23 | config switch_vlan |
||
24 | option device 'switch0' |
||
25 | option vlan '2' |
||
26 | option ports '0 9t' |
||
27 | |||
28 | config switch_vlan |
||
29 | option device 'switch0' |
||
30 | option ports '4t 9t' |
||
31 | option vlan '11' |
||
32 | |||
33 | config switch_vlan |
||
34 | option device 'switch0' |
||
35 | option ports '4t 9t' |
||
36 | option vlan '12' |
||
37 | </pre> |