Anime4000 / RTL960x

Hacking V2801F, TWCGPON657 & DFP-34X-2C2 GPON ONU SFP Stick to suite your ISP Fiber

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documentation is unclear

Smotrov opened this issue · comments

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.

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

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.

authenticate you with just router MAC address,

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

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.

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...

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.

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

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).

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.

I assume you set it up in bridge mode

Does it require any additional settings on SFP through telnet?

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

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.

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?

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

many ODI firmware runs on GPON mode sadly

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
<DB>
    <Tbl name="DHCPCComm" RowCount="1">
        <Row No="0">
            <DM name="BootpFlag" val="0" />
            <DM name="Dscp" val="-1" />
            <DM name="Priority" val="-1" />
            <DM name="QueueNum" val="15" />
            <DM name="SendRelease" val="0" />
        </Row>
    </Tbl>
    <Tbl name="LAND" RowCount="4">
        <Row No="0">
            <DM name="ViewName" val="IGD.LD1" />
            <DM name="LANDName" val="LAN" />
            <DM name="Name" val="br0" />
            <DM name="Enable" val="1" />
            <DM name="IPAddr" val="192.168.1.1" />
            <DM name="NetMask" val="255.255.255.0" />
            <DM name="IPv6Addr" val="fe80::1" />
            <DM name="IPv6PrefLen" val="64" />
            <DM name="IPv6GUAAddr" val="::" />
            <DM name="IPv6GUAPrefLen" val="128" />
            <DM name="AddressingType" val="1" />
            <DM name="HelloTime" val="10" />
            <DM name="ForwardDelay" val="15" />
            <DM name="MAXAge" val="20" />
            <DM name="AgeingTime" val="300" />
            <DM name="RootPathCost" val="0" />
            <DM name="MAC" val="c0:7e:40:b6:5c:65" />
            <DM name="STPEnable" val="0" />
            <DM name="IGMPSNPEnable" val="1" />
            <DM name="IfMtoU" val="1" />
            <DM name="IfQrySend" val="1" />
            <DM name="IfSendWan" val="0" />
            <DM name="UnregisMode" val="0" />
            <DM name="GrpTimeout" val="360" />
            <DM name="LeaveMode" val="1" />
            <DM name="IgmpQueryVersion" val="2" />
        </Row>
        <Row No="1">
            <DM name="ViewName" val="" />
            <DM name="LANDName" val="" />
            <DM name="Name" val="" />
            <DM name="Enable" val="1" />
            <DM name="IPAddr" val="0.0.0.0" />
            <DM name="NetMask" val="0.0.0.0" />
            <DM name="IPv6Addr" val="fe80::1" />
            <DM name="IPv6PrefLen" val="64" />
            <DM name="IPv6GUAAddr" val="::" />
            <DM name="IPv6GUAPrefLen" val="128" />
            <DM name="AddressingType" val="1" />
            <DM name="HelloTime" val="10" />
            <DM name="ForwardDelay" val="15" />
            <DM name="MAXAge" val="20" />
            <DM name="AgeingTime" val="300" />
            <DM name="RootPathCost" val="0" />
            <DM name="MAC" val="00:00:00:00:00:00" />
            <DM name="STPEnable" val="1" />
            <DM name="IGMPSNPEnable" val="1" />
            <DM name="IfMtoU" val="1" />
            <DM name="IfQrySend" val="1" />
            <DM name="IfSendWan" val="0" />
            <DM name="UnregisMode" val="0" />
            <DM name="GrpTimeout" val="350" />
            <DM name="LeaveMode" val="1" />
            <DM name="IgmpQueryVersion" val="0" />
        </Row>
        <Row No="2">
            <DM name="ViewName" val="" />
            <DM name="LANDName" val="" />
            <DM name="Name" val="" />
            <DM name="Enable" val="1" />
            <DM name="IPAddr" val="0.0.0.0" />
            <DM name="NetMask" val="0.0.0.0" />
            <DM name="IPv6Addr" val="fe80::1" />
            <DM name="IPv6PrefLen" val="64" />
            <DM name="IPv6GUAAddr" val="::" />
            <DM name="IPv6GUAPrefLen" val="128" />
            <DM name="AddressingType" val="1" />
            <DM name="HelloTime" val="10" />
            <DM name="ForwardDelay" val="15" />
            <DM name="MAXAge" val="20" />
            <DM name="AgeingTime" val="300" />
            <DM name="RootPathCost" val="0" />
            <DM name="MAC" val="00:00:00:00:00:00" />
            <DM name="STPEnable" val="1" />
            <DM name="IGMPSNPEnable" val="1" />
            <DM name="IfMtoU" val="1" />
            <DM name="IfQrySend" val="1" />
            <DM name="IfSendWan" val="0" />
            <DM name="UnregisMode" val="0" />
            <DM name="GrpTimeout" val="350" />
            <DM name="LeaveMode" val="1" />
            <DM name="IgmpQueryVersion" val="0" />
        </Row>
        <Row No="3">
            <DM name="ViewName" val="" />
            <DM name="LANDName" val="" />
            <DM name="Name" val="" />
            <DM name="Enable" val="1" />
            <DM name="IPAddr" val="0.0.0.0" />
            <DM name="NetMask" val="0.0.0.0" />
            <DM name="IPv6Addr" val="fe80::1" />
            <DM name="IPv6PrefLen" val="64" />
            <DM name="IPv6GUAAddr" val="::" />
            <DM name="IPv6GUAPrefLen" val="128" />
            <DM name="AddressingType" val="1" />
            <DM name="HelloTime" val="10" />
            <DM name="ForwardDelay" val="15" />
            <DM name="MAXAge" val="20" />
            <DM name="AgeingTime" val="300" />
            <DM name="RootPathCost" val="0" />
            <DM name="MAC" val="00:00:00:00:00:00" />
            <DM name="STPEnable" val="1" />
            <DM name="IGMPSNPEnable" val="1" />
            <DM name="IfMtoU" val="1" />
            <DM name="IfQrySend" val="1" />
            <DM name="IfSendWan" val="0" />
            <DM name="UnregisMode" val="0" />
            <DM name="GrpTimeout" val="350" />
            <DM name="LeaveMode" val="1" />
            <DM name="IgmpQueryVersion" val="0" />
        </Row>
    </Tbl>
    <Tbl name="L3Forwarding" RowCount="1">
        <Row No="0">
            <DM name="DefRTInterface" val="" />
            <DM name="RTSum" val="0" />
        </Row>
    </Tbl>
    <Tbl name="L3ForwardingRT" RowCount="0">
</Tbl>
    <Tbl name="RouteSYSRT" RowCount="1">
        <Row No="0">
            <DM name="Display" val="0" />
        </Row>
    </Tbl>
    <Tbl name="WAND" RowCount="1">
        <Row No="0">
            <DM name="ViewName" val="IGD.WD1" />
            <DM name="WANDType" val="4" />
            <DM name="WANCDCapcity" val="1" />
            <DM name="TriggerEnable" val="0" />
        </Row>
    </Tbl>
    <Tbl name="WANC" RowCount="1">
        <Row No="0">
            <DM name="ViewName" val="IGD.WD1.WCD1.WCPPP1" />
            <DM name="WANCDViewName" val="IGD.WD1.WCD1" />
            <DM name="Enable" val="1" />
            <DM name="WANCType" val="0" />
            <DM name="ConnType" val="4" />
            <DM name="TriggerEnable" val="0" />
            <DM name="LANDViewName" val="" />
            <DM name="WANCName" val="DEFAULT_BRIDGE" />
            <DM name="StrServList" val="INTERNET" />
            <DM name="ServList" val="1" />
            <DM name="WorkIFMac" val="00:00:00:00:00:00" />
            <DM name="DNSOverrideAllowed" val="0" />
            <DM name="DNS1" val="0.0.0.0" />
            <DM name="DNS2" val="0.0.0.0" />
            <DM name="DNS3" val="0.0.0.0" />
            <DM name="IsNAT" val="1" />
            <DM name="IsForward" val="1" />
            <DM name="IsDefGW" val="1" />
            <DM name="DSCP" val="-1" />
            <DM name="DSCP6" val="-1" />
            <DM name="TC" val="-1" />
            <DM name="VLANID" val="0" />
            <DM name="Priority" val="0" />
            <DM name="WBDMode" val="0" />
            <DM name="HideListView" val="1" />
            <DM name="IPMode" val="1" />
        </Row>
    </Tbl>
    <Tbl name="WANCD" RowCount="1">
        <Row No="0">
            <DM name="ViewName" val="IGD.WD1.WCD1" />
            <DM name="WANDViewName" val="IGD.WD1" />
            <DM name="WANCCapcity" val="1" />
            <DM name="LinkType" val="1" />
            <DM name="Enabled" val="1" />
        </Row>
    </Tbl>
    <Tbl name="WANCIP" RowCount="0">
