ZyXEL GS1900-8

The ZyXEL GS1900-8 is an 8 port gigabit switch

ZyXEL GS1900-8 front ZyXEL GS1900-8 back ZyXEL GS1900-8 angled view

None at this time.

Install OpenWrt (generic explanation)

FIXME Please add the installation procedure here.

FIXME Find out flash layout, then add the flash layout table here (copy, paste, modify the example).

Please check out the article Flash layout. It contains examples and explanations that describe how to document the flash layout.

This section deals with

  • How you install OpenWrt from a device freshly opened
  • The steps required such as reset to factory defaults if the device has already been configured

Two step flashing process

Note: Reset router to factory defaults if it has been previously configured.

  • Log in to OEM management web interface. It should be at http://192.168.1.1
  • Navigate to Maintenance > Firmware > Management
  • If “Active Image” has the first option selected, OpenWrt will need to be flashed to the “Active” partition. If the second option is selected, OpenWrt will need to be flashed to the “Backup” partition.
  • Navigate to Maintenance > Firmware > Upload
  • Upload the initramfs-kernel.bin file by your preferred method to the previously determined partition. When prompted, select to boot from the newly flashed image, and reboot the switch.
  • Once OpenWrt has booted, scp the sysupgrade.bin image to /tmp and flash it thought SSH.
    • Note that on older OpenWRT versions by default the device is only reachable from port 1 using VLAN 100. With OpenWRT 21.02 and newer, this VLAN is no longer necessary, also any switch port can be used to access the web interface.
    • It may be the case, that using `scp` is not possible, as the openssh-sftp-server package is not installed by default. You may configure one switch port to a new created interface which uses DHCP and connect it to a network. Then install the package it by using opkg update && opkg install openssh-sftp-server.
sysupgrade -n /tmp/<sysupgrade file name>
  • It may be necessary to restart the network (/etc/init.d/network restart) on the running initramfs image.

In case you flashed the initramfs-kernel image to the wrong partition

The device appears to reset itself on each boot. This is because it's booting the wrong partition, namely the one that contains the initramfs image. There's no overlay filesystem. To fix this:

  • SSH into the switch (on older OpenWRT versions still using port 1 and VLAN 100).
  • Modify your /etc/fw_env.config to look like this:
/dev/mtd2 0x0 0x1000 0x10000 
  • Run fw_printenv just to see that it works.
  • Assuming it did, run the following command:
fw_setenv bootpartition 0
  • Reboot.
  • OpenWRT should now be properly installed.

Specific values needed for tftp

FIXME Enter values for “FILL-IN” below

Bootloader tftp server IPv4 address FILL-IN
Bootloader MAC address (special) FILL-IN
Firmware tftp image Latest OpenWrt release (NOTE: Name must contain “tftp”)
TFTP transfer window FILL-IN seconds
TFTP window start approximately FILL-IN seconds after power on
TFTP client required IP address FILL-IN

generic.sysupgrade

FIXME These are generic instructions. Update with your router's specifics.

  • Browse to http://192.168.1.1/cgi-bin/luci/mini/system/upgrade/ LuCI Upgrade URL
  • Upload image file for sysupgrade to LuCI
  • Wait for reboot

If you don't have a GUI (LuCI) available, you can alternatively upgrade via the command line. There are two command line methods for upgrading:

  • sysupgrade
  • mtd

Note: It is important that you put the firmware image into the ramdisk (/tmp) before you start flashing.

sysupgrade

  • Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp
wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc
sysupgrade /tmp/xxx.abc

mtd

If sysupgrade does not support this router, use mtd.

  • Login as root via SSH on 192.168.1.1, then enter the following commands:
cd /tmp
wget http://downloads.openwrt.org/snapshots/trunk/XXX/xxx.abc
mtd write /tmp/xxx.abc linux && reboot

Basic configuration After flashing, proceed with this.
Set up your Internet connection, configure wireless, configure USB port, etc.

FIXME Please fill in real values for this device, then remove the EXAMPLEs

The default network configuration is:

Interface Name Description Default configuration
br-lan EXAMPLE LAN & WiFi EXAMPLE 192.168.1.1/24
vlan0 (eth0.0) EXAMPLE LAN ports (1 to 4) EXAMPLE None
vlan1 (eth0.1) EXAMPLE WAN port EXAMPLE DHCP
wl0 EXAMPLE WiFi EXAMPLE Disabled

FIXME Please fill in real values for this device, then remove the EXAMPLEs

Numbers 0-3 are Ports 1-4 as labeled on the unit, number 4 is the Internet (WAN) on the unit, 5 is the internal connection to the router itself. Don't be fooled: Port 1 on the unit is number 3 when configuring VLANs. vlan0 = eth0.0, vlan1 = eth0.1 and so on.

Port Switch port
Internet (WAN) EXAMPLE 4
LAN 1 EXAMPLE 3
LAN 2 EXAMPLE 2
LAN 3 EXAMPLE 1
LAN 4 EXAMPLE 0

hardware.button on howto use and configure the hardware button(s). Here, we merely name the buttons, so we can use them in the above Howto.

FIXME Please fill in real values for this device, then remove the EXAMPLEs

The ZyXEL GS1900-8 has the following buttons:

BUTTON Event
EXAMPLE Reset reset
EXAMPLE Secure Easy Setup ses
EXAMPLE No buttons at all. -

