Anime4000 / RTL960x

Hacking V2801F, TWCGPON657 & DFP-34X-2C2 GPON ONU SFP Stick to suite your ISP Fiber
The Unlicense
598 stars 105 forks source link

Documentation is unclear #231

Closed Smotrov closed 8 months ago

Smotrov commented 8 months ago

I'm desperately trying to setup dfp-34x-2c2 from my EPON ISP (Triolan Ukraine) (on RB8009) Few lines in the documentation seams not really clear to me. According to My ISP the only thing the use to authenticate is my MAC address.

If your internet is Bind MAC Address, then you need change Router WAN MAC Address.

What does it mean internet is Bind MAC Address? What exactly is change Router WAN MAC Address? Change SFP cage MAC? To which value? I was thought that ISP can see only SFP Stick MAC, why should I change Router WAN MAC Address?

EPON might need change MAC Address, use V2801F stick for EPON connection

What does it mean "use V2801F"? I can not use dfp-34x-2c2 stick? I believe it suppose to work with both EPON/GPON?

Any clarifications would be highly appreciated.

Anime4000 commented 8 months ago

If your internet is Bind MAC Address, then you need change Router WAN MAC Address.

Some ISP locking by MAC Address either from PON Stick or SFP Interface (if using PPPoE)

EPON might need change MAC Address, use V2801F stick for EPON connection

if your internet GPON, ignore it. EPON is just Ethernet on PON, Layer 2 transport which is carry MAC Address like any Ethernet would,

very different from GPON which is Layer 3 transport which is carry IP Address, GPON has own layer transport which is MAC Address of ONT begin stripped off, and GPON behave like xDSL which is using ATM (Asynchronous Transfer Mode) but better. So, GPON has GEM Encapsulate which didn't carry MAC Address of ONT. Only carry MAC Address of WAN Router

Sorry, my English not so clear as English my 2nd Language

Feel free to edit the docs as it benefits for everyone

bastietm commented 8 months ago

ODI stick EPON user here. I assume you set it up in bridge mode, your ISP most likely authenticate you with just router MAC address, so you basically need to reach support to update MAC address bind to your account. Also, some ISPs (not sure about Triolan) provide internet via VLAN, check it on your current working external ONU interface and assign VLAN manually on ODI stick web interface or set 'Transparent Mode' and create VLAN on SFP port of your RB5009.

Smotrov commented 8 months ago

authenticate you with just router MAC address,

Hmm. You mean router SFP port MAC address? Not SFP Stick MAC address?

bastietm commented 8 months ago

Hmm. You mean router SFP port MAC address? Not SFP Stick MAC address?

Correct. EPON auth with ONT is either done by LOID (password/ONU mac auth is rather rare), or just skipped which I assume is your case. So you basically need to register your Mikrtotik SFP MAC address with ISP (in my case it's done via 'Personal account area' on provider's website). Also important to check your provider-issued ONU for internet VLAN and set it correctly via stick WebGUI.

Smotrov commented 8 months ago

I've spent couple of hours with my ISP but with no luck. The do see my registration of MAC address and white list it. However whatever I do I can not ping default gateway, thus there is no internet.

My ISP ONU has following settings.

Знімок екрана 2023-12-27 о 12 58 06 Знімок екрана 2023-12-27 о 12 59 45 Знімок екрана 2023-12-24 о 10 30 22 Знімок екрана 2023-12-24 о 10 35 52

Any help would be highly appreciated.

Again, V2801F in my case was working out of the box on default settings (until it bricked). But current dfp-34x-2c2 does not want to. Perhaps some default settings are different...

bastietm commented 8 months ago

Looks like you need to set proper VLAN on ODI stick here:

Screenshot 2023-12-27 at 15 05 34

V2801F in my case was working out of the box on default settings

Yeah I had V2801F clone before and indeed it was working out-of-the-box, but hot AF and lacking hardware EEPROM, so I switched to ODI stick.