</Tbl>
    <Tbl name="WANCIPOpts" RowCount="0">
</Tbl>
    <Tbl name="WANCPPP" RowCount="1">
        <Row No="0">
            <DM name="ViewName" val="IGD.WD1.WCD1.WCPPP1" />
            <DM name="UserName" val="" />
            <DM name="Password" val="" />
            <DM name="ConnTrigger" val="0" />
            <DM name="AuthType" val="0" />
            <DM name="IdleTime" val="1200" />
            <DM name="AutoDisconnTime" val="0" />
            <DM name="WarnDisconnTime" val="0" />
            <DM name="MaxMRU" val="1492" />
            <DM name="MTU" val="1492" />
            <DM name="EchoTime" val="30" />
            <DM name="EchoRetry" val="20" />
            <DM name="PPPoEACName" val="" />
            <DM name="PPPoEServiceName" val="" />
            <DM name="EnableProxy" val="0" />
            <DM name="MaxUser" val="4" />
            <DM name="EnablePassThrough" val="0" />
            <DM name="PassThroughViewName" val="" />
            <DM name="ValidWANRx" val="0" />
            <DM name="ValidLANTx" val="1" />
            <DM name="HostTrigger" val="1" />
            <DM name="TtyDialNum" val="" />
            <DM name="TtyAPN" val="" />
            <DM name="TtyPDPType" val="0" />
            <DM name="PPPEncapsType" val="0" />
            <DM name="EncapsID" val="" />
            <DM name="GUATrigger" val="0" />
            <DM name="DNSv6Trigger" val="0" />
            <DM name="PrefixTrigger" val="0" />
            <DM name="AFTRTrigger" val="0" />
        </Row>
    </Tbl>
    <Tbl name="WANDCommCfg" RowCount="1">
        <Row No="0">
            <DM name="ViewName" val="IGD.WD1.WDCommCfg" />
            <DM name="WDViewName" val="IGD.WD1" />
            <DM name="EnabledForInternet" val="1" />
        </Row>
    </Tbl>
    <Tbl name="DSSCfg" RowCount="0">
</Tbl>
    <Tbl name="FWPM" RowCount="0">
</Tbl>
    <Tbl name="DevInfo" RowCount="1">
        <Row No="0">
            <DM name="ProvisioningCode" val="TLCO.GRP2" />
            <DM name="CfgLable" val="CVP-A" />
            <DM name="SaveFlag" val="1" />
            <DM name="FirstUseDate" val="0001-01-01T00:00:00Z" />
            <DM name="DomainName" val="" />
            <DM name="ManuFacturerURL" val="http://www.zte.com" />
            <DM name="DeviceURL" val="http://www.zte.com" />
            <DM name="Contact" val="" />
            <DM name="Location" val="" />
            <DM name="DeviceSummary" val="" />
        </Row>
    </Tbl>
    <Tbl name="DevAuthInfo" RowCount="6">
        <Row No="0">
            <DM name="ViewName" val="IGD.AU1" />
            <DM name="Enable" val="1" />
            <DM name="AppID" val="1" />
            <DM name="User" val="admin" />
            <DM name="Pass" val="admin" />
            <DM name="Level" val="1" />
            <DM name="Extra" val="" />
            <DM name="ExtraInt" val="0" />
        </Row>
        <Row No="1">
            <DM name="ViewName" val="IGD.AU2" />
            <DM name="Enable" val="1" />
            <DM name="AppID" val="1" />
            <DM name="User" val="user" />
            <DM name="Pass" val="user" />
            <DM name="Level" val="2" />
            <DM name="Extra" val="" />
            <DM name="ExtraInt" val="0" />
        </Row>
        <Row No="2">
            <DM name="ViewName" val="IGD.AU3" />
            <DM name="Enable" val="1" />
            <DM name="AppID" val="2" />
            <DM name="User" val="root" />
            <DM name="Pass" val="public" />
            <DM name="Level" val="2" />
            <DM name="Extra" val="" />
            <DM name="ExtraInt" val="0" />
        </Row>
        <Row No="3">
            <DM name="ViewName" val="IGD.AU4" />
            <DM name="Enable" val="1" />
            <DM name="AppID" val="2" />
            <DM name="User" val="" />
            <DM name="Pass" val="zte" />
            <DM name="Level" val="1" />
            <DM name="Extra" val="" />
            <DM name="ExtraInt" val="0" />
        </Row>
        <Row No="4">
            <DM name="ViewName" val="IGD.AU5" />
            <DM name="Enable" val="1" />
            <DM name="AppID" val="4" />
            <DM name="User" val="admin" />
            <DM name="Pass" val="admin" />
            <DM name="Level" val="1" />
            <DM name="Extra" val="" />
            <DM name="ExtraInt" val="0" />
        </Row>
        <Row No="5">
            <DM name="ViewName" val="IGD.AU6" />
            <DM name="Enable" val="0" />
            <DM name="AppID" val="5" />
            <DM name="User" val="" />
            <DM name="Pass" val="samba" />
            <DM name="Level" val="1" />
            <DM name="Extra" val="" />
            <DM name="ExtraInt" val="0" />
        </Row>
    </Tbl>
    <Tbl name="DevIPv6Ctrl" RowCount="1">
        <Row No="0">
            <DM name="Enable" val="1" />
            <DM name="AcceptDad" val="1" />
        </Row>
    </Tbl>
    <Tbl name="PortBinding" RowCount="0">
</Tbl>
    <Tbl name="L3Forwarding6" RowCount="1">
        <Row No="0">
            <DM name="DefRTInterface" val="" />
            <DM name="RTSum" val="0" />
        </Row>
    </Tbl>
    <Tbl name="L3ForwardingRT6" RowCount="0">
