[Berlin-wireless] WDR4900 (Core-Router) ersetzen
Philipp Borgers
borgers at mi.fu-berlin.de
Di Jun 14 15:31:24 CEST 2016
Ja, das hört sich auch logischer an, aber meine Welt ist gerade unlogisch :/
Die Konfiguration:
config switch
option name 'switch0'
option reset '1'
option enable_vlan '1'
config switch_vlan
option device 'switch0'
option vlan '1'
option ports '0t 1 2 3 4 6t'
config switch_vlan
option device 'switch0'
option vlan '5'
option ports '0t 6t'
config switch_vlan
option device 'switch0'
option vlan '6'
option ports '0t 6t'
config switch_vlan
option device 'switch0'
option vlan '7'
option ports '0t 6t'
config switch_vlan
option device 'switch0'
option vlan '8'
option ports '0t 6t'
Die Hilfe von swconfig:
root at simeon-core:/# swconfig dev switch0 help
switch0: mt7530(mt7530), ports: 8 (cpu @ 6), vlans: 16
--switch
Attribute 1 (int): enable_vlan (VLAN mode (1:enabled))
Attribute 2 (none): apply (Activate changes in the hardware)
Attribute 3 (none): reset (Reset the switch)
--vlan
Attribute 1 (int): vid (VLAN ID (0-4094))
Attribute 2 (ports): ports (VLAN port mapping)
--port
Attribute 1 (string): mib (Get MIB counters for port)
Attribute 2 (int): pvid (Primary VLAN ID)
Attribute 3 (unknown): link (Get port link information)
Auszug aus von swconfig dev switch0 show:
VLAN 1:
vid: 0
ports: 0t 1 2 3 4 6t
VLAN 5:
vid: 0
ports: 0t 6t
VLAN 6:
vid: 0
ports: 0t 6t
VLAN 7:
vid: 0
ports: 0t 6t
VLAN 8:
vid: 0
ports: 0t 6t
Ein VLAN 16 geht z.B. nicht.
Gruß Philipp
On Tue, Jun 14, 2016 at 03:06:14PM +0200, Perry wrote:
> Ich glaube dass der Router 16 VLAN's unterstutzt mit VLAN ID'S 0-4094.
> Ich habe, zum Beispiel, den folgenden auf mein wdr4900...
>
> root at openWrt:~# swconfig dev switch0 help
> switch0: mdio at ffe24000(Atheros AR8327), ports: 7 (cpu @ 0), vlans: 128
> --switch
> Attribute 1 (int): enable_vlan (Enable VLAN mode)
> Attribute 2 (none): reset_mibs (Reset all MIB counters)
> Attribute 3 (int): enable_mirror_rx (Enable mirroring of RX packets)
> Attribute 4 (int): enable_mirror_tx (Enable mirroring of TX packets)
> Attribute 5 (int): mirror_monitor_port (Mirror monitor port)
> Attribute 6 (int): mirror_source_port (Mirror source port)
> Attribute 7 (string): arl_table (Get ARL table)
> Attribute 8 (none): apply (Activate changes in the hardware)
> Attribute 9 (none): reset (Reset the switch)
> --vlan
> Attribute 1 (int): vid (VLAN ID (0-4094))
> Attribute 2 (ports): ports (VLAN port mapping)
> --port
> Attribute 1 (none): reset_mib (Reset single port MIB counters)
> Attribute 2 (string): mib (Get port's MIB counters)
> Attribute 3 (int): enable_eee (Enable EEE PHY sleep mode)
> Attribute 4 (int): pvid (Primary VLAN ID)
> Attribute 5 (string): link (Get port link information)
>
> root at openWrt:~# swconfig dev switch0 show
> .
> .
> .
> VLAN 1:
> vid: 100
> ports: 0t 1 2t 3t 4t 5
> VLAN 3:
> vid: 200
> ports: 0t 1t 2t 3t 4t
> VLAN 4:
> vid: 300
> ports: 0t 1t 2t
> VLAN 5:
> vid: 400
> ports: 0t 3t
> VLAN 6:
> vid: 500
> ports: 0t 1t 4t
> VLAN 8:
> vid: 211
> ports: 0t 1t 2t 3t 4t
>
>
> Ich nutze 8 VLAN's, aber mit ID's shon bis auf 500.
>
>
> Und mit mein WR841N v8
>
> root at openWrt:~# swconfig dev switch0 help
> switch0: eth1(AR934X built-in switch), ports: 5 (cpu @ 0), vlans: 16
> --switch
> Attribute 1 (int): enable_vlan (Enable VLAN mode)
> Attribute 2 (none): apply (Activate changes in the hardware)
> Attribute 3 (none): reset (Reset the switch)
> --vlan
> Attribute 1 (int): vid (VLAN ID)
> Attribute 2 (ports): ports (VLAN port mapping)
> --port
> Attribute 1 (int): pvid (Primary VLAN ID)
> Attribute 2 (string): link (Get port link information)
>
> root at openWrt:~# swconfig dev switch0 show
> .
> .
> .
> VLAN 0:
> vid: 0
> ports: 0t 2t 3t
> VLAN 1:
> vid: 100
> ports: 0t 1 2t 3t 4
> VLAN 2:
> vid: 200
> ports: 0t 2t 3t
> VLAN 3:
> vid: 211
> ports: 0t 2t 3t
> VLAN 4:
> vid: 500
> ports: 0t 2t
>
> Ich nutze 5 VLANS aber auch mit ID's bis auf 500.
>
> Für mich ist die frage ob mixed tagged/untagged unterstützt ist. (port 1
> in mein erster Beispiel). WDR4900, WDR3600 hat Unterstützung (aber
> nicht mit kathleen 0.1.2) und WR841N gar nicht.
>
> Zum debugging, habe ich immer mit funktionierende Routern getestet.
> tcpdump kann man auch nutzen.
>
> Der WDR4900 habe ich neulich auf kleineanzeige für 43€ mit porto gekauft.
>
> Perry
>
>
> On 14.06.2016 13:57, Philipp Borgers wrote:
> > Wenn ich die Ausgabe richtig deute muss das VLAN-Tag kleiner 16 sein:
> >
> > root at OpenWrt:/# swconfig dev switch0 help
> > switch0: mt7530(mt7530), ports: 8 (cpu @ 6), vlans: 16
> > --switch
> > Attribute 1 (int): enable_vlan (VLAN mode (1:enabled))
> > Attribute 2 (none): apply (Activate changes in the hardware)
> > Attribute 3 (none): reset (Reset the switch)
> > --vlan
> > Attribute 1 (int): vid (VLAN ID (0-4094))
> > Attribute 2 (ports): ports (VLAN port mapping)
> > --port
> > Attribute 1 (string): mib (Get MIB counters for port)
> > Attribute 2 (int): pvid (Primary VLAN ID)
> > Attribute 3 (unknown): link (Get port link information)
> >
> > Auf jeden Fall kommt der EdgeRouter mit VLANs die kleiner als 16 sind klar.
> > Haben die VLAN-Tags einen größeren Wert funktioniert es nicht.
> >
> > Gruß Philipp
> >
> > On Tue, Jun 14, 2016 at 12:58:56PM +0200, Philipp Borgers wrote:
> >> Das ramfs kann man auch per Webinterface flashen. Meistens muss man es nur
> >> selber bauen, da der Buildbot kein ramfs baut. Danach kann man das sysupgrade
> >> Image in den Flash schreiben mit dem sysupgrade-Tool.
> >>
> >> Ich habe hier einen EdgeRouter, der keine VLANs auf dem Switch konfigurieren
> >> will.
> >>
> >> Hat jemand ähnliche Erfahrungen gemacht? Ideen wie man das sinnvoll debugt?
> >>
> >> Gruß Philipp
> >>
> >> On Sun, Mar 27, 2016 at 06:47:13PM +0200, Arne Zachlod wrote:
> >>> Hey,
> >>>
> >>> ich habe meine Schritte nicht genau aufgezeichnet, aber ich glaube es
> >>> war mit der onboard seriellen und dann ueber den bootloader ins ramfs,
> >>> von dort aus weiter. der header fuer die serielle ist schon
> >>> aufgeloetert, man muss das gehaeuse dafuer aber natuerlich oeffnen.
> >>>
> >>> bye
> >>> arne
> >>>
> >>> On 03/27/2016 12:31 PM, Philipp Borgers wrote:
> >>>> Moin,
> >>>>
> >>>> wie hast du den Router geflashed?
> >>>>
> >>>> Muss ich erst in ein ramfs booten und dann OpenWrt in den Flash schreiben?
> >>>>
> >>>> Gruß Philipp
> >>>>
> >>>> On Wed, Mar 02, 2016 at 10:24:14AM +0100, Arne Zachlod wrote:
> >>>>> Hallo,
> >>>>>
> >>>>> ich habe in den letzten Tagen mal OpenWRT auf einen Ubiquiti
> >>>>> EdgeRouter-X getan, das laeuft auch ganz gut. Preis/Leistung ist auch
> >>>>> sehr angemessen denke ich, hat aber kein WiFi. Kurze Eckdaten [1]:
> >>>>>
> >>>>> Preis: ca. 55 EUR
> >>>>> SoC: MT7621AT (2x 880MHz)
> >>>>> RAM: 256 MB
> >>>>> Flash: 256 MB
> >>>>>
> >>>>> Ausserdem hat er noch 5x Gbit Ethernet (ueber switch angebunden) und es
> >>>>> gibt sogar ne Version mit SFP port fuer Glasfaser. Das Teil kann
> >>>>> ausserdem ueber Ubiquiti Billig-PoE versorgt werden oder es an einem
> >>>>> Port ausgeben.
> >>>>>
> >>>>> Ingesamt ganz nette Hardware, im Auslieferungszustand laeuft da ein
> >>>>> Debian drauf.
> >>>>>
> >>>>> Bye
> >>>>> Arne
> >>>>>
> >>>>> [1] https://wiki.openwrt.org/toh/ubiquiti/ubiquiti_edgerouter_x_er-x_ka
> >>>>>
> >>>>> On 03/02/2016 01:19 AM, Philipp Borgers wrote:
> >>>>>> Moin,
> >>>>>>
> >>>>>> die Ortsgruppe Kreuzberg findet die Idee recht genial und plant zwei
> >>>>>> einzusetzen.
> >>>>>>
> >>>>>> Updates vor Ort könnte man dann ev. durch einen Tausch der SD-Card lösen. Platz
> >>>>>> für Anwendungen gäbe auf der SD-Card + Sata Anschluss. Langfristig ev.
> >>>>>> interessant für verteilte Anwendungen im Mesh?
> >>>>>>
> >>>>>> Bleibt zu klären, ob es Alternativen (z.B. https://mqmaker.com/) gibt und das
> >>>>>> APU per Mc Gayver PoE versorgt werden kann.
> >>>>>>
> >>>>>> Gruß Philipp
> >>>>>>
> >>>>>> On Tue, Feb 09, 2016 at 11:02:50PM +0100, Sven Roederer wrote:
> >>>>>>> Wenn Wifi nicht an board sein soll find ich die PcEngies APU
> >>>>>>> (http://pcengines.ch/apu.htm) ganz nett.
> >>>>>>> - die haben Wums
> >>>>>>> - drei 1G-Nics
> >>>>>>> - 12 DC input
> >>>>>>> - boot via SD-card oder msata
> >>>>>>> - 3 x mini pci-e slots für Wifi zum nachrüsten
> >>>>>>> - ein paar gpios mit denen man schalten oder was abfragen kann
> >>>>>>>
> >>>>>>> und die Schaltpläne gibt's auch (für's repair-caffee)
> >>>>>>>
> >>>>>>> Sven
> >>>>>>>
> >>>>>>> On 09.02.2016 16:54, Holger wrote:
> >>>>>>>> Hej Ihrs,
> >>>>>>>>
> >>>>>>>> für die Installation in der Melanchthon Gemeinde Spandau habe ich mich
> >>>>>>>> bislang an der Konfiguration der Christophorus-Gemeinde orientiert. Dort
> >>>>>>>> werkelt ein WDR4900 als Core-Router, der wohl neu nicht mehr käuflich ist.
> >>>>>>>>
> >>>>>>>> Womit könnte der ersetzt werden? Funk ist nicht wahrscheinlich nicht
> >>>>>>>> erforderlich, da er oben im Turm sitzt.
> >>>>>>>>
> >>>>>>>> cheerio h
> >>>>>>>>
> >>>>>>>> _______________________________________________
> >>>>>>>> Berlin mailing list
> >>>>>>>> Berlin at berlin.freifunk.net
> >>>>>>>> http://lists.berlin.freifunk.net/cgi-bin/mailman/listinfo/berlin
> >>>>>>>> Diese Mailingliste besitzt ein ffentlich einsehbares Archiv
> >>>>>>>
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>>> _______________________________________________
> >>>>>>> Berlin mailing list
> >>>>>>> Berlin at berlin.freifunk.net
> >>>>>>> http://lists.berlin.freifunk.net/cgi-bin/mailman/listinfo/berlin
> >>>>>>> Diese Mailingliste besitzt ein ?ffentlich einsehbares Archiv
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>> _______________________________________________
> >>>>>> Berlin mailing list
> >>>>>> Berlin at berlin.freifunk.net
> >>>>>> http://lists.berlin.freifunk.net/cgi-bin/mailman/listinfo/berlin
> >>>>>> Diese Mailingliste besitzt ein �ffentlich einsehbares Archiv
> >>>>>>
> >>>>>
> >>>>> _______________________________________________
> >>>>> Berlin mailing list
> >>>>> Berlin at berlin.freifunk.net
> >>>>> http://lists.berlin.freifunk.net/cgi-bin/mailman/listinfo/berlin
> >>>>> Diese Mailingliste besitzt ein ffentlich einsehbares Archiv
> >>>>>
> >>>>>
> >>>>> _______________________________________________
> >>>>> Berlin mailing list
> >>>>> Berlin at berlin.freifunk.net
> >>>>> http://lists.berlin.freifunk.net/cgi-bin/mailman/listinfo/berlin
> >>>>> Diese Mailingliste besitzt ein �ffentlich einsehbares Archiv
> >>>
> >>
> >>
> >>
> >>
> >>> _______________________________________________
> >>> Berlin mailing list
> >>> Berlin at berlin.freifunk.net
> >>> http://lists.berlin.freifunk.net/cgi-bin/mailman/listinfo/berlin
> >>> Diese Mailingliste besitzt ein ?ffentlich einsehbares Archiv
> >>
> >
> >
> >
> >> _______________________________________________
> >> Berlin mailing list
> >> Berlin at berlin.freifunk.net
> >> http://lists.berlin.freifunk.net/cgi-bin/mailman/listinfo/berlin
> >> Diese Mailingliste besitzt ein ?ffentlich einsehbares Archiv
> >
> >
> >
> > _______________________________________________
> > Berlin mailing list
> > Berlin at berlin.freifunk.net
> > http://lists.berlin.freifunk.net/cgi-bin/mailman/listinfo/berlin
> > Diese Mailingliste besitzt ein �ffentlich einsehbares Archiv
> >
>
> _______________________________________________
> Berlin mailing list
> Berlin at berlin.freifunk.net
> http://lists.berlin.freifunk.net/cgi-bin/mailman/listinfo/berlin
> Diese Mailingliste besitzt ein ?ffentlich einsehbares Archiv
-------------- nächster Teil --------------
Ein Dateianhang mit Binärdaten wurde abgetrennt...
Dateiname : signature.asc
Dateityp : application/pgp-signature
Dateigröße : 819 bytes
Beschreibung: nicht verfügbar
URL : <https://lists.berlin.freifunk.net/pipermail/berlin/attachments/20160614/e1c07ff0/attachment.sig>
Mehr Informationen über die Mailingliste Berlin