Smotrov commented 8 months ago

This was the first I did in the Web UI. Doesn't help thought.

bastietm commented 8 months ago

Okay, that's unfortunate... Let's try to dig deeper. Do you mind posting screenshots of ODI stick pages Device, PON, LAN, Settings and VLAN Settings? Along with full RB5009 config (via /export command).

Smotrov commented 8 months ago

Sure @bastietm !

SFP Stick settings Знімок екрана 2023-12-28 о 01 27 57 Знімок екрана 2023-12-28 о 01 27 50 Знімок екрана 2023-12-28 о 01 27 37 Знімок екрана 2023-12-28 о 01 27 30 Знімок екрана 2023-12-28 о 01 27 22
Router config ``` [admin@MikroTik] > /export # 2023-12-28 01:30:12 by RouterOS 7.13 # software id = 82T1-PVIK # # model = RB5009UPr+S+ # serial number = HF5PPPPPPPPP /interface bridge add admin-mac=78:9A:18:70:XX:XX auto-mac=no comment=defconf name=bridge-lan port-cost-mode=short /interface ethernet set [ find default-name=ether1 ] comment="ISP ComfortNet" poe-lldp-enabled=yes poe-out=off set [ find default-name=ether2 ] poe-out=off set [ find default-name=ether7 ] comment="Router 1st floor" set [ find default-name=ether8 ] comment="Router 2nd foor" poe-lldp-enabled=yes poe-priority=1 set [ find default-name=sfp-sfpplus1 ] comment="ISP Triolan" /interface list add comment=defconf name=WAN add comment=defconf name=LAN /interface wifi channel add band=2ghz-ax disabled=no name=2G skip-dfs-channels=disabled width=20/40mhz add band=5ghz-ax disabled=no name=5G skip-dfs-channels=disabled width=20/40/80mhz /interface wifi datapath add bridge=bridge-lan disabled=no name=Datapath /interface wifi security add authentication-types=wpa2-psk,wpa3-psk disabled=no ft=yes ft-over-ds=yes group-key-update=1h name=PrivateSecurity /interface wifi configuration add channel=5G country=Ukraine datapath=Datapath disabled=no mode=ap name=5GConfig security=PrivateSecurity ssid=\ "AirPort Extreme" tx-power=23 add channel=2G country=Ukraine datapath=Datapath disabled=no mode=ap name=2GConfig security=PrivateSecurity ssid=\ "AirPort Extreme Slow" tx-power=25 /interface wireless security-profiles set [ find default=yes ] supplicant-identity=MikroTik /ip pool add name=default-dhcp ranges=192.168.88.10-192.168.88.254 /ip dhcp-server add address-pool=default-dhcp interface=bridge-lan lease-time=10m name=defconf /routing table add disabled=no fib name=Comfort-route add disabled=no fib name=Triolan-route /interface bridge port add bridge=bridge-lan comment=defconf disabled=yes interface=ether2 internal-path-cost=10 path-cost=10 add bridge=bridge-lan comment=defconf interface=ether3 internal-path-cost=10 path-cost=10 add bridge=bridge-lan comment=defconf interface=ether4 internal-path-cost=10 path-cost=10 add bridge=bridge-lan comment=defconf interface=ether5 internal-path-cost=10 path-cost=10 add bridge=bridge-lan comment=defconf interface=ether6 internal-path-cost=10 path-cost=10 add bridge=bridge-lan comment=defconf interface=ether7 internal-path-cost=10 path-cost=10 add bridge=bridge-lan comment=defconf interface=ether8 internal-path-cost=10 path-cost=10 /ip neighbor discovery-settings set discover-interface-list=LAN /interface detect-internet set detect-interface-list=all /interface list member add comment=defconf interface=bridge-lan list=LAN add comment="ISP Triolan" interface=sfp-sfpplus1 list=WAN add comment="ISP ComforNet" interface=ether1 list=WAN /interface wifi capsman set ca-certificate=auto enabled=yes package-path="" require-peer-certificate=no upgrade-policy=none /interface wifi provisioning add action=create-dynamic-enabled disabled=no master-configuration=2GConfig name-format=2GHz-%I-ax supported-bands=\ 2ghz-ax add action=create-dynamic-enabled disabled=no master-configuration=5GConfig name-format=5GHz-%I-ax supported-bands=\ 5ghz-ax /ip address add address=192.168.88.1/24 comment=defconf interface=bridge-lan network=192.168.88.0 add address=192.168.1.50 comment="Acces to SFP telnet" interface=sfp-sfpplus1 network=192.168.1.1 /ip dhcp-client add add-default-route=no interface=ether1 use-peer-dns=no add disabled=yes interface=sfp-sfpplus1 use-peer-dns=no add interface=sfp-sfpplus1 /ip dhcp-server network add address=192.168.88.0/24 comment=defconf dns-server=8.8.8.8,1.1.1.1 gateway=192.168.88.1 /ip dns set allow-remote-requests=yes servers=8.8.8.8,1.1.1.1 /ip dns static add address=192.168.88.1 comment=defconf name=router.lan /ip firewall filter add action=accept chain=input comment="defconf: accept established,related,untracked" connection-state=\ established,related,untracked add action=drop chain=input comment="defconf: drop invalid" connection-state=invalid add action=accept chain=input comment="defconf: accept ICMP" protocol=icmp add action=accept chain=input comment="defconf: accept to local loopback (for CAPsMAN)" dst-address=127.0.0.1 add action=drop chain=input comment="defconf: drop all not coming from LAN" in-interface-list=!LAN add action=accept chain=forward comment="defconf: accept in ipsec policy" ipsec-policy=in,ipsec add action=accept chain=forward comment="defconf: accept out ipsec policy" ipsec-policy=out,ipsec add action=fasttrack-connection chain=forward comment="defconf: fasttrack" connection-state=established,related \ hw-offload=yes add action=accept chain=forward comment="defconf: accept established,related, untracked" connection-state=\ established,related,untracked add action=drop chain=forward comment="defconf: drop invalid" connection-state=invalid add action=drop chain=forward comment="defconf: drop all from WAN not DSTNATed" connection-nat-state=!dstnat \ connection-state=new in-interface-list=WAN /ip firewall mangle add action=accept chain=prerouting comment="SFP Web UI" dst-address=192.168.1.1 add action=mark-connection chain=prerouting connection-mark=no-mark connection-state=new in-interface=ether1 \ new-connection-mark=ComfortNet_connection passthrough=yes add action=mark-connection chain=prerouting connection-mark=no-mark connection-state=new in-interface=sfp-sfpplus1 \ new-connection-mark=Triolan_connection passthrough=yes add action=mark-routing chain=output connection-mark=Triolan_connection new-routing-mark=Triolan-route passthrough=\ yes add action=mark-routing chain=output connection-mark=ComfortNet_connection new-routing-mark=Comfort-route \ passthrough=yes add action=mark-connection chain=prerouting comment="PCC Triolan" connection-mark=no-mark connection-state=new \ dst-address-type=!local in-interface=bridge-lan new-connection-mark=Triolan_connection passthrough=yes \ per-connection-classifier=src-address-and-port:2/0 add action=mark-connection chain=prerouting comment="PCC ComfortNet" connection-mark=no-mark connection-state=new \ dst-address-type=!local in-interface=bridge-lan new-connection-mark=ComfortNet_connection passthrough=yes \ per-connection-classifier=src-address-and-port:2/1 add action=mark-routing chain=prerouting connection-mark=Triolan_connection in-interface=bridge-lan new-routing-mark=\ Triolan-route passthrough=yes add action=mark-routing chain=prerouting connection-mark=ComfortNet_connection in-interface=bridge-lan \ new-routing-mark=Comfort-route passthrough=yes /ip firewall nat add action=masquerade chain=srcnat comment="defconf: masquerade" disabled=yes ipsec-policy=out,none \ out-interface-list=WAN add action=masquerade chain=srcnat comment="NAT Triolan" out-interface=sfp-sfpplus1 add action=masquerade chain=srcnat comment="NAT ComfortNet" out-interface=ether1 add action=masquerade chain=srcnat comment=ONU out-interface=ether2 /ip route add check-gateway=ping comment="Triolan PCC" disabled=yes distance=1 dst-address=0.0.0.0/0 gateway=172.23.160.254 \ pref-src="" routing-table=Triolan-route scope=30 suppress-hw-offload=no target-scope=10 add check-gateway=ping comment="ComfortNet PCC" disabled=yes distance=1 dst-address=0.0.0.0/0 gateway=185.237.74.1 \ pref-src="" routing-table=Comfort-route scope=30 suppress-hw-offload=no target-scope=10 add check-gateway=ping comment=ComfortNet disabled=no distance=1 dst-address=0.0.0.0/0 gateway=185.237.74.1 pref-src=\ "" routing-table=main scope=30 suppress-hw-offload=no target-scope=10 /ipv6 firewall address-list add address=::/128 comment="defconf: unspecified address" list=bad_ipv6 add address=::1/128 comment="defconf: lo" list=bad_ipv6 add address=fec0::/10 comment="defconf: site-local" list=bad_ipv6 add address=::ffff:0.0.0.0/96 comment="defconf: ipv4-mapped" list=bad_ipv6 add address=::/96 comment="defconf: ipv4 compat" list=bad_ipv6 add address=100::/64 comment="defconf: discard only " list=bad_ipv6 add address=2001:db8::/32 comment="defconf: documentation" list=bad_ipv6 add address=2001:10::/28 comment="defconf: ORCHID" list=bad_ipv6 add address=3ffe::/16 comment="defconf: 6bone" list=bad_ipv6 /ipv6 firewall filter add action=accept chain=input comment="defconf: accept established,related,untracked" connection-state=\ established,related,untracked add action=drop chain=input comment="defconf: drop invalid" connection-state=invalid add action=accept chain=input comment="defconf: accept ICMPv6" protocol=icmpv6 add action=accept chain=input comment="defconf: accept UDP traceroute" port=33434-33534 protocol=udp add action=accept chain=input comment="defconf: accept DHCPv6-Client prefix delegation." dst-port=546 protocol=udp \ src-address=fe80::/10 add action=accept chain=input comment="defconf: accept IKE" dst-port=500,4500 protocol=udp add action=accept chain=input comment="defconf: accept ipsec AH" protocol=ipsec-ah add action=accept chain=input comment="defconf: accept ipsec ESP" protocol=ipsec-esp add action=accept chain=input comment="defconf: accept all that matches ipsec policy" ipsec-policy=in,ipsec add action=drop chain=input comment="defconf: drop everything else not coming from LAN" in-interface-list=!LAN add action=accept chain=forward comment="defconf: accept established,related,untracked" connection-state=\ established,related,untracked add action=drop chain=forward comment="defconf: drop invalid" connection-state=invalid add action=drop chain=forward comment="defconf: drop packets with bad src ipv6" src-address-list=bad_ipv6 add action=drop chain=forward comment="defconf: drop packets with bad dst ipv6" dst-address-list=bad_ipv6 add action=drop chain=forward comment="defconf: rfc4890 drop hop-limit=1" hop-limit=equal:1 protocol=icmpv6 add action=accept chain=forward comment="defconf: accept ICMPv6" protocol=icmpv6 add action=accept chain=forward comment="defconf: accept HIP" protocol=139 add action=accept chain=forward comment="defconf: accept IKE" dst-port=500,4500 protocol=udp add action=accept chain=forward comment="defconf: accept ipsec AH" protocol=ipsec-ah add action=accept chain=forward comment="defconf: accept ipsec ESP" protocol=ipsec-esp add action=accept chain=forward comment="defconf: accept all that matches ipsec policy" ipsec-policy=in,ipsec add action=drop chain=forward comment="defconf: drop everything else not coming from LAN" in-interface-list=!LAN /system clock set time-zone-name=Europe/Kiev /system note set show-at-login=no /system package update set channel=testing /tool bandwidth-server set authenticate=no /tool graphing interface add interface=bridge-lan add interface=*B add interface=*C add interface=ether1 add interface=sfp-sfpplus1 /tool mac-server set allowed-interface-list=LAN /tool mac-server mac-winbox set allowed-interface-list=LAN ```