</Tbl>
    <Tbl name="UserIF" RowCount="1">
        <Row No="0">
            <DM name="Timeout" val="5" />
            <DM name="Language" val="1" />
        </Row>
    </Tbl>
    <Tbl name="VLAN" RowCount="2">
        <Row No="0">
            <DM name="ViewName" val="IGD.Vlan1" />
            <DM name="FilterTblType" val="1" />
            <DM name="PortName" val="IGD.LD1.ETH1" />
            <DM name="Dir" val="0" />
            <DM name="MatchOutPri" val="254" />
            <DM name="MatchOutVid" val="65534" />
            <DM name="MatchInnerPri" val="254" />
            <DM name="MatchInnerVid" val="65534" />
            <DM name="Private" val="65535" />
            <DM name="Target" val="2" />
            <DM name="TargetOutPri" val="0" />
            <DM name="TargetOutVid" val="1452" />
            <DM name="TargetInnerPri" val="0" />
            <DM name="TargetInnerVid" val="0" />
        </Row>
        <Row No="1">
            <DM name="ViewName" val="IGD.Vlan2" />
            <DM name="FilterTblType" val="1" />
            <DM name="PortName" val="IGD.LD1.ETH1" />
            <DM name="Dir" val="1" />
            <DM name="MatchOutPri" val="255" />
            <DM name="MatchOutVid" val="1452" />
            <DM name="MatchInnerPri" val="255" />
            <DM name="MatchInnerVid" val="65535" />
            <DM name="Private" val="65535" />
            <DM name="Target" val="13" />
            <DM name="TargetOutPri" val="0" />
            <DM name="TargetOutVid" val="0" />
            <DM name="TargetInnerPri" val="0" />
            <DM name="TargetInnerVid" val="0" />
        </Row>
    </Tbl>
    <Tbl name="FalsifyDefend" RowCount="1">
        <Row No="0">
            <DM name="ViewName" val="IGD.FalsifyDefend" />
            <DM name="CurFalsifyInfo" val="0" />
            <DM name="PonSetInfoType" val="0" />
        </Row>
    </Tbl>
    <Tbl name="OPTICAL" RowCount="1">
        <Row No="0">
            <DM name="comp1" val="0" />
            <DM name="comp2" val="0" />
            <DM name="comp3" val="0" />
            <DM name="comp4" val="0" />
            <DM name="comp5" val="0" />
            <DM name="Tcomp1" val="0" />
            <DM name="Tcomp2" val="0" />
            <DM name="Tcomp3" val="0" />
            <DM name="Tcomp4" val="0" />
            <DM name="Tcomp5" val="0" />
            <DM name="Rcomp1" val="0" />
            <DM name="Rcomp2" val="0" />
            <DM name="Rcomp3" val="0" />
            <DM name="Rcomp4" val="0" />
            <DM name="Rcomp5" val="0" />
            <DM name="OptiCompensateCtrl" val="0" />
            <DM name="Convenecontrl" val="0" />
            <DM name="ReadConvenecontrl" val="0" />
        </Row>
    </Tbl>
    <Tbl name="VLANDEF" RowCount="1">
        <Row No="0">
            <DM name="ViewName" val="IGD.VlanDef1" />
            <DM name="PortName" val="IGD.LD1.ETH1" />
            <DM name="UntagTargI" val="0" />
            <DM name="UntagTargE" val="0" />
            <DM name="DefTargI" val="1" />
            <DM name="DefTargE" val="1" />
        </Row>
    </Tbl>
    <Tbl name="EthPortConf" RowCount="1">
        <Row No="0">
            <DM name="ViewName" val="IGD.LD1.ETH1" />
            <DM name="RViewName" val="IGD.LD1" />
            <DM name="IFName" val="eth0" />
            <DM name="Enable" val="1" />
            <DM name="PortIsolateEn" val="0" />
            <DM name="FlowCtlEn" val="0" />
            <DM name="AutoNegEn" val="1" />
            <DM name="MaxBitRate" val="3" />
            <DM name="DuplexMode" val="2" />
            <DM name="MultRateLimitEn" val="0" />
            <DM name="MultRateLimit" val="1024000" />
            <DM name="BroadRateLimitEn" val="0" />
            <DM name="BroadRateLimit" val="1024000" />
            <DM name="UnkdaUniRateLimitEn" val="0" />
            <DM name="UnkdaUniRateLimit" val="40" />
            <DM name="AutonegFailEn" val="0" />
            <DM name="PortLosEn" val="0" />
            <DM name="PortFailEn" val="0" />
            <DM name="PortCongestionEn" val="0" />
            <DM name="InLoopBack" val="0" />
            <DM name="OutLoopBack" val="0" />
            <DM name="MacLimitEn" val="0" />
            <DM name="MacLimit" val="4095" />
            <DM name="MACAddress" val="c0:7e:40:b6:5c:65" />
        </Row>
    </Tbl>
    <Tbl name="EthGlobalConf" RowCount="1">
        <Row No="0">
            <DM name="ViewName" val="IGD.LD1.ETHCONF" />
            <DM name="AgingTime" val="60" />
            <DM name="MulFloodEn" val="1" />
            <DM name="Mtu" val="2000" />
            <DM name="BpduCtrl" val="1" />
            <DM name="MirrorEn" val="0" />
            <DM name="MirrorDirect" val="0" />
            <DM name="SMirrorPort" val="0" />
            <DM name="DMirrorPort" val="0" />
        </Row>
    </Tbl>
    <Tbl name="EthRatelimit" RowCount="1">
        <Row No="0">
            <DM name="ViewName" val="IGD.RATELIMIT1" />
            <DM name="IFName" val="eth0" />
            <DM name="IngressPolicing_operation" val="0" />
            <DM name="IngressPolicing_cir" val="1024000" />
            <DM name="IngressPolicing_cbs" val="1024000" />
            <DM name="IngressPolicing_pir" val="1024000" />
            <DM name="EgressPolicing_operation" val="0" />
            <DM name="EgressPolicing_cir" val="1024000" />
            <DM name="EgressPolicing_pir" val="1024000" />
        </Row>
    </Tbl>
    <Tbl name="VlanConf" RowCount="1">
        <Row No="0">
            <DM name="ViewName" val="IGD.VLAN1" />
            <DM name="IFName" val="eth0" />
            <DM name="VlanMode" val="1" />
            <DM name="DefVID" val="1452" />
            <DM name="DefPri" val="0" />
            <DM name="DefTPID" val="33024" />
            <DM name="DefCFI" val="0" />
        </Row>
    </Tbl>
    <Tbl name="EPONSilenceCount" RowCount="1">
        <Row No="0">
            <DM name="SilenceCount" val="0" />
        </Row>
    </Tbl>
    <Tbl name="VlanEntry" RowCount="0">
</Tbl>
    <Tbl name="PrefixCfg" RowCount="0">
</Tbl>
    <Tbl name="PrefixBanPort" RowCount="0">
</Tbl>
    <Tbl name="MultiCastGlobalConf" RowCount="1">
        <Row No="0">
            <DM name="ViewName" val="IGD.MCGLOBAL" />
            <DM name="IgmpMode" val="1" />
            <DM name="LeaveMode" val="0" />
            <DM name="AgingTime" val="300" />
            <DM name="QueryTime" val="100" />
            <DM name="FloodEnable" val="1" />
            <DM name="IgmpV1Enable" val="1" />
            <DM name="IgmpV2Enable" val="1" />
            <DM name="IgmpV3Enable" val="1" />
            <DM name="MldV1Enable" val="1" />
            <DM name="MldV2Enable" val="1" />
            <DM name="WancID" val="" />
            <DM name="MldMode" val="1" />
            <DM name="NonFastLeaveMode" val="1" />
            <DM name="IfIgmpSendQry" val="1" />
            <DM name="IfIgmpMtoU" val="1" />
            <DM name="IgmpQryVer" val="2" />
            <DM name="IfMldSendQry" val="1" />
            <DM name="IfMldMtoU" val="1" />
            <DM name="AddMacVlanMode" val="0" />
            <DM name="CTCEnalbe" val="0" />
            <DM name="MulticastMode" val="1" />
            <DM name="IGMPQryMtoU" val="1" />
            <DM name="MLDQryMtoU" val="1" />
            <DM name="Version" val="0" />
        </Row>
    </Tbl>
    <Tbl name="MultiCastPortConf" RowCount="1">
        <Row No="0">
            <DM name="ViewName" val="IGD.MCPORT1" />
            <DM name="PortViewName" val="IGD.LD1.ETH1" />
            <DM name="IgmpPortEnable" val="1" />
            <DM name="TagStrip" val="0" />
            <DM name="MaxNodeNum" val="1024" />
            <DM name="MaxBandWidth" val="0" />
            <DM name="TrapUnknowReportEn" val="0" />
        </Row>
    </Tbl>
    <Tbl name="MultiCastSpecialGroup" RowCount="0">
</Tbl>
    <Tbl name="MultiCastMvlanConf" RowCount="0">