FIXME

  1. This table is automatically generated, once the correct filters for Brand and Model are set.
  2. If you see “Nothing.” instead of a table, please edit this section and adjust the filters with the proper Brand and Model. Just try, it's easy.
  3. If you still don't see a table here, or a table filled with '¿': Is there already a Techdata page available for ZyXEL GS1900-8 ? If not: Create one.
  4. If you see a table with the desired device data, everything is OK and you can delete this text and the <WRAP> that encloses it.
  5. If it still doesn't work: Don't panic, calm down, take a deep breath and contact a wiki admin (tmomas) for help.

Front:
Insert photo of front of the casing

Back:
Insert photo of back of the casing

Backside label:
Insert photo of backside label

Note: This will void your warranty!

To remove the cover and open the device, remove screws on the back.

Rev A1: Front button labeled RESET, Power Switch on rear.
Rev B1: Front button labeled RESTORE, NO Power Switch on rear.

Main PCB:
TOP:
A1

B1

BOTTOM:

Side button (not visible whit enclosure, function unclear):

port.serial general information about the serial port, serial port cable, etc.

How to connect to the Serial Port of this specific device:
A1

B1

Attention: Labeling on the PCB refers to the signal that needs to be connected to the pin, not the provided signal on the pin. E.g.: The pin labeled “TX” carries the Rx signal from the switch.

Serial connection parameters
for ZyXEL GS1900-8
115200, 8N1

port.jtag general information about the JTAG port, JTAG cable, etc.

How to connect to the JTAG Port of this specific device:
Insert photo of PCB with markings for JTAG port

None so far.

U-Boot Version: 2.0.0.59413 (Jul 08 2015 - 09:57:29)

CPU: 500MHz DRAM: 128 MB FLASH: 16 MB Model: ZyXEL_GS1900_8 SN: S160H43001603 MAC: 60:31:97:F4:05:1C - 60:31:97:F4:05:24

Press SPACE to abort boot script: 0 ## Booting image from partition ... 1

 Version:   V2.60.3
 Created:   2021-01-05   8:02:34 UTC
 Size:      6921376 Bytes = 6.6 MB
 Verifying Checksum ... OK
 Uncompressing Image ... OK

Starting ...

Default IP Setting....... Press any key to continue


U-Boot Version: 2.0.0.59413 (Jul 08 2015 - 09:57:29)

CPU: 500MHz DRAM: 128 MB FLASH: 16 MB Model: ZyXEL_GS1900_8 SN: S160H43001603 MAC: 60:31:97:F4:05:1C - 60:31:97:F4:05:24

Press SPACE to abort boot script: 0 ## Booting image from partition ... 0

 Version:   MIPS OpenWrt Linux-5.4.119
 Created:   2021-05-28  14:04:04 UTC
 Size:      2810871 Bytes = 2.7 MB
 Verifying Checksum ... OK
 Uncompressing Image ... OK

Starting ...

