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