</Tbl>
    <Tbl name="MultiCastAbility" RowCount="1">
        <Row No="0">
            <DM name="ViewName" val="IGD.MCABILITY" />
            <DM name="MaxNodeNum" val="1024" />
        </Row>
    </Tbl>
    <Tbl name="MultiCastCustomConf" RowCount="1">
        <Row No="0">
            <DM name="ViewName" val="IGD.MCCUSTOM1" />
            <DM name="PortName" val="eth0" />
            <DM name="Mvlan" val="1" />
        </Row>
    </Tbl>
    <Tbl name="DHCPSHostCfg" RowCount="1">
        <Row No="0">
            <DM name="ViewName" val="IGD.LD1.HostCfg" />
            <DM name="LANDViewName" val="IGD.LD1" />
            <DM name="Configurable" val="1" />
            <DM name="ServerEnable" val="0" />
            <DM name="RelayEnable" val="0" />
            <DM name="PoolName" val="defaultpool" />
            <DM name="MinAddress" val="192.168.1.2" />
            <DM name="MaxAddress" val="192.168.1.254" />
            <DM name="ReservedAddresses" val="" />
            <DM name="SubnetMask" val="255.255.255.0" />
            <DM name="DnsServerSource" val="0" />
            <DM name="DNSServers1" val="192.168.1.1" />
            <DM name="DNSServers2" val="0.0.0.0" />
            <DM name="DNSServers3" val="0.0.0.0" />
            <DM name="DomainName" val="zte.com.cn" />
            <DM name="IPRouters" val="192.168.1.1" />
            <DM name="LeaseTime" val="86400" />
            <DM name="UseAllocatedWAN" val="" />
            <DM name="AssociatedConnection" val="" />
            <DM name="PassthroughLease" val="0" />
            <DM name="PassthroughCSP_MACAddress" val="" />
            <DM name="AllowedCSP_MACAddresses" val="" />
            <DM name="DHCPConditionalServing" val="0" />
        </Row>
    </Tbl>
    <Tbl name="DHCPSPool" RowCount="10">
        <Row No="0">
            <DM name="ViewName" val="IGD.LD1.HostCfg.Pool1" />
            <DM name="HostCfgViewName" val="IGD.LD1.HostCfg" />
            <DM name="Enable" val="1" />
            <DM name="ProcFlag" val="0" />
            <DM name="PoolOrder" val="0" />
            <DM name="SourceInterface" val="" />
            <DM name="VendorClassID" val="eth0" />
            <DM name="ClientID" val="" />
            <DM name="UserClassID" val="" />
            <DM name="Chaddr" val="00:00:00:00:00:00" />
            <DM name="PoolName" val="eth0" />
            <DM name="MinAddress" val="192.168.1.2" />
            <DM name="MaxAddress" val="192.168.1.10" />
            <DM name="ReservedAddresses" val="" />
            <DM name="SubnetMask" val="0.0.0.0" />
            <DM name="DNSServers1" val="0.0.0.0" />
            <DM name="DNSServers2" val="0.0.0.0" />
            <DM name="DNSServers3" val="0.0.0.0" />
            <DM name="DomainName" val="" />
            <DM name="IPRouters" val="0.0.0.0" />
            <DM name="LeaseTime" val="0" />
            <DM name="UseAllocatedWAN" val="" />
            <DM name="AssociatedConnection" val="" />
            <DM name="PassthroughLease" val="0" />
        </Row>
        <Row No="1">
            <DM name="ViewName" val="IGD.LD1.HostCfg.Pool2" />
            <DM name="HostCfgViewName" val="IGD.LD1.HostCfg" />
            <DM name="Enable" val="1" />
            <DM name="ProcFlag" val="0" />
            <DM name="PoolOrder" val="0" />
            <DM name="SourceInterface" val="" />
            <DM name="VendorClassID" val="eth1" />
            <DM name="ClientID" val="" />
            <DM name="UserClassID" val="" />
            <DM name="Chaddr" val="00:00:00:00:00:00" />
            <DM name="PoolName" val="eth1" />
            <DM name="MinAddress" val="192.168.1.11" />
            <DM name="MaxAddress" val="192.168.1.20" />
            <DM name="ReservedAddresses" val="" />
            <DM name="SubnetMask" val="0.0.0.0" />
            <DM name="DNSServers1" val="0.0.0.0" />
            <DM name="DNSServers2" val="0.0.0.0" />
            <DM name="DNSServers3" val="0.0.0.0" />
            <DM name="DomainName" val="" />
            <DM name="IPRouters" val="0.0.0.0" />
            <DM name="LeaseTime" val="0" />
            <DM name="UseAllocatedWAN" val="" />
            <DM name="AssociatedConnection" val="" />
            <DM name="PassthroughLease" val="0" />
        </Row>
        <Row No="2">
            <DM name="ViewName" val="IGD.LD1.HostCfg.Pool3" />
            <DM name="HostCfgViewName" val="IGD.LD1.HostCfg" />
            <DM name="Enable" val="1" />
            <DM name="ProcFlag" val="0" />
            <DM name="PoolOrder" val="0" />
            <DM name="SourceInterface" val="" />
            <DM name="VendorClassID" val="eth2" />
            <DM name="ClientID" val="" />
            <DM name="UserClassID" val="" />
            <DM name="Chaddr" val="00:00:00:00:00:00" />
            <DM name="PoolName" val="eth2" />
            <DM name="MinAddress" val="192.168.1.21" />
            <DM name="MaxAddress" val="192.168.1.30" />
            <DM name="ReservedAddresses" val="" />
            <DM name="SubnetMask" val="0.0.0.0" />
            <DM name="DNSServers1" val="0.0.0.0" />
            <DM name="DNSServers2" val="0.0.0.0" />
            <DM name="DNSServers3" val="0.0.0.0" />
            <DM name="DomainName" val="" />
            <DM name="IPRouters" val="0.0.0.0" />
            <DM name="LeaseTime" val="0" />
            <DM name="UseAllocatedWAN" val="" />
            <DM name="AssociatedConnection" val="" />
            <DM name="PassthroughLease" val="0" />
        </Row>
        <Row No="3">
            <DM name="ViewName" val="IGD.LD1.HostCfg.Pool4" />
            <DM name="HostCfgViewName" val="IGD.LD1.HostCfg" />
            <DM name="Enable" val="1" />
            <DM name="ProcFlag" val="0" />
            <DM name="PoolOrder" val="0" />
            <DM name="SourceInterface" val="" />
            <DM name="VendorClassID" val="eth3" />
            <DM name="ClientID" val="" />
            <DM name="UserClassID" val="" />
            <DM name="Chaddr" val="00:00:00:00:00:00" />
            <DM name="PoolName" val="eth3" />
            <DM name="MinAddress" val="192.168.1.31" />
            <DM name="MaxAddress" val="192.168.1.40" />
            <DM name="ReservedAddresses" val="" />
            <DM name="SubnetMask" val="0.0.0.0" />
            <DM name="DNSServers1" val="0.0.0.0" />
            <DM name="DNSServers2" val="0.0.0.0" />
            <DM name="DNSServers3" val="0.0.0.0" />
            <DM name="DomainName" val="" />
            <DM name="IPRouters" val="0.0.0.0" />
            <DM name="LeaseTime" val="0" />
            <DM name="UseAllocatedWAN" val="" />
            <DM name="AssociatedConnection" val="" />
            <DM name="PassthroughLease" val="0" />
        </Row>
        <Row No="4">
            <DM name="ViewName" val="IGD.LD1.HostCfg.Pool5" />
            <DM name="HostCfgViewName" val="IGD.LD1.HostCfg" />
            <DM name="Enable" val="1" />
            <DM name="ProcFlag" val="0" />
            <DM name="PoolOrder" val="0" />
            <DM name="SourceInterface" val="" />
            <DM name="VendorClassID" val="wlan0" />
            <DM name="ClientID" val="" />
            <DM name="UserClassID" val="" />
            <DM name="Chaddr" val="00:00:00:00:00:00" />
            <DM name="PoolName" val="wlan0" />
            <DM name="MinAddress" val="192.168.1.41" />
            <DM name="MaxAddress" val="192.168.1.50" />
            <DM name="ReservedAddresses" val="" />
            <DM name="SubnetMask" val="0.0.0.0" />
            <DM name="DNSServers1" val="0.0.0.0" />
            <DM name="DNSServers2" val="0.0.0.0" />
            <DM name="DNSServers3" val="0.0.0.0" />
            <DM name="DomainName" val="" />
            <DM name="IPRouters" val="0.0.0.0" />
            <DM name="LeaseTime" val="0" />
            <DM name="UseAllocatedWAN" val="" />
            <DM name="AssociatedConnection" val="" />
            <DM name="PassthroughLease" val="0" />
        </Row>
        <Row No="5">
            <DM name="ViewName" val="IGD.LD1.HostCfg.Pool6" />
            <DM name="HostCfgViewName" val="IGD.LD1.HostCfg" />
            <DM name="Enable" val="1" />
            <DM name="ProcFlag" val="0" />
            <DM name="PoolOrder" val="0" />
            <DM name="SourceInterface" val="" />
            <DM name="VendorClassID" val="wlan1" />
            <DM name="ClientID" val="" />
            <DM name="UserClassID" val="" />
            <DM name="Chaddr" val="00:00:00:00:00:00" />
            <DM name="PoolName" val="wlan1" />
            <DM name="MinAddress" val="192.168.1.51" />
            <DM name="MaxAddress" val="192.168.1.60" />
            <DM name="ReservedAddresses" val="" />
            <DM name="SubnetMask" val="0.0.0.0" />
            <DM name="DNSServers1" val="0.0.0.0" />
            <DM name="DNSServers2" val="0.0.0.0" />
            <DM name="DNSServers3" val="0.0.0.0" />
            <DM name="DomainName" val="" />
            <DM name="IPRouters" val="0.0.0.0" />
            <DM name="LeaseTime" val="0" />
            <DM name="UseAllocatedWAN" val="" />
            <DM name="AssociatedConnection" val="" />
            <DM name="PassthroughLease" val="0" />
        </Row>
        <Row No="6">
            <DM name="ViewName" val="IGD.LD1.HostCfg.Pool7" />
            <DM name="HostCfgViewName" val="IGD.LD1.HostCfg" />
            <DM name="Enable" val="1" />
            <DM name="ProcFlag" val="0" />
            <DM name="PoolOrder" val="0" />
            <DM name="SourceInterface" val="" />
            <DM name="VendorClassID" val="wlan2" />
            <DM name="ClientID" val="" />
            <DM name="UserClassID" val="" />
            <DM name="Chaddr" val="00:00:00:00:00:00" />
            <DM name="PoolName" val="wlan2" />
            <DM name="MinAddress" val="192.168.1.61" />
            <DM name="MaxAddress" val="192.168.1.70" />
            <DM name="ReservedAddresses" val="" />
            <DM name="SubnetMask" val="0.0.0.0" />
            <DM name="DNSServers1" val="0.0.0.0" />
            <DM name="DNSServers2" val="0.0.0.0" />
            <DM name="DNSServers3" val="0.0.0.0" />
            <DM name="DomainName" val="" />
            <DM name="IPRouters" val="0.0.0.0" />
            <DM name="LeaseTime" val="0" />
            <DM name="UseAllocatedWAN" val="" />
            <DM name="AssociatedConnection" val="" />
            <DM name="PassthroughLease" val="0" />
        </Row>
        <Row No="7">
            <DM name="ViewName" val="IGD.LD1.HostCfg.Pool8" />
            <DM name="HostCfgViewName" val="IGD.LD1.HostCfg" />
            <DM name="Enable" val="1" />
            <DM name="ProcFlag" val="0" />
            <DM name="PoolOrder" val="0" />
            <DM name="SourceInterface" val="" />
            <DM name="VendorClassID" val="wlan3" />
            <DM name="ClientID" val="" />
            <DM name="UserClassID" val="" />
            <DM name="Chaddr" val="00:00:00:00:00:00" />
            <DM name="PoolName" val="wlan3" />
            <DM name="MinAddress" val="192.168.1.71" />
            <DM name="MaxAddress" val="192.168.1.80" />
            <DM name="ReservedAddresses" val="" />
            <DM name="SubnetMask" val="0.0.0.0" />
            <DM name="DNSServers1" val="0.0.0.0" />
            <DM name="DNSServers2" val="0.0.0.0" />
            <DM name="DNSServers3" val="0.0.0.0" />
            <DM name="DomainName" val="" />
            <DM name="IPRouters" val="0.0.0.0" />
            <DM name="LeaseTime" val="0" />
            <DM name="UseAllocatedWAN" val="" />
            <DM name="AssociatedConnection" val="" />
            <DM name="PassthroughLease" val="0" />
        </Row>
        <Row No="8">
            <DM name="ViewName" val="IGD.LD1.HostCfg.Pool9" />
            <DM name="HostCfgViewName" val="IGD.LD1.HostCfg" />
            <DM name="Enable" val="1" />
            <DM name="ProcFlag" val="1" />
            <DM name="PoolOrder" val="0" />
            <DM name="SourceInterface" val="" />
            <DM name="VendorClassID" val="" />
            <DM name="ClientID" val="" />
            <DM name="UserClassID" val="" />
            <DM name="Chaddr" val="00:00:00:00:00:00" />
            <DM name="PoolName" val="pppoeproxy1" />
            <DM name="MinAddress" val="172.168.1.1" />
            <DM name="MaxAddress" val="172.168.1.254" />
            <DM name="ReservedAddresses" val="" />
            <DM name="SubnetMask" val="255.255.255.0" />
            <DM name="DNSServers1" val="192.168.1.1" />
            <DM name="DNSServers2" val="0.0.0.0" />
            <DM name="DNSServers3" val="0.0.0.0" />
            <DM name="DomainName" val="ehome" />
            <DM name="IPRouters" val="192.168.1.1" />
            <DM name="LeaseTime" val="86400" />
            <DM name="UseAllocatedWAN" val="" />
            <DM name="AssociatedConnection" val="" />
            <DM name="PassthroughLease" val="0" />
        </Row>
        <Row No="9">
            <DM name="ViewName" val="IGD.LD1.HostCfg.Pool10" />
            <DM name="HostCfgViewName" val="IGD.LD1.HostCfg" />
            <DM name="Enable" val="1" />
            <DM name="ProcFlag" val="1" />
            <DM name="PoolOrder" val="0" />
            <DM name="SourceInterface" val="" />
            <DM name="VendorClassID" val="" />
            <DM name="ClientID" val="" />
            <DM name="UserClassID" val="" />
            <DM name="Chaddr" val="00:00:00:00:00:00" />
            <DM name="PoolName" val="pppoeproxy2" />
            <DM name="MinAddress" val="172.168.2.1" />
            <DM name="MaxAddress" val="172.168.2.254" />
            <DM name="ReservedAddresses" val="" />
            <DM name="SubnetMask" val="255.255.255.0" />
            <DM name="DNSServers1" val="192.168.1.1" />
            <DM name="DNSServers2" val="0.0.0.0" />
            <DM name="DNSServers3" val="0.0.0.0" />
            <DM name="DomainName" val="ehome" />
            <DM name="IPRouters" val="192.168.1.1" />
            <DM name="LeaseTime" val="86400" />
            <DM name="UseAllocatedWAN" val="" />
            <DM name="AssociatedConnection" val="" />
            <DM name="PassthroughLease" val="0" />
        </Row>
    </Tbl>
    <Tbl name="DHCPSComm" RowCount="1">
        <Row No="0">
            <DM name="RebootNakFlag" val="0" />
            <DM name="AdminFlag" val="1" />
        </Row>
    </Tbl>
    <Tbl name="HostNameList" RowCount="3">
        <Row No="0">
            <DM name="ViewName" val="IGD.HostName1" />
            <DM name="HostName" val="csp1.zte.com.cn" />
            <DM name="type" val="0" />
        </Row>
        <Row No="1">
            <DM name="ViewName" val="IGD.HostName2" />
            <DM name="HostName" val="csp2.zte.com.cn" />
            <DM name="type" val="0" />
        </Row>
        <Row No="2">
            <DM name="ViewName" val="IGD.HostName3" />
            <DM name="HostName" val="csp3.zte.com.cn" />
            <DM name="type" val="0" />
        </Row>
    </Tbl>
    <Tbl name="DNSSettings" RowCount="1">
        <Row No="0">
            <DM name="DnsCMAPIEnabled" val="1" />
            <DM name="DomainName" val="" />
            <DM name="SerIPAddress1" val="0.0.0.0" />
            <DM name="SerIPAddress2" val="0.0.0.0" />
            <DM name="SerIPAddress3" val="0.0.0.0" />
            <DM name="SerIPAddress4" val="0.0.0.0" />
            <DM name="SerIPAddress5" val="0.0.0.0" />
            <DM name="SerIPv6Address1" val="::" />
            <DM name="SerIPv6Address2" val="::" />
            <DM name="SerIPv6Address3" val="::" />
            <DM name="SerIPv6Address4" val="::" />
            <DM name="SerIPv6Address5" val="::" />
            <DM name="WaitModeTimeOut" val="6" />
            <DM name="NotWaitModeTimeOut" val="6" />
            <DM name="DnsSendMode" val="0" />
        </Row>
    </Tbl>
    <Tbl name="DNSHostsList" RowCount="0">