DHCP from ISP works ok and I'm getting all settings with no problem. It works only if I set PVID: 1452 on SFP Stick Web UI or if I create same VLAN on the SFP interface on side or RB5009.

Meanwhile, I've tried to add PPPoE and VLAN ID on RB5009 side like here which no luck so far... DHCP works, but no ping to default gateway.

Smotrov commented 8 months ago

I assume you set it up in bridge mode

Does it require any additional settings on SFP through telnet?

Anime4000 commented 8 months ago

perhaps try flash this firmware instead: https://github.com/Anime4000/RTL960x/raw/main/Firmware/DFP-34X-2C2/M114_sfp_ODI_hybrid_221209.tar

The WebGUI look same as V2801F

Smotrov commented 8 months ago

perhaps try flash this firmware

Thank you! I did. But with no luck. By the way can't see where to VLAN ID there. But this is not a problem, as soon as I can set it on RB5009 side.

Smotrov commented 8 months ago

Taking to account that V2801F (even without touching VLAN) was working out of the box, maybe if I'll set all flash get / set on dfp-34x-2c2 the way it set on default V2801F it would finally work?

Is anybody has default settings of V2801F?

Anime4000 commented 8 months ago

similar stick to V2801F is https://www.leolabs.pl/ont-leox-lxt-010s-h.html