[ 0.000000] Linux version 5.4.119 (builder@buildhost) (gcc version 8.4.0 (OpenWrt GCC 8.4.0 r16122-c2139eef27)) #0 Fri May 28 14:04:04 2021 [ 0.000000] RTL838X model is 83806800 [ 0.000000] SoC Type: RTL8380 [ 0.000000] Kernel command line: console=ttyS0,115200 mem=64M quiet [ 0.000000] printk: bootconsole [early0] enabled [ 0.000000] CPU0 revision is: 00019070 (MIPS 4KEc) [ 0.000000] MIPS: machine is ZyXEL GS1900-8 Switch [ 0.000000] Registering _machine_restart [ 0.000000] Initrd not found or empty - disabling initrd [ 0.000000] Using appended Device Tree. [ 0.000000] Primary instruction cache 16kB, VIPT, 4-way, linesize 16 bytes. [ 0.000000] Primary data cache 16kB, 2-way, VIPT, cache aliases, linesize 16 bytes [ 0.000000] Zone ranges: [ 0.000000] Normal [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000000000-0x0000000007ffffff] [ 0.000000] On node 0 totalpages: 32768 [ 0.000000] Normal zone: 288 pages used for memmap [ 0.000000] Normal zone: 0 pages reserved [ 0.000000] Normal zone: 32768 pages, LIFO batch:7 [ 0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768 [ 0.000000] pcpu-alloc: [0] 0 [ 0.000000] Built 1 zonelists, mobility grouping on. Total pages: 32480 [ 0.000000] Kernel command line: console=ttyS0,115200 [ 0.000000] Dentry cache hash table entries: 16384 (order: 4, 65536 bytes, linear) [ 0.000000] Inode-cache hash table entries: 8192 (order: 3, 32768 bytes, linear) [ 0.000000] mem auto-init: stack:off, heap alloc:off, heap free:off [ 0.000000] Memory: 122448K/131072K available (5082K kernel code, 169K rwdata, 636K rodata, 1208K init, 207K bss, 8624K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1 [ 0.000000] NR_IRQS: 32 [ 0.000000] random: get_random_bytes called from 0x805c2a28 with crng_init=0 [ 0.000000] timer_probe: no matching timers found [ 0.000000] CPU frequency from device tree: 500MHz [ 0.000000] clocksource: MIPS: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041786 ns [ 0.000019] sched_clock: 32 bits at 250MHz, resolution 4ns, wraps every 8589934590ns [ 0.008683] Calibrating delay loop... 497.66 BogoMIPS (lpj=995328) [ 0.047593] pid_max: default: 32768 minimum: 301 [ 0.053120] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.061252] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.080394] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.091212] futex hash table entries: 256 (order: -1, 3072 bytes, linear) [ 0.098975] pinctrl core: initialized pinctrl subsystem [ 0.108334] NET: Registered protocol family 16 [ 0.186780] workqueue: max_active 576 requested for napi_workq is out of range, clamping between 1 and 512 [ 0.209167] clocksource: Switched to clocksource MIPS [ 0.217747] NET: Registered protocol family 2 [ 0.223016] IP idents hash table entries: 2048 (order: 2, 16384 bytes, linear) [ 0.232565] tcp_listen_portaddr_hash hash table entries: 512 (order: 0, 4096 bytes, linear) [ 0.241932] TCP established hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.250470] TCP bind hash table entries: 1024 (order: 0, 4096 bytes, linear) [ 0.258317] TCP: Hash tables configured (established 1024 bind 1024) [ 0.265905] UDP hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.273276] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes, linear) [ 0.281718] NET: Registered protocol family 1 [ 0.299525] workingset: timestamp_bits=14 max_order=15 bucket_order=1 [ 0.326493] squashfs: version 4.0 (2009/01/31) Phillip Lougher [ 0.332968] jffs2: version 2.2 (NAND) (SUMMARY) (ZLIB) (LZMA) (RTIME) (CMODE_PRIORITY) © 2001-2006 Red Hat, Inc. [ 0.395767] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252) [ 0.410572] pinctrl-single bb001000.pinmux: 32 pins, size 4 [ 0.417594] Probing RTL8231 GPIOs [ 0.421296] rtl8231_init called, MDIO bus ID: 0 [ 0.427648] Probing RTL838X GPIOs [ 0.539015] Serial: 8250/16550 driver, 16 ports, IRQ sharing enabled [ 0.553110] printk: console [ttyS0] disabled [ 0.557976] b8002000.uart: ttyS0 at MMIO 0xb8002000 (irq = 31, base_baud = 12500000) is a 16550A [ 0.567745] printk: console [ttyS0] enabled [ 0.567745] printk: console [ttyS0] enabled [ 0.577068] printk: bootconsole [early0] disabled [ 0.577068] printk: bootconsole [early0] disabled [ 0.589005] b8002100.uart: ttyS1 at MMIO 0xb8002100 (irq = 30, base_baud = 12500000) is a 16550A [ 1.010523] brd: module loaded [ 1.014913] Initializing rtl838x_nor_driver [ 1.019791] SPI resource base is b8001200 [ 1.024369] Address mode is 3 bytes [ 1.028346] rtl838x_nor_init called [ 1.035839] rtl838x-nor b8001200.spi: mx25l12805d (16384 Kbytes) [ 1.042779] 7 fixed-partitions partitions found on MTD device rtl838x_nor [ 1.050474] Creating 7 MTD partitions on “rtl838x_nor”: [ 1.056419] 0x000000000000-0x000000040000 : “u-boot” [ 1.064478] 0x000000040000-0x000000050000 : “u-boot-env” [ 1.073016] 0x000000050000-0x000000060000 : “u-boot-env2” [ 1.081622] 0x000000060000-0x000000160000 : “jffs” [ 1.089602] 0x000000160000-0x000000260000 : “jffs2” [ 1.097711] 0x000000260000-0x000000930000 : “firmware” [ 1.125738] 2 uimage-fw partitions found on MTD device firmware [ 1.132487] Creating 2 MTD partitions on “firmware”: [ 1.138152] 0x000000000000-0x0000002b0000 : “kernel” [ 1.146258] 0x0000002b0000-0x0000006d0000 : “rootfs” [ 1.154320] mtd: device 7 (rootfs) set to be root filesystem [ 1.160821] 1 squashfs-split partitions found on MTD device rootfs [ 1.167853] 0x000000510000-0x0000006d0000 : “rootfs_data” [ 1.176380] 0x000000930000-0x000001000000 : “runtime2” [ 1.182230] random: fast init done [ 1.189995] libphy: Fixed MDIO Bus: probed [ 1.200840] Probing RTL838X eth device pdev: 87c75a00, dev: 87c75a10 [ 1.223905] Found SoC ID: 8380: RTL8380, family 8380 [ 1.229550] rtl8380_init_mac [ 1.232806] Using MAC 0000603197f4051c [ 1.237491] libphy: rtl838x-eth-mdio: probed [ 1.295399] Realtek RTL8218B (internal) mdio-bus:08: Detected internal RTL8218B [ 1.303673] Firmware loaded. Size 1184, magic: 83808380 [ 3.816120] NET: Registered protocol family 10 [ 3.835958] Segment Routing with IPv6 [ 3.840354] NET: Registered protocol family 17 [ 3.845595] bridge: filtering via arp/ip/ip6tables is no longer available by default. Update your scripts to load br_netfilter if you need this. [ 3.860866] 8021q: 802.1Q VLAN Support v1.8 [ 3.896843] Realtek RTL8218B (internal) rtl838x slave mii-0:08: Detected internal RTL8218B [ 3.906192] Firmware loaded. Size 1184, magic: 83808380 [ 6.443431] libphy: rtl838x slave mii: probed [ 6.450604] > 1fffffff 1fffffff 1fffffff 1fffffff 1fffffff 1fffffff 1fffffff 1fffffff [ 6.459481] > 10000100 10000200 10000400 10000800 10001000 10002000 10004000 10008000 [ 6.468311] > 1fffffff 1fffffff 1fffffff 1fffffff 1fffffff 1fffffff 1fffffff 1fffffff [ 6.477134] > 1fffffff 1fffffff 1fffffff 1fffffff 1000ff00 0 0 0 [ 6.486003] CPU_PORT> 1000ff00 [ 8.530577] rtl83xx-switch switch@bb000000 lan1 (uninitialized): PHY [mdio-bus:08] driver [Realtek RTL8218B (internal)] [ 8.556419] rtl83xx-switch switch@bb000000 lan2 (uninitialized): PHY [mdio-bus:09] driver [Realtek RTL8218B (internal)] [ 8.582254] rtl83xx-switch switch@bb000000 lan3 (uninitialized): PHY [mdio-bus:0a] driver [Realtek RTL8218B (internal)] [ 8.607559] rtl83xx-switch switch@bb000000 lan4 (uninitialized): PHY [mdio-bus:0b] driver [Realtek RTL8218B (internal)] [ 8.633399] rtl83xx-switch switch@bb000000 lan5 (uninitialized): PHY [mdio-bus:0c] driver [Realtek RTL8218B (internal)] [ 8.659225] rtl83xx-switch switch@bb000000 lan6 (uninitialized): PHY [mdio-bus:0d] driver [Realtek RTL8218B (internal)] [ 8.685065] rtl83xx-switch switch@bb000000 lan7 (uninitialized): PHY [mdio-bus:0e] driver [Realtek RTL8218B (internal)] [ 8.710894] rtl83xx-switch switch@bb000000 lan8 (uninitialized): PHY [mdio-bus:0f] driver [Realtek RTL8218B (internal)] [ 8.725026] rtl83xx-switch switch@bb000000: configuring for fixed/internal link mode [ 8.734090] DSA: tree 0 setup [ 8.737558] LINK state irq: 20 [ 8.741033] In rtl83xx_setup_qos [ 8.744733] Setting up RTL838X QoS [ 8.748613] RTL838X_PRI_SEL_TBL_CTRL(i): 00033112 [ 8.753949] Current Intprio2queue setting: 00000000 [ 8.759473] QM_PKT2CPU_INTPRI_MAP: 00fac688 [ 8.764240] rtl838x_dbgfs_init called [ 8.784222] rtl83xx-switch switch@bb000000: Link is Up - 1Gbps/Full - flow control off [ 8.798015] VFS: Mounted root (squashfs filesystem) readonly on device 31:7. [ 8.819819] Freeing unused kernel memory: 1208K [ 8.824986] This architecture does not have kernel memory protection. [ 8.832262] Run /sbin/init as init process [ 9.564784] init: Console is alive [ 9.772562] kmodloader: loading kernel modules from /etc/modules-boot.d/* [ 9.938002] kmodloader: done loading kernel modules from /etc/modules-boot.d/* [ 9.957855] init: - preinit - [ 11.296460] random: jshn: uninitialized urandom read (4 bytes read) [ 11.499182] random: jshn: uninitialized urandom read (4 bytes read) [ 12.144407] random: jshn: uninitialized urandom read (4 bytes read) [ 12.340786] urandom_read: 1 callbacks suppressed [ 12.340801] random: jshn: uninitialized urandom read (4 bytes read) [ 12.450903] random: procd: uninitialized urandom read (4 bytes read) Press the [f] key and hit [enter] to enter failsafe mode Press the [1], [2], [3] or [4] key and hit [enter] to select the debug level [ 15.817409] mount_root: jffs2 not ready yet, using temporary tmpfs overlay [ 15.834310] urandom-seed: Seed file not found (/etc/urandom.seed) [ 16.028237] procd: - early - [ 18.527746] procd: - ubus - [ 18.685481] random: ubusd: uninitialized urandom read (4 bytes read) [ 18.714400] random: ubusd: uninitialized urandom read (4 bytes read) [ 18.722763] random: ubusd: uninitialized urandom read (4 bytes read) [ 18.739406] procd: - init - Please press Enter to activate this console. [ 20.242092] kmodloader: loading kernel modules from /etc/modules.d/* [ 20.551487] urngd: v1.0.2 started. [ 20.599936] xt_time: kernel timezone is -0000 [ 20.687029] kmodloader: done loading kernel modules from /etc/modules.d/* [ 20.816919] random: crng init done [ 20.820858] random: 1 urandom warning(s) missed due to ratelimiting [ 47.595321] Using MAC 0000603197f4051c [ 47.612549] RESETTING 8380, CPU_PORT 28 [ 47.816383] rtl838x-eth bb00a300.ethernet eth0: configuring for fixed/internal link mode [ 47.825426] In rtl838x_mac_config, mode 1 [ 47.833418] In rtl838x_mac_config, mode 1 [ 47.838058] rtl838x-eth bb00a300.ethernet eth0: Link is Up - 1Gbps/Full - flow control off [ 47.875862] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready [ 48.379571] device eth0 entered promiscuous mode [ 48.384893] rtl83xx-switch switch@bb000000 lan1: configuring for phy/internal link mode [ 48.394819] 8021q: adding VLAN 0 to HW filter on device lan1 [ 48.401286] rtl83xx_vlan_prepare: port 8 [ 48.405771] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 48.405794] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 48.427809] rtl83xx_vlan_add port 8, vid_end 0, vid_end 0, flags 0 [ 48.434828] rtl83xx_vlan_prepare: port 28 [ 48.439401] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 48.439420] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 48.461462] rtl83xx_vlan_add port 28, vid_end 0, vid_end 0, flags 0 [ 48.496646] RTL8380 Link change: status: 1, ports 100 [ 48.591302] switch: port 1(lan1) entered blocking state [ 48.597286] switch: port 1(lan1) entered disabled state [ 48.604124] device lan1 entered promiscuous mode [ 48.609739] rtl83xx_vlan_prepare: port 8 [ 48.614259] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 48.614283] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 48.636306] rtl83xx_vlan_prepare: port 28 [ 48.640877] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 48.640897] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 48.662925] rtl83xx_vlan_add port 8, vid_end 1, vid_end 1, flags 6 [ 48.669953] Untagged ports, VLAN 1: 1fffffff [ 48.674822] Tagged ports, VLAN 1: 1fffffff [ 48.679501] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 48.686607] Untagged ports, VLAN 1: 1fffffff [ 48.691468] Tagged ports, VLAN 1: 1fffffff [ 48.821899] rtl83xx_vlan_prepare: port 8 [ 48.826408] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 48.826431] Tagged ports 1fffffff, untag 1ffffeff, prof 0, MC# 1, UC# 1, FID 0 [ 48.848509] rtl83xx_vlan_prepare: port 28 [ 48.853082] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 48.853103] Tagged ports 1fffffff, untag 1ffffeff, prof 0, MC# 1, UC# 1, FID 0 [ 48.875146] rtl83xx_vlan_add port 8, vid_end 1, vid_end 1, flags 6 [ 48.882158] Untagged ports, VLAN 1: 1fffffff [ 48.887020] Tagged ports, VLAN 1: 1fffffff [ 48.891695] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 48.898799] Untagged ports, VLAN 1: 1fffffff [ 48.903660] Tagged ports, VLAN 1: 1fffffff [ 49.134201] rtl83xx_vlan_prepare: port 8 [ 49.138713] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 49.138737] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 49.160801] rtl83xx_vlan_prepare: port 28 [ 49.165385] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 49.165406] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 49.187433] rtl83xx_vlan_add port 8, vid_end 100, vid_end 100, flags 0 [ 49.194829] Untagged ports, VLAN 100: 0 [ 49.199214] Tagged ports, VLAN 100: 100 [ 49.203602] rtl83xx_vlan_add port 28, vid_end 100, vid_end 100, flags 0 [ 49.211096] Untagged ports, VLAN 100: 0 [ 49.215472] Tagged ports, VLAN 100: 10000100 [ 49.485445] device switch entered promiscuous mode [ 49.724686] rtl83xx-switch switch@bb000000 lan2: configuring for phy/internal link mode [ 49.734597] 8021q: adding VLAN 0 to HW filter on device lan2 [ 49.741077] rtl83xx_vlan_prepare: port 9 [ 49.745780] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 49.745805] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 49.767863] rtl83xx_vlan_add port 9, vid_end 0, vid_end 0, flags 0 [ 49.774876] rtl83xx_vlan_prepare: port 28 [ 49.779448] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 49.779468] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 49.801489] rtl83xx_vlan_add port 28, vid_end 0, vid_end 0, flags 0 [ 50.342086] switch: port 2(lan2) entered blocking state [ 50.348060] switch: port 2(lan2) entered disabled state [ 50.433341] device lan2 entered promiscuous mode [ 50.439142] rtl83xx_vlan_prepare: port 9 [ 50.443683] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 50.443708] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 50.465750] rtl83xx_vlan_prepare: port 28 [ 50.470327] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 50.470347] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 50.492375] rtl83xx_vlan_add port 9, vid_end 1, vid_end 1, flags 6 [ 50.499386] Untagged ports, VLAN 1: 1fffffff [ 50.504282] Tagged ports, VLAN 1: 1fffffff [ 50.508984] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 50.516095] Untagged ports, VLAN 1: 1fffffff [ 50.520961] Tagged ports, VLAN 1: 1fffffff [ 50.908309] rtl83xx_vlan_prepare: port 9 [ 50.912842] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 50.912865] Tagged ports 1fffffff, untag 1ffffdff, prof 0, MC# 1, UC# 1, FID 0 [ 50.934935] rtl83xx_vlan_prepare: port 28 [ 50.939507] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 50.939528] Tagged ports 1fffffff, untag 1ffffdff, prof 0, MC# 1, UC# 1, FID 0 [ 50.961555] rtl83xx_vlan_add port 9, vid_end 1, vid_end 1, flags 6 [ 50.968557] Untagged ports, VLAN 1: 1fffffff [ 50.973430] Tagged ports, VLAN 1: 1fffffff [ 50.978104] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 50.985210] Untagged ports, VLAN 1: 1fffffff [ 50.990070] Tagged ports, VLAN 1: 1fffffff [ 51.285923] RTL8380 Link change: status: 1, ports 100 [ 51.324669] rtl83xx-switch switch@bb000000 lan3: configuring for phy/internal link mode [ 51.334489] 8021q: adding VLAN 0 to HW filter on device lan3 [ 51.340964] rtl83xx_vlan_prepare: port 10 [ 51.345556] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 51.345578] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 51.367591] rtl83xx_vlan_add port 10, vid_end 0, vid_end 0, flags 0 [ 51.374705] rtl83xx_vlan_prepare: port 28 [ 51.379290] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 51.379311] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 51.401337] rtl83xx_vlan_add port 28, vid_end 0, vid_end 0, flags 0 [ 51.571245] rtl83xx-switch switch@bb000000 lan1: Link is Up - 1Gbps/Full - flow control off [ 51.601337] switch: port 1(lan1) entered blocking state [ 51.607289] switch: port 1(lan1) entered forwarding state [ 51.638228] IPv6: ADDRCONF(NETDEV_CHANGE): switch: link becomes ready [ 51.677475] switch: port 3(lan3) entered blocking state [ 51.683440] switch: port 3(lan3) entered disabled state [ 51.709333] device lan3 entered promiscuous mode [ 51.715117] rtl83xx_vlan_prepare: port 10 [ 51.719745] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 51.719769] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 51.741818] rtl83xx_vlan_prepare: port 28 [ 51.746400] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 51.746420] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 51.768447] rtl83xx_vlan_add port 10, vid_end 1, vid_end 1, flags 6 [ 51.775553] Untagged ports, VLAN 1: 1fffffff [ 51.780418] Tagged ports, VLAN 1: 1fffffff [ 51.785100] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 51.792207] Untagged ports, VLAN 1: 1fffffff [ 51.797066] Tagged ports, VLAN 1: 1fffffff [ 51.804910] IPv6: ADDRCONF(NETDEV_CHANGE): switch.1: link becomes ready [ 51.833301] IPv6: ADDRCONF(NETDEV_CHANGE): switch.100: link becomes ready [ 52.089850] rtl83xx_vlan_prepare: port 10 [ 52.094456] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 52.094479] Tagged ports 1fffffff, untag 1ffffbff, prof 0, MC# 1, UC# 1, FID 0 [ 52.116545] rtl83xx_vlan_prepare: port 28 [ 52.121131] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 52.121203] Tagged ports 1fffffff, untag 1ffffbff, prof 0, MC# 1, UC# 1, FID 0 [ 52.143220] rtl83xx_vlan_add port 10, vid_end 1, vid_end 1, flags 6 [ 52.150345] Untagged ports, VLAN 1: 1fffffff [ 52.155212] Tagged ports, VLAN 1: 1fffffff [ 52.159891] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 52.166998] Untagged ports, VLAN 1: 1fffffff [ 52.171858] Tagged ports, VLAN 1: 1fffffff [ 52.425805] rtl83xx-switch switch@bb000000 lan4: configuring for phy/internal link mode [ 52.435449] 8021q: adding VLAN 0 to HW filter on device lan4 [ 52.441950] rtl83xx_vlan_prepare: port 11 [ 52.446535] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 52.446558] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 52.468608] rtl83xx_vlan_add port 11, vid_end 0, vid_end 0, flags 0 [ 52.475721] rtl83xx_vlan_prepare: port 28 [ 52.480299] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 52.480320] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 52.502340] rtl83xx_vlan_add port 28, vid_end 0, vid_end 0, flags 0 [ 52.742382] switch: port 4(lan4) entered blocking state [ 52.748354] switch: port 4(lan4) entered disabled state [ 52.797336] device lan4 entered promiscuous mode [ 52.803146] rtl83xx_vlan_prepare: port 11 [ 52.807776] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 52.807801] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 52.829831] rtl83xx_vlan_prepare: port 28 [ 52.834403] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 52.834423] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 52.856452] rtl83xx_vlan_add port 11, vid_end 1, vid_end 1, flags 6 [ 52.863559] Untagged ports, VLAN 1: 1fffffff [ 52.868423] Tagged ports, VLAN 1: 1fffffff [ 52.873105] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 52.880212] Untagged ports, VLAN 1: 1fffffff [ 52.885421] Tagged ports, VLAN 1: 1fffffff [ 53.122572] rtl83xx_vlan_prepare: port 11 [ 53.127180] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 53.127203] Tagged ports 1fffffff, untag 1ffff7ff, prof 0, MC# 1, UC# 1, FID 0 [ 53.149284] rtl83xx_vlan_prepare: port 28 [ 53.153862] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 53.153884] Tagged ports 1fffffff, untag 1ffff7ff, prof 0, MC# 1, UC# 1, FID 0 [ 53.175936] rtl83xx_vlan_add port 11, vid_end 1, vid_end 1, flags 6 [ 53.183045] Untagged ports, VLAN 1: 1fffffff [ 53.187905] Tagged ports, VLAN 1: 1fffffff [ 53.192581] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 53.199691] Untagged ports, VLAN 1: 1fffffff [ 53.204555] Tagged ports, VLAN 1: 1fffffff [ 53.513893] rtl83xx-switch switch@bb000000 lan5: configuring for phy/internal link mode [ 53.523800] 8021q: adding VLAN 0 to HW filter on device lan5 [ 53.530284] rtl83xx_vlan_prepare: port 12 [ 53.534872] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 53.534895] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 53.556928] rtl83xx_vlan_add port 12, vid_end 0, vid_end 0, flags 0 [ 53.564049] rtl83xx_vlan_prepare: port 28 [ 53.568623] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 53.568643] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 53.590686] rtl83xx_vlan_add port 28, vid_end 0, vid_end 0, flags 0 [ 53.826145] switch: port 5(lan5) entered blocking state [ 53.832102] switch: port 5(lan5) entered disabled state [ 53.838772] device lan5 entered promiscuous mode [ 53.844538] rtl83xx_vlan_prepare: port 12 [ 53.849179] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 53.849202] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 53.871221] rtl83xx_vlan_prepare: port 28 [ 53.875796] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 53.875816] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 53.897887] rtl83xx_vlan_add port 12, vid_end 1, vid_end 1, flags 6 [ 53.904987] Untagged ports, VLAN 1: 1fffffff [ 53.909859] Tagged ports, VLAN 1: 1fffffff [ 53.914542] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 53.921648] Untagged ports, VLAN 1: 1fffffff [ 53.926509] Tagged ports, VLAN 1: 1fffffff [ 54.115598] rtl83xx_vlan_prepare: port 12 [ 54.120207] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 54.120229] Tagged ports 1fffffff, untag 1fffefff, prof 0, MC# 1, UC# 1, FID 0 [ 54.142296] rtl83xx_vlan_prepare: port 28 [ 54.146871] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 54.146892] Tagged ports 1fffffff, untag 1fffefff, prof 0, MC# 1, UC# 1, FID 0 [ 54.168920] rtl83xx_vlan_add port 12, vid_end 1, vid_end 1, flags 6 [ 54.176027] Untagged ports, VLAN 1: 1fffffff [ 54.180890] Tagged ports, VLAN 1: 1fffffff [ 54.185593] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 54.192690] Untagged ports, VLAN 1: 1fffffff [ 54.197609] Tagged ports, VLAN 1: 1fffffff [ 54.324303] rtl83xx-switch switch@bb000000 lan6: configuring for phy/internal link mode [ 54.333947] 8021q: adding VLAN 0 to HW filter on device lan6 [ 54.340431] rtl83xx_vlan_prepare: port 13 [ 54.345018] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 54.345041] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 54.367085] rtl83xx_vlan_add port 13, vid_end 0, vid_end 0, flags 0 [ 54.374193] rtl83xx_vlan_prepare: port 28 [ 54.378767] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 54.378788] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 54.400807] rtl83xx_vlan_add port 28, vid_end 0, vid_end 0, flags 0 [ 54.529690] switch: port 6(lan6) entered blocking state [ 54.535660] switch: port 6(lan6) entered disabled state [ 54.542338] device lan6 entered promiscuous mode [ 54.548047] rtl83xx_vlan_prepare: port 13 [ 54.552658] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 54.552681] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 54.574702] rtl83xx_vlan_prepare: port 28 [ 54.579276] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 54.579296] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 54.601324] rtl83xx_vlan_add port 13, vid_end 1, vid_end 1, flags 6 [ 54.608422] Untagged ports, VLAN 1: 1fffffff [ 54.613318] Tagged ports, VLAN 1: 1fffffff [ 54.618000] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 54.625102] Untagged ports, VLAN 1: 1fffffff [ 54.629971] Tagged ports, VLAN 1: 1fffffff [ 54.760387] rtl83xx_vlan_prepare: port 13 [ 54.765013] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 54.765036] Tagged ports 1fffffff, untag 1fffdfff, prof 0, MC# 1, UC# 1, FID 0 [ 54.787098] rtl83xx_vlan_prepare: port 28 [ 54.791673] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 54.791694] Tagged ports 1fffffff, untag 1fffdfff, prof 0, MC# 1, UC# 1, FID 0 [ 54.813721] rtl83xx_vlan_add port 13, vid_end 1, vid_end 1, flags 6 [ 54.820835] Untagged ports, VLAN 1: 1fffffff [ 54.825743] Tagged ports, VLAN 1: 1fffffff [ 54.830425] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 54.837525] Untagged ports, VLAN 1: 1fffffff [ 54.842384] Tagged ports, VLAN 1: 1fffffff [ 54.973800] rtl83xx-switch switch@bb000000 lan7: configuring for phy/internal link mode [ 54.983283] 8021q: adding VLAN 0 to HW filter on device lan7 [ 54.989777] rtl83xx_vlan_prepare: port 14 [ 54.994362] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 54.994385] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 55.016397] rtl83xx_vlan_add port 14, vid_end 0, vid_end 0, flags 0 [ 55.023530] rtl83xx_vlan_prepare: port 28 [ 55.028104] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 55.028124] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 55.050142] rtl83xx_vlan_add port 28, vid_end 0, vid_end 0, flags 0 [ 55.174059] switch: port 7(lan7) entered blocking state [ 55.180033] switch: port 7(lan7) entered disabled state [ 55.186713] device lan7 entered promiscuous mode [ 55.192444] rtl83xx_vlan_prepare: port 14 [ 55.197058] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 55.197082] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 55.219110] rtl83xx_vlan_prepare: port 28 [ 55.223683] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 55.223703] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 55.245764] rtl83xx_vlan_add port 14, vid_end 1, vid_end 1, flags 6 [ 55.252865] Untagged ports, VLAN 1: 1fffffff [ 55.257738] Tagged ports, VLAN 1: 1fffffff [ 55.262420] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 55.269527] Untagged ports, VLAN 1: 1fffffff [ 55.274387] Tagged ports, VLAN 1: 1fffffff [ 55.429918] rtl83xx_vlan_prepare: port 14 [ 55.434530] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 55.434552] Tagged ports 1fffffff, untag 1fffbfff, prof 0, MC# 1, UC# 1, FID 0 [ 55.456622] rtl83xx_vlan_prepare: port 28 [ 55.461204] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 55.461225] Tagged ports 1fffffff, untag 1fffbfff, prof 0, MC# 1, UC# 1, FID 0 [ 55.483252] rtl83xx_vlan_add port 14, vid_end 1, vid_end 1, flags 6 [ 55.490358] Untagged ports, VLAN 1: 1fffffff [ 55.495222] Tagged ports, VLAN 1: 1fffffff [ 55.499895] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 55.507002] Untagged ports, VLAN 1: 1fffffff [ 55.511862] Tagged ports, VLAN 1: 1fffffff [ 55.702989] rtl83xx-switch switch@bb000000 lan8: configuring for phy/internal link mode [ 55.712615] 8021q: adding VLAN 0 to HW filter on device lan8 [ 55.719117] rtl83xx_vlan_prepare: port 15 [ 55.723707] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 55.723730] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 55.745795] rtl83xx_vlan_add port 15, vid_end 0, vid_end 0, flags 0 [ 55.752902] rtl83xx_vlan_prepare: port 28 [ 55.757489] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 55.757509] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 55.779521] rtl83xx_vlan_add port 28, vid_end 0, vid_end 0, flags 0 [ 55.966748] switch: port 8(lan8) entered blocking state [ 55.972724] switch: port 8(lan8) entered disabled state [ 55.979385] device lan8 entered promiscuous mode [ 55.985105] rtl83xx_vlan_prepare: port 15 [ 55.989737] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 55.989761] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 56.011778] rtl83xx_vlan_prepare: port 28 [ 56.016351] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 56.016371] Tagged ports 1fffffff, untag 1fffffff, prof 0, MC# 1, UC# 1, FID 0 [ 56.038400] rtl83xx_vlan_add port 15, vid_end 1, vid_end 1, flags 6 [ 56.045507] Untagged ports, VLAN 1: 1fffffff [ 56.050371] Tagged ports, VLAN 1: 1fffffff [ 56.055056] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 56.062179] Untagged ports, VLAN 1: 1fffffff [ 56.067085] Tagged ports, VLAN 1: 1fffffff [ 56.350134] rtl83xx_vlan_prepare: port 15 [ 56.354746] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 56.354769] Tagged ports 1fffffff, untag 1fff7fff, prof 0, MC# 1, UC# 1, FID 0 [ 56.376826] rtl83xx_vlan_prepare: port 28 [ 56.381410] VLAN 1: L2 learning: 1, L2 Unknown MultiCast Field 1ff, IPv4 Unknown MultiCast Field 1ff, IPv6 Unknown MultiCast Field: 1ff [ 56.381431] Tagged ports 1fffffff, untag 1fff7fff, prof 0, MC# 1, UC# 1, FID 0 [ 56.403449] rtl83xx_vlan_add port 15, vid_end 1, vid_end 1, flags 6 [ 56.410556] Untagged ports, VLAN 1: 1fffffff [ 56.415420] Tagged ports, VLAN 1: 1fffffff [ 56.420094] rtl83xx_vlan_add port 28, vid_end 1, vid_end 1, flags 4 [ 56.427201] Untagged ports, VLAN 1: 1fffffff [ 56.432060] Tagged ports, VLAN 1: 1fffffff [ 57.650580] jffs2_scan_eraseblock(): End of filesystem marker found at 0x0 [ 57.733404] jffs2_build_filesystem(): unlocking the mtd device... [ 57.733418] done. [ 57.742623] jffs2_build_filesystem(): erasing all blocks after the end marker... [ 66.182287] done. [ 66.192938] jffs2: notice: (3220) jffs2_build_xattr_subsystem: complete building xattr subsystem, 0 of xdatum (0 unchecked, 0 orphan) and 0 of xref (0 dead, 0 orphan) found. [ 66.711497] overlayfs: upper fs does not support tmpfile.

BusyBox v1.33.1 (2021-05-28 14:04:04 UTC) built-in shell (ash)

_______                     ________        __

| |.-----.-----.-----.| | | |.----.| |_ | - || _ | -| || | | || _|| _| |_|| |_||||||| ||

        |__| W I R E L E S S   F R E E D O M

----------------------------------------------------- OpenWrt 21.02.0-rc2, r16122-c2139eef27


WARNING!

There is no root password defined on this device! Use the “passwd” command to set up a new password in order to prevent unauthorized SSH logins.


root@OpenWrt:/#


Space for additional notes, links to forum threads or other resources.

  • ...
This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.More information about cookies
  • Last modified: 2024/04/22 16:41
  • by goetz