</Tbl>
    <Tbl name="TelnetCfg" RowCount="1">
        <Row No="0">
            <DM name="TS_Enable" val="1" />
            <DM name="Wan_Enable" val="0" />
            <DM name="Lan_Enable" val="0" />
            <DM name="TS_Port" val="23" />
            <DM name="TS_UName" val="root" />
            <DM name="TS_UPwd" val="Pon521" />
            <DM name="Max_Con_Num" val="2" />
            <DM name="ProcType" val="0" />
            <DM name="Lan_EnableAfterOlt" val="1" />
            <DM name="WanWebLinkToTS" val="1" />
            <DM name="ProcFlag" val="0" />
        </Row>
    </Tbl>
    <Tbl name="Upgrade" RowCount="1">
        <Row No="0">
            <DM name="RemoteUserCfgUrl" val="" />
            <DM name="RemoteFirmwareUrl" val="" />
            <DM name="UpgradeUserCfgEn" val="0" />
        </Row>
    </Tbl>
    <Tbl name="FTPServerCfg" RowCount="1">
        <Row No="0">
            <DM name="FtpEnable" val="0" />
            <DM name="ServerPort" val="21" />
            <DM name="WanIfEnable" val="0" />
            <DM name="FtpAnon" val="0" />
            <DM name="WanID0" val="" />
            <DM name="WanID1" val="" />
            <DM name="WanID2" val="" />
            <DM name="WanID3" val="" />
            <DM name="WanID4" val="" />
            <DM name="WanID5" val="" />
            <DM name="WanID6" val="" />
            <DM name="WanID7" val="" />
            <DM name="MaxClient" val="5" />
            <DM name="MaxPerIp" val="5" />
            <DM name="MaxRate" val="250000" />
        </Row>
    </Tbl>
    <Tbl name="FTPUser" RowCount="8">
        <Row No="0">
            <DM name="ViewName" val="IGD.FTPUSER0" />
            <DM name="Username" val="admin" />
            <DM name="Password" val="admin" />
            <DM name="Location" val="/mnt" />
            <DM name="UserRight" val="3" />
        </Row>
        <Row No="1">
            <DM name="ViewName" val="" />
            <DM name="Username" val="" />
            <DM name="Password" val="" />
            <DM name="Location" val="" />
            <DM name="UserRight" val="0" />
        </Row>
        <Row No="2">
            <DM name="ViewName" val="" />
            <DM name="Username" val="" />
            <DM name="Password" val="" />
            <DM name="Location" val="" />
            <DM name="UserRight" val="0" />
        </Row>
        <Row No="3">
            <DM name="ViewName" val="" />
            <DM name="Username" val="" />
            <DM name="Password" val="" />
            <DM name="Location" val="" />
            <DM name="UserRight" val="0" />
        </Row>
        <Row No="4">
            <DM name="ViewName" val="" />
            <DM name="Username" val="" />
            <DM name="Password" val="" />
            <DM name="Location" val="" />
            <DM name="UserRight" val="0" />
        </Row>
        <Row No="5">
            <DM name="ViewName" val="" />
            <DM name="Username" val="" />
            <DM name="Password" val="" />
            <DM name="Location" val="" />
            <DM name="UserRight" val="0" />
        </Row>
        <Row No="6">
            <DM name="ViewName" val="" />
            <DM name="Username" val="" />
            <DM name="Password" val="" />
            <DM name="Location" val="" />
            <DM name="UserRight" val="0" />
        </Row>
        <Row No="7">
            <DM name="ViewName" val="" />
            <DM name="Username" val="" />
            <DM name="Password" val="" />
            <DM name="Location" val="" />
            <DM name="UserRight" val="0" />
        </Row>
    </Tbl>
    <Tbl name="FWBase" RowCount="1">
        <Row No="0">
            <DM name="IsWanSrvCntl" val="0" />
            <DM name="MacFilterEnable" val="0" />
            <DM name="MacFilterTarget" val="0" />
            <DM name="IpFilterTarget" val="0" />
            <DM name="UrlFilterTarget" val="0" />
            <DM name="UrlFilterEnable" val="0" />
            <DM name="SrvCntlTarget" val="1" />
            <DM name="DefaultPolicy" val="0" />
            <DM name="PCtrlEnable" val="0" />
            <DM name="IsClockValid" val="0" />
        </Row>
    </Tbl>
    <Tbl name="PortControl" RowCount="8">
        <Row No="0">
            <DM name="ViewName" val="IGD.PortControl1" />
            <DM name="PortValue" val="80" />
            <DM name="IPv6PortValue" val="0" />
            <DM name="PortEnable" val="0" />
            <DM name="RedirectPort" val="0" />
            <DM name="ServName" val="WEB" />
        </Row>
        <Row No="1">
            <DM name="ViewName" val="IGD.PortControl2" />
            <DM name="PortValue" val="21" />
            <DM name="IPv6PortValue" val="0" />
            <DM name="PortEnable" val="0" />
            <DM name="RedirectPort" val="0" />
            <DM name="ServName" val="FTP" />
        </Row>
        <Row No="2">
            <DM name="ViewName" val="IGD.PortControl3" />
            <DM name="PortValue" val="22" />
            <DM name="IPv6PortValue" val="0" />
            <DM name="PortEnable" val="1" />
            <DM name="RedirectPort" val="0" />
            <DM name="ServName" val="SSH" />
        </Row>
        <Row No="3">
            <DM name="ViewName" val="IGD.PortControl4" />
            <DM name="PortValue" val="23" />
            <DM name="IPv6PortValue" val="0" />
            <DM name="PortEnable" val="0" />
            <DM name="RedirectPort" val="0" />
            <DM name="ServName" val="TELNET" />
        </Row>
        <Row No="4">
            <DM name="ViewName" val="IGD.PortControl5" />
            <DM name="PortValue" val="443" />
            <DM name="IPv6PortValue" val="0" />
            <DM name="PortEnable" val="0" />
            <DM name="RedirectPort" val="0" />
            <DM name="ServName" val="HTTPS" />
        </Row>
        <Row No="5">
            <DM name="ViewName" val="IGD.PortControl6" />
            <DM name="PortValue" val="161" />
            <DM name="IPv6PortValue" val="0" />
            <DM name="PortEnable" val="1" />
            <DM name="RedirectPort" val="0" />
            <DM name="ServName" val="SNMP" />
        </Row>
        <Row No="6">
            <DM name="ViewName" val="0" />
            <DM name="PortValue" val="0" />
            <DM name="IPv6PortValue" val="0" />
            <DM name="PortEnable" val="0" />
            <DM name="RedirectPort" val="0" />
            <DM name="ServName" val="" />
        </Row>
        <Row No="7">
            <DM name="ViewName" val="0" />
            <DM name="PortValue" val="0" />
            <DM name="IPv6PortValue" val="0" />
            <DM name="PortEnable" val="0" />
            <DM name="RedirectPort" val="0" />
            <DM name="ServName" val="" />
        </Row>
    </Tbl>
    <Tbl name="PINGDiag" RowCount="1">
        <Row No="0">
            <DM name="ViewName" val="IGD.PINGDIAG.CFG1" />
        </Row>
    </Tbl>
    <Tbl name="FWPT" RowCount="0">