many ODI firmware runs on GPON mode sadly

Smotrov commented 8 months ago

Still fighting with my SFP. For various reasons I believe that the problem is in the way dfp-34x-2c2 works with VLAN. ISP ONU works perfectly well without any problems. So I managed to extract its settings from the dump.

Is there any way to replicate VLAN settings like it is done in ISP ONU?

ISP ONU settings dump ``` ```

Will infinitely appreciate any ideas.

Anime4000 commented 8 months ago

have you tried to run omcicli mib get 84 and 131 just in case

Smotrov commented 8 months ago

Yep. I did. It gives empty response

BusyBox v1.12.4 (2022-09-23 19:33:44 CST) built-in shell (ash)
Enter 'help' for a list of built-in commands.

# omcicli mib get 84
# omcicli mib get 131
# 
Smotrov commented 8 months ago

Here is other output. Ac I can understand no VLAN at all...

l2-table get entry address valid ``` RTK.0> l2-table get entry address valid LUT address: 0x0008 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 78:54:2E:07:64:63 2 0 6 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x004c (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash F4:8C:EB:EB:67:0C 2 0 2 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x0050 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 00:24:01:30:CD:CC 2 0 3 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x0068 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash --More-- 08:55:31:77:EA:EB 2 0 6 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x0084 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 1C:BD:B9:D8:59:B8 2 0 4 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x00a8 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 60:63:4C:4F:1A:30 2 0 7 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x00ac (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 00:AD:24:0D:F9:56 2 0 6 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp --More-- Dis Dis Dis Dis Dis LUT address: 0x00d4 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 1C:BD:B9:D7:14:EE 2 0 4 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x00dc (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 00:26:5A:EF:A9:0D 2 0 2 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x0100 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 54:B8:0A:68:CE:00 2 0 6 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x0108 (1K LUT) --More-- L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 00:24:01:30:CD:9A 2 0 5 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x0130 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 00:04:96:6D:5A:E9 2 0 7 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x0131 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 08:55:31:7A:E3:B9 2 0 7 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x0140 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash --More-- 18:0F:76:66:71:26 2 0 3 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x0144 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 6C:72:20:C4:B1:1A 2 0 5 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x0150 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 00:1E:58:9E:84:08 2 0 3 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x0158 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 64:29:43:7B:6C:4F 2 0 3 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp --More-- Dis Dis Dis Dis Dis LUT address: 0x01a8 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 08:5A:11:9B:DB:69 2 0 2 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x01b4 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 00:AD:24:32:3D:EB 2 0 7 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x01b5 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 60:63:4C:3E:8C:90 2 0 7 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x01c0 (1K LUT) --More-- L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash C0:7E:40:B6:5C:64 0 0 7 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x01c1 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 00:AD:24:9C:41:24 2 0 3 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x01ec (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 00:AD:24:32:AB:6B 2 0 7 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x0200 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash --More-- 78:54:2E:07:66:E3 2 0 1 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x0204 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash C8:D3:A3:9B:10:B2 2 0 5 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x0205 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 9C:D6:43:5A:52:80 2 0 6 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x0244 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 9C:D6:43:5A:52:90 2 0 7 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp --More-- Dis Dis Dis Dis Dis LUT address: 0x0274 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 6C:72:20:C1:B0:D2 2 0 6 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x0278 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 70:62:B8:19:B5:98 2 0 7 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x0290 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 08:55:31:7A:E5:57 2 0 6 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x0294 (1K LUT) --More-- L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 78:54:2E:07:73:D3 2 0 5 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x02b4 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash C4:12:F5:F2:10:6C 2 0 5 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x02e4 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash C4:12:F5:F2:04:6C 2 0 5 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x02f4 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash --More-- 34:0A:33:D5:0C:69 2 0 3 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x0304 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 1C:BD:B9:D8:59:58 2 0 4 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x030c (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 08:55:31:79:F3:25 2 0 5 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x0310 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash F4:8C:EB:EB:F6:4A 2 0 2 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp --More-- Dis Dis Dis Dis Dis LUT address: 0x0320 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 78:54:2E:07:8E:43 2 0 7 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x0324 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 60:63:4C:4F:19:D0 2 0 6 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x032c (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 00:21:91:DA:A9:08 2 0 2 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x033c (1K LUT) --More-- L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 00:21:91:FC:B0:33 2 0 5 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x0394 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 78:54:2E:13:75:81 2 0 6 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x03c0 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 6C:72:20:C4:B0:BA 2 0 7 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x03c4 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash --More-- 00:AD:24:14:4B:27 2 0 6 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x03c5 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 00:AD:24:9C:46:A2 2 0 3 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x03d0 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 38:3A:21:28:A9:56 3 0 7 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis LUT address: 0x03d1 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 4C:5E:0C:C8:E6:C4 2 0 7 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp --More-- Dis Dis Dis Dis Dis LUT address: 0x03d8 (1K LUT) L2 Unicast table: MACAddress Spa Fid Age Vid State Ext Hash 1C:BD:B9:D6:F6:CE 2 0 6 1 Auto 0 SVL CtagIf Auth DaBlock SaBlock Arp Dis Dis Dis Dis Dis ```
Smotrov commented 8 months ago

When set VLAN mode to automatic on the module Web-UI I can see VLANs on the interface.

Знімок екрана 2024-01-03 о 14 17 00
Smotrov commented 8 months ago

Well. Now it works! I've set 1450 VLAN on Web UI and it works now. Thank you all.

Smotrov commented 8 months ago

Done

Anime4000 commented 8 months ago

wow, this pure Ethernet, those 84 and 131 are noting..