</Tbl>
    <Tbl name="PortPriority" RowCount="4">
        <Row No="0">
            <DM name="ViewName" val="IGD.PortPriority1" />
            <DM name="Name" val="pt" />
            <DM name="PortPriority" val="0" />
            <DM name="Mode" val="0" />
        </Row>
        <Row No="1">
            <DM name="ViewName" val="IGD.PortPriority2" />
            <DM name="Name" val="portmapp" />
            <DM name="PortPriority" val="1" />
            <DM name="Mode" val="0" />
        </Row>
        <Row No="2">
            <DM name="ViewName" val="IGD.PortPriority3" />
            <DM name="Name" val="upnp" />
            <DM name="PortPriority" val="2" />
            <DM name="Mode" val="0" />
        </Row>
        <Row No="3">
            <DM name="ViewName" val="IGD.PortPriority4" />
            <DM name="Name" val="dmzmapp" />
            <DM name="PortPriority" val="3" />
            <DM name="Mode" val="0" />
        </Row>
    </Tbl>
    <Tbl name="FWSC" RowCount="1">
        <Row No="0">
            <DM name="ViewName" val="IGD.FWSc.FWSC1" />
            <DM name="Name" val="" />
            <DM name="IPMode" val="1" />
            <DM name="Enable" val="1" />
            <DM name="INCViewName" val="IGD.WANIF" />
            <DM name="INCName" val="WAN" />
            <DM name="MinSrcIp" val="0.0.0.0" />
            <DM name="MinSrcMask" val="0.0.0.0" />
            <DM name="MaxSrcIp" val="0.0.0.0" />
            <DM name="Prefix" val="::" />
            <DM name="PrefixLen" val="0" />
            <DM name="Servise" val="8" />
            <DM name="FilterTarget" val="1" />
        </Row>
    </Tbl>
    <Tbl name="LoopbackGlobalConf" RowCount="1">
        <Row No="0">
            <DM name="ViewName" val="IGD.LOOPBACK.GLOBAL" />
            <DM name="DMACAddr" val="ff:ff:ff:ff:ff:ff" />
            <DM name="EtherType" val="34826" />
            <DM name="SendInterval" val="250" />
            <DM name="Standard" val="0" />
            <DM name="CheckInterval" val="15" />
            <DM name="RenewTime" val="60" />
        </Row>
    </Tbl>
    <Tbl name="LoopbackEthConf" RowCount="1">
        <Row No="0">
            <DM name="ViewName" val="IGD.LOOPBACK.ETH1" />
            <DM name="PortID" val="IGD.LD1.ETH1" />
            <DM name="AlarmEn" val="1" />
            <DM name="PortDisableEn" val="1" />
        </Row>
    </Tbl>
    <Tbl name="LoopbackVlanConf" RowCount="0">
</Tbl>
    <Tbl name="WLCInfo" RowCount="1">
        <Row No="0">
            <DM name="ViewName" val="IGD.WLCInfo" />
            <DM name="WLCStatus" val="0" />
        </Row>
    </Tbl>
    <Tbl name="AttrInfo" RowCount="0">
</Tbl>
    <Tbl name="FWLevel" RowCount="1">
        <Row No="0">
            <DM name="Level" val="1" />
            <DM name="AntiAttack" val="0" />
            <DM name="TR69PingEnable" val="0" />
            <DM name="WanDiscardDHCPEnable" val="0" />
            <DM name="BridgeITVDHCPOnly" val="0" />
        </Row>
    </Tbl>
    <Tbl name="FWALG" RowCount="1">
        <Row No="0">
            <DM name="IsSIPAlg" val="1" />
            <DM name="IsFTPAlg" val="1" />
            <DM name="IsH323Alg" val="1" />
            <DM name="IsRTSPAlg" val="1" />
            <DM name="IsL2TPAlg" val="1" />
            <DM name="IsPPTPAlg" val="1" />
            <DM name="IsTFTPAlg" val="1" />
            <DM name="IsSNMPAlg" val="1" />
            <DM name="IsIPSECAlg" val="1" />
            <DM name="SIPAlgPort" val="0" />
            <DM name="FTPAlgPort" val="0" />
            <DM name="TFTPAlgPort" val="0" />
            <DM name="RTSPAlgPort" val="0" />
        </Row>
    </Tbl>
    <Tbl name="FWDMZ" RowCount="1">
        <Row No="0">
            <DM name="ViewName" val="IGD.FWDMZ.FWDMZ1" />
            <DM name="Enable" val="0" />
            <DM name="WANCViewName" val="" />
            <DM name="WANCName" val="" />
            <DM name="InternalMacHost" val="00:00:00:00:00:00" />
            <DM name="MacEnable" val="0" />
            <DM name="InternalHost" val="0.0.0.0" />
            <DM name="DevUniqueNum" val="0" />
        </Row>
    </Tbl>
    <Tbl name="FWIP" RowCount="0">
</Tbl>
    <Tbl name="FWURL" RowCount="0">
</Tbl>
    <Tbl name="FWPURL" RowCount="1">
        <Row No="0">
            <DM name="Enable" val="0" />
            <DM name="PcUrl" val="" />
            <DM name="StbUrl" val="" />
            <DM name="PhoneUrl" val="" />
            <DM name="OtherUrl" val="" />
            <DM name="CfgUrl" val="192.168.1.1/wlanlogin.gch" />
            <DM name="DefaultType" val="1" />
        </Row>
    </Tbl>
    <Tbl name="MacFilter" RowCount="0">
</Tbl>
    <Tbl name="FWCustom" RowCount="15">
        <Row No="0">
            <DM name="ViewName" val="IGD.FWCustom1" />
            <DM name="Enable" val="1" />
            <DM name="Protocol" val="3" />
            <DM name="State" val="0" />
            <DM name="Name" val="AllowPing" />
            <DM name="SrcIp" val="0.0.0.0" />
            <DM name="SrcIpMask" val="0.0.0.0" />
            <DM name="MinSrcPort" val="0" />
            <DM name="MaxSrcPort" val="0" />
            <DM name="DstIp" val="0.0.0.0" />
            <DM name="DstIpMask" val="0.0.0.0" />
            <DM name="MinDstPort" val="0" />
            <DM name="MaxDstPort" val="0" />
            <DM name="FilterTarget" val="1" />
            <DM name="InOut" val="1" />
            <DM name="LocalForward" val="1" />
            <DM name="Level" val="1" />
            <DM name="Order" val="0" />
        </Row>
        <Row No="1">
            <DM name="ViewName" val="IGD.FWCustom2" />
            <DM name="Enable" val="1" />
            <DM name="Protocol" val="4" />
            <DM name="State" val="5" />
            <DM name="Name" val="LowSPILocal" />
            <DM name="SrcIp" val="0.0.0.0" />
            <DM name="SrcIpMask" val="0.0.0.0" />
            <DM name="MinSrcPort" val="0" />
            <DM name="MaxSrcPort" val="0" />
            <DM name="DstIp" val="0.0.0.0" />
            <DM name="DstIpMask" val="0.0.0.0" />
            <DM name="MinDstPort" val="0" />
            <DM name="MaxDstPort" val="0" />
            <DM name="FilterTarget" val="1" />
            <DM name="InOut" val="1" />
            <DM name="LocalForward" val="1" />
            <DM name="Level" val="1" />
            <DM name="Order" val="1" />
        </Row>
        <Row No="2">
            <DM name="ViewName" val="IGD.FWCustom3" />
            <DM name="Enable" val="1" />
            <DM name="Protocol" val="4" />
            <DM name="State" val="0" />
            <DM name="Name" val="LowForbidLocal" />
            <DM name="SrcIp" val="0.0.0.0" />
            <DM name="SrcIpMask" val="0.0.0.0" />
            <DM name="MinSrcPort" val="0" />
            <DM name="MaxSrcPort" val="0" />
            <DM name="DstIp" val="0.0.0.0" />
            <DM name="DstIpMask" val="0.0.0.0" />
            <DM name="MinDstPort" val="0" />
            <DM name="MaxDstPort" val="0" />
            <DM name="FilterTarget" val="1" />
            <DM name="InOut" val="1" />
            <DM name="LocalForward" val="1" />
            <DM name="Level" val="1" />
            <DM name="Order" val="2" />
        </Row>
        <Row No="3">
            <DM name="ViewName" val="IGD.FWCustom4" />
            <DM name="Enable" val="1" />
            <DM name="Protocol" val="4" />
            <DM name="State" val="0" />
            <DM name="Name" val="LowAllowForward" />
            <DM name="SrcIp" val="0.0.0.0" />
            <DM name="SrcIpMask" val="0.0.0.0" />
            <DM name="MinSrcPort" val="0" />
            <DM name="MaxSrcPort" val="0" />
            <DM name="DstIp" val="0.0.0.0" />
            <DM name="DstIpMask" val="0.0.0.0" />
            <DM name="MinDstPort" val="0" />
            <DM name="MaxDstPort" val="0" />
            <DM name="FilterTarget" val="1" />
            <DM name="InOut" val="1" />
            <DM name="LocalForward" val="2" />
            <DM name="Level" val="1" />
            <DM name="Order" val="3" />
        </Row>
        <Row No="4">
            <DM name="ViewName" val="IGD.FWCustom5" />
            <DM name="Enable" val="1" />
            <DM name="Protocol" val="4" />
            <DM name="State" val="5" />
            <DM name="Name" val="MediumSPILocal" />
            <DM name="SrcIp" val="0.0.0.0" />
            <DM name="SrcIpMask" val="0.0.0.0" />
            <DM name="MinSrcPort" val="0" />
            <DM name="MaxSrcPort" val="0" />
            <DM name="DstIp" val="0.0.0.0" />
            <DM name="DstIpMask" val="0.0.0.0" />
            <DM name="MinDstPort" val="0" />
            <DM name="MaxDstPort" val="0" />
            <DM name="FilterTarget" val="1" />
            <DM name="InOut" val="1" />
            <DM name="LocalForward" val="1" />
            <DM name="Level" val="2" />
            <DM name="Order" val="0" />
        </Row>
        <Row No="5">
            <DM name="ViewName" val="IGD.FWCustom6" />
            <DM name="Enable" val="1" />
            <DM name="Protocol" val="4" />
            <DM name="State" val="0" />
            <DM name="Name" val="MediumForbidLocal" />
            <DM name="SrcIp" val="0.0.0.0" />
            <DM name="SrcIpMask" val="0.0.0.0" />
            <DM name="MinSrcPort" val="0" />
            <DM name="MaxSrcPort" val="0" />
            <DM name="DstIp" val="0.0.0.0" />
            <DM name="DstIpMask" val="0.0.0.0" />
            <DM name="MinDstPort" val="0" />
            <DM name="MaxDstPort" val="0" />
            <DM name="FilterTarget" val="0" />
            <DM name="InOut" val="1" />
            <DM name="LocalForward" val="1" />
            <DM name="Level" val="2" />
            <DM name="Order" val="1" />
        </Row>
        <Row No="6">
            <DM name="ViewName" val="IGD.FWCustom7" />
            <DM name="Enable" val="1" />
            <DM name="Protocol" val="4" />
            <DM name="State" val="5" />
            <DM name="Name" val="MediumSPIForward" />
            <DM name="SrcIp" val="0.0.0.0" />
            <DM name="SrcIpMask" val="0.0.0.0" />
            <DM name="MinSrcPort" val="0" />
            <DM name="MaxSrcPort" val="0" />
            <DM name="DstIp" val="0.0.0.0" />
            <DM name="DstIpMask" val="0.0.0.0" />
            <DM name="MinDstPort" val="0" />
            <DM name="MaxDstPort" val="0" />
            <DM name="FilterTarget" val="1" />
            <DM name="InOut" val="1" />
            <DM name="LocalForward" val="2" />
            <DM name="Level" val="2" />
            <DM name="Order" val="2" />
        </Row>
        <Row No="7">
            <DM name="ViewName" val="IGD.FWCustom8" />
            <DM name="Enable" val="1" />
            <DM name="Protocol" val="4" />
            <DM name="State" val="0" />
            <DM name="Name" val="MediumForbidForward" />
            <DM name="SrcIp" val="0.0.0.0" />
            <DM name="SrcIpMask" val="0.0.0.0" />
            <DM name="MinSrcPort" val="0" />
            <DM name="MaxSrcPort" val="0" />
            <DM name="DstIp" val="0.0.0.0" />
            <DM name="DstIpMask" val="0.0.0.0" />
            <DM name="MinDstPort" val="0" />
            <DM name="MaxDstPort" val="0" />
            <DM name="FilterTarget" val="0" />
            <DM name="InOut" val="1" />
            <DM name="LocalForward" val="2" />
            <DM name="Level" val="2" />
            <DM name="Order" val="3" />
        </Row>
        <Row No="8">
            <DM name="ViewName" val="IGD.FWCustom9" />
            <DM name="Enable" val="1" />
            <DM name="Protocol" val="4" />
            <DM name="State" val="5" />
            <DM name="Name" val="HighSPILocal" />
            <DM name="SrcIp" val="0.0.0.0" />
            <DM name="SrcIpMask" val="0.0.0.0" />
            <DM name="MinSrcPort" val="0" />
            <DM name="MaxSrcPort" val="0" />
            <DM name="DstIp" val="0.0.0.0" />
            <DM name="DstIpMask" val="0.0.0.0" />
            <DM name="MinDstPort" val="0" />
            <DM name="MaxDstPort" val="0" />
            <DM name="FilterTarget" val="1" />
            <DM name="InOut" val="1" />
            <DM name="LocalForward" val="1" />
            <DM name="Level" val="3" />
            <DM name="Order" val="0" />
        </Row>
        <Row No="9">
            <DM name="ViewName" val="IGD.FWCustom10" />
            <DM name="Enable" val="1" />
            <DM name="Protocol" val="4" />
            <DM name="State" val="0" />
            <DM name="Name" val="HighForbidLocal" />
            <DM name="SrcIp" val="0.0.0.0" />
            <DM name="SrcIpMask" val="0.0.0.0" />
            <DM name="MinSrcPort" val="0" />
            <DM name="MaxSrcPort" val="0" />
            <DM name="DstIp" val="0.0.0.0" />
            <DM name="DstIpMask" val="0.0.0.0" />
            <DM name="MinDstPort" val="0" />
            <DM name="MaxDstPort" val="0" />
            <DM name="FilterTarget" val="0" />
            <DM name="InOut" val="1" />
            <DM name="LocalForward" val="1" />
            <DM name="Level" val="3" />
            <DM name="Order" val="1" />
        </Row>
        <Row No="10">
            <DM name="ViewName" val="IGD.FWCustom11" />
            <DM name="Enable" val="1" />
            <DM name="Protocol" val="3" />
            <DM name="State" val="0" />
            <DM name="Name" val="HighAllowPingForw" />
            <DM name="SrcIp" val="0.0.0.0" />
            <DM name="SrcIpMask" val="0.0.0.0" />
            <DM name="MinSrcPort" val="0" />
            <DM name="MaxSrcPort" val="0" />
            <DM name="DstIp" val="0.0.0.0" />
            <DM name="DstIpMask" val="0.0.0.0" />
            <DM name="MinDstPort" val="0" />
            <DM name="MaxDstPort" val="0" />
            <DM name="FilterTarget" val="1" />
            <DM name="InOut" val="2" />
            <DM name="LocalForward" val="2" />
            <DM name="Level" val="3" />
            <DM name="Order" val="2" />
        </Row>
        <Row No="11">
            <DM name="ViewName" val="IGD.FWCustom12" />
            <DM name="Enable" val="1" />
            <DM name="Protocol" val="4" />
            <DM name="State" val="5" />
            <DM name="Name" val="HighSPI" />
            <DM name="SrcIp" val="0.0.0.0" />
            <DM name="SrcIpMask" val="0.0.0.0" />
            <DM name="MinSrcPort" val="0" />
            <DM name="MaxSrcPort" val="0" />
            <DM name="DstIp" val="0.0.0.0" />
            <DM name="DstIpMask" val="0.0.0.0" />
            <DM name="MinDstPort" val="0" />
            <DM name="MaxDstPort" val="0" />
            <DM name="FilterTarget" val="1" />
            <DM name="InOut" val="2" />
            <DM name="LocalForward" val="2" />
            <DM name="Level" val="3" />
            <DM name="Order" val="3" />
        </Row>
        <Row No="12">
            <DM name="ViewName" val="IGD.FWCustom13" />
            <DM name="Enable" val="1" />
            <DM name="Protocol" val="4" />
            <DM name="State" val="0" />
            <DM name="Name" val="HighDrop" />
            <DM name="SrcIp" val="0.0.0.0" />
            <DM name="SrcIpMask" val="0.0.0.0" />
            <DM name="MinSrcPort" val="0" />
            <DM name="MaxSrcPort" val="0" />
            <DM name="DstIp" val="0.0.0.0" />
            <DM name="DstIpMask" val="0.0.0.0" />
            <DM name="MinDstPort" val="0" />
            <DM name="MaxDstPort" val="0" />
            <DM name="FilterTarget" val="0" />
            <DM name="InOut" val="2" />
            <DM name="LocalForward" val="2" />
            <DM name="Level" val="3" />
            <DM name="Order" val="4" />
        </Row>
        <Row No="13">
            <DM name="ViewName" val="IGD.FWCustom14" />
            <DM name="Enable" val="1" />
            <DM name="Protocol" val="4" />
            <DM name="State" val="5" />
            <DM name="Name" val="HighSPIForward" />
            <DM name="SrcIp" val="0.0.0.0" />
            <DM name="SrcIpMask" val="0.0.0.0" />
            <DM name="MinSrcPort" val="0" />
            <DM name="MaxSrcPort" val="0" />
            <DM name="DstIp" val="0.0.0.0" />
            <DM name="DstIpMask" val="0.0.0.0" />
            <DM name="MinDstPort" val="0" />
            <DM name="MaxDstPort" val="0" />
            <DM name="FilterTarget" val="1" />
            <DM name="InOut" val="1" />
            <DM name="LocalForward" val="2" />
            <DM name="Level" val="3" />
            <DM name="Order" val="5" />
        </Row>
        <Row No="14">
            <DM name="ViewName" val="IGD.FWCustom15" />
            <DM name="Enable" val="1" />
            <DM name="Protocol" val="4" />
            <DM name="State" val="0" />
            <DM name="Name" val="HighForbidForward" />
            <DM name="SrcIp" val="0.0.0.0" />
            <DM name="SrcIpMask" val="0.0.0.0" />
            <DM name="MinSrcPort" val="0" />
            <DM name="MaxSrcPort" val="0" />
            <DM name="DstIp" val="0.0.0.0" />
            <DM name="DstIpMask" val="0.0.0.0" />
            <DM name="MinDstPort" val="0" />
            <DM name="MaxDstPort" val="0" />
            <DM name="FilterTarget" val="0" />
            <DM name="InOut" val="1" />
            <DM name="LocalForward" val="2" />
            <DM name="Level" val="3" />
            <DM name="Order" val="6" />
        </Row>
    </Tbl>
    <Tbl name="OAMdebug" RowCount="1">
        <Row No="0">
            <DM name="OAMLogCTRL" val="0" />
            <DM name="EXOAMLogCTRL" val="0" />
        </Row>
    </Tbl>
</DB>

Will infinitely appreciate any ideas.

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

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
# 

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

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

Знімок екрана 2024-01-03 о 14 17 00

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

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