linuxer
linuxer
Published on 2025-09-28 / 4 Visits
0
0

20块买的诺基亚贝尔XG-040G-MD 2.5G光猫不带wifi和电话 折腾

下面信息来自 恩山大神所发 我只是收集管理做笔记!

开操作笔记


超级用户:CMCCAdmin
超级密码:aDm8H%MdA
移到定制版的超级密码 回复光猫后都一样。


登录后进入光猫设置界面在家庭存储功能中把FTP SMA 这两个功能打开(这一步非常重要)

在超级用户的状态下访问 http://192.168.1.1/system.cgi?telnet 开启telnet功能


使用 telnet 协议连接光猫 通过普通用户登录(光猫背面铭牌处)后以 su user_ftp(有些光猫可能为su useradmin_ftp  取决于光猫背面铭牌处的信息) 身份登录 ,密码和普通账户密码相同
输入su获取root权限

修改SN(必须三条都修改)
ritool set YPSerialNum NBEL5A01B711 (要修改的SN)
ritool set MfrID NBEL (要修改的SN的前四位,应该是厂商代码)
ritool set G984Serial 5A01B711 修改的SN的8位)
修改MAC
ritool set MACAddress 3c:bd:69:6b:6d:7a (修改MAC地址为3c:bd:69:6b:6d:7a)
修改root密码
cfgcli -s InternetGatewayDevice.DeviceInfo.X_CT-COM_ServiceManage.SuPassword aDm8H%MdA (修改root密码为aDm8H%MdA)
修改超级登录用户名
cfgcli -s InternetGatewayDevice.DeviceInfo.X_CT-COM_TeleComAccount.UserName CMCCAdmin (修改超级用户为CMCCAdmin)
修改超级登录密码
cfgcli -s InternetGatewayDevice.DeviceInfo.X_CT-COM_TeleComAccount.Password aDm8H%MdA (修改超级密码为aDm8H%MdA)
关闭虚拟机
cfgcli -s InternetGatewayDevice.SoftwareModules.ExecEnv.1.Enable false
cfgcli -s InternetGatewayDevice.SoftwareModules.ExecEnv.2.Enable false
开启全锥形网络
cfgcli -s InternetGatewayDevice.WANDevice.1.WANConnectionDevice.2.WANPPPConnection.1.X_ASB_COM_FullconeNATEnabled true (第二个参数2代表网络侧信息

2_INTERNET_B_VID_41  如果不同则修改为自身光猫对应的参数


设备注册提示:1是关闭,0是开启
cfgcli -s InternetGatewayDevice.X_CT-COM_UserInfo.Status 0
cfgcli -s InternetGatewayDevice.X_CT-COM_UserInfo.Result 1
开启 ipv6
cfgcli -f -s InternetGatewayDevice.DeviceInfo.X_CT-COM_IPProtocolVersion.Mode 3
修改设备基本信息
ritool set MfrID HWTC (将生产厂家标识NBEL 改为HWTC)
ritool set Mnemonic G-140W-ME (设备型号改为G-140W-ME)
恢复出厂设置
cfgcli -r

重启设备
reboot 或 reset


开启EPON和GPON自适应(待验证)
cfgcli -s InternetGatewayDevice.X_ASB_COM_PON_MODE.EnableAutoPon true

查看当前连接数
cat /proc/sys/net/netfilter/nf_conntrack_count
查看最大值连接数
cat /proc/sys/net/netfilter/nf_conntrack_max

修改最大值连接线(推荐300000)
vi nf_conntrack_max

查看系统
查看所有设置:ritool dump
查看内存:cat /proc/meminfo
查看当前挂载分区:cat /proc/mounts
硬件中断统计:cat /proc/interrupts
查看负载:cat /proc/loadavg
                  cat /proc/stat
驱动程序设备ID: cat /proc/devices

常用配置网页:
选择省份界面 http://192.168.1.1/opid_setting.cgi
固件升级路径:http://192.168.1.1/upgrade.cgi
插件配置卸载路径:http://192.168.1.1/upgrade_plugin.cgi?
Upnp功能开启:http://192.168.1.1/upnp.cgi?
usb备份、恢复:http://192.168.1.1/usb.cgi?backup
TR069 RMS平台认证:http://192.168.1.1/tr69.cgi
AWIFI激活管理平台:http://192.168.1.1/awifi_config.cgi
设备码等信息查看:http://192.168.1.1/bucpe.cgi
设定password密码:http://192.168.1.1/gpon_config.cgi
设定LAN端IPV6: http://192.168.1.1/lan_cu.cgi
配置文件查看:http://192.168.1.1/dumpdatamodel.cgi


图片欣赏


信息标签 没WIFI的 XG-PON OUN 12V-1A 10Gpon

侧边2个USB口 一个USB3一个2

很标准的接口, DC 12V,一个开关,1个2.5G 3个千兆


下面系统状态图片

这个拿回来是注册过的需要按reset 重置


重置后


需要当猫使用的 大部分地区只需要填入 loid 注册码 保存,然后 新建一个 连接 做 光猫拨号或桥接即可!

简单看一下 系统发你去和其他信息

上面代码需要弄什么复制什么

192.168.1.1/dumpdatamodel.cgi

<?xml version="1.0"?>

<InternetGatewayDevice. n="IGD" t="staticObject">

<DeviceSummary ml="1024" rw="R" t="string" v=""></DeviceSummary>

<LANDeviceNumberOfEntries rw="R" t="unsignedInt" v=""></LANDeviceNumberOfEntries>

<WANDeviceNumberOfEntries rw="R" t="unsignedInt" v=""></WANDeviceNumberOfEntries>

<X_CU_POTSDeviceNumber rw="R" t="unsignedInt" v=""></X_CU_POTSDeviceNumber>

<X_ASB_COM_Language ml="8" rw="RW" t="string" v=""></X_ASB_COM_Language>

<X_ASB_COM_PreConfig. n="PreCfg" t="staticObject">

<X_ASB_COM_CT_NonRootProcessList ml="512" rw="RW" t="string" v=""></X_ASB_COM_CT_NonRootProcessList>

<X_ASB_COM_CMCCVasdockerEnable dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_CMCCVasdockerEnable>

<X_ASB_COM_cfgRpcRespTimeLogThresh rw="RW" t="unsignedInt" v="1000"></X_ASB_COM_cfgRpcRespTimeLogThresh>

<X_ASB_COM_InformBindEnable dv="true" rw="RW" t="boolean" v="true"></X_ASB_COM_InformBindEnable>

<X_ASB_COM_DnsByIptvEnable rw="RW" t="unsignedInt" v="0"></X_ASB_COM_DnsByIptvEnable>

<X_ASB_COM_DhcpcArpWanTriggerAction rw="RW" t="unsignedInt" v="1"></X_ASB_COM_DhcpcArpWanTriggerAction>

<X_ASB_COM_ModelnameSuffix ml="64" rw="RW" t="string" v=""></X_ASB_COM_ModelnameSuffix>

<X_ASB_COM_PortBindRule dv="1" rw="RW" t="int" v="1"></X_ASB_COM_PortBindRule>

<X_ASB_COM_CriticalParaTemp rw="R" t="unsignedInt" v="0"></X_ASB_COM_CriticalParaTemp>

<X_ASB_COM_ITMSType rw="RW" t="unsignedInt" v="6"></X_ASB_COM_ITMSType>

<X_ASB_COM_SipTypeOpt60Coup dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_SipTypeOpt60Coup>

<X_ASB_COM_SNinOpt60 dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_SNinOpt60>

<X_ASB_COM_SSID_2Enabled dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_SSID_2Enabled>

<X_ASB_COM_RegKeyShow dv="false" rw="RW" t="boolean" v="true"></X_ASB_COM_RegKeyShow>

<X_ASB_COM_Tr069MTU rw="RW" t="unsignedInt" v="1492"></X_ASB_COM_Tr069MTU>

<X_ASB_COM_VoipMTU rw="RW" t="unsignedInt" v="1492"></X_ASB_COM_VoipMTU>

<X_ASB_COM_InternetMTU rw="RW" t="unsignedInt" v="0"></X_ASB_COM_InternetMTU>

<X_ASB_COM_IPTVMTU rw="RW" t="unsignedInt" v="0"></X_ASB_COM_IPTVMTU>

<X_ASB_COM_VoipPBIT rw="RW" t="unsignedInt" v="0"></X_ASB_COM_VoipPBIT>

<X_ASB_COM_SuperUserName ml="64" rw="RW" t="string" v=""></X_ASB_COM_SuperUserName>

<X_ASB_COM_SuperUserPassword ml="64" rw="RW" t="string" v="" ealgo="ab"></X_ASB_COM_SuperUserPassword>

<X_ASB_COM_AutoLinkDetect dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_AutoLinkDetect>

<X_ASB_COM_NormalUserPermission rw="RW" t="unsignedInt" v="110"></X_ASB_COM_NormalUserPermission>

<X_ASB_COM_AdminUserPermission rw="RW" t="unsignedInt" v="111"></X_ASB_COM_AdminUserPermission>

<X_ASB_COM_DNSTransparentEnabled dv="false" rw="RW" t="boolean" v="true"></X_ASB_COM_DNSTransparentEnabled>

<X_ASB_COM_OperatorType rw="RW" t="unsignedInt" v="3"></X_ASB_COM_OperatorType>

<X_ASB_COM_ConnectionTrigger ml="64" rw="RW" t="string" v="AlwaysOn"></X_ASB_COM_ConnectionTrigger>

<X_ASB_COM_ExternalWebAccess dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_ExternalWebAccess>

<X_ASB_COM_LocalWebAccess dv="true" rw="RW" t="boolean" v="true"></X_ASB_COM_LocalWebAccess>

<X_ASB_COM_WANHeartbeatInterval rw="RW" t="unsignedInt" v="300"></X_ASB_COM_WANHeartbeatInterval>

<X_ASB_COM_LoopDetectInGPONEnable dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_LoopDetectInGPONEnable>

<X_ASB_COM_PPPoEAccountMonitor dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_PPPoEAccountMonitor>

<X_ASB_COM_PPPoEInternetBridgeLedMonitor rw="RW" t="unsignedInt" v="0"></X_ASB_COM_PPPoEInternetBridgeLedMonitor>

<X_ASB_COM_MulticastVLANConfRule rw="RW" t="unsignedInt" v="0"></X_ASB_COM_MulticastVLANConfRule>

<X_ASB_COM_PONRegType rw="RW" t="unsignedInt" v="4"></X_ASB_COM_PONRegType>

<X_ASB_COM_WlanUserMaximum rw="RW" t="unsignedInt" v="255"></X_ASB_COM_WlanUserMaximum>

<X_ASB_COM_STBDetectMethod rw="RW" t="unsignedInt" v="0"></X_ASB_COM_STBDetectMethod>

<X_ASB_COM_STBInformMethod rw="RW" t="unsignedInt" v="0"></X_ASB_COM_STBInformMethod>

<X_ASB_COM_McastVlanTranslation rw="RW" t="unsignedInt" v="1"></X_ASB_COM_McastVlanTranslation>

<X_ASB_COM_InformSTBMAC dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_InformSTBMAC>

<X_ASB_COM_HybridWANWebEnable dv="false" rw="RW" t="boolean" v="true"></X_ASB_COM_HybridWANWebEnable>

<X_ASB_COM_PPPoEProxyEnable dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_PPPoEProxyEnable>

<X_ASB_COM_PONLightActInSilence rw="RW" t="unsignedInt" v="1"></X_ASB_COM_PONLightActInSilence>

<X_ASB_COM_GlobalHguDns dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_GlobalHguDns>

<X_ASB_COM_GlobalPPPConLost dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_GlobalPPPConLost>

<X_ASB_COM_PPPoEDialReasonForCT dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_PPPoEDialReasonForCT>

<X_ASB_COM_GlobalPolicyRouting dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_GlobalPolicyRouting>

<X_ASB_COM_DHCPCOPTION60 rw="RW" t="unsignedInt" v="3"></X_ASB_COM_DHCPCOPTION60>

<X_ASB_COM_DHCPRESENDMODE rw="RW" t="unsignedInt" v="1"></X_ASB_COM_DHCPRESENDMODE>

<X_ASB_COM_SpeedTestDownloadMode rw="RW" t="unsignedInt" v="2"></X_ASB_COM_SpeedTestDownloadMode>

<X_ASB_COM_SpeedTestThreadNumber rw="RW" t="unsignedInt" v="4"></X_ASB_COM_SpeedTestThreadNumber>

<X_ASB_COM_SpeedTestBrcmRunner rw="RW" t="unsignedInt" v="1"></X_ASB_COM_SpeedTestBrcmRunner>

<X_ASB_COM_TCPMSSRules rw="RW" t="unsignedInt" v="0"></X_ASB_COM_TCPMSSRules>

<X_ASB_COM_MacFilter rw="RW" t="unsignedInt" v="0"></X_ASB_COM_MacFilter>

<X_ASB_COM_DosProtection rw="RW" t="unsignedInt" v="0"></X_ASB_COM_DosProtection>

<X_ASB_COM_IpFilter rw="RW" t="unsignedInt" v="0"></X_ASB_COM_IpFilter>

<X_ASB_COM_FwLevel rw="RW" t="unsignedInt" v="0"></X_ASB_COM_FwLevel>

<X_ASB_COM_LvMengScanning rw="RW" t="unsignedInt" v="0"></X_ASB_COM_LvMengScanning>

<X_ASB_COM_ForceUrlOnlyOnce rw="RW" t="unsignedInt" v="0"></X_ASB_COM_ForceUrlOnlyOnce>

<X_ASB_COM_PortForwarding rw="RW" t="unsignedInt" v="0"></X_ASB_COM_PortForwarding>

<X_ASB_COM_DMZ rw="RW" t="unsignedInt" v="0"></X_ASB_COM_DMZ>

<X_ASB_COM_StartIgmpProxyOnInternetWan dv="true" rw="RW" t="boolean" v="true"></X_ASB_COM_StartIgmpProxyOnInternetWan>

<X_ASB_COM_TransferPPPOEtoIPOEHeader dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_TransferPPPOEtoIPOEHeader>

<X_ASB_COM_ButtonResetFlag ml="64" rw="RW" t="string" v=""></X_ASB_COM_ButtonResetFlag>

<X_ASB_COM_EMFIGSType rw="RW" t="unsignedInt" v="0"></X_ASB_COM_EMFIGSType>

<X_ASB_COM_WlanRegion ml="64" rw="RW" t="string" v="0"></X_ASB_COM_WlanRegion>

<X_ASB_COM_KeyParameterEnable rw="RW" t="boolean" v="true"></X_ASB_COM_KeyParameterEnable>

<X_ASB_COM_PPPBackOff rw="RW" t="string" ml="128" v="5,5,5,10,20,40,90,90,90"></X_ASB_COM_PPPBackOff>

<X_ASB_COM_DHCPOPTION125Value rw="RW" t="string" ml="256" v=""></X_ASB_COM_DHCPOPTION125Value>

<X_ASB_COM_PPPHoldOff rw="RW" t="unsignedInt" v="2"></X_ASB_COM_PPPHoldOff>

<X_ASB_COM_PPPAuthFailRetryInterval rw="RW" t="unsignedInt" v="0"></X_ASB_COM_PPPAuthFailRetryInterval>

<X_ASB_COM_Ipv4v6BridgePassThrough rw="RW" t="unsignedInt" v="1"></X_ASB_COM_Ipv4v6BridgePassThrough>

<X_ASB_COM_ignoreISPDisconnectIPv6 rw="RW" t="unsignedInt" v="1"></X_ASB_COM_ignoreISPDisconnectIPv6>

<X_ASB_COM_QOEDownLoadFrom rw="RW" t="string" ml="16" v="INTERNET"></X_ASB_COM_QOEDownLoadFrom>

<X_ASB_COM_JsonPltAuthMode rw="RW" t="unsignedInt" v="2"></X_ASB_COM_JsonPltAuthMode>

<X_ASB_COM_JsonPltNoWiFiSnMode rw="RW" t="unsignedInt" v="0"></X_ASB_COM_JsonPltNoWiFiSnMode>

<X_ASB_COM_JsonPltInterfaceMode rw="RW" t="unsignedInt" v="0"></X_ASB_COM_JsonPltInterfaceMode>

<X_ASB_COM_PrePluginBootupPolicy rw="RW" t="unsignedInt" v="0"></X_ASB_COM_PrePluginBootupPolicy>

<X_ASB_COM_PrePluginUpgradePolicy rw="RW" t="unsignedInt" v="0"></X_ASB_COM_PrePluginUpgradePolicy>

<X_ASB_COM_AutoUpgradeThroughUsb rw="RW" t="unsignedInt" v="0"></X_ASB_COM_AutoUpgradeThroughUsb>

<X_ASB_COM_RmsHostNumChangeReportMode rw="RW" t="unsignedInt" v="0"></X_ASB_COM_RmsHostNumChangeReportMode>

<X_ASB_COM_SupportMtkIptvMac rw="RW" t="unsignedInt" v="0"></X_ASB_COM_SupportMtkIptvMac>

<X_ASB_COM_SupportBjcuMaintApp rw="RW" t="unsignedInt" v="0"></X_ASB_COM_SupportBjcuMaintApp>

<X_ASB_COM_CuSmartPlatformSpecVer rw="RW" t="unsignedInt" v="0"></X_ASB_COM_CuSmartPlatformSpecVer>

<X_ASB_COM_CollectLanOneTwoPortMac rw="RW" t="unsignedInt" v="0"></X_ASB_COM_CollectLanOneTwoPortMac>

<X_ASB_COM_CollectAccessEquipmentMac rw="RW" t="unsignedInt" v="0"></X_ASB_COM_CollectAccessEquipmentMac>

<X_ASB_COM_SupportFastHeartbeatOffline rw="RW" t="unsignedInt" v="0"></X_ASB_COM_SupportFastHeartbeatOffline>

<X_ASB_COM_LanHostNodeNoActiveDeleted rw="RW" t="unsignedInt" v="0"></X_ASB_COM_LanHostNodeNoActiveDeleted>

<X_ASB_COM_SupportBridgeLanhostIp rw="RW" t="unsignedInt" v="0"></X_ASB_COM_SupportBridgeLanhostIp>

<X_ASB_COM_Support3addrModeLanhost rw="RW" t="unsignedInt" v="0"></X_ASB_COM_Support3addrModeLanhost>

<X_ASB_COM_PingFailCntNotZeroWhenDnsFail rw="RW" t="unsignedInt" v="0"></X_ASB_COM_PingFailCntNotZeroWhenDnsFail>

<X_ASB_COM_BootQuickInstall rw="RW" t="boolean" v="false"></X_ASB_COM_BootQuickInstall>

<X_ASB_COM_EponNodeVisible rw="RW" t="boolean" v="false"></X_ASB_COM_EponNodeVisible>

<X_ASB_COM_LoopDetectMacMigration rw="RW" t="unsignedInt" v="0"></X_ASB_COM_LoopDetectMacMigration>

<X_ASB_COM_IgmpAcceptLoacl rw="RW" t="unsignedInt" v="1"></X_ASB_COM_IgmpAcceptLoacl>

<X_ASB_COM_PowerLedBehavior rw="RW" t="unsignedInt" v="0"></X_ASB_COM_PowerLedBehavior>

<X_ASB_COM_RTSPMode ml="64" rw="RW" t="string" v="strip"></X_ASB_COM_RTSPMode>

<X_ASB_COM_MaxWanNum rw="RW" t="unsignedInt" v="8"></X_ASB_COM_MaxWanNum>

<X_ASB_COM_ForbidPingOnWan rw="RW" t="unsignedInt" v="0"></X_ASB_COM_ForbidPingOnWan>

<X_ASB_COM_NewCUWeb rw="RW" t="unsignedInt" v="1"></X_ASB_COM_NewCUWeb>

<X_ASB_COM_UserRegisterEnable rw="RW" t="unsignedInt" v="1"></X_ASB_COM_UserRegisterEnable>

<X_ASB_COM_CheckPwdCfgdByITMS rw="RW" t="unsignedInt" v="0"></X_ASB_COM_CheckPwdCfgdByITMS>

<X_ASB_COM_CheckPwdPolicy rw="RW" t="unsignedInt" v="1"></X_ASB_COM_CheckPwdPolicy>

<X_ASB_COM_PwdMinLen rw="RW" t="unsignedInt" v="8"></X_ASB_COM_PwdMinLen>

<X_ASB_COM_SynInternetAndOttAccountPw rw="RW" t="unsignedInt" v="0"></X_ASB_COM_SynInternetAndOttAccountPw>

<X_ASB_COM_KeepPPProuteUsrNamePw rw="RW" t="unsignedInt" v="0"></X_ASB_COM_KeepPPProuteUsrNamePw>

<X_ASB_COM_ReOrderInstanceID rw="RW" t="boolean" v="false"></X_ASB_COM_ReOrderInstanceID>

<X_ASB_COM_AdditionnalAddWlanPreSharedKey rw="RW" t="boolean" v="false"></X_ASB_COM_AdditionnalAddWlanPreSharedKey>

<X_ASB_COM_NeedForcedValueChange rw="RW" t="boolean" v="false"></X_ASB_COM_NeedForcedValueChange>

<X_ASB_COM_PortalBasedOnInternetService rw="RW" t="boolean" v="false"></X_ASB_COM_PortalBasedOnInternetService>

<X_ASB_COM_LoidPortalUrlRedirectToPortEnable rw="RW" t="boolean" v="false"></X_ASB_COM_LoidPortalUrlRedirectToPortEnable>

<X_ASB_COM_CalcTimesForWholeRegisterProcess rw="RW" t="boolean" v="false"></X_ASB_COM_CalcTimesForWholeRegisterProcess>

<X_ASB_COM_MutiWanDns rw="RW" t="boolean" v="true"></X_ASB_COM_MutiWanDns>

<X_ASB_COM_UnityVersionEnable rw="RW" t="boolean" v="true"></X_ASB_COM_UnityVersionEnable>

<X_ASB_COM_SyncPOTSInfoEnable rw="RW" t="boolean" v="true"></X_ASB_COM_SyncPOTSInfoEnable>

<X_ASB_COM_aWiFiEnable rw="RW" t="boolean" v="false"></X_ASB_COM_aWiFiEnable>

<X_ASB_COM_iAudioEnable rw="RW" t="boolean" v="false"></X_ASB_COM_iAudioEnable>

<X_ASB_COM_ThirdPartyComponentsType rw="RW" t="unsignedInt" v="0"></X_ASB_COM_ThirdPartyComponentsType>

<X_ASB_COM_ConvertPonInterfaceToInterafce rw="RW" t="boolean" v="false"></X_ASB_COM_ConvertPonInterfaceToInterafce>

<X_ASB_COM_IsolationBetweenDifferentWanEnable rw="RW" t="boolean" v="false"></X_ASB_COM_IsolationBetweenDifferentWanEnable>

<X_ASB_COM_KeyParameterMode rw="RW" t="unsignedInt" v="0"></X_ASB_COM_KeyParameterMode>

<X_ASB_COM_IptvWanBindPortEnable rw="RW" t="boolean" v="false"></X_ASB_COM_IptvWanBindPortEnable>

<X_ASB_COM_IptvMacFilterEnable rw="RW" t="boolean" v="true"></X_ASB_COM_IptvMacFilterEnable>

<X_ASB_COM_MulticastVlanFilterEnable rw="RW" t="boolean" v="false"></X_ASB_COM_MulticastVlanFilterEnable>

<X_ASB_COM_EachMcastVlanFilterEnable rw="RW" t="boolean" v="false"></X_ASB_COM_EachMcastVlanFilterEnable>

<X_ASB_COM_RegKeyShowOnMain rw="RW" t="unsignedInt" v="0"></X_ASB_COM_RegKeyShowOnMain>

<X_ASB_COM_UserPasswdRegEnable dv="true" rw="RW" t="boolean" v="true"></X_ASB_COM_UserPasswdRegEnable>

<X_ASB_COM_VlanbindHighPriToFullRouting rw="RW" t="unsignedInt" v="0"></X_ASB_COM_VlanbindHighPriToFullRouting>

<X_ASB_COM_IPv6IPAddressOrigin ml="64" rw="RW" t="string" v="DHCPv6"></X_ASB_COM_IPv6IPAddressOrigin>

<X_ASB_COM_IPv6DefaultPDEnable rw="RW" t="unsignedInt" v="0"></X_ASB_COM_IPv6DefaultPDEnable>

<X_ASB_COM_IPv6DefaultIPMode rw="RW" t="unsignedInt" v="1"></X_ASB_COM_IPv6DefaultIPMode>

<X_ASB_COM_setInternetIPModewhenReboot rw="RW" t="unsignedInt" v="0"></X_ASB_COM_setInternetIPModewhenReboot>

<X_ASB_COM_InternetIPModeAlways3 rw="RW" t="unsignedInt" v="0"></X_ASB_COM_InternetIPModeAlways3>

<X_ASB_COM_InternetOtherPDenable rw="RW" t="unsignedInt" v="0"></X_ASB_COM_InternetOtherPDenable>

<X_ASB_COM_NATv6DefaultMode rw="RW" t="unsignedInt" v="1"></X_ASB_COM_NATv6DefaultMode>

<X_ASB_COM_PPPoEPassthroughZJSA rw="RW" t="unsignedInt" v="0"></X_ASB_COM_PPPoEPassthroughZJSA>

<X_ASB_COM_ChgServiceNumByWanNum rw="RW" t="unsignedInt" v="0"></X_ASB_COM_ChgServiceNumByWanNum>

<X_ASB_COM_SeperateTR069fromLan rw="RW" t="unsignedInt" v="0"></X_ASB_COM_SeperateTR069fromLan>

<X_ASB_COM_EponUgdPlanedRebootTimer rw="RW" t="unsignedInt" v="40"></X_ASB_COM_EponUgdPlanedRebootTimer>

<X_ASB_COM_RoutingRuleVisible rw="RW" t="unsignedInt" v="1"></X_ASB_COM_RoutingRuleVisible>

<X_ASB_COM_LoginUsernameCheck rw="RW" t="unsignedInt" v="1"></X_ASB_COM_LoginUsernameCheck>

<X_ASB_COM_AllowSameVlanBridgeEnable rw="RW" t="unsignedInt" v="0"></X_ASB_COM_AllowSameVlanBridgeEnable>

<X_ASB_COM_JustSaveWanDatafromRMS rw="RW" t="unsignedInt" v="0"></X_ASB_COM_JustSaveWanDatafromRMS>

<X_ASB_COM_DhcpdQueryTimeout min="100" max="5000" rw="RW" t="unsignedInt" v="3000"></X_ASB_COM_DhcpdQueryTimeout>

<X_ASB_COM_STBkey ml="16" rw="RW" t="string" v="ZJSTB"></X_ASB_COM_STBkey>

<X_ASB_COM_PluginAddDefaultDuPermission rw="RW" t="unsignedInt" v="0"></X_ASB_COM_PluginAddDefaultDuPermission>

<X_ASB_COM_PluginIgnoreAutoStartState rw="RW" t="unsignedInt" v="0"></X_ASB_COM_PluginIgnoreAutoStartState>

<X_ASB_COM_JavaWaitInternetRouteWanInitReady rw="RW" t="unsignedInt" v="0"></X_ASB_COM_JavaWaitInternetRouteWanInitReady>

<X_ASB_COM_CfgStatSavePeriodSeconds rw="RW" t="unsignedInt" v="21600"></X_ASB_COM_CfgStatSavePeriodSeconds>

<X_ASB_COM_SaveLanhostPeriod rw="RW" t="unsignedInt" v="7200"></X_ASB_COM_SaveLanhostPeriod>

<X_ASB_COM_RegisterBarEnable rw="RW" t="unsignedInt" v="1"></X_ASB_COM_RegisterBarEnable>

<X_ASB_COM_EponUpMode rw="RW" t="unsignedInt" v="0"></X_ASB_COM_EponUpMode>

<X_ASB_COM_SCSA_Default_LOID rw="RW" t="unsignedInt" v="0"></X_ASB_COM_SCSA_Default_LOID>

<X_ASB_COM_VoipWanModifyEnable rw="RW" t="unsignedInt" v="1"></X_ASB_COM_VoipWanModifyEnable>

<X_ASB_COM_IptvWanModifyEnable rw="RW" t="unsignedInt" v="1"></X_ASB_COM_IptvWanModifyEnable>

<X_ASB_COM_Tr69SetEnable rw="RW" t="unsignedInt" v="1"></X_ASB_COM_Tr69SetEnable>

<X_ASB_COM_LoidAutoRegAfterMobileFReset rw="RW" t="unsignedInt" v="1"></X_ASB_COM_LoidAutoRegAfterMobileFReset>

<X_ASB_COM_CT_DevStyle ml="64" rw="RW" t="string" v=""></X_ASB_COM_CT_DevStyle>

<X_ASB_COM_GetDeviceMacOrSn ml="64" rw="RW" t="string" v="MAC"></X_ASB_COM_GetDeviceMacOrSn>

<X_ASB_COM_L2FrameDetectEnable rw="RW" t="unsignedInt" v="0"></X_ASB_COM_L2FrameDetectEnable>

<X_ASB_COM_WlanLowSignalAutoDismiss rw="RW" t="boolean" v="false"></X_ASB_COM_WlanLowSignalAutoDismiss>

<X_ASB_COM_CMPlatformConnectionMode dv="0" rw="RW" t="int" v="1"></X_ASB_COM_CMPlatformConnectionMode>

<X_ASB_COM_WanPingSupport rw="RW" t="unsignedInt" v="0"></X_ASB_COM_WanPingSupport>

<X_ASB_COM_WanPingWhiteListSupport rw="RW" t="unsignedInt" v="0"></X_ASB_COM_WanPingWhiteListSupport>

<X_ASB_COM_MemoryCompressFactor rw="RW" t="unsignedInt" v="100"></X_ASB_COM_MemoryCompressFactor>

<X_ASB_COM_EthIntfSpeedMode rw="RW" t="unsignedInt" v="2"></X_ASB_COM_EthIntfSpeedMode>

<X_ASB_COM_PluginSyncEnable rw="RW" t="boolean" v="false"></X_ASB_COM_PluginSyncEnable>

<X_ASB_COM_MacFilterEnable rw="RW" t="boolean" v="false"></X_ASB_COM_MacFilterEnable>

<X_ASB_COM_Statistic_Mode rw="RW" t="unsignedInt" v="1"></X_ASB_COM_Statistic_Mode>

<X_ASB_COM_ZeroConfigVersion rw="RW" t="unsignedInt" v="1"></X_ASB_COM_ZeroConfigVersion>

<X_ASB_COM_SSIDEditEnable rw="RW" t="unsignedInt" v="1"></X_ASB_COM_SSIDEditEnable>

<X_ASB_COM_Qoe_XZCTEnable rw="RW" t="boolean" v="false"></X_ASB_COM_Qoe_XZCTEnable>

<X_ASB_COM_VoiceWANService ml="16" rw="RW" t="string" v="VOIP"></X_ASB_COM_VoiceWANService>

<X_ASB_COM_VOIPtoVOICE rw="RW" t="unsignedInt" v="0"></X_ASB_COM_VOIPtoVOICE>

<X_ASB_COM_VoiceMGDomaincheckwithLoid rw="RW" t="unsignedInt" v="0"></X_ASB_COM_VoiceMGDomaincheckwithLoid>

<X_ASB_COM_VoiceProAutoSwitch rw="RW" t="unsignedInt" v="0"></X_ASB_COM_VoiceProAutoSwitch>

<X_ASB_COM_WifiQualityReportEnabled rw="RW" t="boolean" v="false"></X_ASB_COM_WifiQualityReportEnabled>

<X_ASB_COM_WebLanguage ml="16" rw="RW" t="string" v="Chinese"></X_ASB_COM_WebLanguage>

<X_ASB_COM_Tr069VipSetEnable rw="RW" t="boolean" v="true"></X_ASB_COM_Tr069VipSetEnable>

<X_ASB_COM_WebPreConfig. n="WebPreConfig" t="staticObject">

<X_ASB_COM_HttpsWebEnable rw="RW" t="boolean" v="true"></X_ASB_COM_HttpsWebEnable>

<X_ASB_COM_TianyiLuciMaintainAccessRedirectToLocalLogin dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_TianyiLuciMaintainAccessRedirectToLocalLogin>

<X_ASB_COM_RegRestoreWithoutCaptcha dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_RegRestoreWithoutCaptcha>

<X_ASB_COM_WanPppPasswordDisplayInPlaintext dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_WanPppPasswordDisplayInPlaintext>

<X_ASB_COM_RegSlidSetEnable dv="true" rw="RW" t="boolean" v="False"></X_ASB_COM_RegSlidSetEnable>

</X_ASB_COM_WebPreConfig.>

<X_ASB_COM_VoicePreConfig. n="VoicePreConfig" t="staticObject">

<X_ASB_COM_VoiceUAFromDB rw="RW" t="boolean" v="false"></X_ASB_COM_VoiceUAFromDB>

<X_ASB_COM_VoiceSwithSIPReReg rw="RW" t="boolean" v="false"></X_ASB_COM_VoiceSwithSIPReReg>

<X_ASB_COM_VoiceRegUsrNotCfgRet rw="RW" t="boolean" v="false"></X_ASB_COM_VoiceRegUsrNotCfgRet>

<X_ASB_COM_DelVoiceNodesOnNonVoiceBoard rw="RW" t="boolean" v="false"></X_ASB_COM_DelVoiceNodesOnNonVoiceBoard>

</X_ASB_COM_VoicePreConfig.>

<X_ASB_COM_XJ_SecurityAudit. n="SecurityAudit" t="staticObject">

<X_ASB_COM_XJ_WhiteList ml="3200" rw="RW" t="string" v=""></X_ASB_COM_XJ_WhiteList>

<X_ASB_COM_XJ_RMSURL ml="256" rw="RW" t="string" v=""></X_ASB_COM_XJ_RMSURL>

</X_ASB_COM_XJ_SecurityAudit.>

<X_ASB_COM_ResetButton. n="ResetButton" t="staticObject">

<X_ASB_COM_Mode ml="64" rw="RW" t="string" v="ResetShortLongTimeout"></X_ASB_COM_Mode>

<X_ASB_COM_ResetTimer rw="RW" t="unsignedInt" v="0"></X_ASB_COM_ResetTimer>

<X_ASB_COM_ResetTimerEnd rw="RW" t="unsignedInt" v="5"></X_ASB_COM_ResetTimerEnd>

<X_ASB_COM_ShortTimer rw="RW" t="unsignedInt" v="5"></X_ASB_COM_ShortTimer>

<X_ASB_COM_ShortTimerEnd rw="RW" t="unsignedInt" v="12"></X_ASB_COM_ShortTimerEnd>

<X_ASB_COM_LongTimer rw="RW" t="unsignedInt" v="12"></X_ASB_COM_LongTimer>

<X_ASB_COM_LongTimerEnd rw="RW" t="unsignedInt" v="999"></X_ASB_COM_LongTimerEnd>

<X_ASB_COM_ResetLedMode rw="RW" t="unsignedInt" v="2"></X_ASB_COM_ResetLedMode>

<X_ASB_COM_ShortLedMode rw="RW" t="unsignedInt" v="2"></X_ASB_COM_ShortLedMode>

<X_ASB_COM_LongLedMode rw="RW" t="unsignedInt" v="2"></X_ASB_COM_LongLedMode>

<X_ASB_COM_TimeoutLedDuringTime rw="RW" t="unsignedInt" v="0"></X_ASB_COM_TimeoutLedDuringTime>

<X_ASB_COM_LedSwitchTimer rw="RW" t="unsignedInt" v="3"></X_ASB_COM_LedSwitchTimer>

</X_ASB_COM_ResetButton.>

<X_ASB_COM_WlanButton. n="WlanButton" t="staticObject">

<X_ASB_COM_WlanTimer rw="RW" t="unsignedInt" v="0"></X_ASB_COM_WlanTimer>

</X_ASB_COM_WlanButton.>

<X_ASB_COM_TR069PreConfig. n="TR069PreConfig" t="staticObject">

<X_ASB_COM_ConvertEponLinkConfigToGpon rw="RW" t="boolean" v="false"></X_ASB_COM_ConvertEponLinkConfigToGpon>

<X_ASB_COM_InformContainYJYXNodes rw="RW" t="boolean" v="false"></X_ASB_COM_InformContainYJYXNodes>

<X_ASB_COM_GetBwTypeEx rw="RW" t="boolean" v="false"></X_ASB_COM_GetBwTypeEx>

<X_ASB_COM_DDSampled rw="RW" t="boolean" v="false"></X_ASB_COM_DDSampled>

<X_ASB_COM_NeedUpgradePortal rw="RW" t="boolean" v="false"></X_ASB_COM_NeedUpgradePortal>

<X_ASB_COM_AddCUBindExEvent rw="RW" t="boolean" v="false"></X_ASB_COM_AddCUBindExEvent>

<X_ASB_COM_ChangeRegStatusWithoutCheck rw="RW" t="boolean" v="false"></X_ASB_COM_ChangeRegStatusWithoutCheck>

<X_ASB_COM_NeedActiveRebootForSetParam rw="RW" t="boolean" v="true"></X_ASB_COM_NeedActiveRebootForSetParam>

<X_ASB_COM_WorkSheetContainUpgrade rw="RW" t="boolean" v="false"></X_ASB_COM_WorkSheetContainUpgrade>

<X_ASB_COM_SendTCBeforeReboot rw="RW" t="boolean" v="false"></X_ASB_COM_SendTCBeforeReboot>

<X_ASB_COM_NeedUpnpModule rw="RW" t="boolean" v="false"></X_ASB_COM_NeedUpnpModule>

<X_ASB_COM_Tr69WanStatusChangedNotInform1Boot rw="RW" t="boolean" v="false"></X_ASB_COM_Tr69WanStatusChangedNotInform1Boot>

<X_ASB_COM_AfterRebootAddValueChangeEvent rw="RW" t="boolean" v="false"></X_ASB_COM_AfterRebootAddValueChangeEvent>

<X_ASB_COM_QoeModuleEnable rw="RW" t="boolean" v="false"></X_ASB_COM_QoeModuleEnable>

<X_ASB_COM_BlockRecvDownloadDiagnotics rw="RW" t="boolean" v="false"></X_ASB_COM_BlockRecvDownloadDiagnotics>

<X_ASB_COM_NeedRefreshInformValueStructNum rw="RW" t="boolean" v="false"></X_ASB_COM_NeedRefreshInformValueStructNum>

<X_ASB_COM_NeedForcedValueChange rw="RW" t="boolean" v="false"></X_ASB_COM_NeedForcedValueChange>

<X_ASB_COM_LOIDRegisterNodeMode rw="RW" t="unsignedInt" v="0"></X_ASB_COM_LOIDRegisterNodeMode>

<X_ASB_COM_CleanBindEnableAfterInform rw="RW" t="boolean" v="false"></X_ASB_COM_CleanBindEnableAfterInform>

<X_ASB_COM_CheckDownloadImageSize rw="RW" t="unsignedInt" v="1"></X_ASB_COM_CheckDownloadImageSize>

<X_ASB_COM_BootstrapAlwaysbindLoID rw="RW" t="unsignedInt" v="0"></X_ASB_COM_BootstrapAlwaysbindLoID>

<X_ASB_COM_StbInformLoID rw="RW" t="unsignedInt" v="0"></X_ASB_COM_StbInformLoID>

<X_ASB_COM_StbInformBindwithBoot rw="RW" t="unsignedInt" v="1"></X_ASB_COM_StbInformBindwithBoot>

<X_ASB_COM_SetStatusAndResultOfUserInfoAfterLOIDRegSuccess rw="RW" t="unsignedInt" v="0"></X_ASB_COM_SetStatusAndResultOfUserInfoAfterLOIDRegSuccess>

<X_ASB_COM_Tr69DnsInterval rw="RW" t="unsignedInt" v="300"></X_ASB_COM_Tr69DnsInterval>

<X_ASB_COM_SendTCPreRebootCfg rw="RW" t="unsignedInt" v="0"></X_ASB_COM_SendTCPreRebootCfg>

<X_ASB_COM_Tr69BitSetFlag rw="RW" t="unsignedInt" v="64"></X_ASB_COM_Tr69BitSetFlag>

<X_ASB_COM_IpProtocolStackWorkModel rw="RW" t="unsignedInt" v="0"></X_ASB_COM_IpProtocolStackWorkModel>

<X_ASB_COM_EnableChangeOpIdByXCTProvCode rw="RW" t="unsignedInt" v="0"></X_ASB_COM_EnableChangeOpIdByXCTProvCode>

</X_ASB_COM_TR069PreConfig.>

<X_ASB_COM_WANPreConfig. n="WANPreConfig" t="staticObject">

<X_ASB_COM_DelPreconfigVoipWan4nonVoiceBoard rw="RW" t="unsignedInt" v="0"></X_ASB_COM_DelPreconfigVoipWan4nonVoiceBoard>

<X_ASB_COM_PPPLCPEcho rw="RW" t="unsignedInt" v="10"></X_ASB_COM_PPPLCPEcho>

<X_ASB_COM_PPPLCPEchoRetry rw="RW" t="unsignedInt" v="3"></X_ASB_COM_PPPLCPEchoRetry>

<X_ASB_COM_MacBindingTriggerMode rw="RW" t="unsignedInt" v="0"></X_ASB_COM_MacBindingTriggerMode>

<X_ASB_COM_AllLanPortsMulticast rw="RW" t="unsignedInt" v="0"></X_ASB_COM_AllLanPortsMulticast>

<X_ASB_COM_WanPingNoWhiteListSupport rw="RW" t="unsignedInt" v="0"></X_ASB_COM_WanPingNoWhiteListSupport>

<X_ASB_COM_CloudVRModifyEnable rw="RW" t="unsignedInt" v="0"></X_ASB_COM_CloudVRModifyEnable>

<X_ASB_COM_IPTVbridgeNoReconnect rw="RW" t="unsignedInt" v="0"></X_ASB_COM_IPTVbridgeNoReconnect>

<X_ASB_COM_PPPReportServerOutOfRes rw="RW" t="unsignedInt" v="0"></X_ASB_COM_PPPReportServerOutOfRes>

<X_ASB_COM_EnhancedBridgeWanEnable rw="RW" t="boolean" v="false"></X_ASB_COM_EnhancedBridgeWanEnable>

<X_ASB_COM_SupportTwoInternetIPv6 rw="RW" t="boolean" v="false"></X_ASB_COM_SupportTwoInternetIPv6>

<X_ASB_COM_DHCPv6PDServerEnable rw="RW" t="boolean" v="false"></X_ASB_COM_DHCPv6PDServerEnable>

<X_ASB_COM_GDTR069IPv6Auth rw="RW" t="boolean" v="false"></X_ASB_COM_GDTR069IPv6Auth>

<X_ASB_COM_InternetDNSServerSync rw="RW" t="unsignedInt" v="0"></X_ASB_COM_InternetDNSServerSync>

<X_ASB_COM_AutoRebootByInternetDown rw="RW" t="unsignedInt" v="0"></X_ASB_COM_AutoRebootByInternetDown>

<X_ASB_COM_DHCPOption60Field36Enabled rw="RW" t="boolean" v="false"></X_ASB_COM_DHCPOption60Field36Enabled>

<X_ASB_COM_ShowIpv6PrefixMorethan64bit rw="RW" t="boolean" v="true"></X_ASB_COM_ShowIpv6PrefixMorethan64bit>

<X_ASB_COM_ConfigDHCPv6AddrPoolIfManagedTrue rw="RW" t="boolean" v="false"></X_ASB_COM_ConfigDHCPv6AddrPoolIfManagedTrue>

<X_ASB_COM_ReleasePPPaccountBeforeEmulatorStart rw="RW" t="unsignedInt" v="1"></X_ASB_COM_ReleasePPPaccountBeforeEmulatorStart>

</X_ASB_COM_WANPreConfig.>

<X_ASB_COM_PluginPreConfig. n="PluginPreConfig" t="staticObject">

<DPI_STA_RSSI_Optimize rw="RW" t="boolean" v="false"></DPI_STA_RSSI_Optimize>

<DPI_STA_RSSI_OptLvl_Permille rw="RW" t="unsignedInt" v="10"></DPI_STA_RSSI_OptLvl_Permille>

<DPI_STA_RSSI_THRESHOLD rw="RW" t="int" v="-65"></DPI_STA_RSSI_THRESHOLD>

<DPI_STA_RSSI_MIN rw="RW" t="int" v="-64"></DPI_STA_RSSI_MIN>

<DPI_STA_RSSI_MAX rw="RW" t="int" v="-55"></DPI_STA_RSSI_MAX>

<DPI_HTTP_URL_HW rw="RW" t="unsignedInt" v="0"></DPI_HTTP_URL_HW>

<DPI_CORRECT_PLUGIN_NAME rw="RW" t="unsignedInt" v="0"></DPI_CORRECT_PLUGIN_NAME>

<X_ASB_COM_CMSpcCheckPlatform dv="0" rw="RW" t="int" v="0"></X_ASB_COM_CMSpcCheckPlatform>

<X_ASB_COM_CMSpcResetForWanChanged dv="1" rw="RW" t="int" v="1"></X_ASB_COM_CMSpcResetForWanChanged>

<X_ASB_COM_EnterpriseSpecialAPICapbility rw="RW" t="unsignedInt" v="0"></X_ASB_COM_EnterpriseSpecialAPICapbility>

<DPI_IGNORE_DNS_UPDATE rw="RW" t="unsignedInt" v="0"></DPI_IGNORE_DNS_UPDATE>

<DPI_BEAUTIFY_TCPCONNECTINFO rw="RW" t="unsignedInt" v="0"></DPI_BEAUTIFY_TCPCONNECTINFO>

<DPI_INCLUDE_PREVIOUS_DNSIP rw="RW" t="unsignedInt" v="1"></DPI_INCLUDE_PREVIOUS_DNSIP>

<DPI_CHECK_HTTPDETAIL_HOST rw="RW" t="unsignedInt" v="0"></DPI_CHECK_HTTPDETAIL_HOST>

<X_ASB_COM_MsecprobeEnabled rw="RW" t="boolean" v="false"></X_ASB_COM_MsecprobeEnabled>

<X_ASB_COM_StartupSpcModule rw="RW" t="boolean" v="true"></X_ASB_COM_StartupSpcModule>

<X_ASB_COM_StartupPcmModule rw="RW" t="boolean" v="true"></X_ASB_COM_StartupPcmModule>

</X_ASB_COM_PluginPreConfig.>

<X_ASB_COM_SecurityPreConfig. n="SecurityPreConfig" t="staticObject">

<X_ASB_COM_NetPortLeastAuthorityMode rw="RW" t="unsignedInt" v="0"></X_ASB_COM_NetPortLeastAuthorityMode>

</X_ASB_COM_SecurityPreConfig.>

<X_ASB_COM_NFFFunction. n="NFF" t="staticObject">

<X_ASB_COM_Enable rw="RW" t="boolean" v="true"></X_ASB_COM_Enable>

<X_ASB_COM_LogServer ml="32" rw="RW" t="string" v="192.168.1.100"></X_ASB_COM_LogServer>

<X_ASB_COM_Interval rw="RW" t="unsignedInt" v="1800"></X_ASB_COM_Interval>

<X_ASB_COM_LocalPort rw="RW" t="unsignedInt" v="8043"></X_ASB_COM_LocalPort>

<X_ASB_COM_RemotePort rw="RW" t="unsignedInt" v="4200"></X_ASB_COM_RemotePort>

<X_ASB_COM_RemoteDebug rw="RW" t="boolean" v="false"></X_ASB_COM_RemoteDebug>

</X_ASB_COM_NFFFunction.>

<X_ASB_COM_DDMRxPowerAdjust. n="DDMRxPwAdj" t="staticObject">

<X_ASB_COM_Formula rw="RW" t="unsignedInt" v="0"></X_ASB_COM_Formula>

<X_ASB_COM_Parameter1 ml="32" rw="RW" t="string" v="0"></X_ASB_COM_Parameter1>

<X_ASB_COM_Parameter2 ml="32" rw="RW" t="string" v="0"></X_ASB_COM_Parameter2>

<X_ASB_COM_Parameter3 ml="32" rw="RW" t="string" v="0"></X_ASB_COM_Parameter3>

<X_ASB_COM_Parameter4 ml="32" rw="RW" t="string" v="0"></X_ASB_COM_Parameter4>

<X_ASB_COM_Parameter5 ml="32" rw="RW" t="string" v="0"></X_ASB_COM_Parameter5>

</X_ASB_COM_DDMRxPowerAdjust.>

<X_ASB_COM_AH_Softprobe. n="PROBE" t="staticObject">

<X_ASB_COM_Enable rw="RW" t="unsignedInt" v="0"></X_ASB_COM_Enable>

<X_ASB_COM_Port rw="RW" t="unsignedInt" v=""></X_ASB_COM_Port>

<X_ASB_COM_Host ml="64" rw="RW" t="string" v=""></X_ASB_COM_Host>

</X_ASB_COM_AH_Softprobe.>

<X_ASB_COM_PlatformPreConfig. n="PlatformPreConfig" t="staticObject">

<X_ASB_COM_eeeEnable rw="RW" t="boolean" v="false"></X_ASB_COM_eeeEnable>

<X_ASB_COM_PowerAutoDetect rw="RW" t="boolean" v="true"></X_ASB_COM_PowerAutoDetect>

<X_ASB_COM_WifiThermalControl rw="RW" t="boolean" v="true"></X_ASB_COM_WifiThermalControl>

</X_ASB_COM_PlatformPreConfig.>

<X_ASB_COM_DNSPreConfig. n="DNSPreConfig" t="staticObject">

<X_ASB_COM_DproxyMonitorWorkMode rw="RW" t="unsignedInt" v="0"></X_ASB_COM_DproxyMonitorWorkMode>

<X_ASB_COM_DproxyMonitorTimeoutInterval rw="RW" t="unsignedInt" v="2"></X_ASB_COM_DproxyMonitorTimeoutInterval>

<X_ASB_COM_DproxyMonitorTimeoutThreshold rw="RW" t="unsignedInt" v="1"></X_ASB_COM_DproxyMonitorTimeoutThreshold>

<X_ASB_COM_DproxyMonitorProbeInterval rw="RW" t="unsignedInt" v="30"></X_ASB_COM_DproxyMonitorProbeInterval>

</X_ASB_COM_DNSPreConfig.>

</X_ASB_COM_PreConfig.>

<X_ASB_COM_SpeedTestConfig. n="SpeedTestParm" t="staticObject">

<X_ASB_COM_SpeedTestKoScaleNum rw="RW" t="unsignedInt" v="7"></X_ASB_COM_SpeedTestKoScaleNum>

<X_ASB_COM_SpeedTestKoWindowSize rw="RW" t="unsignedInt" v="800"></X_ASB_COM_SpeedTestKoWindowSize>

<X_ASB_COM_DownloadThreadNum rw="RW" t="unsignedInt" v="0"></X_ASB_COM_DownloadThreadNum>

<X_ASB_COM_DownloadSampleTimes rw="RW" t="unsignedInt" v="0"></X_ASB_COM_DownloadSampleTimes>

<X_ASB_COM_DownloadMeasureOffset rw="RW" t="unsignedInt" v="0"></X_ASB_COM_DownloadMeasureOffset>

<X_ASB_COM_UploadProtocol ml="32" rw="RW" t="string" v="HTTP"></X_ASB_COM_UploadProtocol>

<X_ASB_COM_UploadMethod ml="16" rw="RW" t="string" v="POST"></X_ASB_COM_UploadMethod>

<X_ASB_COM_XGSpeedSupport rw="RW" t="unsignedInt" v="0"></X_ASB_COM_XGSpeedSupport>

<X_ASB_COM_SpeedTestResultReferPonRate rw="RW" t="unsignedInt" v="0"></X_ASB_COM_SpeedTestResultReferPonRate>

<X_ASB_COM_SpeedTestOSGISampleTimesMinus rw="RW" t="unsignedInt" v="5"></X_ASB_COM_SpeedTestOSGISampleTimesMinus>

<X_ASB_COM_SpeedTestIpv4First rw="RW" t="unsignedInt" v="0"></X_ASB_COM_SpeedTestIpv4First>

<X_ASB_COM_SpeedTestDownloadChipMode rw="RW" t="unsignedInt" v="1"></X_ASB_COM_SpeedTestDownloadChipMode>

</X_ASB_COM_SpeedTestConfig.>

<X_ASB_COM_UploadSpeedTestConfig. n="UploadSpeedTestParm" t="staticObject">

<X_ASB_COM_SpeedTestKoScaleNum rw="RW" t="unsignedInt" v="7"></X_ASB_COM_SpeedTestKoScaleNum>

<X_ASB_COM_TestFileLength ml="64" rw="RW" t="string" v=""></X_ASB_COM_TestFileLength>

<X_ASB_COM_UploadThreadNum rw="RW" t="unsignedInt" v="0"></X_ASB_COM_UploadThreadNum>

<X_ASB_COM_UploadSampleTimes rw="RW" t="unsignedInt" v="0"></X_ASB_COM_UploadSampleTimes>

<X_ASB_COM_UploadMeasureOffset rw="RW" t="unsignedInt" v="0"></X_ASB_COM_UploadMeasureOffset>

<X_ASB_COM_UploadSpeedTestOSGISampleTimesMinus rw="RW" t="unsignedInt" v="5"></X_ASB_COM_UploadSpeedTestOSGISampleTimesMinus>

<X_ASB_COM_SpeedTestUploadChipMode rw="RW" t="unsignedInt" v="0"></X_ASB_COM_SpeedTestUploadChipMode>

</X_ASB_COM_UploadSpeedTestConfig.>

<X_ASB_COM_HwNatConfig. n="HwNatParm" t="staticObject">

<X_ASB_COM_HwNatUsMode dv="1" rw="RW" t="unsignedInt" v="1"></X_ASB_COM_HwNatUsMode>

<X_ASB_COM_HwNatDsMode dv="1" rw="RW" t="unsignedInt" v="1"></X_ASB_COM_HwNatDsMode>

</X_ASB_COM_HwNatConfig.>

<X_ASB_COM_Lan2544Improve. n="Lan2544" t="staticObject">

<X_ASB_COM_LanNptv6EnableUs rw="RW" t="unsignedInt" v="0"></X_ASB_COM_LanNptv6EnableUs>

<X_ASB_COM_LanNptv6EnableDs rw="RW" t="unsignedInt" v="0"></X_ASB_COM_LanNptv6EnableDs>

<X_ASB_COM_LanNptv6SnptPrefix ml="40" rw="RW" t="string" v=""></X_ASB_COM_LanNptv6SnptPrefix>

<X_ASB_COM_LanNptv6DnptPrefix ml="40" rw="RW" t="string" v=""></X_ASB_COM_LanNptv6DnptPrefix>

<X_ASB_COM_LanVxlanEnableUs rw="RW" t="unsignedInt" v="0"></X_ASB_COM_LanVxlanEnableUs>

<X_ASB_COM_LanVxlanEnableDs rw="RW" t="unsignedInt" v="0"></X_ASB_COM_LanVxlanEnableDs>

<X_ASB_COM_LanVxlanTunnelRemoteIpv4 dv="" ml="46" rw="RW" t="string" v=""></X_ASB_COM_LanVxlanTunnelRemoteIpv4>

<X_ASB_COM_LanVxlanTunnelRemoteIpv6 dv="" ml="46" rw="RW" t="string" v=""></X_ASB_COM_LanVxlanTunnelRemoteIpv6>

<X_ASB_COM_LanOuterVlan dv="4096" max="4096" min="0" rw="RW" t="int" v="4096 "></X_ASB_COM_LanOuterVlan>

<X_ASB_COM_LanInnerVlan dv="4096" max="4096" min="0" rw="RW" t="int" v="4096 "></X_ASB_COM_LanInnerVlan>

<X_ASB_COM_LanRateThreshold dv="10000" rw="RW" t="unsignedInt" v="10000"></X_ASB_COM_LanRateThreshold>

<X_ASB_COM_LanTxRateLimit dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_LanTxRateLimit>

</X_ASB_COM_Lan2544Improve.>

<X_CT-COM_WLANConfiguration. n="COM_WLANConfiguration" t="staticObject">

<Enable dv="true" rw="RW" t="boolean" v="true"></Enable>

<X_ASB_COM_EnWifiQualityCollection rw="RW" t="unsignedInt" v="4294967295"></X_ASB_COM_EnWifiQualityCollection>

</X_CT-COM_WLANConfiguration.>

<X_ASB_COM_Mesh. n="mesh" t="staticObject">

<dat. n="dat" t="staticObject">

<MapEnable dv="0" rw="RW" t="unsignedInt" v="0"></MapEnable>

<MAPAgent dv="2" rw="RW" t="unsignedInt" v="2"></MAPAgent>

</dat.>

<common. n="common" t="staticObject">

<DeviceRole dv="0" rw="RW" t="unsignedInt" v="2"></DeviceRole>

<SteerEnable dv="1" rw="RW" t="unsignedInt" v="1"></SteerEnable>

<ChPlanningEnable dv="1" rw="RW" t="unsignedInt" v="1"></ChPlanningEnable>

</common.>

<mapcfg. n="mapcfg" t="staticObject">

<br_inf ml="64" rw="RW" t="string" v="br0"></br_inf>

<lan ml="64" rw="RW" t="string" v="veth1,eth0.0,eth1.0,eth2.0,eth3.0"></lan>

<AL-MAC ml="32" rw="RW" t="string" v=""></AL-MAC>

<bss_config_priority ml="64" rw="RW" t="string" v=""></bss_config_priority>

<radio_band ml="64" rw="RW" t="string" v="24G;5G;5G"></radio_band>

</mapcfg.>

<mapdcfg. n="mapdcfg" t="staticObject">

<lan_interface ml="32" rw="RW" t="string" v="eth1.0"></lan_interface>

<wan_interface ml="32" rw="RW" t="string" v=""></wan_interface>

<APSteerRssiTh dv="-100" rw="RW" t="int" v="-100"></APSteerRssiTh>

<BhPriority2G dv="3" rw="RW" t="unsignedInt" v="3"></BhPriority2G>

<BhPriority5GL dv="1" rw="RW" t="unsignedInt" v="1"></BhPriority5GL>

<BhPriority5GH dv="1" rw="RW" t="unsignedInt" v="1"></BhPriority5GH>

<ChPlanningIdleByteCount dv="65536" rw="RW" t="unsignedInt" v="65536"></ChPlanningIdleByteCount>

<ChPlanningIdleTime dv="1800" rw="RW" t="unsignedInt" v="1800"></ChPlanningIdleTime>

<ChPlanningUserPreferredChannel2G dv="0" rw="RW" t="int" v="0"></ChPlanningUserPreferredChannel2G>

<ChPlanningUserPreferredChannel5G dv="0" rw="RW" t="int" v="0"></ChPlanningUserPreferredChannel5G>

<ChPlanningInitTimeout dv="120" rw="RW" t="int" v="120"></ChPlanningInitTimeout>

<ScanThreshold2g dv="-75" rw="RW" t="int" v="-75"></ScanThreshold2g>

<ScanThreshold5g dv="-75" rw="RW" t="int" v="-75"></ScanThreshold5g>

<NetworkOptimizationEnabled dv="0" rw="RW" t="int" v="0"></NetworkOptimizationEnabled>

<NtwrkOptBootupWaitTime dv="45" rw="RW" t="int" v="45"></NtwrkOptBootupWaitTime>

<NtwrkOptConnectWaitTime dv="5" rw="RW" t="int" v="5"></NtwrkOptConnectWaitTime>

<NtwrkOptDisconnectWaitTime dv="10" rw="RW" t="int" v="10"></NtwrkOptDisconnectWaitTime>

<NtwrkOptPeriodicity dv="3600" rw="RW" t="int" v="3600"></NtwrkOptPeriodicity>

<NetworkOptimizationScoreMargin dv="100" rw="RW" t="int" v="100"></NetworkOptimizationScoreMargin>

<DhcpCtl dv="0" rw="RW" t="unsignedInt" v="0"></DhcpCtl>

<AutoBHSwitching dv="1" rw="RW" t="unsignedInt" v="1"></AutoBHSwitching>

<BandSwitchTime dv="120" rw="RW" t="unsignedInt" v="120"></BandSwitchTime>

</mapdcfg.>

<steercfg. n="steercfg" t="staticObject">

<LowRSSIAPSteerEdge_RE dv="34" rw="RW" t="int" v="34"></LowRSSIAPSteerEdge_RE>

<LowRSSIAPSteerEdge_root dv="0" rw="RW" t="int" v="0"></LowRSSIAPSteerEdge_root>

<CUOverloadTh_2G dv="80" rw="RW" t="unsignedInt" v="80"></CUOverloadTh_2G>

<CUOverloadTh_5G_L dv="70" rw="RW" t="unsignedInt" v="70"></CUOverloadTh_5G_L>

<CUOverloadTh_5G_H dv="70" rw="RW" t="unsignedInt" v="70"></CUOverloadTh_5G_H>

<CUSafetyTh_2G dv="50" rw="RW" t="unsignedInt" v="50"></CUSafetyTh_2G>

<CUSafetyTh_5G_L dv="50" rw="RW" t="unsignedInt" v="50"></CUSafetyTh_5G_L>

<CUSafetyh_5G_H dv="50" rw="RW" t="unsignedInt" v="50"></CUSafetyh_5G_H>

<RSSISteeringEdge_DG dv="20" rw="RW" t="unsignedInt" v="20"></RSSISteeringEdge_DG>

<RSSISteeringEdge_UG dv="20" rw="RW" t="unsignedInt" v="20"></RSSISteeringEdge_UG>

<MCSRateXingThreshold_DG dv="6000" rw="RW" t="unsignedInt" v="6000"></MCSRateXingThreshold_DG>

<MCSRateXingThreshold_UG dv="50000" rw="RW" t="unsignedInt" v="50000"></MCSRateXingThreshold_UG>

</steercfg.>

</X_ASB_COM_Mesh.>

<X_ASB_COM_WlanMgmt. n="WlanMgmt" t="staticObject">

<RadioSwitchHiPrioPreCfg dv="false" rw="RW" t="boolean" v="false"></RadioSwitchHiPrioPreCfg>

<RadioSwitchHiPrioV2PreCfg dv="false" rw="RW" t="boolean" v="false"></RadioSwitchHiPrioV2PreCfg>

<CTCStaticSSIDPreCfg dv="false" rw="RW" t="boolean" v="false"></CTCStaticSSIDPreCfg>

<ICMP_AC dv="2" max="3" min="0" rw="RW" t="unsignedInt" v="2"></ICMP_AC>

<WIFI_Enhance_Mask dv="0" rw="RW" t="unsignedInt" v="0"></WIFI_Enhance_Mask>

<X_ASB_COM_DataRate dv="0" rw="RW" t="unsignedInt" v="2"></X_ASB_COM_DataRate>

<X_ASB_COM_skb_num dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_skb_num>

<WiFiMainSwitchSupport dv="0" rw="RW" t="unsignedInt" v="1"></WiFiMainSwitchSupport>

<WlanMgmt2G. n="WlanMgmt2G" t="staticObject">

<RadioSwitchHiPrioFlag dv="false" rw="RW" t="boolean" v="false"></RadioSwitchHiPrioFlag>

<AutoChannelSkipList ml="128" rw="RW" t="string" v=""></AutoChannelSkipList>

</WlanMgmt2G.>

<WlanMgmt5G. n="WlanMgmt5G" t="staticObject">

<RadioSwitchHiPrioFlag dv="false" rw="RW" t="boolean" v="false"></RadioSwitchHiPrioFlag>

<AutoChannelSkipList ml="128" rw="RW" t="string" v=""></AutoChannelSkipList>

<DFSChannelScoreDrop dv="0" rw="RW" t="unsignedInt" v="0"></DFSChannelScoreDrop>

</WlanMgmt5G.>

</X_ASB_COM_WlanMgmt.>

<X_CU_Function. n="CuFunction" t="staticObject">

<X_ASB_COM_Enable rw="RW" t="boolean" v="false"></X_ASB_COM_Enable>

<Ewcode. n="CuEwcode" t="staticObject">

<Enabled rw="RW" t="boolean" v="false"></Enabled>

<X_ASB_COM_QRDiagUrl ml="512" rw="RW" t="string" v=""></X_ASB_COM_QRDiagUrl>

</Ewcode.>

<Telnet. n="CuTelnet" t="staticObject">

<Status ml="256" rw="R" t="string" v=""></Status>

</Telnet.>

<RingCheck. n="CuRingCheck" t="staticObject">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<DefaultSpecifidVlan ml="128" rw="RW" t="string" v=""></DefaultSpecifidVlan>

<EthType rw="RW" t="unsignedInt" v="33536"></EthType>

<PkgPerSec rw="RW" t="unsignedInt" v="5"></PkgPerSec>

<LoopInterval rw="RW" t="unsignedInt" v="10"></LoopInterval>

<RingPortReCheckInterval rw="RW" t="unsignedInt" v="300"></RingPortReCheckInterval>

</RingCheck.>

<Firewall. n="CuFirewall" t="staticObject">

<PacketofAPPFilterEnable dv="true" rw="RW" t="boolean" v="true"></PacketofAPPFilterEnable>

<PortScanEnable dv="true" rw="RW" t="boolean" v="true"></PortScanEnable>

<InvalidPacketDenyEnable dv="true" rw="RW" t="boolean" v="true"></InvalidPacketDenyEnable>

<DoSEnable dv="true" rw="RW" t="boolean" v="true"></DoSEnable>

</Firewall.>

<RMS_SpeedTest. n="RMS_SpeedTest" t="staticObject">

<DiagnosticsState ml="32" rw="RW" t="string" v=""></DiagnosticsState>

<TestDirection ml="32" rw="RW" t="string" v=""></TestDirection>

<Type ml="256" rw="RW" t="string" v="DownLink"></Type>

<testMode ml="32" rw="RW" t="string" v=""></testMode>

<downloadURL ml="256" rw="RW" t="string" v=""></downloadURL>

<testURL ml="256" rw="RW" t="string" v=""></testURL>

<reportURL ml="256" rw="RW" t="string" v=""></reportURL>

<uploadURL ml="256" rw="RW" t="string" v=""></uploadURL>

<Source ml="16" rw="RW" t="string" v=""></Source>

<Status ml="64" rw="RW" t="string" v=""></Status>

<pppoeIP ml="128" rw="RW" t="string" v=""></pppoeIP>

<pppoeName ml="128" rw="RW" t="string" v=""></pppoeName>

<Eupppoename ml="256" rw="RW" t="string" v=""></Eupppoename>

<Eupassword ml="256" rw="RW" t="string" v="" ealgo="ab"></Eupassword>

<WANInterface ml="256" rw="RW" t="string" v=""></WANInterface>

<cspeed ml="32" rw="RW" t="string" v=""></cspeed>

<aspeed ml="32" rw="RW" t="string" v=""></aspeed>

<bspeed ml="32" rw="RW" t="string" v=""></bspeed>

<Cspeed ml="32" rw="RW" t="string" v=""></Cspeed>

<Aspeed ml="32" rw="RW" t="string" v=""></Aspeed>

<Bspeed ml="32" rw="RW" t="string" v=""></Bspeed>

<maxspeed ml="32" rw="RW" t="string" v=""></maxspeed>

<starttime ml="32" rw="RW" t="string" v=""></starttime>

<endtime ml="32" rw="RW" t="string" v=""></endtime>

<totalsize ml="32" rw="RW" t="string" v=""></totalsize>

<Totalsize ml="32" rw="RW" t="string" v=""></Totalsize>

<backgroundsize ml="32" rw="RW" t="string" v=""></backgroundsize>

<failcode ml="32" rw="RW" t="string" v=""></failcode>

<Failcode ml="32" rw="RW" t="string" v=""></Failcode>

</RMS_SpeedTest.>

<HttpSpeedTest. n="HttpSpeedTest" t="staticObject">

<EnabledForTest dv="false" rw="RW" t="boolean" v="false"></EnabledForTest>

<TestURL ml="256" rw="R" t="string" v=""></TestURL>

<Eupppoename ml="256" rw="R" t="string" v=""></Eupppoename>

<Eupassword ml="256" rw="R" t="string" v="" ealgo="ab"></Eupassword>

<WANInterface ml="256" rw="R" t="string" v=""></WANInterface>

</HttpSpeedTest.>

<X_ASB_COM_SpeedTestFF. n="SpeedTestFF" t="staticObject">

<TestingStatus dv="false" rw="R" t="boolean" v="false"></TestingStatus>

<Result rw="R" t="unsignedInt" v="0"></Result>

<Ticket ml="80" rw="RW" t="string" v=""></Ticket>

<SpeedType rw="RW" t="unsignedInt" v="3"></SpeedType>

<URL ml="1024" rw="RW" t="string" v=""></URL>

<DW_SPEED_MAX_RATE ml="16" rw="R" t="string" v=""></DW_SPEED_MAX_RATE>

<DW_SPEED_RATE ml="16" rw="R" t="string" v=""></DW_SPEED_RATE>

<UP_SPEED_MAX_RATE ml="16" rw="R" t="string" v=""></UP_SPEED_MAX_RATE>

<UP_SPEED_RATE ml="16" rw="R" t="string" v=""></UP_SPEED_RATE>

<BEGIN_TIME ml="32" rw="R" t="string" v=""></BEGIN_TIME>

<END_TIME ml="32" rw="R" t="string" v=""></END_TIME>

<MAX_TIME_DELAY ml="16" rw="R" t="string" v="2"></MAX_TIME_DELAY>

<MIN_TIME_DELAY ml="16" rw="R" t="string" v="1"></MIN_TIME_DELAY>

<AVG_TIME_DELAY ml="16" rw="R" t="string" v="1"></AVG_TIME_DELAY>

<PKT_LOSS ml="16" rw="R" t="string" v="1"></PKT_LOSS>

<PACKET_SHAKE ml="16" rw="R" t="string" v="1"></PACKET_SHAKE>

</X_ASB_COM_SpeedTestFF.>

<X_ASB_COM_SpeedTestLocal. n="SpeedTestLocal" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<Result rw="R" t="unsignedInt" v="0"></Result>

<TestingStatus rw="R" t="boolean" v="false"></TestingStatus>

<SpeedType rw="RW" t="unsignedInt" v="1"></SpeedType>

<URL ml="1024" rw="R" t="string" v=""></URL>

<DW_SPEED_MAX_RATE ml="16" rw="R" t="string" v=""></DW_SPEED_MAX_RATE>

<DW_SPEED_RATE ml="16" rw="R" t="string" v=""></DW_SPEED_RATE>

<UP_SPEED_MAX_RATE ml="16" rw="R" t="string" v=""></UP_SPEED_MAX_RATE>

<UP_SPEED_RATE ml="16" rw="R" t="string" v=""></UP_SPEED_RATE>

<BEGIN_TIME ml="32" rw="R" t="string" v=""></BEGIN_TIME>

<END_TIME ml="32" rw="R" t="string" v=""></END_TIME>

<RFU1 ml="32" rw="RW" t="string" v="1"></RFU1>

<RFU2 ml="32" rw="RW" t="string" v="1"></RFU2>

</X_ASB_COM_SpeedTestLocal.>

<X_ASB_COM_HttpDownloadTest. n="HttpDownloadTest" t="staticObject">

<Status rw="R" t="unsignedInt" v="0"></Status>

<Result ml="256" rw="R" t="string" v=""></Result>

<URL ml="256" rw="RW" t="string" v=""></URL>

</X_ASB_COM_HttpDownloadTest.>

<ServiceMgt. n="CuSrvMgt" t="staticObject">

<MgtURL dv="" ml="256" rw="RW" t="string" v=""></MgtURL>

<MgtPort dv="0" rw="RW" t="unsignedInt" v="0"></MgtPort>

<WANInterface dv="" ml="256" rw="RW" t="string" v=""></WANInterface>

<Hb dv="60" rw="RW" t="unsignedInt" v="60"></Hb>

<Ability dv="0" rw="RW" t="unsignedInt" v="0"></Ability>

<LocatePort1 dv="17999" rw="RW" t="unsignedInt" v="17999"></LocatePort1>

<LocatePort2 dv="17998" rw="RW" t="unsignedInt" v="17998"></LocatePort2>

<LocalUserName dv="" ml="16" rw="RW" t="string" v=""></LocalUserName>

<LocalUserPassword dv="" ml="32" rw="RW" t="string" v="" ealgo="ab"></LocalUserPassword>

<LocalAdminName dv="" ml="16" rw="RW" t="string" v="CUAdmin"></LocalAdminName>

<LocalAdminPassword dv="" ml="32" rw="RW" t="string" v="dDiTYqlzs0Y//aclQaa15A==" ealgo="ab"></LocalAdminPassword>

<Version dv="1.0" ml="16" rw="RW" t="string" v="1.0"></Version>

<Province ml="16" rw="RW" t="string" v=""></Province>

</ServiceMgt.>

<Web. n="CuWeb" t="staticObject">

<UserWebEnable rw="RW" t="boolean" v="true"></UserWebEnable>

<AdminWebEnable rw="RW" t="boolean" v="true"></AdminWebEnable>

</Web.>

<Log. n="CUAlarm" t="staticObject">

<X_ASB_COM_Account dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_Account>

<AlarmEnable rw="RW" t="boolean" v="false"></AlarmEnable>

<AlarmLevel rw="RW" t="unsignedInt" v="0"></AlarmLevel>

<AlarmInfo.1. n="CUAlarmInfo" t="dynamicObject" status="deleted">

<AlarmID dv="" rw="R" t="unsignedInt" v=""></AlarmID>

<AlarmCode dv="" rw="R" t="unsignedInt" v=""></AlarmCode>

<AlarmStatus dv="" rw="R" t="unsignedInt" v=""></AlarmStatus>

<PerceivedSeverity dv="" rw="R" t="unsignedInt" v=""></PerceivedSeverity>

<AlarmRaisedTime ml="64" rw="R" t="dateTime" v="1970-01-01T00:00:00"></AlarmRaisedTime>

<AlarmClearedTime ml="64" rw="R" t="dateTime" v="1970-01-01T00:00:00"></AlarmClearedTime>

<AlarmDetail dv="" ml="256" rw="R" t="string" v=""></AlarmDetail>

</AlarmInfo.1.>

</Log.>

<FactoryResetMode. n="CuFtRstMode" t="staticObject">

<Mode rw="RW" t="unsignedInt" v="1"></Mode>

</FactoryResetMode.>

<DDNS. n="ddns" t="staticObject">

<Enabled rw="RW" t="boolean" v="false"></Enabled>

<Provider ml="256" rw="RW" t="string" v="CU"></Provider>

<Username ml="256" rw="RW" t="string" v=""></Username>

<Password ml="256" rw="RW" t="string" v="" ealgo="ab"></Password>

<ServicePort ml="256" rw="RW" t="string" v="80"></ServicePort>

<DomainName ml="256" rw="RW" t="string" v=""></DomainName>

<HostName ml="256" rw="RW" t="string" v=""></HostName>

<WANPath ml="256" rw="RW" t="string" v=""></WANPath>

</DDNS.>

</X_CU_Function.>

<X_CT-COM_UplinkQoS. n="CtQosUplink" t="staticObject">

<Mode ml="32" rw="RW" t="string" v="TR069,VOIP,IPTV,INTERNET"></Mode>

<Enable rw="RW" t="boolean" v="true"></Enable>

<Bandwidth rw="RW" t="unsignedInt" v="0"></Bandwidth>

<Plan ml="64" rw="RW" t="string" v="priority"></Plan>

<EnableForceWeight rw="RW" t="boolean" v="0"></EnableForceWeight>

<EnableDSCPMark rw="RW" t="boolean" v="0"></EnableDSCPMark>

<Enable802-1_P rw="RW" t="unsignedInt" v="0"></Enable802-1_P>

<PriorityQueue.1. n="CtQosPriQueue" t="dynamicObject" status="">

<Enable dv="false" rw="RW" t="boolean" v="1"></Enable>

<Priority dv="0" rw="RW" t="unsignedInt" v="1"></Priority>

<Weight dv="0" rw="RW" t="unsignedInt" v="0"></Weight>

<Car dv="-1" rw="RW" t="Int" v="-1"></Car>

<X_ASB_COM_Enable dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_Enable>

</PriorityQueue.1.>

<PriorityQueue.2. n="CtQosPriQueue" t="dynamicObject" status="">

<Enable dv="false" rw="RW" t="boolean" v="1"></Enable>

<Priority dv="0" rw="RW" t="unsignedInt" v="2"></Priority>

<Weight dv="0" rw="RW" t="unsignedInt" v="0"></Weight>

<Car dv="-1" rw="RW" t="Int" v="-1"></Car>

<X_ASB_COM_Enable dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_Enable>

</PriorityQueue.2.>

<PriorityQueue.3. n="CtQosPriQueue" t="dynamicObject" status="">

<Enable dv="false" rw="RW" t="boolean" v="1"></Enable>

<Priority dv="0" rw="RW" t="unsignedInt" v="3"></Priority>

<Weight dv="0" rw="RW" t="unsignedInt" v="0"></Weight>

<Car dv="-1" rw="RW" t="Int" v="-1"></Car>

<X_ASB_COM_Enable dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_Enable>

</PriorityQueue.3.>

<PriorityQueue.4. n="CtQosPriQueue" t="dynamicObject" status="">

<Enable dv="false" rw="RW" t="boolean" v="1"></Enable>

<Priority dv="0" rw="RW" t="unsignedInt" v="4"></Priority>

<Weight dv="0" rw="RW" t="unsignedInt" v="0"></Weight>

<Car dv="-1" rw="RW" t="Int" v="-1"></Car>

<X_ASB_COM_Enable dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_Enable>

</PriorityQueue.4.>

<Classification.1. n="CtQosClassification" t="dynamicObject" status="">

<X_ASB_COM_ClassQueueEnable dv="true" rw="RW" t="boolean" v="true"></X_ASB_COM_ClassQueueEnable>

<ClassQueue dv="0" rw="RW" t="unsignedInt" v="0"></ClassQueue>

<DSCPMarkValue dv="0" rw="RW" t="unsignedInt" v="0"></DSCPMarkValue>

<P_802-1_P_Value dv="0" rw="RW" t="unsignedInt" v="0"></P_802-1_P_Value>

<X_ASB_COM_Enable dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_Enable>

<type.1. n="CtQosClassType" t="dynamicObject" status="">

<Type dv="" ml="64" rw="RW" t="string" v="" va="QosClassTypeValues"></Type>

<Max dv="" ml="256" rw="RW" t="string" v=""></Max>

<Min dv="" ml="256" rw="RW" t="string" v=""></Min>

<ProtocolList dv="" ml="256" rw="RW" t="string" v=""></ProtocolList>

<X_ASB_COM_ClassKey dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_ClassKey>

<X_ASB_COM_Enable dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_Enable>

</type.1.>

</Classification.1.>

<Classification.2. n="CtQosClassification" t="dynamicObject" status="">

<X_ASB_COM_ClassQueueEnable dv="true" rw="RW" t="boolean" v="true"></X_ASB_COM_ClassQueueEnable>

<ClassQueue dv="0" rw="RW" t="unsignedInt" v="0"></ClassQueue>

<DSCPMarkValue dv="0" rw="RW" t="unsignedInt" v="0"></DSCPMarkValue>

<P_802-1_P_Value dv="0" rw="RW" t="unsignedInt" v="0"></P_802-1_P_Value>

<X_ASB_COM_Enable dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_Enable>

<type.1. n="CtQosClassType" t="dynamicObject" status="">

<Type dv="" ml="64" rw="RW" t="string" v="" va="QosClassTypeValues"></Type>

<Max dv="" ml="256" rw="RW" t="string" v=""></Max>

<Min dv="" ml="256" rw="RW" t="string" v=""></Min>

<ProtocolList dv="" ml="256" rw="RW" t="string" v=""></ProtocolList>

<X_ASB_COM_ClassKey dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_ClassKey>

<X_ASB_COM_Enable dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_Enable>

</type.1.>

</Classification.2.>

<Classification.3. n="CtQosClassification" t="dynamicObject" status="">

<X_ASB_COM_ClassQueueEnable dv="true" rw="RW" t="boolean" v="true"></X_ASB_COM_ClassQueueEnable>

<ClassQueue dv="0" rw="RW" t="unsignedInt" v="0"></ClassQueue>

<DSCPMarkValue dv="0" rw="RW" t="unsignedInt" v="0"></DSCPMarkValue>

<P_802-1_P_Value dv="0" rw="RW" t="unsignedInt" v="0"></P_802-1_P_Value>

<X_ASB_COM_Enable dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_Enable>

<type.1. n="CtQosClassType" t="dynamicObject" status="">

<Type dv="" ml="64" rw="RW" t="string" v="" va="QosClassTypeValues"></Type>

<Max dv="" ml="256" rw="RW" t="string" v=""></Max>

<Min dv="" ml="256" rw="RW" t="string" v=""></Min>

<ProtocolList dv="" ml="256" rw="RW" t="string" v=""></ProtocolList>

<X_ASB_COM_ClassKey dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_ClassKey>

<X_ASB_COM_Enable dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_Enable>

</type.1.>

</Classification.3.>

<Classification.4. n="CtQosClassification" t="dynamicObject" status="">

<X_ASB_COM_ClassQueueEnable dv="true" rw="RW" t="boolean" v="true"></X_ASB_COM_ClassQueueEnable>

<ClassQueue dv="0" rw="RW" t="unsignedInt" v="0"></ClassQueue>

<DSCPMarkValue dv="0" rw="RW" t="unsignedInt" v="0"></DSCPMarkValue>

<P_802-1_P_Value dv="0" rw="RW" t="unsignedInt" v="0"></P_802-1_P_Value>

<X_ASB_COM_Enable dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_Enable>

<type.1. n="CtQosClassType" t="dynamicObject" status="">

<Type dv="" ml="64" rw="RW" t="string" v="" va="QosClassTypeValues"></Type>

<Max dv="" ml="256" rw="RW" t="string" v=""></Max>

<Min dv="" ml="256" rw="RW" t="string" v=""></Min>

<ProtocolList dv="" ml="256" rw="RW" t="string" v=""></ProtocolList>

<X_ASB_COM_ClassKey dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_ClassKey>

<X_ASB_COM_Enable dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_Enable>

</type.1.>

</Classification.4.>

<App.1. n="CtQosApp" t="dynamicObject" status="">

<AppName dv="" ml="32" rw="RW" t="string" v="TR069"></AppName>

<ClassQueue dv="0" rw="RW" t="unsignedInt" v="1"></ClassQueue>

<X_ASB_COM_Enable dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_Enable>

</App.1.>

<App.2. n="CtQosApp" t="dynamicObject" status="">

<AppName dv="" ml="32" rw="RW" t="string" v="VOIP"></AppName>

<ClassQueue dv="0" rw="RW" t="unsignedInt" v="2"></ClassQueue>

<X_ASB_COM_Enable dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_Enable>

</App.2.>

<App.3. n="CtQosApp" t="dynamicObject" status="">

<AppName dv="" ml="32" rw="RW" t="string" v="IPTV"></AppName>

<ClassQueue dv="0" rw="RW" t="unsignedInt" v="3"></ClassQueue>

<X_ASB_COM_Enable dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_Enable>

</App.3.>

<App.4. n="CtQosApp" t="dynamicObject" status="">

<AppName dv="" ml="32" rw="RW" t="string" v=""></AppName>

<ClassQueue dv="0" rw="RW" t="unsignedInt" v="0"></ClassQueue>

<X_ASB_COM_Enable dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_Enable>

</App.4.>

</X_CT-COM_UplinkQoS.>

<X_CT-COM_DownlinkQoS. n="CtQosDownlink" t="staticObject">

<Enable rw="RW" t="boolean" v="true"></Enable>

<Bandwidth rw="RW" t="unsignedInt" v="0"></Bandwidth>

<Plan ml="64" rw="RW" t="string" v="priority"></Plan>

<EnableForceWeight rw="RW" t="boolean" v="false"></EnableForceWeight>

<EnableDSCPMark rw="RW" t="boolean" v="false"></EnableDSCPMark>

<Enable802-1_P rw="RW" t="unsignedInt" v="0"></Enable802-1_P>

<PriorityQueue.1. n="CtQosDownPriQueue" t="dynamicObject" status="">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<Priority dv="0" rw="RW" t="unsignedInt" v="1"></Priority>

<Weight dv="0" rw="RW" t="unsignedInt" v="0"></Weight>

</PriorityQueue.1.>

<PriorityQueue.2. n="CtQosDownPriQueue" t="dynamicObject" status="">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<Priority dv="0" rw="RW" t="unsignedInt" v="2"></Priority>

<Weight dv="0" rw="RW" t="unsignedInt" v="0"></Weight>

</PriorityQueue.2.>

<PriorityQueue.3. n="CtQosDownPriQueue" t="dynamicObject" status="">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<Priority dv="0" rw="RW" t="unsignedInt" v="3"></Priority>

<Weight dv="0" rw="RW" t="unsignedInt" v="0"></Weight>

</PriorityQueue.3.>

<PriorityQueue.4. n="CtQosDownPriQueue" t="dynamicObject" status="">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<Priority dv="0" rw="RW" t="unsignedInt" v="4"></Priority>

<Weight dv="0" rw="RW" t="unsignedInt" v="0"></Weight>

</PriorityQueue.4.>

<Classification.1. n="CtQosDownClassification" t="dynamicObject" status="">

<ClassQueue dv="0" rw="RW" t="unsignedInt" v="1"></ClassQueue>

<DSCPMarkValue dv="0" rw="RW" t="unsignedInt" v="0"></DSCPMarkValue>

<P_802-1_P_Value dv="0" rw="RW" t="unsignedInt" v="0"></P_802-1_P_Value>

<type.1. n="CtQosDownClassType" t="dynamicObject" status="">

<Type dv="" ml="64" rw="RW" t="string" v="" va="QosClassTypeValues"></Type>

<Max dv="" ml="256" rw="RW" t="string" v=""></Max>

<Min dv="" ml="256" rw="RW" t="string" v=""></Min>

<ProtocolList dv="" ml="256" rw="RW" t="string" v=""></ProtocolList>

</type.1.>

</Classification.1.>

<Classification.2. n="CtQosDownClassification" t="dynamicObject" status="">

<ClassQueue dv="0" rw="RW" t="unsignedInt" v="1"></ClassQueue>

<DSCPMarkValue dv="0" rw="RW" t="unsignedInt" v="0"></DSCPMarkValue>

<P_802-1_P_Value dv="0" rw="RW" t="unsignedInt" v="0"></P_802-1_P_Value>

<type.1. n="CtQosDownClassType" t="dynamicObject" status="">

<Type dv="" ml="64" rw="RW" t="string" v="" va="QosClassTypeValues"></Type>

<Max dv="" ml="256" rw="RW" t="string" v=""></Max>

<Min dv="" ml="256" rw="RW" t="string" v=""></Min>

<ProtocolList dv="" ml="256" rw="RW" t="string" v=""></ProtocolList>

</type.1.>

</Classification.2.>

<Classification.3. n="CtQosDownClassification" t="dynamicObject" status="">

<ClassQueue dv="0" rw="RW" t="unsignedInt" v="1"></ClassQueue>

<DSCPMarkValue dv="0" rw="RW" t="unsignedInt" v="0"></DSCPMarkValue>

<P_802-1_P_Value dv="0" rw="RW" t="unsignedInt" v="0"></P_802-1_P_Value>

<type.1. n="CtQosDownClassType" t="dynamicObject" status="">

<Type dv="" ml="64" rw="RW" t="string" v="" va="QosClassTypeValues"></Type>

<Max dv="" ml="256" rw="RW" t="string" v=""></Max>

<Min dv="" ml="256" rw="RW" t="string" v=""></Min>

<ProtocolList dv="" ml="256" rw="RW" t="string" v=""></ProtocolList>

</type.1.>

</Classification.3.>

<Classification.4. n="CtQosDownClassification" t="dynamicObject" status="">

<ClassQueue dv="0" rw="RW" t="unsignedInt" v="1"></ClassQueue>

<DSCPMarkValue dv="0" rw="RW" t="unsignedInt" v="0"></DSCPMarkValue>

<P_802-1_P_Value dv="0" rw="RW" t="unsignedInt" v="0"></P_802-1_P_Value>

<type.1. n="CtQosDownClassType" t="dynamicObject" status="">

<Type dv="" ml="64" rw="RW" t="string" v="" va="QosClassTypeValues"></Type>

<Max dv="" ml="256" rw="RW" t="string" v=""></Max>

<Min dv="" ml="256" rw="RW" t="string" v=""></Min>

<ProtocolList dv="" ml="256" rw="RW" t="string" v=""></ProtocolList>

</type.1.>

</Classification.4.>

</X_CT-COM_DownlinkQoS.>

<X_CT-COM_UserInfo. n="UserInfo" t="staticObject">

<UserName ml="64" rw="RW" t="string" v=""></UserName>

<UserId ml="64" rw="RW" t="string" v="" ealgo="ab"></UserId>

<AuthStatus rw="RW" t="unsignedInt" v="0"></AuthStatus>

<Result rw="RW" t="unsignedInt" v="1"></Result>

<X_ASB_COM_UserName ml="64" rw="RW" t="string" v=""></X_ASB_COM_UserName>

<X_ASB_COM_UserId ml="64" rw="RW" t="string" v="" ealgo="ab"></X_ASB_COM_UserId>

<Status rw="RW" t="unsignedInt" v="99"></Status>

<X_ASB_COM_Force_register dv="False" rw="RW" t="boolean" v="False"></X_ASB_COM_Force_register>

<Limit rw="RW" t="unsignedInt" v="10"></Limit>

<Times rw="RW" t="unsignedInt" v="0"></Times>

<ServiceNum rw="RW" t="int" v="0"></ServiceNum>

<X_ASB_COM_HaveDoneServiceNum rw="RW" t="int" v="0"></X_ASB_COM_HaveDoneServiceNum>

<ServiceName ml="64" rw="RW" t="string" v=""></ServiceName>

<X_ASB_COM_InProcessServiceName ml="64" rw="RW" t="string" v=""></X_ASB_COM_InProcessServiceName>

<X_ASB_COM_SucceededServiceName ml="64" rw="RW" t="string" v=""></X_ASB_COM_SucceededServiceName>

<X_ASB_COM_FailedServiceName ml="64" rw="RW" t="string" v=""></X_ASB_COM_FailedServiceName>

<ProvisioningCode ml="64" rw="RW" t="string" v="ZHJ"></ProvisioningCode>

<X_ASB_COM_RegStatus rw="RW" t="unsignedInt" v="0"></X_ASB_COM_RegStatus>

<X_ASB_COM_LoidAuthEnable dv="false" rw="RW" t="boolean" v="False"></X_ASB_COM_LoidAuthEnable>

<X_ASB_COM_BindInformed rw="RW" t="unsignedInt" v="0"></X_ASB_COM_BindInformed>

<LoidValidated rw="RW" t="boolean" v="False"></LoidValidated>

</X_CT-COM_UserInfo.>

<DeviceInfo. n="IGDDeviceInfo" t="staticObject">

<Manufacturer ml="64" rw="R" t="string" v="NBEL"></Manufacturer>

<Manufacturerid ml="64" rw="R" t="string" v="NBEL"></Manufacturerid>

<ManufacturerOUI ml="8" rw="R" t="string" v="90032E"></ManufacturerOUI>

<ModelName ml="64" rw="RW" t="string" v="XG-040G-MD"></ModelName>

<Description ml="256" rw="R" t="string" v=""></Description>

<ProductClass ml="64" rw="R" t="string" v="XG-040G-MD"></ProductClass>

<SerialNumber ml="64" rw="R" t="string" v="7YLGVS42eap55hBLVYKmYw==" ealgo="ab"></SerialNumber>

<HardwareVersion ml="64" rw="R" t="string" v="XG040GMDV10"></HardwareVersion>

<SoftwareVersion ml="64" rw="R" t="string" v="NXGS1426V07t01"></SoftwareVersion>

<ServiceInfo ml="64" rw="RW" t="string" v="SC5F504C00"></ServiceInfo>

<X_ASB_COM_SoftwarePatchNumber ml="64" rw="RW" t="string" v=""></X_ASB_COM_SoftwarePatchNumber>

<X_ASB_COM_HardwareVersion ml="64" rw="RW" t="string" v="3TN00294ABBB"></X_ASB_COM_HardwareVersion>

<X_ASB_COM_ITMSSoftwareVersion ml="64" rw="RW" t="string" v="NXGS1426V07t01"></X_ASB_COM_ITMSSoftwareVersion>

<X_ASB_COM_WEBSoftwareVersion ml="64" rw="RW" t="string" v="NXGS1426V07t01"></X_ASB_COM_WEBSoftwareVersion>

<X_ASB_COM_WEBHiddenSoftwareVersion ml="64" rw="RW" t="string" v="3TN00547HJLI82"></X_ASB_COM_WEBHiddenSoftwareVersion>

<X_ASB_COM_OLTSoftwareVersion ml="64" rw="RW" t="string" v="NXGS1426V07t01"></X_ASB_COM_OLTSoftwareVersion>

<X_ASB_COM_DPISoftwareVersion ml="64" rw="RW" t="string" v="NXGS1426V07t01"></X_ASB_COM_DPISoftwareVersion>

<ModemFirmwareVersion ml="64" rw="R" t="string" v=""></ModemFirmwareVersion>

<EnabledOptions ml="1024" rw="R" t="string" v=""></EnabledOptions>

<AdditionalHardwareVersion ml="64" rw="R" t="string" v="XG040GMDV10"></AdditionalHardwareVersion>

<AdditionalSoftwareVersion ml="64" rw="R" t="string" v="NXGS1426V07t01"></AdditionalSoftwareVersion>

<SpecVersion ml="16" rw="R" t="string" v="iHGU_2.4.0"></SpecVersion>

<ProvisioningCode ml="64" rw="RW" t="string" v="123"></ProvisioningCode>

<UpTime rw="R" t="unsignedInt" v="27"></UpTime>

<USBNum rw="R" t="unsignedInt" v="2"></USBNum>

<POTSNum rw="R" t="unsignedInt" v="0"></POTSNum>

<ProductDate rw="R" ml="64" t="dateTime" v="2024-07-01T00:00:00"></ProductDate>

<FirstUseDate ml="64" rw="R" t="DateTime" v="2024-08-23T12:09:57Z"></FirstUseDate>

<X_ASB_COM_NumberOfCpuThreads max="32" min="1" rw="R" t="unsignedInt" v="1"></X_ASB_COM_NumberOfCpuThreads>

<X_ASB_COM_SwBuildTimestamp ml="64" rw="R" t="string" v="2024-05-09 19:05:00"></X_ASB_COM_SwBuildTimestamp>

<X_ASB_COM_DslPhyDrvVersion ml="64" rw="R" t="string" v=""></X_ASB_COM_DslPhyDrvVersion>

<X_ASB_COM_VoiceServiceVersion ml="64" rw="R" t="string" v=""></X_ASB_COM_VoiceServiceVersion>

<X_ASB_COM_Chipset ml="64" rw="R" t="string" v="AN7581DT"></X_ASB_COM_Chipset>

<X_ASB_COM_OS ml="64" rw="R" t="string" v="OSGI"></X_ASB_COM_OS>

<X_ASB_COM_OLTVendor ml="64" rw="RW" t="string" v=""></X_ASB_COM_OLTVendor>

<X_ASB_COM_Devname ml="128" rw="RW" t="string" v=""></X_ASB_COM_Devname>

<DeviceLog ml="32768" rw="R" t="string" v=""></DeviceLog>

<VendorConfigFileNumberOfEntries rw="R" t="unsignedInt" v="0"></VendorConfigFileNumberOfEntries>

<DeviceType ml="32" rw="RW" t="string" v="4+0 NoAP"></DeviceType>

<AccessType ml="32" rw="RW" t="string" v="XGPON"></AccessType>

<X_CT-COM_MACAddress ml="32" rw="RW" t="string" v="90:03:2E:42:C5:C2"></X_CT-COM_MACAddress>

<X_CT-COM_CardKey ml="20" rw="RW" t="string" v="" ealgo="ab"></X_CT-COM_CardKey>

<X_CT-COM_ChipID ml="64" rw="R" t="string" v="414E373538314454"></X_CT-COM_ChipID>

<X_CT-COM_CheckKey ml="64" rw="RW" t="string" v="414E373538314454"></X_CT-COM_CheckKey>

<X_CT-COM_InterfaceVersion ml="20" rw="R" t="string" v="2271-2013.A.1"></X_CT-COM_InterfaceVersion>

<X_CT-COM_CardInterVersion ml="20" rw="R" t="string" v="2012SX-053.A"></X_CT-COM_CardInterVersion>

<X_CT-COM_DeviceType min="1" max="5" rw="R" t="unsignedInt" v="3"></X_CT-COM_DeviceType>

<X_CT-COM_Card rw="R" t="boolean" v="False"></X_CT-COM_Card>

<X_CT-COM_CardFlowFlag min="0" max="2" rw="RW" t="unsignedInt" v="0"></X_CT-COM_CardFlowFlag>

<X_CT-COM_UPLink min="1" max="7" rw="R" t="unsignedInt" v="7"></X_CT-COM_UPLink>

<X_CT-COM_Capability ml="256" rw="R" t="string" v="0;3*GE+1*2.5GE;2;0;0"></X_CT-COM_Capability>

<X_CT-COM_IPForwardModeEnabled rw="RW" t="boolean" v="False"></X_CT-COM_IPForwardModeEnabled>

<X_CMCC_CustomiseName ml="64" rw="RW" t="string" v="90032E42C5C2"></X_CMCC_CustomiseName>

<X_CMCC_CPUClass ml="64" rw="R" t="string" v="AN7581DT"></X_CMCC_CPUClass>

<X_CMCC_FlashClass ml="64" rw="R" t="string" v="S35ML02G3"></X_CMCC_FlashClass>

<X_CMCC_WiFiChipClass ml="64" rw="R" t="string" v=" "></X_CMCC_WiFiChipClass>

<X_CMCC_PONUpTime dv="0" rw="R" t="unsignedInt" v="0"></X_CMCC_PONUpTime>

<X_CMCC_UpLinkType ml="64" rw="R" t="string" v="XG-PON"></X_CMCC_UpLinkType>

<X_CMCC_DeviceType ml="16" rw="R" t="string" v="Model19"></X_CMCC_DeviceType>

<X_CU_BatteryStatus ml="16" rw="R" t="string" v="NA"></X_CU_BatteryStatus>

<X_CU_TargetNewVersion ml="64" rw="RW" t="string" v=""></X_CU_TargetNewVersion>

<X_CU_TargetNewVersionDescribe ml="256" rw="RW" t="string" v=""></X_CU_TargetNewVersionDescribe>

<CTEI ml="24" rw="R" t="string" v="00000000000000000000"></CTEI>

<X_CT-COM_NeighborDetection. n="NeighborDetection" t="staticObject">

<NumberOfEntries rw="R" t="unsignedInt" v=""></NumberOfEntries>

<Config.1. n="NDConfig" t="dynamicObject">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<WANConnection dv="" ml="256" rw="RW" t="string" v=""></WANConnection>

<Interval dv="60" min="1" max="3600" rw="RW" t="unsignedInt" v="60"></Interval>

<NumberOfRepetitions dv="3" min="1" max="255" rw="RW" t="unsignedInt" v="3"></NumberOfRepetitions>

</Config.1.>

</X_CT-COM_NeighborDetection.>

<X_CT-COM_TeleComAccount. n="ctcAccount" t="staticObject">

<Enable rw="RW" t="boolean" v="True"></Enable>

<UserName ml="64" rw="RW" t="string" v="CMCCAdmin"></UserName>

<Password ml="64" rw="RW" t="string" v="LZ8gkScDdQUp2k+it/ADtw==" ealgo="ab"></Password>

</X_CT-COM_TeleComAccount.>

<X_ASB_COM_AfterMaintance. n="AfterMaintance" t="staticObject">

<Active rw="RW" t="boolean" v="True"></Active>

</X_ASB_COM_AfterMaintance.>

<X_ASB_COM_ResetMethod. n="ResetMethod" t="staticObject">

<RemoteResetMethod ml="64" rw="RW" t="string" v="config"></RemoteResetMethod>

<LocalResetMethod ml="64" rw="RW" t="string" v="config"></LocalResetMethod>

</X_ASB_COM_ResetMethod.>

<X_ASB_COM_RegisterURL. n="RegisterURL" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<RegisterURL ml="256" rw="RW" t="string" v="http://192.168.1.1/register.cmd?registered=0"></RegisterURL>

</X_ASB_COM_RegisterURL.>

<X_ASB_COM_UplinkDownURL. n="UplinkDownURL" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<UplinkDownURL ml="256" rw="RW" t="string" v=""></UplinkDownURL>

</X_ASB_COM_UplinkDownURL.>

<X_CT-COM_OUIinSerial. n="OUIinSerial" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

</X_CT-COM_OUIinSerial.>

<X_CT-COM_MiddlewareMgt. n="MiddlewareMgt" t="staticObject">

<Tr069Enable max="2" min="0" rw="RW" t="unsignedInt" v="1"></Tr069Enable>

<MiddlewareURL ml="256" rw="RW" t="string" v="0.0.0.0:0"></MiddlewareURL>

</X_CT-COM_MiddlewareMgt.>

<X_CT-COM_PortalManagement. n="PortalManagement" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<PortalUrl-Computer ml="256" rw="RW" t="string" v="http://192.168.1.1/"></PortalUrl-Computer>

<PortalUrl-STB ml="256" rw="RW" t="string" v="http://192.168.1.1/"></PortalUrl-STB>

<PortalUrl-Phone ml="256" rw="RW" t="string" v="http://192.168.1.1/"></PortalUrl-Phone>

<X_ASB_COM_PortalPort dv="80" rw="RW" t="unsignedInt" v="80"></X_ASB_COM_PortalPort>

</X_CT-COM_PortalManagement.>

<X_CT-COM_Syslog. n="Syslog" t="staticObject">

<Enable rw="RW" t="boolean" v="true"></Enable>

<Level rw="RW" t="unsignedInt" v="3"></Level>

<StorageMode ml="64" rw="RW" t="string" v="flash"></StorageMode>

<LogPath ml="256" rw="RW" t="string" v="/var/log/messages"></LogPath>

<LogFileNum min="1" max="99" rw="RW" t="unsignedInt" v="5"></LogFileNum>

<LogSize min="1" max="24080" rw="RW" t="unsignedInt" v="512"></LogSize>

<ServerIPAddress ml="32" rw="RW" t="string" v="192.168.1.1"></ServerIPAddress>

<ServerPortNumber max="65535" min="0" rw="RW" t="unsignedInt" v="514"></ServerPortNumber>

</X_CT-COM_Syslog.>

<VendorConfigFile.1. n="VendorConfigFile" t="dynamicObject">

<Name dv="" ml="64" rw="R" t="string" v=""></Name>

<Version dv="" ml="16" rw="R" t="string" v=""></Version>

<Date ml="64" dv="" rw="R" t="DateTime" v=""></Date>

<Description dv="" ml="256" rw="R" t="string" v=""></Description>

</VendorConfigFile.1.>

<X_CT-COM_ALGAbility. n="ALGAbility" t="staticObject">

<H323Enable rw="RW" t="boolean" v="true"></H323Enable>

<SIPEnable rw="RW" t="boolean" v="false"></SIPEnable>

<RTSPEnable rw="RW" t="boolean" v="true"></RTSPEnable>

<L2TPEnable rw="RW" t="boolean" v="true"></L2TPEnable>

<IPSECEnable rw="RW" t="boolean" v="true"></IPSECEnable>

<FTPEnable rw="RW" t="boolean" v="true"></FTPEnable>

<TFTPEnable rw="RW" t="boolean" v="true"></TFTPEnable>

<PPTPEnable rw="RW" t="boolean" v="true"></PPTPEnable>

</X_CT-COM_ALGAbility.>

<X_CT-COM_UPNP. n="CtUpnp" t="staticObject">

<Enable rw="RW" t="boolean" v="True"></Enable>

<LoggingLevel ml="64" rw="RW" t="string" v="Error" va="LoggingLevelValues"></LoggingLevel>

<LoggingDestination ml="64" rw="RW" t="string" v="StandardError" va="LoggingDestinationValues"></LoggingDestination>

</X_CT-COM_UPNP.>

<X_CT-COM_IPProtocolVersion. n="CtIpProCfg" t="staticObject">

<Mode max="3" min="1" rw="RW" t="unsignedInt" v="3"></Mode>

</X_CT-COM_IPProtocolVersion.>

<X_CT-COM_ReConnect. n="CT_ReConnect" t="staticObject">

<Enable rw="RW" t="boolean" v="true"></Enable>

</X_CT-COM_ReConnect.>

<X_CT-COM_Restore. n="CtUsbRestore" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<PartionInfo ml="256" rw="RW" t="string" v="usb1_1"></PartionInfo>

</X_CT-COM_Restore.>

<X_CT-COM_ServiceManage. n="CT_ServiceManage" t="staticObject">

<FtpEnable rw="RW" t="boolean" v="True"></FtpEnable>

<FtpLanAccessEnable rw="RW" t="boolean" v="True"></FtpLanAccessEnable>

<FtpWanAccessEnable rw="RW" t="boolean" v="True"></FtpWanAccessEnable>

<FtpService rw="RW" t="boolean" v="False"></FtpService>

<FtpPort max="65535" min="0" rw="RW" t="int" v="21"></FtpPort>

<FtpEnable0 rw="RW" t="boolean" v="True"></FtpEnable0>

<FtpUserName ml="64" rw="RW" t="string" v="useradmin"></FtpUserName>

<FtpPassword ml="128" rw="RW" t="string" v="35NNp8pdE8uvihfACb4kcg==" ealgo="ab"></FtpPassword>

<FtpEnable1 rw="RW" t="boolean" v="False"></FtpEnable1>

<FtpUserName1 ml="64" rw="RW" t="string" v="f1"></FtpUserName1>

<FtpPassword1 ml="128" rw="RW" t="string" v="bFa3hzHABvQvfdkOs9HjAw==" ealgo="ab"></FtpPassword1>

<FtpEnable2 rw="RW" t="boolean" v="False"></FtpEnable2>

<FtpUserName2 ml="64" rw="RW" t="string" v="f2"></FtpUserName2>

<FtpPassword2 ml="128" rw="RW" t="string" v="upCgE7aowVVFkKRtuYVGxw==" ealgo="ab"></FtpPassword2>

<FtpEnable3 rw="RW" t="boolean" v="False"></FtpEnable3>

<FtpUserName3 ml="64" rw="RW" t="string" v="ftpadmin3"></FtpUserName3>

<FtpPassword3 ml="128" rw="RW" t="string" v="WlOAfI/uOfcw83o1yBU1Xg==" ealgo="ab"></FtpPassword3>

<FtpEnable4 rw="RW" t="boolean" v="False"></FtpEnable4>

<FtpUserName4 ml="64" rw="RW" t="string" v="ftpadmin4"></FtpUserName4>

<FtpPassword4 ml="128" rw="RW" t="string" v="FIGGRu3Ba9lO5eczlAOrEw==" ealgo="ab"></FtpPassword4>

<FtpEnable5 rw="RW" t="boolean" v="False"></FtpEnable5>

<FtpUserName5 ml="64" rw="RW" t="string" v="ftpadmin5"></FtpUserName5>

<FtpPassword5 ml="128" rw="RW" t="string" v="zYk71+DcOUeZbn8qS1/SMA==" ealgo="ab"></FtpPassword5>

<SambaEnable rw="RW" t="boolean" v="False"></SambaEnable>

<SambaLanAccessEnable rw="RW" t="boolean" v="False"></SambaLanAccessEnable>

<SambaWanAccessEnable rw="RW" t="boolean" v="False"></SambaWanAccessEnable>

<SambaService rw="RW" t="boolean" v="False"></SambaService>

<SambaPort max="65535" min="0" rw="RW" t="int" v="139"></SambaPort>

<SambaEnable0 rw="RW" t="boolean" v="False"></SambaEnable0>

<SambaUserName ml="64" rw="RW" t="string" v="samba"></SambaUserName>

<SambaPassword ml="128" rw="RW" t="string" v="N1A1HXg96esuLarpeU/b0A==" ealgo="ab"></SambaPassword>

<SambaEnable1 rw="RW" t="boolean" v="False"></SambaEnable1>

<SambaUserName1 ml="64" rw="RW" t="string" v="samba1"></SambaUserName1>

<SambaPassword1 ml="128" rw="RW" t="string" v="k0jzBuyVfmqmLxzFytFp7Q==" ealgo="ab"></SambaPassword1>

<SambaEnable2 rw="RW" t="boolean" v="False"></SambaEnable2>

<SambaUserName2 ml="64" rw="RW" t="string" v="samba2"></SambaUserName2>

<SambaPassword2 ml="128" rw="RW" t="string" v="+41cpC4py9Ine1xVBN6IKg==" ealgo="ab"></SambaPassword2>

<SambaEnable3 rw="RW" t="boolean" v="False"></SambaEnable3>

<SambaUserName3 ml="64" rw="RW" t="string" v="samba3"></SambaUserName3>

<SambaPassword3 ml="128" rw="RW" t="string" v="YA2nswAk8bzFQrl/Q9HGNA==" ealgo="ab"></SambaPassword3>

<SambaEnable4 rw="RW" t="boolean" v="False"></SambaEnable4>

<SambaUserName4 ml="64" rw="RW" t="string" v="samba4"></SambaUserName4>

<SambaPassword4 ml="128" rw="RW" t="string" v="yyI3MjIiUYY9suaw0z8Lqw==" ealgo="ab"></SambaPassword4>

<SambaEnable5 rw="RW" t="boolean" v="False"></SambaEnable5>

<SambaUserName5 ml="64" rw="RW" t="string" v="samba5"></SambaUserName5>

<SambaPassword5 ml="128" rw="RW" t="string" v="acQTYqJtzzpRqYBjvBfFRw==" ealgo="ab"></SambaPassword5>

<TelnetEnable rw="RW" t="boolean" v="True"></TelnetEnable>

<TelnetLanAccessEnable rw="RW" t="boolean" v="True"></TelnetLanAccessEnable>

<TelnetWanAccessEnable rw="RW" t="boolean" v="False"></TelnetWanAccessEnable>

<TelnetUserName ml="64" rw="RW" t="string" v="useradmin"></TelnetUserName>

<TelnetTr069AccessEnable rw="RW" t="boolean" v="False"></TelnetTr069AccessEnable>

<TelnetPassword ml="128" rw="RW" t="string" v="35NNp8pdE8uvihfACb4kcg==" ealgo="ab"></TelnetPassword>

<TelnetPort max="65535" min="0" rw="RW" t="int" v="23"></TelnetPort>

<TelnetWaitTime max="1200" min="0" rw="RW" t="unsignedInt" v="300"></TelnetWaitTime>

<TelnetLifeSpan max="65535" min="0" rw="RW" t="unsignedInt" v="0"></TelnetLifeSpan>

<FactoryTelnetEnable rw="RW" t="boolean" v="False"></FactoryTelnetEnable>

<VtyshEnable rw="RW" t="boolean" v="False"></VtyshEnable>

<VtyshUserName ml="64" rw="RW" t="string" v="NSBadmin"></VtyshUserName>

<VtyshPassword ml="64" rw="RW" t="string" v="72cWxvwvKyKaZJOrPiQkoQ==" ealgo="ab"></VtyshPassword>

<CLIPrompt ml="256" rw="RW" t="string" v="\\\\$"></CLIPrompt>

<SuPassword ml="64" rw="RW" t="string" v="LZ8gkScDdQUp2k+it/ADtw==" ealgo="ab"></SuPassword>

<SSHEnable rw="RW" t="boolean" v="False"></SSHEnable>

<SSHUserName ml="64" rw="RW" t="string" v="useradmin"></SSHUserName>

<SSHPassword ml="128" rw="RW" t="string" v="35NNp8pdE8uvihfACb4kcg==" ealgo="ab"></SSHPassword>

</X_CT-COM_ServiceManage.>

<X_CT-COM_Alarm. n="CtAlarm" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<AlarmNumberOfEntries rw="R" t="unsignedInt" v="0"></AlarmNumberOfEntries>

<AlarmNumber dv="" ml="256" rw="R" t="string" v=""></AlarmNumber>

<EventTime rw="R" t="int" v="0"></EventTime>

<X_ASB_COM_AlarmLanPorts dv="" ml="64" rw="R" t="string" v=""></X_ASB_COM_AlarmLanPorts>

<AlarmConfig.1. n="CtAlarmConfig" t="dynamicObject" status="deleted">

<ParaList dv="" ml="256" rw="RW" t="string" v=""></ParaList>

<Limit-Max dv="" ml="64" rw="RW" t="string" v=""></Limit-Max>

<Limit-Min dv="" ml="64" rw="RW" t="string" v=""></Limit-Min>

<TimeList dv="" ml="64" rw="RW" t="string" v=""></TimeList>

<Mode dv="1" max="3" min="1" rw="RW" t="unsignedInt" v="1"></Mode>

</AlarmConfig.1.>

</X_CT-COM_Alarm.>

<X_CT-COM_Monitor. n="CtMonitor" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<MonitorNumberOfEntries rw="R" t="unsignedInt" v="1"></MonitorNumberOfEntries>

<MonitorConfig.1. n="CtMonitorConfig" t="dynamicObject">

<ParaList dv="" ml="256" rw="RW" t="string" v=""></ParaList>

<TimeList dv="0" ml="64" rw="RW" t="string" v="0"></TimeList>

</MonitorConfig.1.>

</X_CT-COM_Monitor.>

<X_CT-COM_Ping. n="CtPing" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<PingNumberOfEntries rw="R" t="unsignedInt" v="3"></PingNumberOfEntries>

<PingConfig.1. n="CtPingConfig" t="dynamicObject">

<DiagnosticsState ml="32" rw="RW" t="string" v="None" va="IpPingDiagStateValues"></DiagnosticsState>

<Interface ml="256" rw="RW" t="string" v=""></Interface>

<Host ml="256" rw="RW" t="string" v="0.0.0.0"></Host>

<NumberOfRepetitions max="4294967295" min="0" rw="RW" t="unsignedInt" v=""></NumberOfRepetitions>

<Timeout max="4294967295" min="0" rw="RW" t="unsignedInt" v=""></Timeout>

<DataBlockSize max="65535" min="0" rw="RW" t="unsignedInt" v=""></DataBlockSize>

<DSCP max="63" min="0" rw="RW" t="unsignedInt" v=""></DSCP>

<Interval max="65535" min="1" rw="RW" t="unsignedInt" v="1"></Interval>

<Stop max="65535" min="0" rw="RW" t="unsignedInt" v="0"></Stop>

</PingConfig.1.>

</X_CT-COM_Ping.>

<X_CT-COM_BehaviorAnalysis. n="CtBhAnalysis" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<Periodic rw="RW" t="int" v="-1"></Periodic>

<URL ml="256" rw="RW" t="string" v=""></URL>

<Username ml="32" rw="RW" t="string" v=""></Username>

<Password ml="32" rw="RW" t="string" v="" ealgo="ab"></Password>

<CompressPassword ml="32" rw="RW" t="string" v="" ealgo="ab"></CompressPassword>

<FlowExportPeriodic rw="RW" t="int" v="-1"></FlowExportPeriodic>

<ClassificationNumberOfEntries rw="R" t="unsignedInt" v=""></ClassificationNumberOfEntries>

<ApplicationNumberOfEntries rw="R" t="unsignedInt" v=""></ApplicationNumberOfEntries>

<FlowNumberOfEntries rw="R" t="unsignedInt" v=""></FlowNumberOfEntries>

<BasicInf. n="CtBhBaiscInf" t="staticObject">

<DevCtrlEnable rw="RW" t="boolean" v="true"></DevCtrlEnable>

<FlowStatEnable rw="RW" t="boolean" v="true"></FlowStatEnable>

<PacketStatEnable rw="RW" t="boolean" v="true"></PacketStatEnable>

</BasicInf.>

<Classification.1. n="CtBhClass" t="dynamicObject" status="deleted">

<Enable rw="RW" t="boolean" v="false"></Enable>

<ClassInterface dv="" ml="256" rw="RW" t="string" v=""></ClassInterface>

<Protocol dv=" " ml="16" rw="RW" t="string" v=""></Protocol>

<ProtocolExclude dv="false" rw="RW" t="boolean" v="false"></ProtocolExclude>

<SearchEngines dv=" " ml="128" rw="RW" t="string" v=""></SearchEngines>

<ParticularKey dv="hyElN7KT4gr5EQag3Yk+og==" ml="32" rw="RW" t="string" v="" ealgo="ab"></ParticularKey>

<DestIP dv="0.0.0.0" ml="32" rw="RW" t="string" v="0.0.0.0"></DestIP>

<DestMask dv="255.255.255.255" ml="32" rw="RW" t="string" v="255.255.255.255"></DestMask>

<DestIPExclude dv="false" rw="RW" t="boolean" v="false"></DestIPExclude>

<SourceIP dv="0.0.0.0" ml="32" rw="RW" t="string" v="0.0.0.0"></SourceIP>

<SourceMask dv="255.255.255.255" ml="32" rw="RW" t="string" v="255.255.255.255"></SourceMask>

<SourceIPExclude dv="false" rw="RW" t="boolean" v="false"></SourceIPExclude>

<DestPort dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1 "></DestPort>

<DestPortRangeMax dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1 "></DestPortRangeMax>

<DestPortExclude dv="false" rw="RW" t="boolean" v="false"></DestPortExclude>

<SourcePort dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1 "></SourcePort>

<SourcePortRangeMax dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1 "></SourcePortRangeMax>

<SourcePortExclude dv="false" rw="RW" t="boolean" v="false"></SourcePortExclude>

<OtherExpression dv=" " ml="256" rw="RW" t="string" v=""></OtherExpression>

<ApplicationPath dv=" " ml="256" rw="RW" t="string" v=""></ApplicationPath>

<FlowPath dv=" " ml="256" rw="RW" t="string" v=""></FlowPath>

</Classification.1.>

<Application.1. n="CtBhApp" t="dynamicObject" status="deleted">

<AppName dv="" ml="32" rw="RW" t="string" v=""></AppName>

<AppEnable rw="RW" t="boolean" v="false"></AppEnable>

</Application.1.>

<Flow.1. n="CtBhFlow" t="dynamicObject" status="deleted">

<FlowName dv="" ml="16" rw="RW" t="string" v=""></FlowName>

<FlowEnable dv="false" rw="RW" t="boolean" v="false"></FlowEnable>

<BytesReceived dv="0" rw="R" t="unsignedInt" v="0"></BytesReceived>

<BytesSent dv="0" rw="R" t="unsignedInt" v="0"></BytesSent>

</Flow.1.>

</X_CT-COM_BehaviorAnalysis.>

<X_CT-COM_NetworkPerformance. n="CtNetPerf" t="staticObject">

<DnsQueryDiagnostics. n="CtDnsDiag" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<Interval max="65535" min="1" rw="RW" t="unsignedInt" v=""></Interval>

<Interface ml="256" rw="RW" t="string" v=""></Interface>

<DNSServerIP ml="32" rw="RW" t="string" v=""></DNSServerIP>

<DNSServerPort rw="RW" t="unsignedInt" v=""></DNSServerPort>

<DomainName ml="64" rw="RW" t="string" v=""></DomainName>

<NumberofRepetitions max="100" min="1" rw="RW" t="unsignedInt" v="5"></NumberofRepetitions>

<Timethreshold max="65535" min="1" rw="RW" t="unsignedInt" v="180"></Timethreshold>

</DnsQueryDiagnostics.>

<HttpGetDiagnostics. n="CtHttpDiag" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<Interval max="65535" min="1" rw="RW" t="unsignedInt" v=""></Interval>

<Interface ml="256" rw="RW" t="string" v=""></Interface>

<HttpServerURL ml="256" rw="RW" t="string" v=""></HttpServerURL>

<httpServerPort rw="RW" t="unsignedInt" v="80"></httpServerPort>

<NumberofRepetitions max="100" min="1" rw="RW" t="unsignedInt" v="5"></NumberofRepetitions>

<Timethreshold max="65535" min="1" rw="RW" t="unsignedInt" v="10000"></Timethreshold>

</HttpGetDiagnostics.>

<TCPConnectionDiagnostics. n="CtTcpDiag" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<Interval max="65535" min="1" rw="RW" t="unsignedInt" v=""></Interval>

<Interface ml="256" rw="RW" t="string" v=""></Interface>

<IP ml="32" rw="RW" t="string" v=""></IP>

<Port rw="RW" t="unsignedInt" v=""></Port>

<NumberofRepetitions max="100" min="1" rw="RW" t="unsignedInt" v="5"></NumberofRepetitions>

<Timethreshold max="65535" min="1" rw="RW" t="unsignedInt" v="10000"></Timethreshold>

</TCPConnectionDiagnostics.>

</X_CT-COM_NetworkPerformance.>

<X_CT-COM_ServiceAccessInfo. n="CtServiceAccInfo" t="staticObject">

<BANDAccess ml="64" rw="RW" t="string" v=""></BANDAccess>

<IPTVAccess ml="64" rw="RW" t="string" v=""></IPTVAccess>

<VOIPAccess ml="64" rw="RW" t="string" v=""></VOIPAccess>

</X_CT-COM_ServiceAccessInfo.>

<X_CT-COM_VoIPWANStatus. n="CtVoIPWAN" t="staticObject">

<Status. n="CtVoIPWANStatus" t="staticObject">

<Line.1. n="CtVoIPWANLineStatus" t="dynamicObject">

<Status rw="R" t="unsignedInt" v="0"></Status>

</Line.1.>

<Line.2. n="CtVoIPWANLineStatus" t="dynamicObject">

<Status rw="R" t="unsignedInt" v="0"></Status>

</Line.2.>

</Status.>

</X_CT-COM_VoIPWANStatus.>

<X_CT-COM_RegStatistics. n="CtRegStatistics" t="staticObject">

<OltRegTime dv="0" rw="RW" t="unsignedInt" v="0"></OltRegTime>

<ITMSRegTime dv="0" rw="RW" t="unsignedInt" v="0"></ITMSRegTime>

<ITMSServiceTime dv="0" rw="RW" t="unsignedInt" v="0"></ITMSServiceTime>

</X_CT-COM_RegStatistics.>

<X_ASB_COM_PppBridgeAccount. n="AsbPppBridgeAccount" t="staticObject">

<ConnectionStatus dv="Unconfigured" ml="32" rw="RW" t="string" v="Unconfigured" va="wanPppConnectionStatusValues"></ConnectionStatus>

<UserName ml="64" rw="RW" t="string" v=""></UserName>

<Password ml="64" rw="RW" t="string" v="" ealgo="ab"></Password>

</X_ASB_COM_PppBridgeAccount.>

<X_CT-COM_MonitorCollector. n="CtMonitorCollector" t="staticObject">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<ServerUrl dv="" ml="128" rw="RW" t="string" v=""></ServerUrl>

<TftpPort dv="69" rw="RW" t="unsignedInt" v="6169"></TftpPort>

<MonitorNumberOfEntries dv="0" rw="R" t="unsignedInt" v="0"></MonitorNumberOfEntries>

<MonitorConfig.1. n="CtMonCollectorConfig" t="dynamicObject" status="">

<ParaList dv="" ml="4096" rw="RW" t="string" v="InternetGatewayDevice.WANDevice.1.X_CT-COM_GponInterfaceConfig.Status,InternetGatewayDevice.WANDevice.1.X_CT-COM_GponInterfaceConfig.TXPower,InternetGatewayDevice.WANDevice.1.X_CT-COM_GponInterfaceConfig.RXPower,InternetGatewayDevice.WANDevice.1.X_CT-COM_GponInterfaceConfig.TransceiverTemperature,InternetGatewayDevice.WANDevice.1.X_CT-COM_GponInterfaceConfig.SupplyVottage,InternetGatewayDevice.WANDevice.1.X_CT-COM_GponInterfaceConfig.BiasCurrent,InternetGatewayDevice.WANDevice.1.WANConnectionDevice.4.WANPPPConnection.1.ConnectionStatus,InternetGatewayDevice.WANDevice.1.WANConnectionDevice.4.WANPPPConnection.1.LastConnectionError,InternetGatewayDevice.WANDevice.1.WANConnectionDevice.4.WANPPPConnection.1.X_CT-COM_IPv6ConnStatus,InternetGatewayDevice.WANDevice.1.WANConnectionDevice.4.WANPPPConnection.1.LastConnectionErrorCode"></ParaList>

<TimeList dv="1" ml="16" rw="RW" t="string" v="15"></TimeList>

</MonitorConfig.1.>

</X_CT-COM_MonitorCollector.>

<X_ALU-COM_CPUMEMMonitor. n="cpuMemMonitor" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<cpu rw="RW" t="unsignedInt" v="2"></cpu>

<cycle rw="RW" t="unsignedInt" v="0"></cycle>

<samplingtime rw="RW" t="unsignedInt" v="60"></samplingtime>

<interval rw="RW" t="unsignedInt" v="60"></interval>

</X_ALU-COM_CPUMEMMonitor.>

<X_CT-COM_Qoe. n="CtQoE" t="staticObject">

<Enable dv="false" rw="RW" t="boolean" v="False"></Enable>

<TestDownloadUrl dv="" ml="64" rw="RW" t="string" v=""></TestDownloadUrl>

<TestDownloadStatus dv="" ml="64" rw="RW" t="string" v=""></TestDownloadStatus>

<MonitorStatus dv="" ml="64" rw="RW" t="string" v=""></MonitorStatus>

<X_ASB_COM_port rw="RW" t="unsignedInt" v="8000"></X_ASB_COM_port>

</X_CT-COM_Qoe.>

<X_CT-COM_Cardmanage. n="CtCardmanage" t="staticObject">

<CardNo dv="" ml="18" rw="R" t="string" v=""></CardNo>

<status dv="0" rw="R" t="unsignedInt" v="0"></status>

<CardStatus dv="true" min="0" max="3" rw="RW" t="boolean" v="false"></CardStatus>

<X_ASB_COM_CardStatus dv="true" min="0" max="3" rw="RW" t="boolean" v="false"></X_ASB_COM_CardStatus>

</X_CT-COM_Cardmanage.>

<X_CMCC_LedControl. n="CMCCLedControl" t="staticObject">

<Switch dv="true" rw="RW" t="boolean" v="true"></Switch>

</X_CMCC_LedControl.>

<X_CMCC_AutoReboot. n="CMCCAutoReboot" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<RebootInterval rw="RW" t="unsignedInt" v="60"></RebootInterval>

</X_CMCC_AutoReboot.>

<MemoryStatus. n="MemoryStatus" t="staticObject">

<Total dv="0" rw="R" t="unsignedInt" v="0"></Total>

<Free dv="0" rw="R" t="unsignedInt" v="0"></Free>

</MemoryStatus.>

<FlashStatus. n="FlashStatus" t="staticObject">

<Total dv="0" rw="R" t="unsignedInt" v="0"></Total>

<Free dv="0" rw="R" t="unsignedInt" v="0"></Free>

</FlashStatus.>

<ProcessStatus. n="ProcessStatus" t="staticObject">

<CPUUsage dv="0" rw="R" t="unsignedInt" v="0"></CPUUsage>

</ProcessStatus.>

<X_CT-COM_MulticastDiagnosis. n="MulticastDiagnosis" t="staticObject">

<DetectionsState ml="32" rw="RW" t="string" v="None"></DetectionsState>

<Interface ml="256" rw="RW" t="string" v=""></Interface>

<MulticastIp ml="32" rw="RW" t="string" v=""></MulticastIp>

<detectionsResult rw="R" t="unsignedInt" v="0"></detectionsResult>

<StreamRate rw="R" t="unsignedInt" v="0"></StreamRate>

<ResponseTime rw="R" t="unsignedInt" v="0"></ResponseTime>

<UserMAC ml="32" rw="R" t="string" v=""></UserMAC>

<UserIP ml="32" rw="RW" t="string" v=""></UserIP>

<X_ASB_COM_mcastPktLen dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_mcastPktLen>

</X_CT-COM_MulticastDiagnosis.>

<X_ASB_COM_Framedetection. n="Framedetection" t="staticObject">

<detectionsState ml="32" rw="RW" t="string" v="None"></detectionsState>

<detectionsResult ml="256" rw="RW" t="string" v=""></detectionsResult>

<detectionsPeriod rw="RW" t="unsignedInt" v="20"></detectionsPeriod>

<detectionsFreqency rw="RW" t="unsignedInt" v="50"></detectionsFreqency>

<X_ASB_COM_detectionsResult ml="2048" rw="RW" t="string" v=""></X_ASB_COM_detectionsResult>

</X_ASB_COM_Framedetection.>

<GASY. n="GASY" t="staticObject">

<enable rw="RW" t="unsignedInt" v="0"></enable>

<SJCJ rw="RW" t="unsignedInt" v="2"></SJCJ>

<RMS_mac_url ml="256" rw="RW" t="string" v=""></RMS_mac_url>

<Portal_mac_url ml="256" rw="RW" t="string" v=""></Portal_mac_url>

<GZRZX_wifidog_Information_source. n="WifidoginfoSource" t="staticObject">

<Enable rw="RW" t="unsignedInt" v="0"></Enable>

</GZRZX_wifidog_Information_source.>

<nowifidog_GZRZX_Information_source. n="NoWifidoginfoSource" t="staticObject">

<Enable rw="RW" t="unsignedInt" v="0"></Enable>

</nowifidog_GZRZX_Information_source.>

</GASY.>

<X_CU_LoadInfo. n="CULoadInfo" t="staticObject">

<ProcessorLoad rw="R" t="unsignedInt" v="0"></ProcessorLoad>

<MemoryLoad rw="R" t="unsignedInt" v="0"></MemoryLoad>

</X_CU_LoadInfo.>

</DeviceInfo.>

<X_CT-COM_ProxyDevice. n="CtProxyDevice" t="staticObject">

<DeviceListNumberOfEntries dv="0" rw="R" t="unsignedInt" v="0"></DeviceListNumberOfEntries>

<ServiceProfile. n="CtProxyServiceProfile" t="staticObject">

<ConfigProfileNumberOfEntries dv="0" rw="R" t="unsignedInt" v="0"></ConfigProfileNumberOfEntries>

<X_CT-COM_RMSConfigOver dv="0" max="1" min="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_RMSConfigOver>

<X_CT-COM_ConfigurationMode dv="0" max="1" min="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_ConfigurationMode>

<ConfigProfile.1. n="CtProxyConfigProfile" t="dynamicObject" status="deleted">

<Rule dv="" ml="512" rw="RW" t="string" v=""></Rule>

<ConfigurationPath dv="" ml="256" rw="RW" t="string" v=""></ConfigurationPath>

<ProvisioningCode dv="" ml="64" rw="RW" t="string" v=""></ProvisioningCode>

</ConfigProfile.1.>

<ConfigTemplate. n="CtProxyConfigTemplate" t="staticObject">

<X_CT-COM_AP_InternetNumberOfEntries dv="0" rw="R" t="unsignedInt" v="0"></X_CT-COM_AP_InternetNumberOfEntries>

<X_CT-COM_AP_IPTVNumberOfEntries dv="0" rw="R" t="unsignedInt" v="0"></X_CT-COM_AP_IPTVNumberOfEntries>

<X_CT-COM_AP_VoIPNumberOfEntries dv="0" rw="R" t="unsignedInt" v="0"></X_CT-COM_AP_VoIPNumberOfEntries>

<X_CT-COM_STB_InternetNumberOfEntries dv="0" rw="R" t="unsignedInt" v="0"></X_CT-COM_STB_InternetNumberOfEntries>

<X_CT-COM_STB_IPTVNumberOfEntries dv="0" rw="R" t="unsignedInt" v="0"></X_CT-COM_STB_IPTVNumberOfEntries>

<X_CT-COM_STB_VOIPNumberOfEntries dv="0" rw="R" t="unsignedInt" v="0"></X_CT-COM_STB_VOIPNumberOfEntries>

<X_CT-COM_Screen4_IPTVNumberOfEntries dv="0" rw="R" t="unsignedInt" v="0"></X_CT-COM_Screen4_IPTVNumberOfEntries>

<X_CT-COM_Screen4_InternetNumberOfEntries dv="0" rw="R" t="unsignedInt" v="0"></X_CT-COM_Screen4_InternetNumberOfEntries>

<X_CT-COM_Screen4_VoIPNumberOfEntries dv="0" rw="R" t="unsignedInt" v="0"></X_CT-COM_Screen4_VoIPNumberOfEntries>

<X_CT-COM_HomeCenter_InternetNumberOfEntries dv="0" rw="R" t="unsignedInt" v="0"></X_CT-COM_HomeCenter_InternetNumberOfEntries>

<X_CT-COM_HomeCenter_NASNumberOfEntries dv="0" rw="R" t="unsignedInt" v="0"></X_CT-COM_HomeCenter_NASNumberOfEntries>

<X_CT-COM_HomeCenter_IPTVNumberOfEntries dv="0" rw="R" t="unsignedInt" v="0"></X_CT-COM_HomeCenter_IPTVNumberOfEntries>

<X_CT-COM_HomeCenter_VoIPNumberOfEntries dv="0" rw="R" t="unsignedInt" v="0"></X_CT-COM_HomeCenter_VoIPNumberOfEntries>

<X_CT-COM_AP_Internet.1. n="CtProxyAPInternetTemplate" t="dynamicObject">

<Enable dv="" rw="RW" t="boolean" v=""></Enable>

<SSID dv="" ml="32" rw="RW" t="string" v=""></SSID>

<BeaconType dv="" ml="128" rw="RW" t="string" v=""></BeaconType>

</X_CT-COM_AP_Internet.1.>

<X_CT-COM_AP_Internet.2. n="CtProxyAPInternetTemplate" t="dynamicObject">

<Enable dv="" rw="RW" t="boolean" v=""></Enable>

<SSID dv="" ml="32" rw="RW" t="string" v=""></SSID>

<BeaconType dv="" ml="128" rw="RW" t="string" v=""></BeaconType>

</X_CT-COM_AP_Internet.2.>

<X_CT-COM_AP_Internet.3. n="CtProxyAPInternetTemplate" t="dynamicObject">

<Enable dv="" rw="RW" t="boolean" v=""></Enable>

<SSID dv="" ml="32" rw="RW" t="string" v=""></SSID>

<BeaconType dv="" ml="128" rw="RW" t="string" v=""></BeaconType>

</X_CT-COM_AP_Internet.3.>

<X_CT-COM_AP_Internet.4. n="CtProxyAPInternetTemplate" t="dynamicObject">

<Enable dv="" rw="RW" t="boolean" v=""></Enable>

<SSID dv="" ml="32" rw="RW" t="string" v=""></SSID>

<BeaconType dv="" ml="128" rw="RW" t="string" v=""></BeaconType>

</X_CT-COM_AP_Internet.4.>

</ConfigTemplate.>

</ServiceProfile.>

<SoftwareProfile. n="ProxySoftProfile" t="staticObject">

<X_CT-COM_RMSConfigOver dv="0" max="1" min="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_RMSConfigOver>

<FileProfileNumberOfEntrie dv="0" rw="R" t="unsignedInt" v="0"></FileProfileNumberOfEntrie>

<FileProfile.1. n="CtProxySoftFileProfile" t="dynamicObject" status="deleted">

<Rule dv="" ml="256" rw="RW" t="string" v=""></Rule>

<FileType dv="" ml="64" rw="RW" t="string" v=""></FileType>

<URL dv="" ml="256" rw="RW" t="string" v=""></URL>

<SoftwareVersion dv="" ml="64" rw="RW" t="string" v=""></SoftwareVersion>

<HardwareVersion dv="" ml="64" rw="RW" t="string" v=""></HardwareVersion>

<Channel dv="0" max="4095" min="-1" rw="RW" t="int" v="0"></Channel>

<Username dv="" ml="256" rw="RW" t="string" v=""></Username>

<Password dv="" ml="256" rw="RW" t="string" v="" ealgo="ab"></Password>

<TimeWindowListNumberOfEntries dv="0" rw="R" t="unsignedInt" v="0"></TimeWindowListNumberOfEntries>

<TimeWindowList.1. n="CtProxyTimeWindowList" t="dynamicObject" status="deleted">

<WindowStart dv="0" rw="RW" t="unsignedInt" v="0"></WindowStart>

<WindowEnd dv="0" rw="RW" t="unsignedInt" v="0"></WindowEnd>

<WindowMode dv="" ml="64" rw="RW" t="string" v=""></WindowMode>

<UserMessage dv="" ml="256" rw="RW" t="string" v=""></UserMessage>

<MaxRetries dv="0" rw="RW" t="int" v="0"></MaxRetries>

</TimeWindowList.1.>

</FileProfile.1.>

</SoftwareProfile.>

<DeviceList.1. n="CtProxyDevList" t="dynamicObject" status="deleted">

<IsOnLine rw="RW" t="boolean" v="true"></IsOnLine>

<AttachedPort dv="LAN_Port1" ml="32" rw="R" t="string" v="LAN_Port1" va="AttachedPortValues"></AttachedPort>

<DeviceInfo. n="CtProxyDeviceInfo" t="staticObject">

<FriendlyName dv="" ml="64" rw="RW" t="string" v=""></FriendlyName>

<DeviceType dv="" ml="64" rw="R" t="string" v=""></DeviceType>

<ProvisioningCode dv="" ml="64" rw="RW" t="string" v=""></ProvisioningCode>

<SoftwareVersion dv="" ml="64" rw="R" t="string" v=""></SoftwareVersion>

<SoftwareDescription dv="" ml="64" rw="R" t="string" v=""></SoftwareDescription>

<UpTime dv="0" rw="RW" t="unsignedInt" v="0"></UpTime>

<PhysicalDevice. n="CtProxyPhyDev" t="staticObject">

<HardwareVersion dv="" ml="64" rw="R" t="string" v=""></HardwareVersion>

<DeviceID. n="CtProxyPhyDevID" t="staticObject">

<ManufacturerOUI dv="" ml="8" rw="R" t="string" v=""></ManufacturerOUI>

<ProductClass dv="" ml="64" rw="R" t="string" v=""></ProductClass>

<SerialNumber dv="" ml="64" rw="R" t="string" v=""></SerialNumber>

</DeviceID.>

</PhysicalDevice.>

</DeviceInfo.>

<Monitoring. n="CtProxyMonitoring" t="staticObject">

<OperatingSystem. n="CtProxyMonOperatingSys" t="staticObject">

<CurrentTime dv="" ml="64" rw="R" t="dateTime" v=""></CurrentTime>

<CPUUsage dv="0" min="0" max="100" rw="R" t="unsignedInt" v="0"></CPUUsage>

<MemoryUsage dv="0" min="0" max="100" rw="R" t="unsignedInt" v="0"></MemoryUsage>

</OperatingSystem.>

</Monitoring.>

<ApplyMode. n="CtProxyApplyMode" t="staticObject">

<Mode dv="At Any Time" ml="64" rw="RW" t="string" v="At Any Time"></Mode>

<UserMessage ml="256" rw="RW" t="string" v=""></UserMessage>

</ApplyMode.>

<ServiceObject. n="CtProxySerivceObj" t="staticObject">

<WLANConfigurationNumberOfEntries rw="R" t="unsignedInt" v="0"></WLANConfigurationNumberOfEntries>

<WLANConfiguration.1. n="CtProxyWlanConf" t="dynamicObject" status="">

<Enable dv="false" rw="RW" t="boolean" v="true"></Enable>

<ChannelsInUse dv="" ml="32" rw="RW" t="string" v=""></ChannelsInUse>

<Channel dv="0" rw="RW" min="0" max="255" t="unsignedInt" v="1"></Channel>

<SSID dv="None" ml="32" rw="RW" t="string" v="ChinaNet-7WAD"></SSID>

<BeaconType dv="" ml="128" rw="RW" t="string" v="WPA"></BeaconType>

<Standard dv="a" ml="128" rw="R" t="string" v="a"></Standard>

<WEPKeyIndex dv="0" rw="RW" t="unsignedInt" v="0"></WEPKeyIndex>

<WEPEncryptionLevel dv="40-bit" ml="64" rw="RW" t="string" v="40-bit"></WEPEncryptionLevel>

<BasicAuthenticationMode dv="" ml="31" rw="RW" t="string" v="SharedKey"></BasicAuthenticationMode>

<WPAEncryptionModes dv="" ml="31" rw="RW" t="string" v="AESEncryption"></WPAEncryptionModes>

<TotalBytesSent dv="0" rw="RW" t="unsignedInt" v="0"></TotalBytesSent>

<TotalBytesReceived dv="0" rw="RW" t="unsignedInt" v="0"></TotalBytesReceived>

<TotalPacketsSent dv="0" rw="RW" t="unsignedInt" v="0"></TotalPacketsSent>

<TotalPacketsReceived dv="0" rw="RW" t="unsignedInt" v="0"></TotalPacketsReceived>

<TotalAssociations dv="0" rw="RW" t="unsignedInt" v="0"></TotalAssociations>

<X_CT-COM_SSIDHide dv="false" rw="RW" t="boolean" v="false"></X_CT-COM_SSIDHide>

<X_CT-COM_RFBand dv="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_RFBand>

<VLAN dv="0" rw="RW" t="int" v="0"></VLAN>

<X_CT-COM_ChannelWidth dv="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_ChannelWidth>

<X_CT-COM_GuardInterval dv="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_GuardInterval>

<X_CT-COM_RetryTimeout dv="20" rw="RW" t="unsignedInt" v="20"></X_CT-COM_RetryTimeout>

<X_CT-COM_Powerlevel dv="1" min="1" max="5" rw="RW" t="unsignedInt" v="1"></X_CT-COM_Powerlevel>

<X_CT-COM_PowerValue dv="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_PowerValue>

<X_CT-COM_APModuleEnable dv="true" rw="RW" t="boolean" v="true"></X_CT-COM_APModuleEnable>

<X_CT-COM_WPSKeyWord dv="128" min="0" max="128" rw="RW" t="unsignedInt" v="128"></X_CT-COM_WPSKeyWord>

<AssociatedDevice.1. n="CtProxyWlanAssDev" t="dynamicObject" status="deleted">

<AssociatedDeviceMACAddress dv="" ml="32" rw="R" t="string" v=""></AssociatedDeviceMACAddress>

<AssociatedDeviceIPAddress dv="" ml="64" rw="R" t="string" v=""></AssociatedDeviceIPAddress>

<AssociatedDeviceAuthenticationState dv="false" rw="R" t="boolean" v="false"></AssociatedDeviceAuthenticationState>

</AssociatedDevice.1.>

<WEPKey.1. n="CtProxyWlanWEPKey" t="dynamicObject" status="">

<WepKey dv="" ml="128" rw="RW" t="string" v="" ealgo="ab"></WepKey>

</WEPKey.1.>

<PreSharedKey.1. n="CtProxyWlanPSKey" t="dynamicObject" status="">

<PreSharedKey dv="" ml="64" rw="RW" t="string" v="xTenZTD1pZt93A2q8XpMWw==" ealgo="ab"></PreSharedKey>

<KeyPassphrase dv="" ml="63" rw="RW" t="string" v=""></KeyPassphrase>

<AssociatedDeviceMACAddress dv="" ml="32" rw="RW" t="string" v=""></AssociatedDeviceMACAddress>

</PreSharedKey.1.>

</WLANConfiguration.1.>

<Iptv.1. n="CtProxyIptv" t="dynamicObject" status="deleted">

<EPGURL dv="" ml="256" rw="RW" t="string" v=""></EPGURL>

<UserName dv="" ml="128" rw="RW" t="string" v=""></UserName>

<PassWord dv="" ml="128" rw="RW" t="string" v="" ealgo="ab"></PassWord>

<VLAN dv="0" rw="Rw" t="int" v="0"></VLAN>

</Iptv.1.>

<CloudStorage.1. n="CtProxyCloudStorage" t="dynamicObject" status="deleted">

<AuthURL dv="" ml="256" rw="Rw" t="string" v=""></AuthURL>

<UserName dv="" ml="64" rw="RW" t="string" v=""></UserName>

<PassWord dv="" ml="64" rw="RW" t="string" v="" ealgo="ab"></PassWord>

<VLAN dv="0" rw="Rw" t="int" v="0"></VLAN>

</CloudStorage.1.>

<VOIP.1. n="CtProxyVoip" t="dynamicObject" status="deleted">

<BAC dv="" ml="256" rw="Rw" t="string" v=""></BAC>

<BAC_Standby dv="" ml="256" rw="Rw" t="string" v=""></BAC_Standby>

<UserName dv="" ml="64" rw="RW" t="string" v=""></UserName>

<PassWord dv="" ml="64" rw="RW" t="string" v="" ealgo="ab"></PassWord>

<PORT dv="" ml="16" rw="RW" t="string" v=""></PORT>

<VoipNumber dv="" ml="32" rw="RW" t="string" v=""></VoipNumber>

<IMS dv="" ml="256" rw="RW" t="string" v=""></IMS>

<VLAN dv="0" rw="Rw" t="int" v="0"></VLAN>

</VOIP.1.>

</ServiceObject.>

<ActionList. n="CtProxyAction" t="staticObject">

<BMS. n="CtProxyBMS" t="staticObject">

<Reboot. n="CtProxyActReboot" t="staticObject">

<InvokeAction dv="false" rw="RW" t="boolean" v="false"></InvokeAction>

<RebootStatus dv="" ml="16" rw="R" t="string" v=""></RebootStatus>

</Reboot.>

<BaselineReset. n="CtProxyBaselineReset" t="staticObject">

<InvokeAction dv="false" rw="RW" t="boolean" v="false"></InvokeAction>

</BaselineReset.>

<GetDeviceStatus. n="CtProxyGetDevStatus" t="staticObject">

<InvokeAction dv="false" rw="RW" t="boolean" v="false"></InvokeAction>

<DeviceStatus dv="" ml="16" rw="R" t="string" v=""></DeviceStatus>

</GetDeviceStatus.>

<X_CT-COM_Download. n="CtProxyDownload" t="staticObject">

<InvokeAction dv="false" rw="RW" t="boolean" v="false"></InvokeAction>

<FileType dv="" ml="64" rw="RW" t="string" v=""></FileType>

<URL dv="" ml="256" rw="RW" t="string" v=""></URL>

<SoftwareVersion dv="" ml="64" rw="RW" t="string" v=""></SoftwareVersion>

<HardwareVersion dv="" ml="64" rw="RW" t="string" v=""></HardwareVersion>

<Channel dv="0" max="4095" min="-1" rw="RW" t="int" v="0"></Channel>

<TimeWindow dv="" ml="1024" rw="RW" t="string" v=""></TimeWindow>

<Username dv="" ml="256" rw="RW" t="string" v=""></Username>

<Password dv="" ml="256" rw="RW" t="string" v="" ealgo="ab"></Password>

<DownloadStatus dv="0" rw="RW" t="unsignedInt" v="0"></DownloadStatus>

<OperationID dv="0" rw="RW" t="unsignedInt" v="0"></OperationID>

</X_CT-COM_Download.>

<X_CT-COM_GetDownloadStatus. n="CtProxyGetDownloadStaus" t="staticObject">

<InvokeAction dv="false" rw="RW" t="boolean" v="false"></InvokeAction>

<OperationStatus dv="" ml="256" rw="RW" t="string" v=""></OperationStatus>

</X_CT-COM_GetDownloadStatus.>

</BMS.>

</ActionList.>

</DeviceList.1.>

</X_CT-COM_ProxyDevice.>

<X_ASB_COM_SyslogCfg. n="SyslogCfg" t="staticObject">

<Status ml="64" rw="RW" t="string" v="Disabled" va="enabledDisabledStatusValues"></Status>

<Option ml="64" rw="RW" t="string" v="localbuffer" va="syslogDestinationValues"></Option>

<LocalDisplayLevel ml="32" rw="RW" t="string" v="Error" va="syslogLevelValues"></LocalDisplayLevel>

<LocalLogLevel ml="32" rw="RW" t="string" v="Debug" va="syslogLevelValues"></LocalLogLevel>

<RemoteLogLevel ml="32" rw="RW" t="string" v="Debug" va="syslogLevelValues"></RemoteLogLevel>

<ServerIPAddress ml="32" rw="RW" t="string" v="0.0.0.0"></ServerIPAddress>

<ServerPortNumber max="65535" min="0" rw="RW" t="unsignedInt" v="514"></ServerPortNumber>

</X_ASB_COM_SyslogCfg.>

<X_ASB_COM_LoginCfg. n="LoginCfg" t="staticObject">

<AdminUserName ml="64" rw="RW" t="string" v="useradmin"></AdminUserName>

<AdminPassword ml="64" rw="RW" t="string" v="35NNp8pdE8uvihfACb4kcg==" ealgo="ab"></AdminPassword>

<AdminPasswordHash ml="64" rw="RW" t="string" v="" ealgo="ab"></AdminPasswordHash>

<SupportUserName ml="64" rw="R" t="string" v="support"></SupportUserName>

<SupportPassword ml="64" rw="RW" t="string" v="dFLDq6q4bCZnMBGJ24EygA==" ealgo="ab"></SupportPassword>

<SupportPasswordHash ml="64" rw="RW" t="string" v="" ealgo="ab"></SupportPasswordHash>

<UserUserName ml="64" rw="R" t="string" v="user"></UserUserName>

<UserPassword ml="64" rw="RW" t="string" v="lPsghzU9ozKdkDiIsuhXNg==" ealgo="ab"></UserPassword>

<UserPasswordHash ml="64" rw="RW" t="string" v="" ealgo="ab"></UserPasswordHash>

</X_ASB_COM_LoginCfg.>

<X_Authentication. n="Authentication" t="staticObject">

<HelpInfo ml="128" rw="RW" t="string" v=""></HelpInfo>

<Account. n="Account" t="staticObject">

<Enable rw="RW" t="boolean" v="True"></Enable>

<Priority max="10" min="1" rw="RW" t="unsignedInt" v="2"></Priority>

<UserName ml="64" rw="RW" t="string" v="LECTURA"></UserName>

<Password ml="64" rw="RW" t="string" v="iBI7yawqR32pivXtjlLhpQ==" ealgo="ab"></Password>

</Account.>

<WebAccount. n="WebAccount" t="staticObject">

<Enable rw="RW" t="boolean" v="True"></Enable>

<Priority max="10" min="1" rw="RW" t="unsignedInt" v="1"></Priority>

<UserName ml="64" rw="RW" t="string" v="superadmin"></UserName>

<Password ml="64" rw="RW" t="string" v="iBI7yawqR32pivXtjlLhpQ==" ealgo="ab"></Password>

<PresetPassword ml="64" rw="R" t="string" v="iBI7yawqR32pivXtjlLhpQ==" ealgo="ab"></PresetPassword>

</WebAccount.>

<X_ASB_COM_BDAccount. n="BDAccount" t="staticObject">

<Enable rw="RW" t="boolean" v="True"></Enable>

<Priority max="10" min="1" rw="RW" t="unsignedInt" v="3"></Priority>

<UserName ml="64" rw="RW" t="string" v="asbuser"></UserName>

<Password ml="64" rw="RW" t="string" v="MrD4C/KrcbnBY8rrz5Qy6g==" ealgo="ab"></Password>

</X_ASB_COM_BDAccount.>

</X_Authentication.>

<X_ASB_COM_AppCfg. n="AppCfg" t="staticObject">

<HttpdCfg. n="HttpdCfg" t="staticObject">

<NetworkAccess ml="32" rw="RW" t="string" v="LAN" va="NetAccessCfgValues"></NetworkAccess>

<LoggingLevel ml="32" rw="RW" t="string" v="Error" va="LoggingLevelValues"></LoggingLevel>

<LoggingDestination ml="32" rw="RW" t="string" v="StandardError" va="LoggingDestinationValues"></LoggingDestination>

<QuickSetupEnabled rw="RW" t="boolean" v="true"></QuickSetupEnabled>

</HttpdCfg.>

<Tr69cCfg. n="Tr69cCfg" t="staticObject">

<LoggingLevel ml="32" rw="RW" t="string" v="Error" va="LoggingLevelValues"></LoggingLevel>

<LoggingDestination ml="32" rw="RW" t="string" v="StandardError" va="LoggingDestinationValues"></LoggingDestination>

<LoggingSOAP rw="RW" t="boolean" v="false"></LoggingSOAP>

<ConnectionRequestAuthentication rw="RW" t="boolean" v="true"></ConnectionRequestAuthentication>

</Tr69cCfg.>

<Tr64cCfg. n="Tr64cCfg" t="staticObject">

<NetworkAccess ml="32" rw="RW" t="string" v="LAN" va="NetAccessCfgValues"></NetworkAccess>

<LoggingLevel ml="32" rw="RW" t="string" v="Error" va="LoggingLevelValues"></LoggingLevel>

<LoggingDestination ml="32" rw="RW" t="string" v="StandardError" va="LoggingDestinationValues"></LoggingDestination>

</Tr64cCfg.>

<SshdCfg. n="SshdCfg" t="staticObject">

<NetworkAccess ml="32" rw="RW" t="string" v="LAN or WAN" va="NetAccessCfgValues"></NetworkAccess>

<LoggingLevel ml="32" rw="RW" t="string" v="Error" va="LoggingLevelValues"></LoggingLevel>

<LoggingDestination ml="32" rw="RW" t="string" v="StandardError" va="LoggingDestinationValues"></LoggingDestination>

</SshdCfg.>

<TelnetdCfg. n="TelnetdCfg" t="staticObject">

<NetworkAccess ml="32" rw="RW" t="string" v="LAN" va="NetAccessCfgValues"></NetworkAccess>

<LoggingLevel ml="32" rw="RW" t="string" v="Error" va="LoggingLevelValues"></LoggingLevel>

<LoggingDestination ml="32" rw="RW" t="string" v="StandardError" va="LoggingDestinationValues"></LoggingDestination>

</TelnetdCfg.>

<ConsoledCfg. n="ConsoledCfg" t="staticObject">

<LoggingLevel ml="32" rw="RW" t="string" v="Error" va="LoggingLevelValues"></LoggingLevel>

<LoggingDestination ml="32" rw="RW" t="string" v="StandardError" va="LoggingDestinationValues"></LoggingDestination>

</ConsoledCfg.>

<SnmpdCfg. n="SnmpdCfg" t="staticObject">

<NetworkAccess ml="32" rw="RW" t="string" v="Disabled" va="NetAccessCfgValues"></NetworkAccess>

<LoggingLevel ml="32" rw="RW" t="string" v="Error" va="LoggingLevelValues"></LoggingLevel>

<LoggingDestination ml="32" rw="RW" t="string" v="StandardError" va="LoggingDestinationValues"></LoggingDestination>

</SnmpdCfg.>

<FtpdCfg. n="FtpdCfg" t="staticObject">

<NetworkAccess ml="32" rw="RW" t="string" v="Disabled" va="NetAccessCfgValues"></NetworkAccess>

<LoggingLevel ml="32" rw="RW" t="string" v="Error" va="LoggingLevelValues"></LoggingLevel>

<LoggingDestination ml="32" rw="RW" t="string" v="StandardError" va="LoggingDestinationValues"></LoggingDestination>

</FtpdCfg.>

<TftpdCfg. n="TftpdCfg" t="staticObject">

<NetworkAccess ml="32" rw="RW" t="string" v="LAN" va="NetAccessCfgValues"></NetworkAccess>

<LoggingLevel ml="32" rw="RW" t="string" v="Error" va="LoggingLevelValues"></LoggingLevel>

<LoggingDestination ml="32" rw="RW" t="string" v="StandardError" va="LoggingDestinationValues"></LoggingDestination>

</TftpdCfg.>

<PppdCfg. n="PppdCfg" t="staticObject">

<LoggingLevel ml="32" rw="RW" t="string" v="Error" va="LoggingLevelValues"></LoggingLevel>

<LoggingDestination ml="32" rw="RW" t="string" v="StandardError" va="LoggingDestinationValues"></LoggingDestination>

</PppdCfg.>

<IcmpCfg. n="IcmpCfg" t="staticObject">

<NetworkAccess ml="32" rw="RW" t="string" v="LAN" va="NetAccessCfgValues"></NetworkAccess>

</IcmpCfg.>

<UpnpCfg. n="UpnpCfg" t="staticObject">

<Enable rw="RW" t="boolean" v="true"></Enable>

<LoggingLevel ml="32" rw="RW" t="string" v="Error" va="LoggingLevelValues"></LoggingLevel>

<LoggingDestination ml="32" rw="RW" t="string" v="StandardError" va="LoggingDestinationValues"></LoggingDestination>

</UpnpCfg.>

<DnsProxyCfg. n="DnsProxyCfg" t="staticObject">

<Enable rw="RW" t="boolean" v="true"></Enable>

<DeviceDomainName ml="64" rw="RW" t="string" v="Home"></DeviceDomainName>

<DeviceHostName ml="64" rw="RW" t="string" v="Broadcom"></DeviceHostName>

<LoggingLevel ml="32" rw="RW" t="string" v="Error" va="LoggingLevelValues"></LoggingLevel>

<LoggingDestination ml="32" rw="RW" t="string" v="StandardError" va="LoggingDestinationValues"></LoggingDestination>

<X_ASB_STATIC_DNS. n="X_ASB_STATIC_DNS" t="dynamicObject">

<DnsInfo.1. n="DnsInfo" t="dynamicObject">

<domainName dv="" ml="55" rw="RW" t="string" v="dsldevice.lan"></domainName>

<domainAddr dv="0" ml="16" rw="RW" t="string" v="192.168.1.254"></domainAddr>

</DnsInfo.1.>

</X_ASB_STATIC_DNS.>

<X_ASB_STATIC_D2D_DNS. n="X_ASB_STATIC_D2D_DNS" t="dynamicObject">

<d2dDnsInfo.1. n="d2dDnsInfo" t="dynamicObject">

<SdomainName dv="" ml="55" rw="RW" t="string" v="dsldevice.lan"></SdomainName>

<DdomainName dv="" ml="55" rw="RW" t="string" v="dsldevice.lan"></DdomainName>

</d2dDnsInfo.1.>

</X_ASB_STATIC_D2D_DNS.>

</DnsProxyCfg.>

<VectoringCfg. n="VectoringCfg" t="staticObject">

<LoggingLevel ml="32" rw="RW" t="string" v="Error" va="LoggingLevelValues"></LoggingLevel>

<LoggingDestination ml="32" rw="RW" t="string" v="StandardError" va="LoggingDestinationValues"></LoggingDestination>

</VectoringCfg.>

<OmcidCfg. n="OmcidCfg" t="staticObject">

<LoggingLevel ml="32" rw="RW" t="string" v="Error" va="LoggingLevelValues"></LoggingLevel>

<LoggingDestination ml="32" rw="RW" t="string" v="StandardError" va="LoggingDestinationValues"></LoggingDestination>

</OmcidCfg.>

<OmciPmdCfg. n="OmciPmdCfg" t="staticObject">

<LoggingLevel ml="32" rw="RW" t="string" v="Error" va="LoggingLevelValues"></LoggingLevel>

<LoggingDestination ml="32" rw="RW" t="string" v="StandardError" va="LoggingDestinationValues"></LoggingDestination>

</OmciPmdCfg.>

<PppoeMonitorCfg. n="PppoeMonitorCfg" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<BridgeWan rw="RW" t="boolean" v="true"></BridgeWan>

<Led rw="RW" t="boolean" v="true"></Led>

</PppoeMonitorCfg.>

</X_ASB_COM_AppCfg.>

<X_ASB_COM_EthernetSwitch. n="EthernetSwitch" t="staticObject">

<NumberOfVirtualPorts rw="R" t="unsignedInt" v="0"></NumberOfVirtualPorts>

<EnableVirtualPorts rw="RW" t="boolean" v="false"></EnableVirtualPorts>

<IfName ml="32" rw="R" t="string" v=""></IfName>

</X_ASB_COM_EthernetSwitch.>

<X_CT-COM_RtProxyCfg. n="RtProxy" t="staticObject">

<Enable rw="RW" t="boolean" v="true"></Enable>

<NumOfClients max="5" min="0" rw="RW" t="unsignedInt" v="5"></NumOfClients>

</X_CT-COM_RtProxyCfg.>

<DeviceConfig. n="DeviceConfig" t="staticObject">

<PersistentData ml="256" rw="RW" t="string" v=""></PersistentData>

<ConfigFile ml="32768" rw="RW" t="string" v=""></ConfigFile>

</DeviceConfig.>

<ManagementServer. n="ManagementServer" t="staticObject">

<EnableCWMP rw="RW" t="boolean" v="True"></EnableCWMP>

<CTMgtIPAddress ml="256" rw="R" t="string" v="NULL"></CTMgtIPAddress>

<InternetPvc ml="256" rw="R" t="string" v="NULL"></InternetPvc>

<MgtDNS ml="256" rw="R" t="string" v="0.0.0.0"></MgtDNS>

<URL ml="256" rw="RW" t="string" v="http://acs.zj.chinamobile.com:9090/ACS-server/ACS"></URL>

<LastConnectedURL ml="256" rw="RW" t="string" v=""></LastConnectedURL>

<Username ml="256" rw="RW" t="string" v="cpe"></Username>

<Password ml="256" rw="RW" t="string" v="yriO7L80v+WlUG3Q7pKFRw==" ealgo="ab"></Password>

<PeriodicInformEnable rw="RW" t="boolean" v="True"></PeriodicInformEnable>

<PeriodicInformInterval max="4294967295" min="1" rw="RW" t="unsignedInt" v="7200"></PeriodicInformInterval>

<PeriodicInformTime ml="64" rw="RW" t="DateTime" v=""></PeriodicInformTime>

<ParameterKey ml="32" rw="RW" t="string" v="" ealgo="ab"></ParameterKey>

<X_ASB_COM_BoundIfName ml="32" rw="RW" t="string" v=""></X_ASB_COM_BoundIfName>

<X_ASB_COM_BootStrapFlag rw="RW" t="unsignedInt" v="0"></X_ASB_COM_BootStrapFlag>

<X_ASB_COM_BootFlag rw="RW" t="unsignedInt" v="0"></X_ASB_COM_BootFlag>

<X_ASB_COM_PasswordChanged rw="RW" t="unsignedInt" v="0"></X_ASB_COM_PasswordChanged>

<X_ASB_COM_NeedFactoryResetFlag rw="RW" t="unsignedInt" v="0"></X_ASB_COM_NeedFactoryResetFlag>

<X_ASB_COM_CtItmsFlag rw="RW" t="unsignedInt" v="0"></X_ASB_COM_CtItmsFlag>

<X_ASB_COM_TR069WANStatusFlag rw="RW" t="boolean" v="True"></X_ASB_COM_TR069WANStatusFlag>

<X_ASB_COM_TR069WANStatusChangeFlag rw="RW" t="boolean" v="False"></X_ASB_COM_TR069WANStatusChangeFlag>

<ConnectionRequestURL ml="256" rw="RW" t="string" v=""></ConnectionRequestURL>

<X_ASB_COM_IPV6ConnectionRequestURL ml="256" rw="RW" t="string" v=""></X_ASB_COM_IPV6ConnectionRequestURL>

<ConnectionRequestUsername ml="256" rw="RW" t="string" v="RMS"></ConnectionRequestUsername>

<ConnectionRequestPassword ml="256" rw="RW" t="string" v="8cDOIR1vNZxaepCLJEtNbA==" ealgo="ab"></ConnectionRequestPassword>

<UpgradesManaged rw="RW" t="boolean" v="False"></UpgradesManaged>

<KickURL ml="256" rw="R" t="string" v=""></KickURL>

<DownloadProgressURL ml="256" rw="RW" t="string" v=""></DownloadProgressURL>

<ManageableDeviceNumberOfEntries rw="R" t="unsignedInt" v="0"></ManageableDeviceNumberOfEntries>

<ManageableDeviceNotificationLimit rw="RW" t="unsignedInt" v="0"></ManageableDeviceNotificationLimit>

<UDPConnectionRequestAddress ml="256" rw="RW" t="string" v=""></UDPConnectionRequestAddress>

<UDPConnectionRequestAddressNotificationLimit rw="RW" t="unsignedInt" v="0"></UDPConnectionRequestAddressNotificationLimit>

<STUNEnable rw="RW" t="boolean" v="False"></STUNEnable>

<STUNServerAddress ml="32" rw="RW" t="string" v=""></STUNServerAddress>

<STUNServerPort max="65535" min="0" rw="RW" t="unsignedInt" v="0"></STUNServerPort>

<STUNUsername ml="256" rw="RW" t="string" v=""></STUNUsername>

<STUNPassword ml="256" rw="RW" t="string" v="" ealgo="ab"></STUNPassword>

<STUNMaximumKeepAlivePeriod max="2147483647" min="-1" rw="RW" t="int" v="0"></STUNMaximumKeepAlivePeriod>

<STUNMinimumKeepAlivePeriod rw="RW" t="unsignedInt" v="0"></STUNMinimumKeepAlivePeriod>

<NATDetected rw="RW" t="boolean" v="False"></NATDetected>

<X_ASB_COM_RandomInformEnable rw="RW" t="boolean" v="False"></X_ASB_COM_RandomInformEnable>

<CWMPRetryMinimumWaitInterval rw="RW" t="unsignedInt" v="5"></CWMPRetryMinimumWaitInterval>

<CWMPRetryIntervalMultiplier rw="RW" t="unsignedInt" v="2000"></CWMPRetryIntervalMultiplier>

<CTUserIPAddress.1. n="CTUserIPAddress" t="dynamicObject" status="deleted">

<CTUserIPAddress dv="NULL" ml="256" rw="R" t="string" v="NULL"></CTUserIPAddress>

</CTUserIPAddress.1.>

<ManageableDevice.1. n="ManageableDevice" t="dynamicObject" status="deleted">

<ManufacturerOUI dv="" ml="6" rw="R" t="string" v=""></ManufacturerOUI>

<SerialNumber dv="" ml="64" rw="R" t="string" v=""></SerialNumber>

<ProductClass dv="" ml="64" rw="R" t="string" v=""></ProductClass>

</ManageableDevice.1.>

<X_ASB_COM_ManualInform. n="ManualInform" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<InformState rw="RW" t="unsignedInt" v="99"></InformState>

</X_ASB_COM_ManualInform.>

<X_ASB_COM_RemoteConnectState. n="RemoteConnState" t="staticObject">

<InformState rw="RW" t="unsignedInt" v="1"></InformState>

<ItmsConnState rw="RW" t="unsignedInt" v="1"></ItmsConnState>

</X_ASB_COM_RemoteConnectState.>

<X_CMCC_JSON. n="JsonServer" t="staticObject">

<IP dv="" ml="256" rw="RW" t="string" v="ihgucj.zj.chinamobile.com"></IP>

<Port dv="" ml="256" rw="RW" t="string" v="19081"></Port>

<Mode dv="1" rw="RW" t="unsignedInt" v="3"></Mode>

</X_CMCC_JSON.>

</ManagementServer.>

<Time. n="TimeServerCfg" t="staticObject">

<Enable rw="RW" t="boolean" v="true"></Enable>

<Status ml="32" rw="R" t="string" v="Disabled" va="NTPStatusValues"></Status>

<NTPServer1 ml="64" rw="RW" t="string" v="ntp.ntsc.ac.cn"></NTPServer1>

<NTPServer2 ml="64" rw="RW" t="string" v="cn.ntp.org.cn"></NTPServer2>

<NTPServer3 ml="64" rw="RW" t="string" v="ntp.tencent.com"></NTPServer3>

<NTPServer4 ml="64" rw="RW" t="string" v="ntp.aliyun.com"></NTPServer4>

<NTPServer5 ml="64" rw="RW" t="string" v="clock.fmt.he.net"></NTPServer5>

<CurrentLocalTime ml="64" rw="R" t="dateTime" v=""></CurrentLocalTime>

<LocalTimeZone ml="8" rw="RW" t="string" v="+08:00"></LocalTimeZone>

<LocalTimeZoneName ml="64" rw="RW" t="string" v="Beijing, Chongqing, Hong Kong, Urumqi"></LocalTimeZoneName>

<DaylightSavingsUsed rw="RW" t="boolean" v="False"></DaylightSavingsUsed>

<DaylightSavingsStart ml="64" rw="RW" t="dateTime" v=""></DaylightSavingsStart>

<DaylightSavingsEnd ml="64" rw="RW" t="dateTime" v=""></DaylightSavingsEnd>

<X_CT-COM_NTPInterval rw="RW" t="unsignedInt" v="86400"></X_CT-COM_NTPInterval>

<X_CT-COM_NTPServerType rw="RW" t="unsignedInt" v="0"></X_CT-COM_NTPServerType>

</Time.>

<PrinterInfo. n="Printer" t="staticObject">

<PrinterEnable rw="RW" t="boolean" v="false"></PrinterEnable>

<Manufacturer dv="" ml="64" rw="RW" t="string" v=""></Manufacturer>

<Product dv="" ml="64" rw="RW" t="string" v=""></Product>

<Serialnumber dv="" ml="64" rw="RW" t="string" v=""></Serialnumber>

</PrinterInfo.>

<UserInterface. n="UserInterfaceCfg" t="staticObject">

<PasswordRequired rw="RW" t="boolean" v=""></PasswordRequired>

<PasswordUserSelectable rw="RW" t="boolean" v=""></PasswordUserSelectable>

<UpgradeAvailable rw="RW" t="boolean" v=""></UpgradeAvailable>

<WarrantyDate ml="64" rw="RW" t="dateTime" v="2145-12-31T23:59:00"></WarrantyDate>

<ISPName ml="64" rw="RW" t="string" v=""></ISPName>

<ISPHelpDesk ml="32" rw="RW" t="string" v=""></ISPHelpDesk>

<ISPHomePage ml="256" rw="RW" t="string" v=""></ISPHomePage>

<ISPHelpPage ml="256" rw="RW" t="string" v=""></ISPHelpPage>

<ISPLogo ml="4095" rw="RW" t="base64" v="Base64EncodedBinaryOfLogo"></ISPLogo>

<ISPLogoSize max="4095" min="0" rw="RW" t="unsignedInt" v=""></ISPLogoSize>

<ISPMailServer ml="256" rw="RW" t="string" v=""></ISPMailServer>

<ISPNewsServer ml="256" rw="RW" t="string" v=""></ISPNewsServer>

<TextColor ml="6" rw="RW" t="string" v=""></TextColor>

<BackgroundColor ml="6" rw="RW" t="string" v=""></BackgroundColor>

<ButtonColor ml="6" rw="RW" t="string" v=""></ButtonColor>

<ButtonTextColor ml="6" rw="RW" t="string" v=""></ButtonTextColor>

<AutoUpdateServer ml="256" rw="RW" t="string" v=""></AutoUpdateServer>

<UserUpdateServer ml="256" rw="RW" t="string" v=""></UserUpdateServer>

<ExampleLogin ml="40" rw="RW" t="string" v=""></ExampleLogin>

<ExamplePassword ml="30" rw="RW" t="string" v="" ealgo="ab"></ExamplePassword>

</UserInterface.>

<CtLanPortsBindCfg. n="CtLanPortsBindCfg" t="staticObject">

<BindedLanList rw="RW" t="unsignedInt" v="0"></BindedLanList>

</CtLanPortsBindCfg.>

<Layer2Bridging. n="L2Bridging" t="staticObject">

<MaxBridgeEntries rw="R" t="unsignedInt" v="16"></MaxBridgeEntries>

<MaxFilterEntries rw="R" t="unsignedInt" v="64"></MaxFilterEntries>

<MaxMarkingEntries rw="R" t="unsignedInt" v="0"></MaxMarkingEntries>

<BridgeNumberOfEntries rw="R" t="unsignedInt" v=""></BridgeNumberOfEntries>

<FilterNumberOfEntries rw="R" t="unsignedInt" v=""></FilterNumberOfEntries>

<MarkingNumberOfEntries rw="R" t="unsignedInt" v=""></MarkingNumberOfEntries>

<AvailableInterfaceNumberOfEntries rw="R" t="unsignedInt" v=""></AvailableInterfaceNumberOfEntries>

<Bridge.1. n="L2BridgingEntry" t="dynamicObject" status="deleted">

<BridgeKey dv="" rw="RW" t="unsignedInt" v=""></BridgeKey>

<BridgeEnable dv="False" rw="RW" t="boolean" v="False"></BridgeEnable>

<BridgeStatus dv="Disabled" ml="32" rw="R" t="string" v="Disabled" va="status3eValues"></BridgeStatus>

<BridgeName dv="" ml="64" rw="RW" t="string" v=""></BridgeName>

<VLANID dv="0 " max="4094" min="0" rw="RW" t="unsignedInt" v="0 "></VLANID>

</Bridge.1.>

<Filter.1. n="L2BridgingFilter" t="dynamicObject">

<FilterKey dv="" rw="R" t="unsignedInt" v=""></FilterKey>

<FilterEnable dv="False" rw="RW" t="boolean" v="False"></FilterEnable>

<FilterStatus dv="Disabled" ml="32" rw="R" t="string" v="Disabled" va="status3eValues"></FilterStatus>

<FilterBridgeReference dv="-1" max="2147483647" min="-1" rw="RW" t="int" v="-1"></FilterBridgeReference>

<ExclusivityOrder dv="0" rw="RW" t="unsignedInt" v="0"></ExclusivityOrder>

<FilterInterface dv="" ml="32" rw="RW" t="string" v=""></FilterInterface>

<VLANIDFilter dv="-1 " max="4095" min="-1" rw="RW" t="int" v="-1 "></VLANIDFilter>

<AdmitOnlyVLANTagged dv="False" rw="RW" t="boolean" v="False"></AdmitOnlyVLANTagged>

<EthertypeFilterList dv="" ml="256" rw="RW" t="string" v=""></EthertypeFilterList>

<EthertypeFilterExclude dv="True" rw="RW" t="boolean" v="True"></EthertypeFilterExclude>

<SourceMACAddressFilterList dv="" ml="512" rw="RW" t="string" v=""></SourceMACAddressFilterList>

<SourceMACAddressFilterExclude dv="True " rw="RW" t="boolean" v="True "></SourceMACAddressFilterExclude>

<DestMACAddressFilterList dv="" ml="512" rw="RW" t="string" v=""></DestMACAddressFilterList>

<DestMACAddressFilterExclude dv="True" rw="RW" t="boolean" v="True"></DestMACAddressFilterExclude>

<SourceMACFromVendorClassIDFilter dv="" ml="256" rw="RW" t="string" v=""></SourceMACFromVendorClassIDFilter>

<SourceMACFromVendorClassIDFilterExclude dv="true" rw="RW" t="boolean" v="true"></SourceMACFromVendorClassIDFilterExclude>

<DestMACFromVendorClassIDFilter dv="" ml="256" rw="RW" t="string" v=""></DestMACFromVendorClassIDFilter>

<DestMACFromVendorClassIDFilterExclude dv="true" rw="RW" t="boolean" v="true"></DestMACFromVendorClassIDFilterExclude>

<SourceMACFromClientIDFilter dv="" ml="256" rw="RW" t="string" v=""></SourceMACFromClientIDFilter>

<SourceMACFromClientIDFilterExclude dv="true" rw="RW" t="boolean" v="true"></SourceMACFromClientIDFilterExclude>

<DestMACFromClientIDFilter dv="" ml="256" rw="RW" t="string" v=""></DestMACFromClientIDFilter>

<DestMACFromClientIDFilterExclude dv="true" rw="RW" t="boolean" v="true"></DestMACFromClientIDFilterExclude>

<SourceMACFromUserClassIDFilter dv="" ml="256" rw="RW" t="string" v=""></SourceMACFromUserClassIDFilter>

<SourceMACFromUserClassIDFilterExclude dv="true" rw="RW" t="boolean" v="true"></SourceMACFromUserClassIDFilterExclude>

<DestMACFromUserClassIDFilter dv="" ml="256" rw="RW" t="string" v=""></DestMACFromUserClassIDFilter>

<DestMACFromUserClassIDFilterExclude dv="true" rw="RW" t="boolean" v="true"></DestMACFromUserClassIDFilterExclude>

</Filter.1.>

<Marking.1. n="L2BridgingMarking" t="dynamicObject">

<MarkingKey dv="" rw="R" t="unsignedInt" v=""></MarkingKey>

<MarkingEnable dv="False" rw="RW" t="boolean" v="False"></MarkingEnable>

<MarkingStatus dv="Disabled" ml="32" rw="R" t="string" v="Disabled" va="status3eValues"></MarkingStatus>

<MarkingBridgeReference dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1 "></MarkingBridgeReference>

<MarkingInterface dv="" ml="32" rw="RW" t="string" v=""></MarkingInterface>

<VLANIDUntag dv="false" rw="RW" t="boolean" v="false"></VLANIDUntag>

<VLANIDMark dv="-1" max="4095" min="-1" rw="RW" t="int" v="-1"></VLANIDMark>

<EthernetPriorityMark dv="-1 " max="7" min="-1" rw="RW" t="int" v="-1 "></EthernetPriorityMark>

<EthernetPriorityOverride dv="false" rw="RW" t="boolean" v="false"></EthernetPriorityOverride>

</Marking.1.>

<AvailableInterface.1. n="L2BridgingIntf" t="dynamicObject">

<AvailableInterfaceKey dv="0" rw="R" t="unsignedInt" v="0"></AvailableInterfaceKey>

<InterfaceType dv="" ml="32" rw="R" t="string" v="" va="bridgingIntfTypeValues"></InterfaceType>

<InterfaceReference dv="" ml="256" rw="R" t="string" v=""></InterfaceReference>

</AvailableInterface.1.>

</Layer2Bridging.>

<QueueManagement. n="QMgmt" t="staticObject">

<Enable rw="RW" t="boolean" v=""></Enable>

<MaxQueues rw="R" t="unsignedInt" v="24"></MaxQueues>

<MaxClassificationEntries rw="R" t="unsignedInt" v="32"></MaxClassificationEntries>

<ClassificationNumberOfEntries rw="R" t="unsignedInt" v=""></ClassificationNumberOfEntries>

<MaxAppEntries rw="R" t="unsignedInt" v="0"></MaxAppEntries>

<AppNumberOfEntries rw="R" t="unsignedInt" v=""></AppNumberOfEntries>

<MaxFlowEntries rw="R" t="unsignedInt" v="0"></MaxFlowEntries>

<FlowNumberOfEntries rw="R" t="unsignedInt" v=""></FlowNumberOfEntries>

<MaxPolicerEntries rw="R" t="unsignedInt" v="0"></MaxPolicerEntries>

<PolicerNumberOfEntries rw="R" t="unsignedInt" v=""></PolicerNumberOfEntries>

<MaxQueueEntries rw="R" t="unsignedInt" v="24"></MaxQueueEntries>

<QueueNumberOfEntries rw="R" t="unsignedInt" v=""></QueueNumberOfEntries>

<DefaultForwardingPolicy rw="RW" t="unsignedInt" v=""></DefaultForwardingPolicy>

<DefaultPolicer max="2147483647" min="-1" rw="RW" t="int" v=""></DefaultPolicer>

<DefaultQueue rw="RW" t="unsignedInt" v=""></DefaultQueue>

<DefaultDSCPMark max="2147483647" min="-2" rw="RW" t="int" v=""></DefaultDSCPMark>

<DefaultEthernetPriorityMark max="2147483647" min="-2" rw="RW" t="int" v=""></DefaultEthernetPriorityMark>

<AvailableAppList ml="1024" rw="R" t="string" v=""></AvailableAppList>

<Classification.1. n="QMgmtClassification" t="dynamicObject" status="deleted">

<ClassificationKey dv="" rw="R" t="unsignedInt" v=""></ClassificationKey>

<ClassificationEnable dv="False" rw="RW" t="boolean" v="False"></ClassificationEnable>

<ClassificationStatus dv="Disabled" ml="32" rw="R" t="string" v="Disabled" va="status3eValues"></ClassificationStatus>

<ClassificationOrder dv="1" max="4294967295" min="1" rw="RW" t="unsignedInt" v="1"></ClassificationOrder>

<ClassInterface dv="" ml="256" rw="RW" t="string" v=""></ClassInterface>

<DestIP dv="0.0.0.0" ml="32" rw="RW" t="string" v="0.0.0.0"></DestIP>

<DestMask dv="255.255.255.255" ml="32" rw="RW" t="string" v="255.255.255.255"></DestMask>

<DestIPExclude dv="false" rw="RW" t="boolean" v="false"></DestIPExclude>

<SourceIP dv="0.0.0.0" ml="32" rw="RW" t="string" v="0.0.0.0"></SourceIP>

<SourceMask dv="255.255.255.255" ml="32" rw="RW" t="string" v="255.255.255.255"></SourceMask>

<SourceIPExclude dv="false" rw="RW" t="boolean" v="false"></SourceIPExclude>

<Protocol dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1 "></Protocol>

<ProtocolExclude dv="false" rw="RW" t="boolean" v="false"></ProtocolExclude>

<DestPort dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1 "></DestPort>

<DestPortRangeMax dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1 "></DestPortRangeMax>

<DestPortExclude dv="false" rw="RW" t="boolean" v="false"></DestPortExclude>

<SourcePort dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1 "></SourcePort>

<SourcePortRangeMax dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1 "></SourcePortRangeMax>

<SourcePortExclude dv="false" rw="RW" t="boolean" v="false"></SourcePortExclude>

<SourceMACAddress dv="" ml="32" rw="RW" t="string" v=""></SourceMACAddress>

<SourceMACMask dv="" ml="32" rw="RW" t="string" v=""></SourceMACMask>

<SourceMACExclude dv="false" rw="RW" t="boolean" v="false"></SourceMACExclude>

<DestMACAddress dv="" ml="32" rw="RW" t="string" v=""></DestMACAddress>

<DestMACMask dv="" ml="32" rw="RW" t="string" v=""></DestMACMask>

<DestMACExclude dv="false" rw="RW" t="boolean" v="false"></DestMACExclude>

<Ethertype dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1 "></Ethertype>

<EthertypeExclude dv="false" rw="RW" t="boolean" v="false"></EthertypeExclude>

<SSAP dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1 "></SSAP>

<SSAPExclude dv="false" rw="RW" t="boolean" v="false"></SSAPExclude>

<DSAP dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1 "></DSAP>

<DSAPExclude dv="False" rw="RW" t="boolean" v="False"></DSAPExclude>

<LLCControl dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1 "></LLCControl>

<LLCControlExclude dv="false" rw="RW" t="boolean" v="false"></LLCControlExclude>

<SNAPOUI dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1 "></SNAPOUI>

<SNAPOUIExclude dv="false" rw="RW" t="boolean" v="false"></SNAPOUIExclude>

<SourceVendorClassID dv="" ml="256" rw="RW" t="string" v=""></SourceVendorClassID>

<SourceVendorClassIDExclude dv="False" rw="RW" t="boolean" v="False"></SourceVendorClassIDExclude>

<DestVendorClassID dv="" ml="256" rw="RW" t="string" v=""></DestVendorClassID>

<DestVendorClassIDExclude dv="False" rw="RW" t="boolean" v="False"></DestVendorClassIDExclude>

<SourceClientID dv="" ml="256" rw="RW" t="string" v=""></SourceClientID>

<SourceClientIDExclude dv="False" rw="RW" t="boolean" v="False"></SourceClientIDExclude>

<DestClientID dv="" ml="256" rw="RW" t="string" v=""></DestClientID>

<DestClientIDExclude dv="False" rw="RW" t="boolean" v="False"></DestClientIDExclude>

<SourceUserClassID dv="" ml="256" rw="RW" t="string" v=""></SourceUserClassID>

<SourceUserClassIDExclude dv="False" rw="RW" t="boolean" v="False"></SourceUserClassIDExclude>

<DestUserClassID dv="" ml="256" rw="RW" t="string" v=""></DestUserClassID>

<DestUserClassIDExclude dv="False" rw="RW" t="boolean" v="False"></DestUserClassIDExclude>

<TCPACK dv="false" rw="RW" t="boolean" v="false"></TCPACK>

<TCPACKExclude dv="false" rw="RW" t="boolean" v="false"></TCPACKExclude>

<IPLengthMin dv="0" rw="RW" t="unsignedInt" v="0"></IPLengthMin>

<IPLengthMax dv="0" rw="RW" t="unsignedInt" v="0"></IPLengthMax>

<IPLengthExclude dv="False" rw="RW" t="boolean" v="False"></IPLengthExclude>

<DSCPCheck dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1 "></DSCPCheck>

<DSCPExclude dv="false" rw="RW" t="boolean" v="false"></DSCPExclude>

<DSCPMark dv="-1 " max="2147483647" min="-2" rw="RW" t="int" v="-1 "></DSCPMark>

<EthernetPriorityCheck dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1 "></EthernetPriorityCheck>

<EthernetPriorityExclude dv="false" rw="RW" t="boolean" v="false"></EthernetPriorityExclude>

<EthernetPriorityMark dv="-1 " max="2147483647" min="-2" rw="RW" t="int" v="-1 "></EthernetPriorityMark>

<VLANIDCheck dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1 "></VLANIDCheck>

<VLANIDExclude dv="false" rw="RW" t="boolean" v="false"></VLANIDExclude>

<ForwardingPolicy dv="0 " rw="RW" t="unsignedInt" v="0 "></ForwardingPolicy>

<ClassPolicer dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1 "></ClassPolicer>

<ClassQueue dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1 "></ClassQueue>

<ClassApp dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1 "></ClassApp>

<X_ASB_COM_ClassRate dv="-1 " rw="RW" t="int" v="-1 "></X_ASB_COM_ClassRate>

<X_ASB_COM_ClassName dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_ClassName>

<X_ASB_COM_VLANIDTag dv="-1" max="4094" min="-1" rw="RW" t="int" v="-1"></X_ASB_COM_VLANIDTag>

<X_ASB_COM_egressInterface dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_egressInterface>

<X_ASB_COM_ClassKey dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_ClassKey>

</Classification.1.>

<App.1. n="QMgmtApp" t="dynamicObject">

<AppKey dv="" rw="R" t="unsignedInt" v=""></AppKey>

<AppEnable dv="False" rw="RW" t="boolean" v="False"></AppEnable>

<AppStatus dv="Disabled" ml="32" rw="R" t="string" v="Disabled" va="status3eValues"></AppStatus>

<ProtocolIdentifier dv="" ml="256" rw="RW" t="string" v=""></ProtocolIdentifier>

<AppName dv="" ml="64" rw="RW" t="string" v=""></AppName>

<AppDefaultForwardingPolicy dv="0" rw="RW" t="unsignedInt" v="0"></AppDefaultForwardingPolicy>

<AppDefaultPolicer dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1 "></AppDefaultPolicer>

<AppDefaultQueue dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1 "></AppDefaultQueue>

<AppDefaultDSCPMark dv="-1 " max="2147483647" min="-2" rw="RW" t="int" v="-1 "></AppDefaultDSCPMark>

<AppDefaultEthernetPriorityMark dv="-1 " max="2147483647" min="-2" rw="RW" t="int" v="-1 "></AppDefaultEthernetPriorityMark>

</App.1.>

<Flow.1. n="QMgmtFlow" t="dynamicObject">

<FlowKey dv="" rw="R" t="unsignedInt" v=""></FlowKey>

<FlowEnable dv="False" rw="RW" t="boolean" v="False"></FlowEnable>

<FlowStatus dv="Disabled" ml="32" rw="R" t="string" v="Disabled" va="status3eValues"></FlowStatus>

<FlowType dv="" ml="256" rw="RW" t="string" v=""></FlowType>

<FlowTypeParameters dv="" ml="256" rw="RW" t="string" v=""></FlowTypeParameters>

<FlowName dv="" ml="64" rw="RW" t="string" v=""></FlowName>

<AppIdentifier dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1 "></AppIdentifier>

<FlowForwardingPolicy dv="0" rw="RW" t="unsignedInt" v="0"></FlowForwardingPolicy>

<FlowPolicer dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1 "></FlowPolicer>

<FlowQueue dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1 "></FlowQueue>

<FlowDSCPMark dv="-1 " max="2147483647" min="-2" rw="RW" t="int" v="-1 "></FlowDSCPMark>

<FlowEthernetPriorityMark dv="-1 " max="2147483647" min="-2" rw="RW" t="int" v="-1 "></FlowEthernetPriorityMark>

</Flow.1.>

<Policer.1. n="QMgmtPolicer" t="dynamicObject">

<PolicerKey dv="" rw="R" t="unsignedInt" v=""></PolicerKey>

<PolicerEnable dv="False" rw="RW" t="boolean" v="False"></PolicerEnable>

<PolicerStatus dv="Disabled" ml="32" rw="R" t="string" v="Disabled" va="status3eValues"></PolicerStatus>

<CommittedRate dv="0 " rw="RW" t="unsignedInt" v="0 "></CommittedRate>

<CommittedBurstSize dv="0" rw="RW" t="unsignedInt" v="0"></CommittedBurstSize>

<ExcessBurstSize dv="0" rw="RW" t="unsignedInt" v="0"></ExcessBurstSize>

<PeakRate dv="0" rw="RW" t="unsignedInt" v="0"></PeakRate>

<PeakBurstSize dv="0" rw="RW" t="unsignedInt" v="0"></PeakBurstSize>

<MeterType dv="SimpleTokenBucket" ml="32" rw="RW" t="string" v="SimpleTokenBucket" va="qosMeterTypeValues"></MeterType>

<PossibleMeterTypes dv="" ml="32" rw="R" t="string" v="" va="qosMeterTypeValues"></PossibleMeterTypes>

<ConformingAction dv="Null" ml="32" rw="RW" t="string" v="Null" va="qosActionValues"></ConformingAction>

<PartialConformingAction dv="Drop" ml="32" rw="RW" t="string" v="Drop" va="qosActionValues"></PartialConformingAction>

<NonConformingAction dv="Drop" ml="32" rw="RW" t="string" v="Drop" va="qosActionValues"></NonConformingAction>

<CountedPackets dv="0 " rw="R" t="unsignedInt" v="0 "></CountedPackets>

<CountedBytes dv="0 " rw="R" t="unsignedInt" v="0 "></CountedBytes>

<X_ASB_COM_PolicerName dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_PolicerName>

</Policer.1.>

<Queue.1. n="QMgmtQueue" t="dynamicObject">

<QueueKey dv="" rw="R" t="unsignedInt" v=""></QueueKey>

<QueueEnable dv="False" rw="RW" t="boolean" v="False"></QueueEnable>

<QueueStatus dv="Disabled" ml="32" rw="R" t="string" v="Disabled" va="status3eValues"></QueueStatus>

<QueueInterface dv="" ml="256" rw="RW" t="string" v=""></QueueInterface>

<QueueBufferLength dv="" rw="RW" t="unsignedInt" v=""></QueueBufferLength>

<QueueWeight dv="0 " rw="RW" t="unsignedInt" v="0 "></QueueWeight>

<QueuePrecedence dv="1 " max="4294967295" min="1" rw="RW" t="unsignedInt" v="1 "></QueuePrecedence>

<REDThreshold dv="0 " rw="RW" t="unsignedInt" v="0 "></REDThreshold>

<REDPercentage dv="0" rw="RW" t="unsignedInt" v="0"></REDPercentage>

<DropAlgorithm dv="DT" ml="32" rw="RW" t="string" v="DT" va="DropAlgorithmValues"></DropAlgorithm>

<SchedulerAlgorithm dv="SP" ml="32" rw="RW" t="string" v="SP" va="SchedulerAlgorithmValues"></SchedulerAlgorithm>

<ShapingRate dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1 "></ShapingRate>

<ShapingBurstSize dv="0" rw="RW" t="unsignedInt" v="0"></ShapingBurstSize>

<X_ASB_COM_QueueName dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_QueueName>

<X_ASB_COM_DslLatency dv="-1" max="1" min="-1" rw="RW" t="int" v="-1"></X_ASB_COM_DslLatency>

<X_ASB_COM_PtmPriority dv="-1" max="1" min="-1" rw="RW" t="int" v="-1"></X_ASB_COM_PtmPriority>

<X_ASB_COM_QueueId dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_QueueId>

</Queue.1.>

</QueueManagement.>

<LANConfigSecurity. n="LanconfigSecurity" t="staticObject">

<ConfigPassword ml="64" rw="RW" t="string" v="" ealgo="ab"></ConfigPassword>

</LANConfigSecurity.>

<IPPingDiagnostics. n="IPPingDiag" t="staticObject">

<DiagnosticsState ml="32" rw="RW" t="string" v="None" va="IpPingDiagStateValues"></DiagnosticsState>

<Interface ml="256" rw="RW" t="string" v=""></Interface>

<Host ml="576" rw="RW" t="string" v=""></Host>

<NumberOfRepetitions max="4294967295" min="1" rw="RW" t="unsignedInt" v="4"></NumberOfRepetitions>

<Timeout max="4294967295" min="1" rw="RW" t="unsignedInt" v="10000"></Timeout>

<DataBlockSize max="65535" min="1" rw="RW" t="unsignedInt" v="56"></DataBlockSize>

<DSCP max="63" min="0" rw="RW" t="unsignedInt" v="0"></DSCP>

<SuccessCount rw="R" t="unsignedInt" v="0"></SuccessCount>

<FailureCount rw="R" t="unsignedInt" v="0"></FailureCount>

<AverageResponseTime rw="R" t="unsignedInt" v="0"></AverageResponseTime>

<MinimumResponseTime rw="R" t="unsignedInt" v="0"></MinimumResponseTime>

<MaximumResponseTime rw="R" t="unsignedInt" v="0"></MaximumResponseTime>

<IPVer rw="RW" t="unsignedInt" v="4"></IPVer>

<StartTime ml="32" rw="RW" t="dateTime" v=""></StartTime>

<Values ml="2048" rw="RW" t="string" v=""></Values>

<WiFiRestart ml="12" rw="RW" t="string" v="None"></WiFiRestart>

</IPPingDiagnostics.>

<TraceRouteDiagnostics. n="TraceRouteDiag" t="staticObject">

<Mode ml="32" rw="RW" t="string" v=""></Mode>

<DiagnosticsState ml="32" rw="RW" t="string" v="None" va="TraceRouteDiagStateValues"></DiagnosticsState>

<Interface ml="256" rw="RW" t="string" v=""></Interface>

<Host ml="256" rw="RW" t="string" v=""></Host>

<NumberOfTries max="3" min="1" rw="RW" t="unsignedInt" v="3"></NumberOfTries>

<Timeout max="4294967295" min="1" rw="RW" t="unsignedInt" v="5000"></Timeout>

<DataBlockSize max="65535" min="1" rw="RW" t="unsignedInt" v="38"></DataBlockSize>

<DSCP max="63" min="0" rw="RW" t="unsignedInt" v="0"></DSCP>

<MaxHopCount max="64" min="1" rw="RW" t="unsignedInt" v="30"></MaxHopCount>

<ResponseTime rw="R" t="unsignedInt" v="0"></ResponseTime>

<RouteHopsNumberOfEntries rw="R" t="unsignedInt" v="0"></RouteHopsNumberOfEntries>

<IPVer rw="RW" t="unsignedInt" v="4"></IPVer>

<RouteHops.1. n="RouteHop" t="dynamicObject" status="deleted">

<HopHost ml="256" rw="R" t="string" v="" dv=""></HopHost>

<HopHostAddress ml="256" rw="R" t="string" v="" dv=""></HopHostAddress>

<HopErrorCode rw="R" t="unsignedInt" v="0" dv="0"></HopErrorCode>

<HopRTTimes ml="16" rw="R" t="string" v="0" dv="0"></HopRTTimes>

</RouteHops.1.>

</TraceRouteDiagnostics.>

<X_CMCC_PacketCapture. n="PacketCaptureDiag" t="staticObject">

<DiagnosticsState ml="32" rw="RW" t="string" v="None" va="PacketCaptureDiagStateValues"></DiagnosticsState>

<Mode rw="RW" t="unsignedInt" v="0"></Mode>

<Duration max="60" min="1" rw="RW" t="unsignedInt" v="30"></Duration>

<Interface ml="64" rw="RW" t="string" v="PON"></Interface>

<IP ml="64" rw="RW" t="string" v=""></IP>

<Port max="65535" min="0" rw="RW" t="unsignedInt" v="0"></Port>

<Protocol ml="64" rw="RW" t="string" v="ALL"></Protocol>

<CaptureName ml="128" rw="R" t="string" v=""></CaptureName>

<CaptureSize rw="R" t="unsignedInt" v="0"></CaptureSize>

</X_CMCC_PacketCapture.>

<X_ASB_COM_IPTraceRouteDiagnostics. n="X_ASB_COM_IPTraceRouteDiag" t="staticObject">

<DiagnosticsState ml="32" rw="RW" t="string" v="None" va="IPTraceRouteDiagStateValues"></DiagnosticsState>

<Interface ml="256" rw="RW" t="string" v=""></Interface>

<Host ml="256" rw="RW" t="string" v=""></Host>

<ProtocolType rw="RW" t="unsignedInt" v="0"></ProtocolType>

<Timeout max="65535" min="1" rw="RW" t="unsignedInt" v="5000"></Timeout>

<MaximumHops max="255" min="1" rw="RW" t="unsignedInt" v="30"></MaximumHops>

<HopsNumberOfEntries rw="R" t="unsignedInt" v="0"></HopsNumberOfEntries>

<Hops.1. n="X_ASB_COM_IPRouteHop" t="dynamicObject" status="deleted">

<Hops rw="R" t="unsignedInt" v="0"></Hops>

<ResponseIPAddress ml="256" rw="R" t="string" v="" dv=""></ResponseIPAddress>

<ResponseTime1 rw="R" t="unsignedInt" v="0"></ResponseTime1>

<ResponseTime2 rw="R" t="unsignedInt" v="0"></ResponseTime2>

<ResponseTime3 rw="R" t="unsignedInt" v="0"></ResponseTime3>

</Hops.1.>

</X_ASB_COM_IPTraceRouteDiagnostics.>

<X_ASB_COM_IpFilterEnableCfg. n="IpFilterEnable" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

</X_ASB_COM_IpFilterEnableCfg.>

<X_ASB_COM_DoSProtectionEnableCfg. n="DoSProtectionEnable" t="staticObject">

<Enable rw="RW" t="boolean" v="true"></Enable>

</X_ASB_COM_DoSProtectionEnableCfg.>

<X_ASB_COM_FirewallLevel. n="FirewallLevel" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<Level ml="32" rw="RW" t="string" v="low"></Level>

</X_ASB_COM_FirewallLevel.>

<X_ASB_COM_GuestPortal. n="GuestPortal" t="staticObject">

<GuestPortalConfiguration.1. n="GuestPortalConfiguration" t="dynamicObject" status="deleted">

<GuestPortal_Login_URL ml="256" dv="" rw="RW" t="string" v=""></GuestPortal_Login_URL>

<GuestPortal_Auth_Address ml="256" dv="" rw="RW" t="string" v=""></GuestPortal_Auth_Address>

<GuestPortal_EffectiveSSID ml="32" rw="RW" t="string" v=""></GuestPortal_EffectiveSSID>

</GuestPortalConfiguration.1.>

</X_ASB_COM_GuestPortal.>

<LANDevice.1. n="LanDev" t="dynamicObject">

<LANEthernetInterfaceNumberOfEntries dv="" rw="R" t="unsignedInt" v=""></LANEthernetInterfaceNumberOfEntries>

<LANUSBInterfaceNumberOfEntries dv="" rw="R" t="unsignedInt" v=""></LANUSBInterfaceNumberOfEntries>

<LANWLANConfigurationNumberOfEntries dv="" rw="R" t="unsignedInt" v=""></LANWLANConfigurationNumberOfEntries>

<X_CU_WLANEnable rw="RW" t="boolean" v="true"></X_CU_WLANEnable>

<X_CMCC_LANAbility dv="" ml="32" rw="R" t="string" v="2.5GE,GE,GE,GE"></X_CMCC_LANAbility>

<X_ASB_COM_LANMocaInterfaceNumberOfEntries dv="0" rw="R" t="unsignedInt" v="0"></X_ASB_COM_LANMocaInterfaceNumberOfEntries>

<X_ASB_COM_LANEponInterfaceNumberOfEntries dv="0" rw="R" t="unsignedInt" v="0"></X_ASB_COM_LANEponInterfaceNumberOfEntries>

<X_ASB_COM_IgmpSnoopingConfig. n="IgmpSnoopingCfg" t="staticObject">

<Enable rw="RW" t="boolean" v="True"></Enable>

<Mode ml="32" rw="RW" t="string" v="Standard" va="IgmpSnoopingMode"></Mode>

</X_ASB_COM_IgmpSnoopingConfig.>

<X_CT-COM_IPv6Config. n="LanIPv6Config" t="staticObject">

<DomainName dv="NULL" ml="64" rw="RW" t="string" v="NULL"></DomainName>

<IPv6DNSConfigType dv="HGWProxy" ml="32" rw="RW" t="string" v="HGWProxy"></IPv6DNSConfigType>

<IPv6DNSWANConnection dv="" ml="128" rw="RW" t="string" v=""></IPv6DNSWANConnection>

<IPv6DNSServers dv="" ml="128" rw="RW" t="string" v="fe80::1"></IPv6DNSServers>

<PrefixInformation.1. n="PrefixInfo" t="dynamicObject">

<Mode dv="WANDelegated" ml="32" rw="RW" t="string" v="WANDelegated"></Mode>

<DelegatedWanConnection dv="" ml="128" rw="RW" t="string" v=""></DelegatedWanConnection>

<Prefix dv="" ml="40" rw="RW" t="string" v=""></Prefix>

<PreferredLifeTime dv="0" rw="RW" t="unsignedInt" v="0"></PreferredLifeTime>

<ValidLifeTime dv="0" rw="RW" t="unsignedInt" v="0"></ValidLifeTime>

</PrefixInformation.1.>

</X_CT-COM_IPv6Config.>

<X_CT-COM_DHCPv6Server. n="LanDHCPv6Server" t="staticObject">

<Enable rw="RW" t="boolean" v="True"></Enable>

<StatefulEnable rw="RW" t="boolean" v="False"></StatefulEnable>

<MinAddress ml="64" rw="RW" t="string" v="0:0:0:2"></MinAddress>

<MaxAddress ml="64" rw="RW" t="string" v="0:0:0:255"></MaxAddress>

<PreferredLifeTime dv="0" rw="RW" t="unsignedInt" v="0"></PreferredLifeTime>

<ValidLifeTime dv="0" rw="RW" t="unsignedInt" v="0"></ValidLifeTime>

<OPTION16Enable dv="true" rw="RW" t="boolean" v="false"></OPTION16Enable>

<OPTION17Enable dv="true" rw="RW" t="boolean" v="false"></OPTION17Enable>

</X_CT-COM_DHCPv6Server.>

<X_CMCC_DHCPv6PDServer. n="LanDHCPv6PDServer" t="staticObject">

<Enable dv="true" rw="RW" t="boolean" v="True"></Enable>

<MinPrefix ml="64" rw="R" t="string" v=""></MinPrefix>

<MaxPrefix ml="64" rw="R" t="string" v=""></MaxPrefix>

<PreferredLifeTime rw="R" t="unsignedInt" v="0"></PreferredLifeTime>

<ValidLifeTime rw="R" t="unsignedInt" v="0"></ValidLifeTime>

</X_CMCC_DHCPv6PDServer.>

<X_CT-COM_RouterAdvertisement. n="LanSLAACRouterAdvert" t="staticObject">

<Enable rw="RW" t="boolean" v="True"></Enable>

<MaxRtrAdvInterval max="1800" min="4" rw="RW" t="unsignedInt" v="600"></MaxRtrAdvInterval>

<MinRtrAdvInterval max="1350" min="3" rw="RW" t="unsignedInt" v="200"></MinRtrAdvInterval>

<AdvManagedFlag rw="RW" t="boolean" v="False"></AdvManagedFlag>

<AdvOtherConfigFlag rw="RW" t="boolean" v="True"></AdvOtherConfigFlag>

</X_CT-COM_RouterAdvertisement.>

<X_CT-COM_LoopbackDetection. n="LanLoopbackDetection" t="staticObject">

<LoopbackEnable rw="RW" t="boolean" v="true"></LoopbackEnable>

<LoopExistPeriod dv="5" rw="RW" t="unsignedInt" v="5"></LoopExistPeriod>

<LoopCancelPeriod dv="300" rw="RW" t="unsignedInt" v="300"></LoopCancelPeriod>

<VlanTag ml="32" rw="RW" t="string" v="untagged"></VlanTag>

<EthernetType ml="32" rw="RW" t="string" v="0xFFFA"></EthernetType>

</X_CT-COM_LoopbackDetection.>

<LANHostConfigManagement. n="LanHostCfg" t="staticObject">

<DHCPServerConfigurable rw="RW" t="boolean" v="True"></DHCPServerConfigurable>

<DHCPServerEnable rw="RW" t="boolean" v="True"></DHCPServerEnable>

<DHCPRelay rw="R" t="boolean" v="False"></DHCPRelay>

<X_ASB_COM_DhcpRelayServer ml="32" rw="RW" t="string" v=""></X_ASB_COM_DhcpRelayServer>

<MinAddress ml="32" rw="RW" t="string" v="192.168.1.2"></MinAddress>

<MaxAddress ml="32" rw="RW" t="string" v="192.168.1.254"></MaxAddress>

<ReservedAddresses ml="32" rw="RW" t="string" v=""></ReservedAddresses>

<SubnetMask ml="32" rw="RW" t="string" v="255.255.255.0"></SubnetMask>

<DNSServers ml="32" rw="RW" t="string" v="192.168.1.1"></DNSServers>

<DomainName ml="64" rw="RW" t="string" v=""></DomainName>

<IPRouters ml="32" rw="RW" t="string" v=""></IPRouters>

<DHCPLeaseTime max="2147483647" min="-1" rw="RW" t="int" v="86400"></DHCPLeaseTime>

<X_CMCC_OPTION125Enable dv="True" rw="RW" t="boolean" v="True"></X_CMCC_OPTION125Enable>

<UseAllocatedWAN ml="32" rw="RW" t="string" v="Normal" va="UseAllocatedWANValues"></UseAllocatedWAN>

<AssociatedConnection ml="256" rw="RW" t="string" v=""></AssociatedConnection>

<PassthroughLease rw="RW" t="unsignedInt" v="0"></PassthroughLease>

<PassthroughMACAddress ml="32" rw="RW" t="string" v=""></PassthroughMACAddress>

<AllowedMACAddresses ml="32" rw="RW" t="string" v=""></AllowedMACAddresses>

<ISPDNSEnable rw="RW" t="boolean" v="False"></ISPDNSEnable>

<Ipv4DNSConfigType ml="32" rw="RW" t="string" v="HGWProxy"></Ipv4DNSConfigType>

<IPInterfaceNumberOfEntries rw="R" t="unsignedInt" v=""></IPInterfaceNumberOfEntries>

<X_CT-COM_STB-DHCPServerEnable rw="RW" t="boolean" v="False"></X_CT-COM_STB-DHCPServerEnable>

<X_CT-COM_STB-MinAddress ml="32" rw="RW" t="string" v=""></X_CT-COM_STB-MinAddress>

<X_CT-COM_STB-MaxAddress ml="32" rw="RW" t="string" v=""></X_CT-COM_STB-MaxAddress>

<X_CT-COM_Phone-DHCPServerEnable rw="RW" t="boolean" v="False"></X_CT-COM_Phone-DHCPServerEnable>

<X_CT-COM_Phone-MinAddress ml="32" rw="RW" t="string" v=""></X_CT-COM_Phone-MinAddress>

<X_CT-COM_Phone-MaxAddress ml="32" rw="RW" t="string" v=""></X_CT-COM_Phone-MaxAddress>

<X_CT-COM_Camera-DHCPServerEnable rw="RW" t="boolean" v="False"></X_CT-COM_Camera-DHCPServerEnable>

<X_CT-COM_Camera-MinAddress ml="32" rw="RW" t="string" v=""></X_CT-COM_Camera-MinAddress>

<X_CT-COM_Camera-MaxAddress ml="32" rw="RW" t="string" v=""></X_CT-COM_Camera-MaxAddress>

<X_CT-COM_Computer-ServerEnable rw="RW" t="boolean" v="False"></X_CT-COM_Computer-ServerEnable>

<X_CT-COM_Computer-MinAddress ml="32" rw="RW" t="string" v=""></X_CT-COM_Computer-MinAddress>

<X_CT-COM_Computer-MaxAddress ml="32" rw="RW" t="string" v=""></X_CT-COM_Computer-MaxAddress>

<X_CT-COM_HGW-DHCPServerEnable rw="RW" t="boolean" v="False"></X_CT-COM_HGW-DHCPServerEnable>

<X_CT-COM_HGW-MinAddress ml="32" rw="RW" t="string" v=""></X_CT-COM_HGW-MinAddress>

<X_CT-COM_HGW-MaxAddress ml="32" rw="RW" t="string" v=""></X_CT-COM_HGW-MaxAddress>

<X_ASB_COM_CT_STB ml="32" rw="RW" t="string" v="STB"></X_ASB_COM_CT_STB>

<X_ASB_COM_CT_Phone ml="32" rw="RW" t="string" v="Phone"></X_ASB_COM_CT_Phone>

<X_ASB_COM_CT_Camera ml="32" rw="RW" t="string" v="Camera"></X_ASB_COM_CT_Camera>

<X_ASB_COM_CT_HGW ml="32" rw="RW" t="string" v="HGW"></X_ASB_COM_CT_HGW>

<X_ASB_COM_DomainName ml="64" rw="RW" t="string" v=""></X_ASB_COM_DomainName>

<X_ASB_COM_EnableAwifi rw="RW" t="boolean" v="False"></X_ASB_COM_EnableAwifi>

<X_ASB_COM_SsidAwifi ml="32" rw="RW" t="string" v="aWiFi"></X_ASB_COM_SsidAwifi>

<X_ASB_COM_SsidIndexAwifi dv="1" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_SsidIndexAwifi>

<X_ASB_COM_PortIdAwifi dv="4" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_PortIdAwifi>

<X_ASB_COM_MinAddressAwifi ml="32" rw="RW" t="string" v="192.168.10.51"></X_ASB_COM_MinAddressAwifi>

<X_ASB_COM_MaxAddressAwifi ml="32" rw="RW" t="string" v="192.168.10.250"></X_ASB_COM_MaxAddressAwifi>

<X_ASB_COM_SubnetMaskAwifi ml="32" rw="RW" t="string" v="255.255.255.0"></X_ASB_COM_SubnetMaskAwifi>

<X_ASB_COM_MinAddressDefault ml="32" rw="RW" t="string" v="192.168.1.2"></X_ASB_COM_MinAddressDefault>

<X_ASB_COM_MaxAddressDefault ml="32" rw="RW" t="string" v="192.168.1.50"></X_ASB_COM_MaxAddressDefault>

<X_ASB_COM_SubnetMaskDefault ml="32" rw="RW" t="string" v="255.255.255.0"></X_ASB_COM_SubnetMaskDefault>

<X_ASB_COM_DHCPLeaseTimeAwifi max="2147483647" min="-1" rw="RW" t="int" v="1800"></X_ASB_COM_DHCPLeaseTimeAwifi>

<X_ASB_COM_InterfaceNameAwifi ml="32" rw="RW" t="string" v="bra"></X_ASB_COM_InterfaceNameAwifi>

<X_ASB_COM_IPInterfaceIPAddressAwifi ml="32" rw="RW" t="string" v="192.168.10.1"></X_ASB_COM_IPInterfaceIPAddressAwifi>

<X_ASB_COM_IPInterfaceSubnetMaskAwifi ml="32" rw="RW" t="string" v="255.255.255.0"></X_ASB_COM_IPInterfaceSubnetMaskAwifi>

<X_ASB_COM_LanAuthentificationEnableAwifi rw="RW" t="boolean" v="True"></X_ASB_COM_LanAuthentificationEnableAwifi>

<X_ASB_COM_BindingAllLanPortEnableAwifi rw="RW" t="boolean" v="False"></X_ASB_COM_BindingAllLanPortEnableAwifi>

<X_ASB_COM_BindingLanPortOldAwifi ml="512" rw="RW" t="string" v=""></X_ASB_COM_BindingLanPortOldAwifi>

<X_ASB_COM_BindingLanPortAwifi ml="512" rw="RW" t="string" v="InternetGatewayDevice.LANDevice.1.LANEthernetInterfaceConfig.0"></X_ASB_COM_BindingLanPortAwifi>

<IPInterface.1. n="LanIpIntf" t="dynamicObject">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<IPInterfaceIPAddress dv="192.168.1.1" ml="32" rw="RW" t="string" v="192.168.1.1"></IPInterfaceIPAddress>

<IPInterfaceSubnetMask dv="255.255.255.0" ml="32" rw="RW" t="string" v="255.255.255.0"></IPInterfaceSubnetMask>

<IPInterfaceAddressingType dv="Static" ml="32" rw="RW" t="string" v="Static" va="IPInterfaceAddressingTypeValues"></IPInterfaceAddressingType>

<X_ASB_COM_IfName dv="" ml="32" rw="R" t="string" v=""></X_ASB_COM_IfName>

<X_ASB_COM_FirewallEnabled dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_FirewallEnabled>

<X_ASB_COM_DhcpConnectionStatus dv="Unconfigured" ml="32" rw="R" t="string" v="Unconfigured" va="wanIpConnectionStatusValues"></X_ASB_COM_DhcpConnectionStatus>

<X_ASB_COM_DhcpIpAddress dv="0.0.0.0" ml="32" rw="R" t="string" v="0.0.0.0"></X_ASB_COM_DhcpIpAddress>

<X_ASB_COM_DhcpSubnetMask dv="0.0.0.0" ml="32" rw="R" t="string" v="0.0.0.0"></X_ASB_COM_DhcpSubnetMask>

<X_ASB_COM_DhcpDefaultGateway dv="0.0.0.0" ml="32" rw="R" t="string" v="0.0.0.0"></X_ASB_COM_DhcpDefaultGateway>

<X_ASB_COM_DhcpcPid dv="0" max="65535" min="0" rw="R" t="unsignedInt" v="0"></X_ASB_COM_DhcpcPid>

<X_ASB_COM_RxPackets rw="R" t="unsignedInt" v=""></X_ASB_COM_RxPackets>

<X_ASB_COM_TxPackets rw="R" t="unsignedInt" v=""></X_ASB_COM_TxPackets>

<X_ASB_COM_RxBytes rw="R" t="unsignedInt" v=""></X_ASB_COM_RxBytes>

<X_ASB_COM_TxBytes rw="R" t="unsignedInt" v=""></X_ASB_COM_TxBytes>

<X_ASB_COM_IPv6InterfaceAddress dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_IPv6InterfaceAddress>

<X_ASB_COM_IPv6InterfaceAddressingType dv="Delegated" ml="32" rw="RW" t="string" v="Delegated" va="X_BROADCOM_COM_SitePrefixType"></X_ASB_COM_IPv6InterfaceAddressingType>

<X_CT-COM_IPv6Address. n="LanIPv6Addr" t="staticObject">

<LocalAddress dv="fe80::1" ml="64" rw="RW" t="string" v="fe80::1"></LocalAddress>

</X_CT-COM_IPv6Address.>

<X_ASB_COM_FirewallException.1. n="LanIpIntfFirewallException" t="dynamicObject">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<FilterName dv="NA" ml="32" rw="RW" t="string" v="NA"></FilterName>

<IPVersion dv="4" ml="32" rw="RW" t="string" v="4" va="ipVersionValues"></IPVersion>

<Protocol dv="None" ml="32" rw="RW" t="string" v="None" va="ipProtocol5Values"></Protocol>

<SourcePortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></SourcePortStart>

<SourcePortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></SourcePortEnd>

<DestinationPortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestinationPortStart>

<DestinationPortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestinationPortEnd>

<SourceIPAddress dv="NA" ml="32" rw="RW" t="string" v="NA"></SourceIPAddress>

<SourceNetMask dv="NA" ml="32" rw="RW" t="string" v="NA"></SourceNetMask>

<DestinationIPAddress dv="NA" ml="32" rw="RW" t="string" v="NA"></DestinationIPAddress>

<DestinationNetMask dv="NA" ml="32" rw="RW" t="string" v="NA"></DestinationNetMask>

</X_ASB_COM_FirewallException.1.>

<X_ASB_COM_IpFilterCfg.1. n="IpFilterCfg" t="dynamicObject" status="deleted">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<FilterName dv="" ml="32" rw="RW" t="string" v=""></FilterName>

<IPVersion dv="4" ml="32" rw="RW" t="string" v="4" va="ipVersionValues"></IPVersion>

<Protocol dv="None" ml="32" rw="RW" t="string" v="None" va="ipProtocol5Values"></Protocol>

<SourcePortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></SourcePortStart>

<SourcePortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></SourcePortEnd>

<DestinationPortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestinationPortStart>

<DestinationPortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestinationPortEnd>

<SourceIPAddress dv="" ml="32" rw="RW" t="string" v=""></SourceIPAddress>

<EndSourceIPAddress dv="" ml="32" rw="RW" t="string" v=""></EndSourceIPAddress>

<SourceNetMask dv="" ml="32" rw="RW" t="string" v=""></SourceNetMask>

<DestinationIPAddress dv="" ml="32" rw="RW" t="string" v=""></DestinationIPAddress>

<EndDestinationIPAddress dv="" ml="32" rw="RW" t="string" v=""></EndDestinationIPAddress>

<DestinationNetMask dv="" ml="32" rw="RW" t="string" v=""></DestinationNetMask>

<AppName dv="" ml="256" rw="RW" t="string" v=""></AppName>

<ClassInterface dv="" ml="256" rw="RW" t="string" v=""></ClassInterface>

</X_ASB_COM_IpFilterCfg.1.>

</IPInterface.1.>

<DHCPStaticAddress.1. n="DHCPStaticAddress" t="dynamicObject">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<Chaddr dv="" ml="18" rw="RW" t="string" v=""></Chaddr>

<Yiaddr dv="" ml="16" rw="RW" t="string" v=""></Yiaddr>

</DHCPStaticAddress.1.>

<DHCPConditionalServingPool.1. n="DHCPConditionalServing" t="dynamicObject">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<PoolOrder dv="0" rw="RW" t="unsignedInt" v="0"></PoolOrder>

<SourceInterface dv="" ml="256" rw="RW" t="string" v=""></SourceInterface>

<VendorClassID dv="" ml="256" rw="RW" t="string" v=""></VendorClassID>

<ClientID dv="" ml="256" rw="RW" t="string" v=""></ClientID>

<UserClassID dv="" ml="256" rw="RW" t="string" v=""></UserClassID>

<Chaddr dv="" ml="32" rw="RW" t="string" v=""></Chaddr>

<ChaddrMask dv="" ml="32" rw="RW" t="string" v=""></ChaddrMask>

<LocallyServed dv="false" rw="RW" t="boolean" v="false"></LocallyServed>

<MinAddress dv="" ml="32" rw="RW" t="string" v=""></MinAddress>

<MaxAddress dv="" ml="32" rw="RW" t="string" v=""></MaxAddress>

<ReservedAddresses dv="" ml="512" rw="RW" t="string" v=""></ReservedAddresses>

<SubnetMask dv="" ml="32" rw="RW" t="string" v=""></SubnetMask>

<DNSServers dv="" ml="64" rw="RW" t="string" v=""></DNSServers>

<DomainName dv="" ml="64" rw="RW" t="string" v=""></DomainName>

<IPRouters dv="" ml="64" rw="RW" t="string" v=""></IPRouters>

<DHCPLeaseTime dv="86400" max="2147483647" min="-1" rw="RW" t="int" v="86400"></DHCPLeaseTime>

<UseAllocatedWAN dv="" ml="32" rw="RW" t="string" v=""></UseAllocatedWAN>

<AssociatedConnection dv="" ml="32" rw="RW" t="string" v=""></AssociatedConnection>

<PassthroughLease dv="0" rw="RW" t="unsignedInt" v="0"></PassthroughLease>

<DHCPServerIPAddress dv="" ml="32" rw="RW" t="string" v=""></DHCPServerIPAddress>

<DHCPOptionNumberOfEntries dv="0" rw="RW" t="unsignedInt" v="0"></DHCPOptionNumberOfEntries>

<DHCPOption.1. n="DHCPOption" t="dynamicObject">

<Tag dv="0" rw="RW" t="unsignedInt" v="0"></Tag>

<Value dv="" rw="RW" t="base64" v=""></Value>

</DHCPOption.1.>

</DHCPConditionalServingPool.1.>

</LANHostConfigManagement.>

<X_ASB_COM_IPv6LANHostConfigManagement. n="IPv6LanHostCfg" t="staticObject">

<DHCPv6ServerEnable rw="RW" t="boolean" v="True"></DHCPv6ServerEnable>

<StatefulDHCPv6Server rw="RW" t="boolean" v="false"></StatefulDHCPv6Server>

<MinInterfaceID ml="32" rw="RW" t="string" v="0:0:0:2"></MinInterfaceID>

<MaxInterfaceID ml="32" rw="RW" t="string" v="0:0:0:254"></MaxInterfaceID>

<DHCPv6LeaseTime max="2147483647" min="-1" rw="RW" t="int" v="86400"></DHCPv6LeaseTime>

<IPv6DomainName ml="64" rw="RW" t="string" v=""></IPv6DomainName>

<IPv6DNSConfigType ml="32" rw="RW" t="string" v="DHCP" va="X_BROADCOM_COM_DNSType"></IPv6DNSConfigType>

<IPv6DNSServers ml="32" rw="RW" t="string" v=""></IPv6DNSServers>

<IPv6DNSWANConnection ml="256" rw="RW" t="string" v=""></IPv6DNSWANConnection>

<DHCPv6PrefixDelegationEnable rw="RW" t="boolean" v="False"></DHCPv6PrefixDelegationEnable>

<DHCPv6PrefixDelegationDUID ml="256" rw="RW" t="string" v="00:03:00:01:02:10:18:01:00:01"></DHCPv6PrefixDelegationDUID>

<RADVDEnabled rw="RW" t="boolean" v="True"></RADVDEnabled>

<RaInterval rw="RW" t="int" v="600"></RaInterval>

<RADVDPrefixEnabled rw="RW" t="boolean" v="True"></RADVDPrefixEnabled>

<IPv6PDWANConnection ml="32" rw="RW" t="string" v=""></IPv6PDWANConnection>

<IPv6SitePrefixConfigType ml="32" rw="RW" t="string" v="Static" va="X_BROADCOM_COM_SitePrefixType"></IPv6SitePrefixConfigType>

<IPv6ULAPrefix ml="32" rw="RW" t="string" v=""></IPv6ULAPrefix>

<IPv6InterfaceNumberOfEntries rw="R" t="unsignedInt" v=""></IPv6InterfaceNumberOfEntries>

<RadvdConfigManagement. n="RadvdConfigMgt" t="staticObject">

<Enable rw="RW" t="boolean" v="true"></Enable>

<ULAPrefixInfo. n="ULAPrefixInfo" t="staticObject">

<Enable rw="RW" t="boolean" v="true"></Enable>

<Prefix ml="32" rw="RW" t="string" v="fd00::/64"></Prefix>

<PreferredLifeTime rw="RW" t="int" v="-1"></PreferredLifeTime>

<ValidLifeTime rw="RW" t="int" v="-1"></ValidLifeTime>

</ULAPrefixInfo.>

</RadvdConfigManagement.>

<X_ASB_COM_MldSnoopingConfig. n="MldSnoopingCfg" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<Mode ml="32" rw="RW" t="string" v="Standard" va="MldSnoopingMode"></Mode>

</X_ASB_COM_MldSnoopingConfig.>

</X_ASB_COM_IPv6LANHostConfigManagement.>

<LANEthernetInterfaceConfig.1. n="LanEthIntf" t="dynamicObject">

<Enable dv="true" rw="RW" t="boolean" v="true"></Enable>

<X_ASB_COM_Enable dv="true" rw="RW" t="boolean" v="true"></X_ASB_COM_Enable>

<Status dv="" ml="32" rw="R" t="string" v="" va="intf4StatusValues"></Status>

<MACAddress dv="" ml="32" rw="R" t="string" v=""></MACAddress>

<MACAddressControlEnabled dv="" rw="RW" t="boolean" v=""></MACAddressControlEnabled>

<MaxBitRate dv="Auto" ml="32" rw="RW" t="string" v="Auto" va="ethLanMaxBitRateValues"></MaxBitRate>

<X_CU_AdaptRate dv="Auto" ml="32" rw="R" t="string" v="Auto" va="ethLanMaxBitRateValues"></X_CU_AdaptRate>

<DuplexMode dv="Auto" ml="32" rw="RW" t="string" v="Auto" va="duplexModeValues"></DuplexMode>

<X_ASB_COM_MaxBitRate dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_MaxBitRate>

<X_ASB_COM_DuplexMode dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_DuplexMode>

<TheoryMaxBitRate dv="1000" ml="32" rw="R" t="string" v="1000" va="ethLanMaxBitRateValues"></TheoryMaxBitRate>

<X_ASB_COM_IfName dv="" ml="32" rw="R" t="string" v=""></X_ASB_COM_IfName>

<X_ASB_COM_EthernetPriorityMark dv="-1" max="7" min="-1" rw="RW" t="int" v="-1"></X_ASB_COM_EthernetPriorityMark>

<X_ASB_COM_dot1qPvid dv="1" max="4096" min="0" rw="RW" t="int" v="1"></X_ASB_COM_dot1qPvid>

<X_CT-COM_Mode dv="0" rw="RW" t="unsignedInt" v=""></X_CT-COM_Mode>

<X_CT-COM_VLAN dv="" ml="64" rw="RW" t="string" v=""></X_CT-COM_VLAN>

<X_CT-COM_DetectionStatus dv="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_DetectionStatus>

<AccessEquipmentMac dv="" ml="256" rw="RW" t="string" v=""></AccessEquipmentMac>

<Stats. n="LanEthIntfStats" t="staticObject">

<BytesSent rw="R" t="unsignedInt" v=""></BytesSent>

<BytesReceived rw="R" t="unsignedInt" v=""></BytesReceived>

<PacketsSent rw="R" t="unsignedInt" v=""></PacketsSent>

<PacketsReceived rw="R" t="unsignedInt" v=""></PacketsReceived>

<ErrorsSent rw="R" t="unsignedInt" v=""></ErrorsSent>

<ErrorsReceived rw="R" t="unsignedInt" v=""></ErrorsReceived>

<UnicastPacketsSent rw="R" t="unsignedInt" v=""></UnicastPacketsSent>

<UnicastPacketsReceived rw="R" t="unsignedInt" v=""></UnicastPacketsReceived>

<DiscardPacketsSent rw="R" t="unsignedInt" v=""></DiscardPacketsSent>

<DiscardPacketsReceived rw="R" t="unsignedInt" v=""></DiscardPacketsReceived>

<MulticastPacketsSent rw="R" t="unsignedInt" v=""></MulticastPacketsSent>

<MulticastPacketsReceived rw="R" t="unsignedInt" v=""></MulticastPacketsReceived>

<BroadcastPacketsSent rw="R" t="unsignedInt" v=""></BroadcastPacketsSent>

<BroadcastPacketsReceived rw="R" t="unsignedInt" v=""></BroadcastPacketsReceived>

<UnknownProtoPacketsReceived rw="R" t="unsignedInt" v=""></UnknownProtoPacketsReceived>

<X_ASB_COM_BytesSent ml="32" rw="R" t="string" v=""></X_ASB_COM_BytesSent>

<X_ASB_COM_BytesReceived ml="32" rw="R" t="string" v=""></X_ASB_COM_BytesReceived>

<X_ASB_COM_PacketsSent ml="32" rw="R" t="string" v=""></X_ASB_COM_PacketsSent>

<X_ASB_COM_PacketsReceived ml="32" rw="R" t="string" v=""></X_ASB_COM_PacketsReceived>

</Stats.>

</LANEthernetInterfaceConfig.1.>

<LANEthernetInterfaceConfig.2. n="LanEthIntf" t="dynamicObject">

<Enable dv="true" rw="RW" t="boolean" v="true"></Enable>

<X_ASB_COM_Enable dv="true" rw="RW" t="boolean" v="true"></X_ASB_COM_Enable>

<Status dv="" ml="32" rw="R" t="string" v="" va="intf4StatusValues"></Status>

<MACAddress dv="" ml="32" rw="R" t="string" v=""></MACAddress>

<MACAddressControlEnabled dv="" rw="RW" t="boolean" v=""></MACAddressControlEnabled>

<MaxBitRate dv="Auto" ml="32" rw="RW" t="string" v="Auto" va="ethLanMaxBitRateValues"></MaxBitRate>

<X_CU_AdaptRate dv="Auto" ml="32" rw="R" t="string" v="Auto" va="ethLanMaxBitRateValues"></X_CU_AdaptRate>

<DuplexMode dv="Auto" ml="32" rw="RW" t="string" v="Auto" va="duplexModeValues"></DuplexMode>

<X_ASB_COM_MaxBitRate dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_MaxBitRate>

<X_ASB_COM_DuplexMode dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_DuplexMode>

<TheoryMaxBitRate dv="1000" ml="32" rw="R" t="string" v="1000" va="ethLanMaxBitRateValues"></TheoryMaxBitRate>

<X_ASB_COM_IfName dv="" ml="32" rw="R" t="string" v=""></X_ASB_COM_IfName>

<X_ASB_COM_EthernetPriorityMark dv="-1" max="7" min="-1" rw="RW" t="int" v="-1"></X_ASB_COM_EthernetPriorityMark>

<X_ASB_COM_dot1qPvid dv="1" max="4096" min="0" rw="RW" t="int" v="1"></X_ASB_COM_dot1qPvid>

<X_CT-COM_Mode dv="0" rw="RW" t="unsignedInt" v=""></X_CT-COM_Mode>

<X_CT-COM_VLAN dv="" ml="64" rw="RW" t="string" v=""></X_CT-COM_VLAN>

<X_CT-COM_DetectionStatus dv="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_DetectionStatus>

<AccessEquipmentMac dv="" ml="256" rw="RW" t="string" v=""></AccessEquipmentMac>

<Stats. n="LanEthIntfStats" t="staticObject">

<BytesSent rw="R" t="unsignedInt" v=""></BytesSent>

<BytesReceived rw="R" t="unsignedInt" v=""></BytesReceived>

<PacketsSent rw="R" t="unsignedInt" v=""></PacketsSent>

<PacketsReceived rw="R" t="unsignedInt" v=""></PacketsReceived>

<ErrorsSent rw="R" t="unsignedInt" v=""></ErrorsSent>

<ErrorsReceived rw="R" t="unsignedInt" v=""></ErrorsReceived>

<UnicastPacketsSent rw="R" t="unsignedInt" v=""></UnicastPacketsSent>

<UnicastPacketsReceived rw="R" t="unsignedInt" v=""></UnicastPacketsReceived>

<DiscardPacketsSent rw="R" t="unsignedInt" v=""></DiscardPacketsSent>

<DiscardPacketsReceived rw="R" t="unsignedInt" v=""></DiscardPacketsReceived>

<MulticastPacketsSent rw="R" t="unsignedInt" v=""></MulticastPacketsSent>

<MulticastPacketsReceived rw="R" t="unsignedInt" v=""></MulticastPacketsReceived>

<BroadcastPacketsSent rw="R" t="unsignedInt" v=""></BroadcastPacketsSent>

<BroadcastPacketsReceived rw="R" t="unsignedInt" v=""></BroadcastPacketsReceived>

<UnknownProtoPacketsReceived rw="R" t="unsignedInt" v=""></UnknownProtoPacketsReceived>

<X_ASB_COM_BytesSent ml="32" rw="R" t="string" v=""></X_ASB_COM_BytesSent>

<X_ASB_COM_BytesReceived ml="32" rw="R" t="string" v=""></X_ASB_COM_BytesReceived>

<X_ASB_COM_PacketsSent ml="32" rw="R" t="string" v=""></X_ASB_COM_PacketsSent>

<X_ASB_COM_PacketsReceived ml="32" rw="R" t="string" v=""></X_ASB_COM_PacketsReceived>

</Stats.>

</LANEthernetInterfaceConfig.2.>

<LANEthernetInterfaceConfig.3. n="LanEthIntf" t="dynamicObject">

<Enable dv="true" rw="RW" t="boolean" v="true"></Enable>

<X_ASB_COM_Enable dv="true" rw="RW" t="boolean" v="true"></X_ASB_COM_Enable>

<Status dv="" ml="32" rw="R" t="string" v="" va="intf4StatusValues"></Status>

<MACAddress dv="" ml="32" rw="R" t="string" v=""></MACAddress>

<MACAddressControlEnabled dv="" rw="RW" t="boolean" v=""></MACAddressControlEnabled>

<MaxBitRate dv="Auto" ml="32" rw="RW" t="string" v="Auto" va="ethLanMaxBitRateValues"></MaxBitRate>

<X_CU_AdaptRate dv="Auto" ml="32" rw="R" t="string" v="Auto" va="ethLanMaxBitRateValues"></X_CU_AdaptRate>

<DuplexMode dv="Auto" ml="32" rw="RW" t="string" v="Auto" va="duplexModeValues"></DuplexMode>

<X_ASB_COM_MaxBitRate dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_MaxBitRate>

<X_ASB_COM_DuplexMode dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_DuplexMode>

<TheoryMaxBitRate dv="1000" ml="32" rw="R" t="string" v="1000" va="ethLanMaxBitRateValues"></TheoryMaxBitRate>

<X_ASB_COM_IfName dv="" ml="32" rw="R" t="string" v=""></X_ASB_COM_IfName>

<X_ASB_COM_EthernetPriorityMark dv="-1" max="7" min="-1" rw="RW" t="int" v="-1"></X_ASB_COM_EthernetPriorityMark>

<X_ASB_COM_dot1qPvid dv="1" max="4096" min="0" rw="RW" t="int" v="1"></X_ASB_COM_dot1qPvid>

<X_CT-COM_Mode dv="0" rw="RW" t="unsignedInt" v=""></X_CT-COM_Mode>

<X_CT-COM_VLAN dv="" ml="64" rw="RW" t="string" v=""></X_CT-COM_VLAN>

<X_CT-COM_DetectionStatus dv="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_DetectionStatus>

<AccessEquipmentMac dv="" ml="256" rw="RW" t="string" v=""></AccessEquipmentMac>

<Stats. n="LanEthIntfStats" t="staticObject">

<BytesSent rw="R" t="unsignedInt" v=""></BytesSent>

<BytesReceived rw="R" t="unsignedInt" v=""></BytesReceived>

<PacketsSent rw="R" t="unsignedInt" v=""></PacketsSent>

<PacketsReceived rw="R" t="unsignedInt" v=""></PacketsReceived>

<ErrorsSent rw="R" t="unsignedInt" v=""></ErrorsSent>

<ErrorsReceived rw="R" t="unsignedInt" v=""></ErrorsReceived>

<UnicastPacketsSent rw="R" t="unsignedInt" v=""></UnicastPacketsSent>

<UnicastPacketsReceived rw="R" t="unsignedInt" v=""></UnicastPacketsReceived>

<DiscardPacketsSent rw="R" t="unsignedInt" v=""></DiscardPacketsSent>

<DiscardPacketsReceived rw="R" t="unsignedInt" v=""></DiscardPacketsReceived>

<MulticastPacketsSent rw="R" t="unsignedInt" v=""></MulticastPacketsSent>

<MulticastPacketsReceived rw="R" t="unsignedInt" v=""></MulticastPacketsReceived>

<BroadcastPacketsSent rw="R" t="unsignedInt" v=""></BroadcastPacketsSent>

<BroadcastPacketsReceived rw="R" t="unsignedInt" v=""></BroadcastPacketsReceived>

<UnknownProtoPacketsReceived rw="R" t="unsignedInt" v=""></UnknownProtoPacketsReceived>

<X_ASB_COM_BytesSent ml="32" rw="R" t="string" v=""></X_ASB_COM_BytesSent>

<X_ASB_COM_BytesReceived ml="32" rw="R" t="string" v=""></X_ASB_COM_BytesReceived>

<X_ASB_COM_PacketsSent ml="32" rw="R" t="string" v=""></X_ASB_COM_PacketsSent>

<X_ASB_COM_PacketsReceived ml="32" rw="R" t="string" v=""></X_ASB_COM_PacketsReceived>

</Stats.>

</LANEthernetInterfaceConfig.3.>

<LANEthernetInterfaceConfig.4. n="LanEthIntf" t="dynamicObject">

<Enable dv="true" rw="RW" t="boolean" v="true"></Enable>

<X_ASB_COM_Enable dv="true" rw="RW" t="boolean" v="true"></X_ASB_COM_Enable>

<Status dv="" ml="32" rw="R" t="string" v="" va="intf4StatusValues"></Status>

<MACAddress dv="" ml="32" rw="R" t="string" v=""></MACAddress>

<MACAddressControlEnabled dv="" rw="RW" t="boolean" v=""></MACAddressControlEnabled>

<MaxBitRate dv="Auto" ml="32" rw="RW" t="string" v="Auto" va="ethLanMaxBitRateValues"></MaxBitRate>

<X_CU_AdaptRate dv="Auto" ml="32" rw="R" t="string" v="Auto" va="ethLanMaxBitRateValues"></X_CU_AdaptRate>

<DuplexMode dv="Auto" ml="32" rw="RW" t="string" v="Auto" va="duplexModeValues"></DuplexMode>

<X_ASB_COM_MaxBitRate dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_MaxBitRate>

<X_ASB_COM_DuplexMode dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_DuplexMode>

<TheoryMaxBitRate dv="1000" ml="32" rw="R" t="string" v="1000" va="ethLanMaxBitRateValues"></TheoryMaxBitRate>

<X_ASB_COM_IfName dv="" ml="32" rw="R" t="string" v=""></X_ASB_COM_IfName>

<X_ASB_COM_EthernetPriorityMark dv="-1" max="7" min="-1" rw="RW" t="int" v="-1"></X_ASB_COM_EthernetPriorityMark>

<X_ASB_COM_dot1qPvid dv="1" max="4096" min="0" rw="RW" t="int" v="1"></X_ASB_COM_dot1qPvid>

<X_CT-COM_Mode dv="0" rw="RW" t="unsignedInt" v=""></X_CT-COM_Mode>

<X_CT-COM_VLAN dv="" ml="64" rw="RW" t="string" v=""></X_CT-COM_VLAN>

<X_CT-COM_DetectionStatus dv="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_DetectionStatus>

<AccessEquipmentMac dv="" ml="256" rw="RW" t="string" v=""></AccessEquipmentMac>

<Stats. n="LanEthIntfStats" t="staticObject">

<BytesSent rw="R" t="unsignedInt" v=""></BytesSent>

<BytesReceived rw="R" t="unsignedInt" v=""></BytesReceived>

<PacketsSent rw="R" t="unsignedInt" v=""></PacketsSent>

<PacketsReceived rw="R" t="unsignedInt" v=""></PacketsReceived>

<ErrorsSent rw="R" t="unsignedInt" v=""></ErrorsSent>

<ErrorsReceived rw="R" t="unsignedInt" v=""></ErrorsReceived>

<UnicastPacketsSent rw="R" t="unsignedInt" v=""></UnicastPacketsSent>

<UnicastPacketsReceived rw="R" t="unsignedInt" v=""></UnicastPacketsReceived>

<DiscardPacketsSent rw="R" t="unsignedInt" v=""></DiscardPacketsSent>

<DiscardPacketsReceived rw="R" t="unsignedInt" v=""></DiscardPacketsReceived>

<MulticastPacketsSent rw="R" t="unsignedInt" v=""></MulticastPacketsSent>

<MulticastPacketsReceived rw="R" t="unsignedInt" v=""></MulticastPacketsReceived>

<BroadcastPacketsSent rw="R" t="unsignedInt" v=""></BroadcastPacketsSent>

<BroadcastPacketsReceived rw="R" t="unsignedInt" v=""></BroadcastPacketsReceived>

<UnknownProtoPacketsReceived rw="R" t="unsignedInt" v=""></UnknownProtoPacketsReceived>

<X_ASB_COM_BytesSent ml="32" rw="R" t="string" v=""></X_ASB_COM_BytesSent>

<X_ASB_COM_BytesReceived ml="32" rw="R" t="string" v=""></X_ASB_COM_BytesReceived>

<X_ASB_COM_PacketsSent ml="32" rw="R" t="string" v=""></X_ASB_COM_PacketsSent>

<X_ASB_COM_PacketsReceived ml="32" rw="R" t="string" v=""></X_ASB_COM_PacketsReceived>

</Stats.>

</LANEthernetInterfaceConfig.4.>

<LANUSBInterfaceConfig.1. n="LanUsbIntf" t="dynamicObject">

<Enable dv="" rw="RW" t="boolean" v=""></Enable>

<Status dv="" ml="32" rw="R" t="string" v="" va="intf4StatusValues"></Status>

<MACAddress dv="" ml="32" rw="R" t="string" v=""></MACAddress>

<MACAddressControlEnabled dv="" rw="RW" t="boolean" v=""></MACAddressControlEnabled>

<Standard dv="" ml="6" rw="R" t="string" v=""></Standard>

<Type dv="" ml="32" rw="R" t="string" v="" va="usbIntfTypeValues"></Type>

<Rate dv="" ml="32" rw="R" t="string" v="" va="RateValues"></Rate>

<Power dv="" ml="32" rw="R" t="string" v="" va="PowerValues"></Power>

<X_ASB_COM_IfName dv="" ml="32" rw="R" t="string" v=""></X_ASB_COM_IfName>

<X_CU_USBPortStatus dv="" ml="32" rw="R" t="string" v="None"></X_CU_USBPortStatus>

<Stats. n="LanUsbIntfStats" t="staticObject">

<BytesSent rw="R" t="unsignedInt" v=""></BytesSent>

<BytesReceived rw="R" t="unsignedInt" v=""></BytesReceived>

<CellsSent rw="R" t="unsignedInt" v=""></CellsSent>

<CellsReceived rw="R" t="unsignedInt" v=""></CellsReceived>

<X_ASB_COM_PacketsSent rw="R" t="unsignedInt" v=""></X_ASB_COM_PacketsSent>

<X_ASB_COM_PacketsReceived rw="R" t="unsignedInt" v=""></X_ASB_COM_PacketsReceived>

<X_ASB_COM_TxErrors rw="R" t="unsignedInt" v=""></X_ASB_COM_TxErrors>

<X_ASB_COM_RxErrors rw="R" t="unsignedInt" v=""></X_ASB_COM_RxErrors>

<X_ASB_COM_TxDrops rw="R" t="unsignedInt" v=""></X_ASB_COM_TxDrops>

<X_ASB_COM_RxDrops rw="R" t="unsignedInt" v=""></X_ASB_COM_RxDrops>

</Stats.>

</LANUSBInterfaceConfig.1.>

<WLANConfiguration.1. n="LanWlan" t="dynamicObject" status="deleted">

<X_ASB_COM_EnhancedPower dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_EnhancedPower>

<X_CT-COM_SSIDHide dv="false" rw="RW" t="boolean" v="false"></X_CT-COM_SSIDHide>

<X_CT-COM_SameSSIDStatus dv="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_SameSSIDStatus>

<X_CT-COM_RatePriority dv="false" rw="RW" t="boolean" v="false"></X_CT-COM_RatePriority>

<X_CT-COM_RFBand dv="0" max="1" min="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_RFBand>

<X_CT-COM_ChannelWidth dv="0" max="4" min="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_ChannelWidth>

<X_CT-COM_GuardInterval dv="1" max="1" min="0" rw="RW" t="unsignedInt" v="1"></X_CT-COM_GuardInterval>

<X_CT-COM_RetryTimeout dv="20" rw="RW" t="unsignedInt" v="20"></X_CT-COM_RetryTimeout>

<X_CT-COM_Powerlevel dv="1" max="6" min="1" rw="RW" t="unsignedInt" v="1"></X_CT-COM_Powerlevel>

<X_CT-COM_PowerValue dv="23" rw="R" t="unsignedInt" v="23"></X_CT-COM_PowerValue>

<RadioEnabled dv="true" rw="RW" t="boolean" st="union_begin" v="true"></RadioEnabled>

<X_CT-COM_APModuleEnable dv="true" rw="RW" t="boolean" st="union_end" v="true"></X_CT-COM_APModuleEnable>

<X_CT-COM_WPSKeyWord dv="128" max="128" min="0" rw="RW" t="unsignedInt" v="128"></X_CT-COM_WPSKeyWord>

<X_CT-COM_Mode dv="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_Mode>

<X_CT-COM_VLAN dv="" ml="64" rw="RW" t="string" v=""></X_CT-COM_VLAN>

<X_CT-COM_SSID dv="ChinaNet-HGU" ml="33" rw="RW" t="string" st="union_begin" v="ChinaNet-HGU"></X_CT-COM_SSID>

<SSID dv="ChinaNet-HGU" ml="33" rw="RW" t="string" st="union_end" v="ChinaNet-HGU"></SSID>

<X_CT-COM_BeaconType dv="WPA/WPA2" ml="32" rw="RW" t="string" st="union_begin" v="WPA/WPA2"></X_CT-COM_BeaconType>

<BeaconType dv="WPA/WPA2" ml="32" rw="RW" t="string" st="union_end" v="WPA/WPA2"></BeaconType>

<X_CT-COM_WEPKeyIndex dv="1" max="4" min="1" rw="RW" t="unsignedInt" st="union_begin" v="1"></X_CT-COM_WEPKeyIndex>

<WEPKeyIndex dv="1" max="4" min="1" rw="RW" t="unsignedInt" st="union_end" v="1"></WEPKeyIndex>

<X_CT-COM_KeyPassphrase dv="87654321" ml="64" rw="RW" t="string" st="union_begin" v="87654321"></X_CT-COM_KeyPassphrase>

<KeyPassphrase dv="87654321" ml="64" rw="RW" t="string" st="union_end" v="87654321"></KeyPassphrase>

<X_CT-COM_WEPEncryptionLevel dv="40-bit" ml="32" rw="RW" t="string" st="union_begin" v="40-bit"></X_CT-COM_WEPEncryptionLevel>

<WEPEncryptionLevel dv="40-bit" ml="32" rw="RW" t="string" st="union_end" v="40-bit"></WEPEncryptionLevel>

<X_CT-COM_BasicEncryptionModes dv="None" ml="32" rw="RW" t="string" st="union_begin" v="None"></X_CT-COM_BasicEncryptionModes>

<BasicEncryptionModes dv="None" ml="32" rw="RW" t="string" st="union_end" v="None"></BasicEncryptionModes>

<X_CT-COM_BasicAuthenticationMode dv="Both" ml="32" rw="RW" t="string" st="union_begin" v="Both"></X_CT-COM_BasicAuthenticationMode>

<BasicAuthenticationMode dv="Both" ml="32" rw="RW" t="string" st="union_end" v="Both"></BasicAuthenticationMode>

<X_CT-COM_WPAEncryptionModes dv="TKIPandAESEncryption" ml="32" rw="RW" t="string" st="union_begin" v="TKIPandAESEncryption"></X_CT-COM_WPAEncryptionModes>

<IEEE11iEncryptionModes dv="TKIPEncryption" ml="32" rw="RW" t="string" st="union" v="TKIPEncryption"></IEEE11iEncryptionModes>

<WPAEncryptionModes dv="TKIPandAESEncryption" ml="32" rw="RW" t="string" st="union_end" v="TKIPandAESEncryption"></WPAEncryptionModes>

<X_CT-COM_WPAAuthenticationMode dv="PSKAuthentication" ml="32" rw="RW" t="string" st="union_begin" v="PSKAuthentication"></X_CT-COM_WPAAuthenticationMode>

<IEEE11iAuthenticationMode dv="PSKAuthentication" ml="32" rw="RW" t="string" st="union" v="PSKAuthentication"></IEEE11iAuthenticationMode>

<WPAAuthenticationMode dv="PSKAuthentication" ml="32" rw="RW" t="string" st="union_end" v="PSKAuthentication"></WPAAuthenticationMode>

<X_CT-COM_PassWord dv="xGnd2xQPFSvaBuElUHX+bQ==" ml="512" rw="RW" t="string" v="xGnd2xQPFSvaBuElUHX+bQ==" ealgo="ab"></X_CT-COM_PassWord>

<X_CT-COM_DetectionStatus dv="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_DetectionStatus>

<X_CU_LoopStatus dv="0" max="255" min="0" rw="RW" t="unsignedInt" v="0"></X_CU_LoopStatus>

<X_CU_Dual_bandsupport dv="" rw="RW" t="boolean" v=""></X_CU_Dual_bandsupport>

<Enable dv="true" rw="RW" t="boolean" v="true"></Enable>

<Status dv="Disabled" ml="16" rw="R" t="string" v="Disabled"></Status>

<Name dv="wl0" ml="16" rw="R" t="string" v="wl0"></Name>

<BSSID dv="" ml="32" rw="R" t="string" v=""></BSSID>

<MaxBitRate dv="Auto" ml="8" rw="RW" t="string" v="Auto"></MaxBitRate>

<Channel dv="0" max="255" min="0" rw="RW" t="unsignedInt" v="0"></Channel>

<AutoChannelEnable dv="true" rw="RW" t="boolean" v="true"></AutoChannelEnable>

<X_ASB_COM_MuMimoEnable dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_MuMimoEnable>

<X_ASB_COM_SSIDAlias dv="2.4G-1" ml="32" rw="R" t="string" v="2.4G-1"></X_ASB_COM_SSIDAlias>

<X_ASB_COM_Owner dv="ITMS" ml="31" rw="RW" t="string" v="ITMS"></X_ASB_COM_Owner>

<X_ASB_COM_Service dv="Internet" ml="31" rw="RW" t="string" v="Internet"></X_ASB_COM_Service>

<X_ASB_COM_MACAccessMode dv="0" max="2" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_MACAccessMode>

<X_ASB_COM_AccessRule dv="0" max="2" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_AccessRule>

<X_ASB_COM_AllowedIPPort dv="" ml="257" rw="RW" t="string" v=""></X_ASB_COM_AllowedIPPort>

<X_ASB_COM_USBandwidth dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_USBandwidth>

<X_ASB_COM_DSBandwidthe dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_DSBandwidthe>

<X_ASB_COM_MeshBackhaul dv="0" max="1" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_MeshBackhaul>

<X_ASB_COM_MeshFronthaul dv="1" max="1" min="0" rw="RW" t="unsignedInt" v="1"></X_ASB_COM_MeshFronthaul>

<X_ASB_COM_Noise dv="-87" rw="R" t="int" v="-87"></X_ASB_COM_Noise>

<X_ASB_COM_ChannelsInAvailability dv="0" max="100" min="0" rw="R" t="unsignedInt" st="union_begin" v="0"></X_ASB_COM_ChannelsInAvailability>

<X_ASB_COM_InterferencePercent dv="0" max="100" min="0" rw="R" t="unsignedInt" st="union_end" v="0"></X_ASB_COM_InterferencePercent>

<X_ASB_COM_IdlePercent dv="100" max="100" min="0" rw="R" t="unsignedInt" v="100"></X_ASB_COM_IdlePercent>

<X_ASB_COM_BeaconFails dv="0" rw="R" t="unsignedInt" v="0"></X_ASB_COM_BeaconFails>

<X_ASB_COM_AirtimeFairEnable dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_AirtimeFairEnable>

<MACAddressControlEnabled dv="" rw="RW" t="boolean" v=""></MACAddressControlEnabled>

<Standard dv="n" ml="32" rw="RW" t="string" v="n"></Standard>

<PossibleChannels dv="" ml="256" rw="R" t="string" v=""></PossibleChannels>

<BasicDataTransmitRates dv="54" ml="256" rw="RW" t="string" v="54"></BasicDataTransmitRates>

<OperationalDataTransmitRates dv="" ml="256" rw="RW" t="string" v=""></OperationalDataTransmitRates>

<PossibleDataTransmitRates dv="" ml="256" rw="R" t="string" v=""></PossibleDataTransmitRates>

<InsecureOOBAccessEnabled dv="" rw="RW" t="boolean" v=""></InsecureOOBAccessEnabled>

<BeaconAdvertisementEnabled dv="true" rw="RW" t="boolean" v="true"></BeaconAdvertisementEnabled>

<TransmitPowerSupported dv="0,20,40,60,80,100" ml="64" rw="R" t="string" v="0,20,40,60,80,100"></TransmitPowerSupported>

<TransmitPower dv="100" rw="RW" t="unsignedInt" v="100"></TransmitPower>

<AutoRateFallBackEnabled dv="" rw="RW" t="boolean" v=""></AutoRateFallBackEnabled>

<LocationDescription dv="" ml="256" rw="RW" t="string" v=""></LocationDescription>

<RegulatoryDomain dv="CN" ml="3" rw="RW" t="string" v="CN"></RegulatoryDomain>

<TotalPSKFailures dv="0" rw="R" t="unsignedInt" v="0"></TotalPSKFailures>

<TotalIntegrityFailures dv="0" rw="R" t="unsignedInt" v="0"></TotalIntegrityFailures>

<ChannelsInUse dv="0" ml="128" rw="R" t="string" v="0"></ChannelsInUse>

<DeviceOperationMode dv="InfrastructureAccessPoint" ml="32" rw="R" t="string" v="InfrastructureAccessPoint"></DeviceOperationMode>

<DistanceFromRoot dv="0" rw="RW" t="unsignedInt" v="0"></DistanceFromRoot>

<PeerBSSID dv="" ml="32" rw="RW" t="string" v=""></PeerBSSID>

<AuthenticationServiceMode dv="" ml="32" rw="RW" t="string" v=""></AuthenticationServiceMode>

<WMMSupported dv="true" rw="R" t="boolean" v="true"></WMMSupported>

<UAPSDSupported dv="true" rw="R" t="boolean" v="true"></UAPSDSupported>

<WMMEnable dv="true" rw="RW" t="boolean" v="true"></WMMEnable>

<X_ASB_COM_WMM_dbus dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_WMM_dbus>

<UAPSDEnable dv="true" rw="RW" t="boolean" v="true"></UAPSDEnable>

<TotalBytesSent dv="0" rw="R" t="unsignedInt" v="0"></TotalBytesSent>

<TotalBytesReceived dv="0" rw="R" t="unsignedInt" v="0"></TotalBytesReceived>

<TotalPacketsSent dv="0" rw="R" t="unsignedInt" v="0"></TotalPacketsSent>

<TotalPacketsReceived dv="0" rw="R" t="unsignedInt" v="0"></TotalPacketsReceived>

<SSIDIsolate dv="0" rw="RW" t="unsignedInt" v="0"></SSIDIsolate>

<WPSEnable dv="0" rw="RW" t="unsignedInt" v="0"></WPSEnable>

<WPSMode dv="pbc" ml="32" rw="RW" t="string" v="pbc"></WPSMode>

<MacAddr dv="0.0.0.0" ml="32" rw="RW" t="string" v="0.0.0.0"></MacAddr>

<radiusServerIp dv="0.0.0.0" ml="32" rw="RW" t="string" v="0.0.0.0"></radiusServerIp>

<radiusPort dv="1812" ml="32" rw="RW" t="string" v="1812"></radiusPort>

<radiusPassword dv="J+LcpCKW3z+68EsZZlscQQ==" ml="32" rw="RW" t="string" v="J+LcpCKW3z+68EsZZlscQQ==" ealgo="ab"></radiusPassword>

<X_ASB_COM_InMgtDomain dv="2" rw="RW" t="int" v="2"></X_ASB_COM_InMgtDomain>

<X_ASB_COM_routeMode dv="2" rw="RW" t="int" v="2"></X_ASB_COM_routeMode>

<X_ASB_COM_radiusServerIp2 dv="0.0.0.0" ml="32" rw="RW" t="string" v="0.0.0.0"></X_ASB_COM_radiusServerIp2>

<X_ASB_COM_radiusPort2 dv="1812" ml="32" rw="RW" t="string" v="1812"></X_ASB_COM_radiusPort2>

<X_ASB_COM_radiusPassword2 dv="J+LcpCKW3z+68EsZZlscQQ==" ml="32" rw="RW" t="string" v="J+LcpCKW3z+68EsZZlscQQ==" ealgo="ab"></X_ASB_COM_radiusPassword2>

<X_ASB_COM_RxErrors dv="0" rw="R" t="unsignedInt" v="0"></X_ASB_COM_RxErrors>

<X_ASB_COM_RxDrops dv="0" rw="R" t="unsignedInt" v="0"></X_ASB_COM_RxDrops>

<X_ASB_COM_TxErrors dv="0" rw="R" t="unsignedInt" v="0"></X_ASB_COM_TxErrors>

<X_ASB_COM_TxDrops dv="0" rw="R" t="unsignedInt" v="0"></X_ASB_COM_TxDrops>

<TotalAssociations dv="0" rw="RW" t="unsignedInt" v="0"></TotalAssociations>

<X_ASB_COM_11n_MCS_Index dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_11n_MCS_Index>

<X_ASB_COM_11n_Control_Sideband dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_11n_Control_Sideband>

<X_ASB_COM_BaseCfg_CoreRev dv="0" rw="R" t="int" v="0"></X_ASB_COM_BaseCfg_CoreRev>

<X_ASB_COM_BaseCfg_FrgThrshld dv="2346" rw="RW" t="int" v="2346"></X_ASB_COM_BaseCfg_FrgThrshld>

<X_ASB_COM_BaseCfg_RtsThrshld dv="2347" rw="RW" t="int" v="2347"></X_ASB_COM_BaseCfg_RtsThrshld>

<X_ASB_COM_BaseCfg_DtmIntvl dv="1" rw="RW" t="int" v="1"></X_ASB_COM_BaseCfg_DtmIntvl>

<X_ASB_COM_BaseCfg_BcnIntvl dv="100" rw="RW" t="int" v="100"></X_ASB_COM_BaseCfg_BcnIntvl>

<X_ASB_COM_BaseCfg_GMode dv="1" rw="RW" t="int" v="1"></X_ASB_COM_BaseCfg_GMode>

<X_ASB_COM_BaseCfg_MCastRate dv="0" rw="RW" t="int" v="0"></X_ASB_COM_BaseCfg_MCastRate>

<X_ASB_COM_BaseCfg_RegMode dv="0" rw="RW" t="int" v="0"></X_ASB_COM_BaseCfg_RegMode>

<X_ASB_COM_BaseCfg_DfsPreIsm dv="60" rw="RW" t="int" v="60"></X_ASB_COM_BaseCfg_DfsPreIsm>

<X_ASB_COM_BaseCfg_DfsPostIsm dv="60" rw="RW" t="int" v="60"></X_ASB_COM_BaseCfg_DfsPostIsm>

<X_ASB_COM_BaseCfg_TpcDb dv="0" rw="RW" t="int" v="0"></X_ASB_COM_BaseCfg_TpcDb>

<X_ASB_COM_BaseCfg_CsScanTimer dv="0" rw="RW" t="int" v="0"></X_ASB_COM_BaseCfg_CsScanTimer>

<X_ASB_COM_BaseCfg_GlobalMaxAssoc dv="40" rw="RW" t="int" v="40"></X_ASB_COM_BaseCfg_GlobalMaxAssoc>

<X_ASB_COM_BaseCfg_MBands dv="2" rw="RW" t="int" v="2"></X_ASB_COM_BaseCfg_MBands>

<X_ASB_COM_BaseCfg_LazyWds dv="0" rw="RW" t="int" v="0"></X_ASB_COM_BaseCfg_LazyWds>

<X_ASB_COM_BaseCfg_MBSSIDSupported dv="1" rw="R" t="int" v="1"></X_ASB_COM_BaseCfg_MBSSIDSupported>

<X_ASB_COM_BaseCfg_AburnSupported dv="1" rw="R" t="int" v="1"></X_ASB_COM_BaseCfg_AburnSupported>

<X_ASB_COM_BaseCfg_AmpduSupported dv="0" rw="RW" t="int" v="0"></X_ASB_COM_BaseCfg_AmpduSupported>

<X_ASB_COM_BaseCfg_AmsduSupported dv="0" rw="RW" t="int" v="0"></X_ASB_COM_BaseCfg_AmsduSupported>

<X_ASB_COM_BaseCfg_WmfSupported dv="1" rw="R" t="int" v="1"></X_ASB_COM_BaseCfg_WmfSupported>

<X_ASB_COM_BaseCfg_VecSupported dv="0" rw="RW" t="int" v="0"></X_ASB_COM_BaseCfg_VecSupported>

<X_ASB_COM_BaseCfg_Vec dv="0" rw="RW" t="int" v="0"></X_ASB_COM_BaseCfg_Vec>

<X_ASB_COM_BaseCfg_Iperf dv="0" rw="RW" t="int" v="0"></X_ASB_COM_BaseCfg_Iperf>

<X_ASB_COM_BaseCfg_Infra dv="1" rw="RW" t="int" v="1"></X_ASB_COM_BaseCfg_Infra>

<X_ASB_COM_BaseCfg_AntDiv dv="0" rw="RW" t="int" v="0"></X_ASB_COM_BaseCfg_AntDiv>

<X_ASB_COM_BaseCfg_WmeNoAck dv="0" rw="RW" t="int" v="0"></X_ASB_COM_BaseCfg_WmeNoAck>

<X_ASB_COM_BaseCfg_RifsAdvert dv="0" rw="RW" t="int" v="0"></X_ASB_COM_BaseCfg_RifsAdvert>

<X_ASB_COM_BaseCfg_ChanImEnab dv="1" rw="RW" t="int" v="1"></X_ASB_COM_BaseCfg_ChanImEnab>

<X_ASB_COM_BaseCfg_ObssCoex dv="0" rw="RW" t="int" v="0"></X_ASB_COM_BaseCfg_ObssCoex>

<X_ASB_COM_BaseCfg_RxChainPwrSaveEnable dv="0" rw="RW" t="int" v="0"></X_ASB_COM_BaseCfg_RxChainPwrSaveEnable>

<X_ASB_COM_BaseCfg_RxChainPwrSaveQuietTime dv="10" rw="RW" t="int" v="10"></X_ASB_COM_BaseCfg_RxChainPwrSaveQuietTime>

<X_ASB_COM_BaseCfg_RxChainPwrSavePps dv="10" rw="RW" t="int" v="10"></X_ASB_COM_BaseCfg_RxChainPwrSavePps>

<X_ASB_COM_BaseCfg_RadioPwrSaveEnable dv="0" max="1" min="0" rw="RW" t="int" v="0"></X_ASB_COM_BaseCfg_RadioPwrSaveEnable>

<X_ASB_COM_BaseCfg_RadioPwrSavePps dv="10" rw="RW" t="int" v="10"></X_ASB_COM_BaseCfg_RadioPwrSavePps>

<X_ASB_COM_BaseCfg_RadioPwrSaveLevel dv="0" max="2" min="0" rw="RW" t="int" v="0"></X_ASB_COM_BaseCfg_RadioPwrSaveLevel>

<X_ASB_COM_BaseCfg_RadioPwrSaveQuietTime dv="10" rw="RW" t="int" v="10"></X_ASB_COM_BaseCfg_RadioPwrSaveQuietTime>

<X_ASB_COM_VirtualIfCfg_BrName dv="br0" ml="32" rw="RW" t="string" v="br0"></X_ASB_COM_VirtualIfCfg_BrName>

<X_ASB_COM_VirtualIfCfg_WpaGTKRekey dv="0" rw="RW" t="int" v="0"></X_ASB_COM_VirtualIfCfg_WpaGTKRekey>

<X_ASB_COM_VirtualIfCfg_RadiusKey dv="" ml="32" rw="RW" t="string" v="" ealgo="ab"></X_ASB_COM_VirtualIfCfg_RadiusKey>

<X_ASB_COM_VirtualIfCfg_RadiusServerIP dv="0.0.0.0" ml="32" rw="RW" t="string" v="0.0.0.0"></X_ASB_COM_VirtualIfCfg_RadiusServerIP>

<X_ASB_COM_VirtualIfCfg_RadiusPort dv="1812" rw="RW" t="int" v="1812"></X_ASB_COM_VirtualIfCfg_RadiusPort>

<X_ASB_COM_VirtualIfCfg_WapiCertificate dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_VirtualIfCfg_WapiCertificate>

<X_ASB_COM_VirtualIfCfg_Preauth dv="0" rw="RW" t="int" v="0"></X_ASB_COM_VirtualIfCfg_Preauth>

<X_ASB_COM_VirtualIfCfg_NetReauth dv="36000" rw="RW" t="int" v="36000"></X_ASB_COM_VirtualIfCfg_NetReauth>

<X_ASB_COM_VirtualIfCfg_APIsolation dv="0" rw="RW" t="int" v="0"></X_ASB_COM_VirtualIfCfg_APIsolation>

<X_ASB_COM_VirtualIfCfg_MaxAssoc dv="40" rw="RW" t="int" v="40"></X_ASB_COM_VirtualIfCfg_MaxAssoc>

<X_ASB_COM_VirtualIfCfg_DisableWme dv="0" rw="RW" t="int" v="0"></X_ASB_COM_VirtualIfCfg_DisableWme>

<X_ASB_COM_VirtualIfCfg_FltMacMode dv="disabled" ml="16" rw="RW" t="string" v="disabled"></X_ASB_COM_VirtualIfCfg_FltMacMode>

<X_ASB_COM_VirtualIfCfg_EnableWmf dv="0" rw="RW" t="int" v="0"></X_ASB_COM_VirtualIfCfg_EnableWmf>

<AccessEquipmentMac dv="" ml="256" rw="RW" t="string" v=""></AccessEquipmentMac>

<AssociatedDevice.1. n="LanWlanAssociatedDeviceEntry" t="dynamicObject" status="deleted">

<MACAddress dv="" ml="32" rw="RW" t="string" v=""></MACAddress>

<IPAddress dv="" ml="64" rw="RW" t="string" v=""></IPAddress>

<AssociatedDeviceMACAddress dv="" ml="32" rw="RW" t="string" v=""></AssociatedDeviceMACAddress>

<AssociatedDeviceIPAddress dv="" ml="64" rw="RW" t="string" v=""></AssociatedDeviceIPAddress>

<AssociatedDeviceAuthenticationState dv="" rw="RW" t="boolean" v=""></AssociatedDeviceAuthenticationState>

<LastRequestedUnicastCipher dv="" ml="256" rw="RW" t="string" v=""></LastRequestedUnicastCipher>

<LastRequestedMulticastCipher dv="" ml="256" rw="RW" t="string" v=""></LastRequestedMulticastCipher>

<LastPMKId dv="" ml="256" rw="RW" t="string" v=""></LastPMKId>

<LastDataTransmitRate dv="" ml="4" rw="RW" t="string" v=""></LastDataTransmitRate>

<X_ASB_COM_Associated dv="0" rw="RW" t="int" v="0"></X_ASB_COM_Associated>

<X_ASB_COM_Authorized dv="0" rw="RW" t="int" v="0"></X_ASB_COM_Authorized>

<X_ASB_COM_Ssid dv="" ml="48" rw="RW" t="string" v=""></X_ASB_COM_Ssid>

<X_ASB_COM_Ifcname dv="" ml="16" rw="RW" t="string" v=""></X_ASB_COM_Ifcname>

<OperatingStandard dv="" ml="32" rw="RW" t="string" v=""></OperatingStandard>

<AuthenticationState dv="" ml="32" rw="RW" t="string" v=""></AuthenticationState>

<LastDataDownlinkRate dv="0" ml="32" rw="RW" t="int" v="0"></LastDataDownlinkRate>

<LastDataUplinkRate dv="0" ml="32" rw="RW" t="int" v="0"></LastDataUplinkRate>

<SignalStrength dv="0" ml="32" rw="RW" t="int" v="0"></SignalStrength>

<RSSI dv="0" rw="R" t="int" v="0"></RSSI>

<Retransmissions dv="0" ml="32" rw="RW" t="int" v="0"></Retransmissions>

<Active dv="" ml="32" rw="RW" t="string" v=""></Active>

<X_ASB_COM_LastConnectedTime ml="64" rw="R" t="dateTime" v=""></X_ASB_COM_LastConnectedTime>

<Stats. n="LanWlanAssociatedDeviceStatsEntry" t="staticObject">

<BytesSent rw="R" t="unsignedInt" v=""></BytesSent>

<BytesReceived rw="R" t="unsignedInt" v=""></BytesReceived>

<PacketsSent rw="R" t="unsignedInt" v=""></PacketsSent>

<PacketsReceived rw="R" t="unsignedInt" v=""></PacketsReceived>

<ErrorsSent rw="R" t="unsignedInt" v=""></ErrorsSent>

<ErrorsReceived rw="R" t="unsignedInt" v=""></ErrorsReceived>

<RetransCount rw="R" t="unsignedInt" v=""></RetransCount>

<FailedRetransCount rw="R" t="unsignedInt" v=""></FailedRetransCount>

<RetryCount rw="R" t="unsignedInt" v=""></RetryCount>

<MultipleRetryCount rw="R" t="unsignedInt" v=""></MultipleRetryCount>

</Stats.>

</AssociatedDevice.1.>

<WEPKey.1. n="LanWlanWepKey" t="dynamicObject" status="deleted">

<WEPKey dv="1R2N727sVW1BFTGgqFqkZA==" ml="128" rw="RW" t="string" v="1R2N727sVW1BFTGgqFqkZA==" ealgo="ab"></WEPKey>

</WEPKey.1.>

<PreSharedKey.1. n="LanWlanPreSharedKey" t="dynamicObject" status="deleted">

<KeyPassphrase dv="87654321" ml="65" rw="RW" t="string" st="union_begin" v="87654321"></KeyPassphrase>

<PreSharedKey dv="xGnd2xQPFSvaBuElUHX+bQ==" ml="65" rw="RW" t="string" st="union_end" v="xGnd2xQPFSvaBuElUHX+bQ==" ealgo="ab"></PreSharedKey>

<AssociatedDeviceMACAddress dv="" ml="32" rw="RW" t="string" v=""></AssociatedDeviceMACAddress>

</PreSharedKey.1.>

<WPS. n="LanWlanWPS" t="staticObject">

<Enable rw="RW" t="boolean" v="1"></Enable>

<X_CMCC_WPSRegistrationState ml="32" rw="RW" t="string" v="Stop"></X_CMCC_WPSRegistrationState>

<DeviceName ml="32" rw="RW" t="string" v=""></DeviceName>

<DevicePassword rw="RW" t="unsignedInt" v=""></DevicePassword>

<UUID ml="36" rw="RW" t="string" v=""></UUID>

<Version rw="R" t="unsignedInt" v=""></Version>

<ConfigMethodsSupported ml="32" rw="R" t="string" v=""></ConfigMethodsSupported>

<ConfigMethodsEnabled ml="32" rw="RW" t="string" v=""></ConfigMethodsEnabled>

<SetupLockedState ml="32" rw="R" t="string" v=""></SetupLockedState>

<SetupLock rw="RW" t="boolean" v=""></SetupLock>

<ConfigurationState ml="32" rw="RW" t="string" v="Configured"></ConfigurationState>

<LastConfigurationError ml="32" rw="R" t="string" v=""></LastConfigurationError>

<RegistrarNumberOfEntries rw="R" t="unsignedInt" v=""></RegistrarNumberOfEntries>

<RegistrarEstablished rw="R" t="boolean" v=""></RegistrarEstablished>

<X_ASB_COM_StaPin rw="RW" t="unsignedInt" v=""></X_ASB_COM_StaPin>

<X_ASB_COM_WPSReg ml="32" rw="RW" t="string" v="disabled"></X_ASB_COM_WPSReg>

<X_ASB_COM_AddER ml="32" rw="RW" t="string" v="0"></X_ASB_COM_AddER>

<X_ASB_COM_ProcStatus ml="32" rw="RW" t="string" v="0"></X_ASB_COM_ProcStatus>

<X_ASB_COM_Method ml="32" rw="RW" t="string" v="1"></X_ASB_COM_Method>

<X_ASB_COM_ConfigCommand ml="32" rw="RW" t="string" v="1"></X_ASB_COM_ConfigCommand>

<X_ASB_COM_ForceRestart ml="32" rw="RW" t="string" v="y"></X_ASB_COM_ForceRestart>

<X_ASB_COM_WPSEvent ml="32" rw="RW" t="string" v="a"></X_ASB_COM_WPSEvent>

<X_ASB_COM_OperationType ml="32" rw="RW" t="string" v="NONE"></X_ASB_COM_OperationType>

<Registrar.1. n="LanWlanWPSRgst" t="dynamicObject" status="deleted">

<Enable dv="" rw="RW" t="boolean" v=""></Enable>

<UUID dv="" ml="36" rw="RW" t="string" v=""></UUID>

<DeviceName dv="" ml="32" rw="RW" t="string" v=""></DeviceName>

</Registrar.1.>

</WPS.>

<Stats. n="LanWlanStats" t="staticObject">

<BytesSent rw="R" t="unsignedInt" v=""></BytesSent>

<BytesReceived rw="R" t="unsignedInt" v=""></BytesReceived>

<X_ASB_COM_PacketsSent rw="R" t="unsignedInt" v=""></X_ASB_COM_PacketsSent>

<X_ASB_COM_PacketsReceived rw="R" t="unsignedInt" v=""></X_ASB_COM_PacketsReceived>

<X_ASB_COM_TxErrors rw="R" t="unsignedInt" v=""></X_ASB_COM_TxErrors>

<X_ASB_COM_RxErrors rw="R" t="unsignedInt" v=""></X_ASB_COM_RxErrors>

<X_ASB_COM_TxDrops rw="R" t="unsignedInt" v=""></X_ASB_COM_TxDrops>

<X_ASB_COM_RxDrops rw="R" t="unsignedInt" v=""></X_ASB_COM_RxDrops>

<ErrorsSent rw="R" t="unsignedInt" v=""></ErrorsSent>

<ErrorsReceived rw="R" t="unsignedInt" v=""></ErrorsReceived>

<DiscardPacketsSent rw="R" t="unsignedInt" v=""></DiscardPacketsSent>

<DiscardPacketsReceived rw="R" t="unsignedInt" v=""></DiscardPacketsReceived>

</Stats.>

<X_ASB_COM_MacFltCfg.1. n="WlMacFlt" t="dynamicObject" status="deleted">

<X_ASB_COM_MacAddr dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_MacAddr>

</X_ASB_COM_MacFltCfg.1.>

<X_CU_WMMService.1. n="WMMService" t="dynamicObject" status="deleted">

<ServiceName dv="" ml="26" rw="R" t="string" v=""></ServiceName>

<AClevel dv="AC_BE" ml="26" rw="R" t="string" v="AC_BE"></AClevel>

<ServiceFeature dv="" ml="128" rw="R" t="string" v=""></ServiceFeature>

<Protocol dv="" ml="4" rw="RW" t="string" v=""></Protocol>

</X_CU_WMMService.1.>

<X_ASB_COM_WirelessRestart. n="WirelessRestart" t="staticObject">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<Time dv="0" ml="16" rw="RW" t="string" v="0"></Time>

</X_ASB_COM_WirelessRestart.>

<WirelessAccessControl. n="WirelessAccessControl" t="staticObject">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<IntensityThreshold-2G dv="-70dBm" ml="15" rw="RW" t="string" v="-70dBm"></IntensityThreshold-2G>

<IntensityThreshold-5G dv="-70dBm" ml="15" rw="RW" t="string" v="-70dBm"></IntensityThreshold-5G>

<MonitorTimes dv="5" rw="RW" t="int" v="5"></MonitorTimes>

<RetryCycle dv="5" rw="RW" t="int" v="5"></RetryCycle>

<WeakTimes dv="60" rw="RW" t="int" v="60"></WeakTimes>

</WirelessAccessControl.>

</WLANConfiguration.1.>

<AWifiConfiguration. n="AWifi" t="staticObject">

<X_ASB_COM_Individuation_Site_Service. n="IndivalSite" t="staticObject">

<X_ASB_COM_Version dv="" ml="32" rw="RW" t="string" v="v4.0.0"></X_ASB_COM_Version>

<X_ASB_COM_Register_Service dv="" ml="256" rw="RW" t="string" v="beta-pub.51awifi.com"></X_ASB_COM_Register_Service>

<X_ASB_COM_Register_Port dv="" ml="32" rw="RW" t="string" v="80"></X_ASB_COM_Register_Port>

<X_ASB_COM_Register_URL dv="" ml="256" rw="RW" t="string" v="api10/register"></X_ASB_COM_Register_URL>

<X_ASB_COM_Auth_Service dv="" ml="256" rw="RW" t="string" v="beta-auth.61awifi.com"></X_ASB_COM_Auth_Service>

<X_ASB_COM_Auth_Port dv="" ml="32" rw="RW" t="string" v="80"></X_ASB_COM_Auth_Port>

<X_ASB_COM_Auth_URL dv="" ml="256" rw="RW" t="string" v="api10/register"></X_ASB_COM_Auth_URL>

</X_ASB_COM_Individuation_Site_Service.>

<X_ASB_COM_Default_Service. n="DefSer" t="staticObject">

<X_ASB_COM_Register_Service dv="" ml="256" rw="RW" t="string" v="pub.51awifi.com"></X_ASB_COM_Register_Service>

<X_ASB_COM_Register_Port dv="" ml="32" rw="RW" t="string" v="80"></X_ASB_COM_Register_Port>

<X_ASB_COM_Register_URL dv="" ml="256" rw="RW" t="string" v="api10/register"></X_ASB_COM_Register_URL>

<X_ASB_COM_Auth_Service dv="" ml="256" rw="RW" t="string" v="auth.51awifi.com"></X_ASB_COM_Auth_Service>

<X_ASB_COM_Auth_Port dv="" ml="32" rw="RW" t="string" v="80"></X_ASB_COM_Auth_Port>

<X_ASB_COM_Portal_Service dv="" ml="256" rw="RW" t="string" v="auth.51awifi.com"></X_ASB_COM_Portal_Service>

<X_ASB_COM_Portal_Port dv="" ml="32" rw="RW" t="string" v="80"></X_ASB_COM_Portal_Port>

</X_ASB_COM_Default_Service.>

<X_ASB_COM_Auto_Upgrade_Configuration. n="AutoUpConf" t="staticObject">

<X_ASB_COM_Version dv="" ml="32" rw="RW" t="string" v="V4.0.0"></X_ASB_COM_Version>

<X_ASB_COM_Model dv="" ml="32" rw="RW" t="string" v="G-120WT-P"></X_ASB_COM_Model>

<X_ASB_COM_Vendor dv="" ml="32" rw="RW" t="string" v="NSB"></X_ASB_COM_Vendor>

<X_ASB_COM_Upgrade_Request_Service dv="" ml="256" rw="RW" t="string" v="http://beta-apupgrade.51awifi.com/upgrade/update.do"></X_ASB_COM_Upgrade_Request_Service>

<X_ASB_COM_Upgrade_Key dv="" ml="32" rw="RW" t="string" v="Aniw4YYncmmzw9MDxZJ8u9RfLUQ2qGK+VWC+06QtrA0=" ealgo="ab"></X_ASB_COM_Upgrade_Key>

<X_ASB_COM_Version_Report_Service dv="" ml="256" rw="RW" t="string" v="http://beta-apupgrade.51awifi.com/upgrade/conversion.do"></X_ASB_COM_Version_Report_Service>

<X_ASB_COM_City_Code dv="" ml="32" rw="RW" t="string" v="310000"></X_ASB_COM_City_Code>

</X_ASB_COM_Auto_Upgrade_Configuration.>

</AWifiConfiguration.>

<X_ASB_COM_LANEponInterfaceConfig.1. n="LanEponIntf" t="dynamicObject">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<Status dv="Up" ml="32" rw="R" t="string" v="Up" va="intf4StatusValues"></Status>

<IfName dv="" ml="32" rw="R" t="string" v=""></IfName>

<MACAddress dv="" ml="32" rw="R" t="string" v=""></MACAddress>

<MACAddressControlEnabled dv="false" rw="RW" t="boolean" v="false"></MACAddressControlEnabled>

<Stats. n="LanEponIntfStats" t="staticObject">

<BytesSent rw="R" t="unsignedInt" v="0"></BytesSent>

<BytesReceived rw="R" t="unsignedInt" v="0"></BytesReceived>

<PacketsSent rw="R" t="unsignedInt" v="0"></PacketsSent>

<PacketsReceived rw="R" t="unsignedInt" v="0"></PacketsReceived>

<TxErrors rw="R" t="unsignedInt" v=""></TxErrors>

<RxErrors rw="R" t="unsignedInt" v=""></RxErrors>

<TxDrops rw="R" t="unsignedInt" v=""></TxDrops>

<RxDrops rw="R" t="unsignedInt" v=""></RxDrops>

</Stats.>

</X_ASB_COM_LANEponInterfaceConfig.1.>

<Hosts. n="LanHosts" t="staticObject">

<HostNumberOfEntries rw="RW" t="unsignedInt" v="1"></HostNumberOfEntries>

<Host.1. n="LanHostEntry" t="dynamicObject" status="" no_db_mig="true">

<IPAddress dv="" ml="32" rw="RW" t="string" v="192.168.1.2"></IPAddress>

<AddressSource dv="" ml="32" rw="RW" t="string" v="DHCP" va="AddressSourceValues"></AddressSource>

<LeaseTimeRemaining dv="" max="2147483647" min="-1" rw="RW" t="int" v="86432"></LeaseTimeRemaining>

<MACAddress dv="" ml="32" rw="RW" t="string" v="20:47:47:f8:97:2a"></MACAddress>

<Layer2Interface dv="" ml="256" rw="RW" t="string" v="InternetGatewayDevice.LANDevice.1.LANEthernetInterfaceConfig.3"></Layer2Interface>

<ConnectInterface dv="" ml="256" rw="RW" t="string" v=""></ConnectInterface>

<VendorClassID dv="" ml="256" rw="RW" t="string" v="MSFT 5.0"></VendorClassID>

<HostName dv="" ml="64" rw="RW" t="string" v="XPS-godsun"></HostName>

<UserClassID dv="" ml="256" rw="RW" t="string" v=""></UserClassID>

<ClientID dv="" ml="256" rw="RW" t="string" v="01204747f8972a"></ClientID>

<X_CU_Hosttype dv="" ml="65" rw="RW" t="string" v=""></X_CU_Hosttype>

<InterfaceType dv="" ml="32" rw="RW" t="string" v="Ethernet" va="lanIntfTypeValues"></InterfaceType>

<X_ASB_COM_OnlineUptime dv="0" rw="RW" t="unsignedInt" v="32"></X_ASB_COM_OnlineUptime>

<X_ASB_COM_OfflineNtptime dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_OfflineNtptime>

<X_ASB_COM_HostBrand dv="" ml="16" rw="R" t="string" v="Dell"></X_ASB_COM_HostBrand>

<X_ASB_COM_HostOs dv="" ml="16" rw="R" t="string" v="Windows"></X_ASB_COM_HostOs>

<X_ASB_COM_HostType dv="" ml="16" rw="R" t="string" v="PC"></X_ASB_COM_HostType>

<OnlineTime dv="0" rw="R" t="int" v="0"></OnlineTime>

<X_ASB_COM_PowerLevel dv="" ml="16" rw="R" t="string" v=""></X_ASB_COM_PowerLevel>

<X_ASB_COM_upLinkNegotiationRate dv="-1" rw="R" t="int" v="0"></X_ASB_COM_upLinkNegotiationRate>

<X_ASB_COM_downLinkNegotiationRate dv="-1" rw="R" t="int" v="0"></X_ASB_COM_downLinkNegotiationRate>

<Active dv="" rw="RW" t="boolean" v="True"></Active>

<X_ASB_COM_ReceivedSignalStrengthIndication dv="0" rw="R" t="int" v="0"></X_ASB_COM_ReceivedSignalStrengthIndication>

<X_ASB_COM_NegotiationRate dv="0" rw="R" t="int" v="0"></X_ASB_COM_NegotiationRate>

<X_CMCC_Stats. n="LanhostStats" t="staticObject">

<BytesSent rw="R" t="unsignedInt" v="0"></BytesSent>

<BytesReceived rw="R" t="unsignedInt" v="0"></BytesReceived>

<X_ASB_COM_BytesSent ml="64" rw="R" t="string" v=""></X_ASB_COM_BytesSent>

<X_ASB_COM_BytesReceived ml="64" rw="R" t="string" v=""></X_ASB_COM_BytesReceived>

</X_CMCC_Stats.>

<X_ASB_COM_IPv6Address.1. n="HostIPv6Address" t="dynamicObject" status="" maxEntries="8">

<IPv6Address dv="" ml="46" rw="RW" t="string" v="fe80::40f9:b039:2ed2:c395"></IPv6Address>

</X_ASB_COM_IPv6Address.1.>

</Host.1.>

</Hosts.>

<X_CMCC_WLANShare.1. n="Wlanshare" t="dynamicObject" status="deleted">

<SSIDIndex dv="2" rw="RW" t="unsignedInt" v=""></SSIDIndex>

<PortIsolation dv="true" rw="RW" t="boolean" v=""></PortIsolation>

<STAIsolation dv="true" rw="RW" t="boolean" v=""></STAIsolation>

<EnableUserId dv="true" rw="RW" t="boolean" v=""></EnableUserId>

<UserId dv="" ml="32" rw="RW" t="string" v="" ealgo="ab"></UserId>

</X_CMCC_WLANShare.1.>

<X_CMCC_DataSpeedLimit. n="DataSpeedLimit" t="staticObject">

<SpeedLimitMode_UP dv="0" max="3" min="0" rw="RW" t="unsignedInt" v="0"></SpeedLimitMode_UP>

<InterfaceLimit_UP dv="" ml="256" rw="RW" t="string" v=""></InterfaceLimit_UP>

<VlanTagLimit_UP dv="" ml="256" rw="RW" t="string" v=""></VlanTagLimit_UP>

<IPLimit_UP dv="" ml="256" rw="RW" t="string" v=""></IPLimit_UP>

</X_CMCC_DataSpeedLimit.>

<X_CMCC_DataSpeedLimitDown. n="DataSpeedLimitDown" t="staticObject">

<SpeedLimitMode_Down dv="0" max="3" min="0" rw="RW" t="unsignedInt" v="0"></SpeedLimitMode_Down>

<InterfaceLimit_Down dv="" ml="256" rw="RW" t="string" v=""></InterfaceLimit_Down>

<VlanTagLimit_Down dv="" ml="256" rw="RW" t="string" v=""></VlanTagLimit_Down>

<IPLimit_Down dv="" ml="256" rw="RW" t="string" v=""></IPLimit_Down>

</X_CMCC_DataSpeedLimitDown.>

<X_CMCC_HostCustomise.1. n="HostCustomise" t="dynamicObject" status="">

<MACAddress dv="" ml="32" rw="RW" t="string" v="20:47:47:f8:97:2a"></MACAddress>

<Name dv="" ml="64" rw="RW" t="string" v=""></Name>

</X_CMCC_HostCustomise.1.>

<X_CT-COM_LANMAC.1. n="LanDeviceMAC" t="dynamicObject" status="deleted">

<MAC dv="" ml="90" rw="RW" t="string" v=""></MAC>

</X_CT-COM_LANMAC.1.>

<X_CMCC_WLANForGuest.1. n="WlanGuest" t="dynamicObject" status="deleted">

<SSIDIndex dv="0" rw="RW" t="unsignedInt" v="0"></SSIDIndex>

<Duration dv="0" rw="RW" t="unsignedInt" v="0"></Duration>

<PortIsolation dv="true" rw="RW" t="boolean" v="true"></PortIsolation>

<X_ASB_COM_Access_Time dv="" ml="64" rw="RW" t="string" v=""></X_ASB_COM_Access_Time>

</X_CMCC_WLANForGuest.1.>

<X_CMCC_WLANSwitchTimerControl.1. n="WlanSwitchTimeCtrl" t="dynamicObject" status="add">

<Active dv="0" rw="RW" t="unsignedInt" v="0"></Active>

<Enable dv="0" rw="RW" t="unsignedInt" v="0"></Enable>

<Time dv="00:00" ml="16" rw="RW" t="string" v="00:00"></Time>

<Weekday dv="1" ml="16" rw="RW" t="string" v="1"></Weekday>

</X_CMCC_WLANSwitchTimerControl.1.>

<AutoResetConfig. n="CMCCAutoResetConfig" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<Time ml="16" rw="RW" t="string" v="4:00"></Time>

<Day ml="128" rw="RW" t="string" v="Monday"></Day>

<ForceActive rw="RW" t="boolean" v="false"></ForceActive>

<ForceFlow rw="RW" t="unsignedInt" v="10"></ForceFlow>

<X_ASB_COM_PassedDaysFromLastReset rw="RW" t="unsignedInt" v="0"></X_ASB_COM_PassedDaysFromLastReset>

<X_ASB_COM_DelayResetTriggerByTime ml="16" rw="RW" t="string" v=""></X_ASB_COM_DelayResetTriggerByTime>

<X_ASB_COM_AddRandomMinutesToTriggerTime rw="RW" t="unsignedInt" v="0"></X_ASB_COM_AddRandomMinutesToTriggerTime>

</AutoResetConfig.>

</LANDevice.1.>

<WirelessTestDiagnostics. n="WifiDiagnostics" t="staticObject">

<DiagnosticsState dv="" ml="32" rw="RW" t="string" v="None"></DiagnosticsState>

</WirelessTestDiagnostics.>

<WANDevice.1. n="WanDev" t="dynamicObject">

<WANConnectionNumberOfEntries dv="" rw="RW" t="unsignedInt" no_db_mig="true" v="2"></WANConnectionNumberOfEntries>

<X_ASB_COM_WANRoutingRule dv="" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_WANRoutingRule>

<X_CT-COM_WANIndex dv="" ml="1024" rw="R" t="string" v="&quot;3.1;DHCP_Routed;4035;VOIP&quot;,&quot;4.1;Bridged;41;INTERNET&quot;"></X_CT-COM_WANIndex>

<X_OtherToneCongfig. n="WanOtherToneCfg" t="staticObject">

<Enable rw="RW" t="boolean" v="0"></Enable>

</X_OtherToneCongfig.>

<X_ToneState. n="WanToneState" t="staticObject">

<State ml="8" rw="R" t="string" v="2" va="2"></State>

</X_ToneState.>

<WANCommonInterfaceConfig. n="WanCommonIntfCfg" t="staticObject">

<EnabledForInternet rw="RW" t="boolean" v="False"></EnabledForInternet>

<WANAccessType ml="32" rw="R" t="string" v="GPON" va="WANAccessTypeValues"></WANAccessType>

<Layer1UpstreamMaxBitRate rw="R" t="unsignedInt" v="0"></Layer1UpstreamMaxBitRate>

<Layer1DownstreamMaxBitRate rw="R" t="unsignedInt" v="0"></Layer1DownstreamMaxBitRate>

<PhysicalLinkStatus ml="32" rw="R" t="string" v="NoSignal" va="PhysicalLinkStatusValues"></PhysicalLinkStatus>

<WANAccessProvider ml="256" rw="RW" t="string" v=""></WANAccessProvider>

<TotalBytesSent rw="R" t="unsignedInt" v="0"></TotalBytesSent>

<TotalBytesReceived rw="R" t="unsignedInt" v="0"></TotalBytesReceived>

<TotalPacketsSent rw="R" t="unsignedInt" v="0"></TotalPacketsSent>

<TotalPacketsReceived rw="R" t="unsignedInt" v="0"></TotalPacketsReceived>

<X_ASB_COM_TxErrors rw="R" t="unsignedInt" v="0"></X_ASB_COM_TxErrors>

<X_ASB_COM_RxErrors rw="R" t="unsignedInt" v="0"></X_ASB_COM_RxErrors>

<X_ASB_COM_TxDrops rw="R" t="unsignedInt" v="0"></X_ASB_COM_TxDrops>

<X_ASB_COM_RxDrops rw="R" t="unsignedInt" v="0"></X_ASB_COM_RxDrops>

<MaximumActiveConnections rw="R" t="unsignedInt" v="16"></MaximumActiveConnections>

<NumberOfActiveConnections rw="R" t="unsignedInt" v="0"></NumberOfActiveConnections>

<Connection.1. n="WanCommonIntfConn" t="dynamicObject">

<ActiveConnectionDeviceContainer dv="" ml="256" rw="R" t="string" v=""></ActiveConnectionDeviceContainer>

<ActiveConnectionServiceID dv="" ml="256" rw="R" t="string" v=""></ActiveConnectionServiceID>

</Connection.1.>

</WANCommonInterfaceConfig.>

<WANEthernetInterfaceConfig. n="WanEthIntf" t="staticObject">

<Enable rw="RW" t="boolean" v=""></Enable>

<Status ml="32" rw="R" t="string" v="Disabled" va="intf4StatusValues"></Status>

<MACAddress ml="32" rw="R" t="string" v=""></MACAddress>

<MaxBitRate ml="32" rw="RW" t="string" v="" va="ethWanMaxBitRateValues"></MaxBitRate>

<DuplexMode ml="32" rw="RW" t="string" v="" va="duplexModeValues"></DuplexMode>

<X_ASB_COM_IfName ml="32" rw="RW" t="string" v=""></X_ASB_COM_IfName>

<X_ASB_COM_ConnectionMode ml="32" rw="RW" t="string" v="DefaultMode" va="ConnectionModeValues"></X_ASB_COM_ConnectionMode>

<X_ASB_COM_PersistentDevice rw="RW" t="boolean" v="false"></X_ASB_COM_PersistentDevice>

<X_ASB_COM_LimitedConnections rw="RW" t="boolean" v="true"></X_ASB_COM_LimitedConnections>

<X_ASB_COM_MaxConnections rw="RW" t="unsignedInt" v="1"></X_ASB_COM_MaxConnections>

<Stats. n="WanEthIntfStats" t="staticObject">

<BytesSent rw="R" t="unsignedInt" v=""></BytesSent>

<BytesReceived rw="R" t="unsignedInt" v=""></BytesReceived>

<PacketsSent rw="R" t="unsignedInt" v=""></PacketsSent>

<PacketsReceived rw="R" t="unsignedInt" v=""></PacketsReceived>

</Stats.>

</WANEthernetInterfaceConfig.>

<X_CT-COM_EponInterfaceConfig. n="WanEponIntf" t="staticObject">

<Enable rw="RW" t="boolean" v=""></Enable>

<Status ml="32" rw="R" t="string" v="Disabled" va="EponConnStat"></Status>

<TXPower rw="R" t="int" v="0"></TXPower>

<RXPower rw="R" t="int" v="0"></RXPower>

<TransceiverTemperature rw="R" t="int" v="0"></TransceiverTemperature>

<SupplyVottage rw="R" t="int" v="0"></SupplyVottage>

<BiasCurrent rw="R" t="int" v="0"></BiasCurrent>

<MACAddress ml="32" rw="R" t="string" v=""></MACAddress>

<MaxBitRate ml="32" rw="RW" t="string" v="Auto" va="ethWanMaxBitRateValues"></MaxBitRate>

<DuplexMode ml="32" rw="RW" t="string" v="Auto" va="duplexModeValues"></DuplexMode>

<IfName ml="32" rw="RW" t="string" v=""></IfName>

<ConnectionMode ml="32" rw="RW" t="string" v="VlanMuxMode" va="ConnectionModeValues"></ConnectionMode>

<PersistentDevice rw="RW" t="boolean" v="false"></PersistentDevice>

<LimitedConnections rw="RW" t="boolean" v="true"></LimitedConnections>

<MaxConnections rw="RW" t="unsignedInt" v="1"></MaxConnections>

<LogServerUrl ml="256" rw="RW" t="string" v=""></LogServerUrl>

<LogUploadInterval rw="RW" t="unsignedInt" v="900"></LogUploadInterval>

<LogCountInterval rw="RW" t="unsignedInt" v="300"></LogCountInterval>

<ReportSerialNumberEnable rw="RW" t="boolean" v="true"></ReportSerialNumberEnable>

<ReportSerialNumber rw="RW" t="unsignedInt" v="0"></ReportSerialNumber>

<CPURateEnable rw="RW" t="boolean" v="true"></CPURateEnable>

<CPURate max="100" min="1" rw="R" t="unsignedInt" v=""></CPURate>

<MemRateEnable rw="RW" t="boolean" v="true"></MemRateEnable>

<MemRate max="100" min="1" rw="R" t="unsignedInt" v=""></MemRate>

<SEREnable rw="RW" t="boolean" v="true"></SEREnable>

<SER max="100" min="1" rw="R" t="unsignedInt" v=""></SER>

<ErrorCodeEnable rw="RW" t="boolean" v="true"></ErrorCodeEnable>

<ErrorCode rw="R" t="unsignedInt" v=""></ErrorCode>

<PLREnable rw="RW" t="boolean" v="true"></PLREnable>

<PLR max="100" min="1" rw="R" t="unsignedInt" v=""></PLR>

<PacketLostEnable rw="RW" t="boolean" v="true"></PacketLostEnable>

<PacketLost rw="R" t="unsignedInt" v=""></PacketLost>

<TEMPEnable rw="RW" t="boolean" v="true"></TEMPEnable>

<TEMP ml="32" rw="R" t="string" v=""></TEMP>

<UpDataEnable rw="RW" t="boolean" v="true"></UpDataEnable>

<UpData ml="256" rw="R" t="string" v=""></UpData>

<DownDataEnable rw="RW" t="boolean" v="true"></DownDataEnable>

<DownData ml="256" rw="R" t="string" v=""></DownData>

<AllDeviceNumberEnable rw="RW" t="boolean" v="true"></AllDeviceNumberEnable>

<AllDeviceNumber rw="RW" t="unsignedInt" v=""></AllDeviceNumber>

<LANDeviceMACEnable rw="RW" t="boolean" v="true"></LANDeviceMACEnable>

<LANDeviceMAC ml="512" rw="R" t="string" v=""></LANDeviceMAC>

<WLANDeviceMACEnable rw="RW" t="boolean" v="true"></WLANDeviceMACEnable>

<WLANDeviceMACData ml="1024" rw="R" t="string" v=""></WLANDeviceMACData>

<OpticalInPowerEnable rw="RW" t="boolean" v="true"></OpticalInPowerEnable>

<OpticalInPower ml="32" rw="R" t="string" v=""></OpticalInPower>

<OpticalOutPowerEnable rw="RW" t="boolean" v="true"></OpticalOutPowerEnable>

<OpticalOutPower ml="32" rw="R" t="string" v=""></OpticalOutPower>

<MulticastNumberEnable rw="RW" t="boolean" v="true"></MulticastNumberEnable>

<MulticastNumber rw="R" t="unsignedInt" v=""></MulticastNumber>

<RoutingModeEnable rw="RW" t="boolean" v="true"></RoutingModeEnable>

<RoutingMode rw="R" t="unsignedInt" v=""></RoutingMode>

<DialingNumberEnable rw="RW" t="boolean" v="true"></DialingNumberEnable>

<DialingNumber rw="R" t="unsignedInt" v=""></DialingNumber>

<DialingErrorEnable rw="RW" t="boolean" v="true"></DialingErrorEnable>

<DialingError ml="64" rw="R" t="string" v=""></DialingError>

<RegisterNumberEnable rw="RW" t="boolean" v="true"></RegisterNumberEnable>

<RegisterNumber ml="32" rw="R" t="string" v=""></RegisterNumber>

<RegisterSuccessNumberEnable rw="RW" t="boolean" v="true"></RegisterSuccessNumberEnable>

<RegisterSuccessNumber ml="32" rw="R" t="string" v=""></RegisterSuccessNumber>

<AllWirelessChannelEnable rw="RW" t="boolean" v="true"></AllWirelessChannelEnable>

<AllWirelessChannel ml="256" rw="R" t="string" v=""></AllWirelessChannel>

<BestWirelessChannelEnable rw="RW" t="boolean" v="true"></BestWirelessChannelEnable>

<BestWirelessChannel ml="128" rw="R" t="string" v=""></BestWirelessChannel>

<WirelessChannelNumberEnable rw="RW" t="boolean" v="true"></WirelessChannelNumberEnable>

<WirelessChannelNumber ml="32" rw="R" t="string" v=""></WirelessChannelNumber>

<WirelessBandwidthEnable rw="RW" t="boolean" v="true"></WirelessBandwidthEnable>

<WirelessBandwidth ml="32" rw="R" t="string" v=""></WirelessBandwidth>

<WirelessPowerEnable rw="RW" t="boolean" v="true"></WirelessPowerEnable>

<WirelessPower ml="32" rw="R" t="string" v=""></WirelessPower>

<QoSTypeEnable rw="RW" t="boolean" v="true"></QoSTypeEnable>

<QoSType max="1" min="0" rw="R" t="unsignedInt" v=""></QoSType>

<WirelessTypeEnable rw="RW" t="boolean" v="true"></WirelessTypeEnable>

<WirelessType ml="32" rw="R" t="string" v=""></WirelessType>

<WorkingTimeEnable rw="RW" t="boolean" v="true"></WorkingTimeEnable>

<WorkingTime rw="R" t="unsignedInt" v=""></WorkingTime>

<PluginUpNumberEnable rw="RW" t="boolean" v="true"></PluginUpNumberEnable>

<PluginUpNumber rw="RW" t="unsignedInt" v=""></PluginUpNumber>

<PluginAllNumberEnable rw="RW" t="boolean" v="true"></PluginAllNumberEnable>

<PluginAllNumber rw="RW" t="unsignedInt" v=""></PluginAllNumber>

<LANxStateEnable rw="RW" t="boolean" v="true"></LANxStateEnable>

<LANxState ml="256" rw="R" t="string" v=""></LANxState>

<LANxWorkBandwidthEnable rw="RW" t="boolean" v="true"></LANxWorkBandwidthEnable>

<LANxWorkBandwidth rw="R" t="unsignedInt" v=""></LANxWorkBandwidth>

<DevicePacketLossEnable rw="RW" t="boolean" v="true"></DevicePacketLossEnable>

<DevicePacketLoss ml="256" rw="R" t="string" v=""></DevicePacketLoss>

<TransceiverTypeEnable rw="RW" t="boolean" v="true"></TransceiverTypeEnable>

<TransceiverType ml="32" rw="R" t="string" v=""></TransceiverType>

<TransceiverSerialEnable rw="RW" t="boolean" v="true"></TransceiverSerialEnable>

<TransceiverSerial ml="64" rw="R" t="string" v=""></TransceiverSerial>

<VoiceInfoEnable rw="RW" t="boolean" v="true"></VoiceInfoEnable>

<VoiceInfo ml="128" rw="R" t="string" v=""></VoiceInfo>

<VoiceStateEnable rw="RW" t="boolean" v="true"></VoiceStateEnable>

<VoiceState ml="32" rw="R" t="string" v=""></VoiceState>

<MACUpdataEnable rw="RW" t="boolean" v="true"></MACUpdataEnable>

<MACUpdata ml="512" rw="R" t="string" v=""></MACUpdata>

<MACDowndataEnable rw="RW" t="boolean" v="true"></MACDowndataEnable>

<MACDowndata ml="512" rw="R" t="string" v=""></MACDowndata>

<WiFiReportEnable rw="RW" t="boolean" v="false"></WiFiReportEnable>

<WiFiLogServerUrl ml="256" rw="RW" t="string" v=""></WiFiLogServerUrl>

<WiFiLogUploadInterval rw="RW" t="int" v="300"></WiFiLogUploadInterval>

<WiFiReportAccessTime rw="RW" t="int" v="10"></WiFiReportAccessTime>

<WiFiReportAccessTimes rw="RW" t="int" v="2"></WiFiReportAccessTimes>

<WiFiReportLossThreshold rw="RW" t="int" v="20"></WiFiReportLossThreshold>

<WifiReportOptimization rw="RW" t="boolean" v="false"></WifiReportOptimization>

<WiFiDutyCycle rw="RW" t="int" v="35"></WiFiDutyCycle>

<Stats. n="WanEponIntfStats" t="staticObject">

<BytesSent rw="R" t="unsignedInt" v=""></BytesSent>

<BytesReceived rw="R" t="unsignedInt" v=""></BytesReceived>

<PacketsSent rw="R" t="unsignedInt" v=""></PacketsSent>

<PacketsReceived rw="R" t="unsignedInt" v=""></PacketsReceived>

<SUnicastPackets rw="R" t="unsignedInt" v=""></SUnicastPackets>

<RUnicastPackets rw="R" t="unsignedInt" v=""></RUnicastPackets>

<SMulticastPackets rw="R" t="unsignedInt" v=""></SMulticastPackets>

<RMulticastPackets rw="R" t="unsignedInt" v=""></RMulticastPackets>

<SBroadcastPackets rw="R" t="unsignedInt" v=""></SBroadcastPackets>

<RBroadcastPackets rw="R" t="unsignedInt" v=""></RBroadcastPackets>

<FECError rw="R" t="unsignedInt" v=""></FECError>

<HECError rw="R" t="unsignedInt" v=""></HECError>

<DropPackets rw="R" t="unsignedInt" v=""></DropPackets>

<SPausePackets rw="R" t="unsignedInt" v=""></SPausePackets>

<RPausePackets rw="R" t="unsignedInt" v=""></RPausePackets>

<SOamPackets rw="R" t="unsignedInt" v=""></SOamPackets>

<ROamPackets rw="R" t="unsignedInt" v=""></ROamPackets>

<TripleChurning rw="R" t="unsignedInt" v="disable" va="TripchurnMode"></TripleChurning>

<FECAbility rw="R" t="unsignedInt" v="unsupport" va="FECAbilityMode"></FECAbility>

<FECMode rw="R" t="unsignedInt" v="disable" va="FECMD"></FECMode>

<LightSingnalMode rw="R" t="unsignedInt" v="abnormal" va="LightsingnalMD"></LightSingnalMode>

<EponConnectionStat rw="R" t="unsignedInt" v="unregisted" va="EponConnStat"></EponConnectionStat>

<TXPower_s ml="64" rw="R" t="string" v="0"></TXPower_s>

<RXPower_s ml="64" rw="R" t="string" v="0"></RXPower_s>

</Stats.>

</X_CT-COM_EponInterfaceConfig.>

<X_CT-COM_GponInterfaceConfig. n="WanGponIntf" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<Status ml="32" rw="R" t="string" v="Disabled" va="EponConnStat"></Status>

<X_ALU-COM_StandardsSupported ml="32" rw="R" t="string" v="GPON" va="CUGponStandardsSupported"></X_ALU-COM_StandardsSupported>

<X_ALU-COM_StandardUsed ml="32" rw="R" t="string" v="GPON" va="CUGponStandardsSupported"></X_ALU-COM_StandardUsed>

<X_ALU-COM_UpstreamMaxRate rw="R" t="unsignedInt" v="1000"></X_ALU-COM_UpstreamMaxRate>

<X_ALU-COM_DownstreamMaxRate rw="R" t="unsignedInt" v="2500"></X_ALU-COM_DownstreamMaxRate>

<TXPower rw="R" t="int" v="0"></TXPower>

<RXPower rw="R" t="int" v="0"></RXPower>

<TransceiverTemperature rw="R" t="int" v="0"></TransceiverTemperature>

<SupplyVottage rw="R" t="int" v="0"></SupplyVottage>

<BiasCurrent rw="R" t="int" v="0"></BiasCurrent>

<MACAddress ml="32" rw="R" t="string" v=""></MACAddress>

<MaxBitRate ml="32" rw="RW" t="string" v="Auto" va="ethWanMaxBitRateValues"></MaxBitRate>

<DuplexMode ml="32" rw="RW" t="string" v="Auto" va="duplexModeValues"></DuplexMode>

<IfName ml="32" rw="RW" t="string" v=""></IfName>

<ConnectionMode ml="32" rw="RW" t="string" v="VlanMuxMode" va="ConnectionModeValues"></ConnectionMode>

<PersistentDevice rw="RW" t="boolean" v="false"></PersistentDevice>

<LimitedConnections rw="RW" t="boolean" v="true"></LimitedConnections>

<MaxConnections rw="RW" t="unsignedInt" v="1"></MaxConnections>

<RXPowerLower rw="R" t="int" v="0"></RXPowerLower>

<RXPowerUpper rw="R" t="int" v="0"></RXPowerUpper>

<fec_state rw="R" t="int" v="0"></fec_state>

<aes_state rw="R" t="int" v="0"></aes_state>

<duration rw="R" t="int" v="0"></duration>

<CPURate max="100" min="1" rw="R" t="unsignedInt" v=""></CPURate>

<MemRate max="100" min="1" rw="R" t="unsignedInt" v=""></MemRate>

<X_ASB_COM_LastTime rw="RW" t="unsignedInt" v="0"></X_ASB_COM_LastTime>

<X_ASB_COM_LastErrorCode rw="RW" t="unsignedInt" v="0"></X_ASB_COM_LastErrorCode>

<X_ASB_COM_LastPacketLost rw="RW" t="unsignedInt" v="0"></X_ASB_COM_LastPacketLost>

<X_ASB_COM_LastPacketsReceived rw="RW" t="unsignedInt" v="0"></X_ASB_COM_LastPacketsReceived>

<X_ASB_COM_LastBytesReceived rw="RW" t="unsignedInt" v="0"></X_ASB_COM_LastBytesReceived>

<X_ASB_COM_LastBytesSent rw="RW" t="unsignedInt" v="0"></X_ASB_COM_LastBytesSent>

<SER ml="32" rw="R" t="string" v=""></SER>

<ErrorCode rw="R" t="unsignedInt" v=""></ErrorCode>

<PLR ml="32" rw="R" t="string" v=""></PLR>

<PacketLost rw="R" t="unsignedInt" v=""></PacketLost>

<TEMP rw="R" t="int" v="0"></TEMP>

<UpData ml="256" rw="R" t="string" v=""></UpData>

<DownData ml="256" rw="R" t="string" v=""></DownData>

<Startpoint ml="32" rw="R" t="string" v=""></Startpoint>

<LogServerUrl ml="256" rw="RW" t="string" v=""></LogServerUrl>

<LogUploadInterval rw="RW" t="unsignedInt" v="3600"></LogUploadInterval>

<LogCountInterval rw="RW" t="unsignedInt" v="300"></LogCountInterval>

<ReportSerialNumberEnable rw="RW" t="boolean" v="true"></ReportSerialNumberEnable>

<ReportSerialNumber rw="RW" t="unsignedInt" v="0"></ReportSerialNumber>

<CPURateEnable rw="RW" t="boolean" v="true"></CPURateEnable>

<MemRateEnable rw="RW" t="boolean" v="true"></MemRateEnable>

<SEREnable rw="RW" t="boolean" v="true"></SEREnable>

<ErrorCodeEnable rw="RW" t="boolean" v="true"></ErrorCodeEnable>

<PLREnable rw="RW" t="boolean" v="true"></PLREnable>

<PacketLostEnable rw="RW" t="boolean" v="true"></PacketLostEnable>

<TEMPEnable rw="RW" t="boolean" v="true"></TEMPEnable>

<UpDataEnable rw="RW" t="boolean" v="false"></UpDataEnable>

<DownDataEnable rw="RW" t="boolean" v="false"></DownDataEnable>

<AllDeviceNumberEnable rw="RW" t="boolean" v="true"></AllDeviceNumberEnable>

<AllDeviceNumber rw="R" t="unsignedInt" v="0"></AllDeviceNumber>

<LANDeviceMACEnable rw="RW" t="boolean" v="true"></LANDeviceMACEnable>

<LANDeviceMAC ml="512" rw="R" t="string" v=""></LANDeviceMAC>

<WLANDeviceMACEnable rw="RW" t="boolean" v="true"></WLANDeviceMACEnable>

<WLANDeviceMACData ml="1024" rw="R" t="string" v=""></WLANDeviceMACData>

<OpticalInPowerEnable rw="RW" t="boolean" v="true"></OpticalInPowerEnable>

<OpticalInPower ml="32" rw="R" t="string" v=""></OpticalInPower>

<OpticalOutPowerEnable rw="RW" t="boolean" v="true"></OpticalOutPowerEnable>

<OpticalOutPower ml="32" rw="R" t="string" v=""></OpticalOutPower>

<RoutingModeEnable rw="RW" t="boolean" v="true"></RoutingModeEnable>

<RoutingMode rw="R" t="unsignedInt" v=""></RoutingMode>

<DialingNumberEnable rw="RW" t="boolean" v="true"></DialingNumberEnable>

<DialingNumber rw="R" t="unsignedInt" v=""></DialingNumber>

<DialingErrorEnable rw="RW" t="boolean" v="true"></DialingErrorEnable>

<DialingError rw="R" t="unsignedInt" v=""></DialingError>

<RegisterNumberEnable rw="RW" t="boolean" v="true"></RegisterNumberEnable>

<RegisterNumber ml="32" rw="R" t="string" v=""></RegisterNumber>

<RegisterSuccessNumberEnable rw="RW" t="boolean" v="true"></RegisterSuccessNumberEnable>

<RegisterSuccessNumber ml="32" rw="R" t="string" v=""></RegisterSuccessNumber>

<AllWirelessChannelEnable rw="RW" t="boolean" v="true"></AllWirelessChannelEnable>

<AllWirelessChannel ml="256" rw="R" t="string" v=""></AllWirelessChannel>

<BestWirelessChannelEnable rw="RW" t="boolean" v="true"></BestWirelessChannelEnable>

<BestWirelessChannel ml="128" rw="R" t="string" v=""></BestWirelessChannel>

<WirelessChannelNumberEnable rw="RW" t="boolean" v="true"></WirelessChannelNumberEnable>

<WirelessChannelNumber ml="32" rw="R" t="string" v=""></WirelessChannelNumber>

<WirelessBandwidthEnable rw="RW" t="boolean" v="true"></WirelessBandwidthEnable>

<WirelessBandwidth ml="32" rw="R" t="string" v=""></WirelessBandwidth>

<WirelessPowerEnable rw="RW" t="boolean" v="true"></WirelessPowerEnable>

<WirelessPower ml="32" rw="R" t="string" v=""></WirelessPower>

<QoSTypeEnable rw="RW" t="boolean" v="true"></QoSTypeEnable>

<QoSType max="1" min="0" rw="R" t="unsignedInt" v=""></QoSType>

<WirelessTypeEnable rw="RW" t="boolean" v="true"></WirelessTypeEnable>

<WirelessType ml="32" rw="R" t="string" v=""></WirelessType>

<LANxStateEnable rw="RW" t="boolean" v="true"></LANxStateEnable>

<LANxState ml="256" rw="R" t="string" v=""></LANxState>

<LANxWorkBandwidthEnable rw="RW" t="boolean" v="true"></LANxWorkBandwidthEnable>

<LANxWorkBandwidth rw="R" t="unsignedInt" v=""></LANxWorkBandwidth>

<X_ASB_COM_OpticalTransceiver. n="WanGponOptical" t="staticObject">

<X_ASB_COM_TXPower rw="R" t="int" v="0"></X_ASB_COM_TXPower>

</X_ASB_COM_OpticalTransceiver.>

<Stats. n="WanGponIntfStats" t="staticObject">

<BytesSent rw="R" t="unsignedInt" v=""></BytesSent>

<BytesReceived rw="R" t="unsignedInt" v=""></BytesReceived>

<PacketsSent rw="R" t="unsignedInt" v=""></PacketsSent>

<PacketsReceived rw="R" t="unsignedInt" v=""></PacketsReceived>

<SUnicastPackets rw="R" t="unsignedInt" v=""></SUnicastPackets>

<RUnicastPackets rw="R" t="unsignedInt" v=""></RUnicastPackets>

<SMulticastPackets rw="R" t="unsignedInt" v=""></SMulticastPackets>

<RMulticastPackets rw="R" t="unsignedInt" v=""></RMulticastPackets>

<SBroadcastPackets rw="R" t="unsignedInt" v=""></SBroadcastPackets>

<RBroadcastPackets rw="R" t="unsignedInt" v=""></RBroadcastPackets>

<FECError rw="R" t="unsignedInt" v=""></FECError>

<FECUncorrectedWords rw="R" t="unsignedInt" v=""></FECUncorrectedWords>

<FECCorrectedWords rw="R" t="unsignedInt" v=""></FECCorrectedWords>

<FECCorrectedBytes rw="R" t="unsignedInt" v=""></FECCorrectedBytes>

<FECTotalWords rw="R" t="unsignedInt" v=""></FECTotalWords>

<X_ALU-COM_FCSErrors rw="R" t="unsignedInt" v=""></X_ALU-COM_FCSErrors>

<HECError rw="R" t="unsignedInt" v=""></HECError>

<DropPackets rw="R" t="unsignedInt" v=""></DropPackets>

<SpausePackets rw="R" t="unsignedInt" v=""></SpausePackets>

<RpausePackets rw="R" t="unsignedInt" v=""></RpausePackets>

<SPausePackets rw="R" t="unsignedInt" v=""></SPausePackets>

<RPausePackets rw="R" t="unsignedInt" v=""></RPausePackets>

<SOmciPackets rw="R" t="unsignedInt" v=""></SOmciPackets>

<ROmciPackets rw="R" t="unsignedInt" v=""></ROmciPackets>

<FECAbility rw="R" t="unsignedInt" v="unsupport" va="FECAbilityMode"></FECAbility>

<FECMode rw="R" t="unsignedInt" v="disable" va="FECMD"></FECMode>

<LightSingnalMode rw="R" t="unsignedInt" v="abnormal" va="LightsingnalMD"></LightSingnalMode>

<GponConnectionStat rw="R" t="unsignedInt" v="unregisted" va="GponConnStat"></GponConnectionStat>

<TXPower_s ml="64" rw="R" t="string" v="0"></TXPower_s>

<RXPower_s ml="64" rw="R" t="string" v="0"></RXPower_s>

</Stats.>

<CMSC. n="WanGponIntfCmsc" t="staticObject">

<dpirx. n="WanGponIntfCmscDpirx" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

</dpirx.>

</CMSC.>

</X_CT-COM_GponInterfaceConfig.>

<X_CMCC_DPI_GponInterfaceConfig. n="WanDpiGponIntf" t="staticObject">

<Optimize_HN. n="WanDpiGponIntfOptHN" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<OptimizeTx_HN rw="RW" t="int" v="0"></OptimizeTx_HN>

<OptimizeRx_HN rw="RW" t="int" v="0"></OptimizeRx_HN>

</Optimize_HN.>

<Optimize_ZJ. n="WanDpiGponIntfOptZJ" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<OptimizeTx_ZJ rw="RW" t="int" v="0"></OptimizeTx_ZJ>

<OptimizeRx_ZJ rw="RW" t="int" v="0"></OptimizeRx_ZJ>

</Optimize_ZJ.>

<Optimize_SN. n="WanDpiGponIntfOptSN" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<OptimizeTx_SN rw="RW" t="int" v="0"></OptimizeTx_SN>

<OptimizeRx_SN rw="RW" t="int" v="0"></OptimizeRx_SN>

</Optimize_SN.>

<Optimize_XZ. n="WanDpiGponIntfOptXZ" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<OptimizeTx_XZ rw="RW" t="int" v="0"></OptimizeTx_XZ>

<OptimizeRx_XZ rw="RW" t="int" v="0"></OptimizeRx_XZ>

</Optimize_XZ.>

</X_CMCC_DPI_GponInterfaceConfig.>

<X_ASB_COM_WANPonInterfaceConfig. n="WanPonIntf" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<Status ml="32" rw="R" t="string" v="Disabled" va="intf4StatusValues"></Status>

<PonType ml="32" rw="RW" t="string" v="GPON" va="ponTypeValues"></PonType>

<Stats. n="WanPonIntfStatus" t="staticObject">

<BytesSent rw="RW" t="unsignedInt" v="0"></BytesSent>

<ByteReceived rw="R" t="unsignedInt" v="0"></ByteReceived>

<PacketsSent rw="R" t="unsignedInt" v="0"></PacketsSent>

<PacketsReceived rw="R" t="unsignedInt" v="0"></PacketsReceived>

</Stats.>

</X_ASB_COM_WANPonInterfaceConfig.>

<WANConnectionDevice.1. n="WanConnDevice" t="dynamicObject" status="deleted">

<WANIPConnectionNumberOfEntries dv="" rw="RW" t="unsignedInt" v=""></WANIPConnectionNumberOfEntries>

<WANPPPConnectionNumberOfEntries dv="" rw="RW" t="unsignedInt" v=""></WANPPPConnectionNumberOfEntries>

<X_ASB_COM_ConnType rw="RW" t="unsignedInt" v="0"></X_ASB_COM_ConnType>

<X_ASB_COM_HybridgeEnabled dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_HybridgeEnabled>

<X_CT-COM_WANEponLinkConfig. n="WanEponLinkCfg" t="staticObject">

<Enable dv="true" rw="RW" t="boolean" v="true"></Enable>

<Mode dv="0" max="2" min="0" rw="RW" t="unsignedInt" v="0"></Mode>

<VLANIDMark dv="0" rw="RW" t="unsignedInt" v="0"></VLANIDMark>

<P_802-1pMark dv="0" rw="RW" t="unsignedInt" v="0"></P_802-1pMark>

</X_CT-COM_WANEponLinkConfig.>

<X_CT-COM_WANGponLinkConfig. n="WanGponLinkCfg" t="staticObject">

<Enable dv="true" rw="RW" t="boolean" v="true"></Enable>

<Mode dv="0" max="2" min="0" rw="RW" t="unsignedInt" v="0"></Mode>

<VLANIDMark dv="0" rw="RW" t="unsignedInt" v="0"></VLANIDMark>

<P_802-1pMark dv="0" rw="RW" t="unsignedInt" v="0"></P_802-1pMark>

</X_CT-COM_WANGponLinkConfig.>

<WANEthernetLinkConfig. n="WanEthLinkCfg" t="staticObject">

<EthernetLinkStatus ml="32" rw="R" t="string" v="" va="EthernetLinkStatusValues"></EthernetLinkStatus>

</WANEthernetLinkConfig.>

<WANPOTSLinkConfig. n="WanPotsCfg" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<LinkStatus ml="32" rw="R" t="string" v="" va="potsWanLinkStatusValues"></LinkStatus>

<ISPPhoneNumber ml="64" rw="RW" t="string" v=""></ISPPhoneNumber>

<ISPInfo ml="64" rw="RW" t="string" v=""></ISPInfo>

<LinkType ml="32" rw="RW" t="string" v="" va="potsWanLinkTypeValues"></LinkType>

<NumberOfRetries rw="RW" t="unsignedInt" v=""></NumberOfRetries>

<DelayBetweenRetries rw="RW" t="unsignedInt" v=""></DelayBetweenRetries>

<Fclass ml="32" rw="R" t="string" v=""></Fclass>

<DataModulationSupported ml="32" rw="R" t="string" v="" va="DataModulationSupportedValues"></DataModulationSupported>

<DataProtocol ml="32" rw="R" t="string" v="" va="DataProtocolValues"></DataProtocol>

<DataCompression ml="32" rw="R" t="string" v="" va="DataCompressionValues"></DataCompression>

<PlusVTRCommandSupported rw="R" t="boolean" v=""></PlusVTRCommandSupported>

</WANPOTSLinkConfig.>

<WANIPConnection.1. n="WanIpConn" t="dynamicObject" status="deleted">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<ConnectionStatus dv="Unconfigured" ml="32" rw="RW" t="string" v="Unconfigured" va="wanIpConnectionStatusValues"></ConnectionStatus>

<PossibleConnectionTypes dv="Unconfigured, IP_Routed, IP_Bridged" ml="64" rw="R" t="string" v="Unconfigured, IP_Routed, IP_Bridged"></PossibleConnectionTypes>

<ConnectionType dv="Unconfigured" ml="32" rw="RW" t="string" v="Unconfigured" va="wanIpPossibleConnectionTypesValues"></ConnectionType>

<Name dv="" ml="256" rw="RW" t="string" v=""></Name>

<Uptime dv="" rw="R" t="unsignedInt" v=""></Uptime>

<LastConnectionError dv="" ml="32" rw="R" t="string" v="" va="wanIpLastConnectionErrorValues"></LastConnectionError>

<AutoDisconnectTime dv="" rw="RW" t="unsignedInt" v=""></AutoDisconnectTime>

<IdleDisconnectTime dv="" rw="RW" t="unsignedInt" v=""></IdleDisconnectTime>

<WarnDisconnectDelay dv="" rw="RW" t="unsignedInt" v=""></WarnDisconnectDelay>

<RSIPAvailable dv="" rw="RW" t="boolean" v=""></RSIPAvailable>

<NATEnabled dv="true" rw="RW" t="boolean" v="true"></NATEnabled>

<X_ASB_COM_FullconeNATEnabled dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_FullconeNATEnabled>

<AddressingType dv="DHCP" ml="32" rw="RW" t="string" v="DHCP" va="AddressingTypeValues"></AddressingType>

<ExternalIPAddress dv="" ml="32" rw="RW" t="string" v=""></ExternalIPAddress>

<SubnetMask dv="" ml="32" rw="RW" t="string" v=""></SubnetMask>

<DefaultGateway dv="" ml="32" rw="RW" t="string" v=""></DefaultGateway>

<X_ASB_COM_FirewallEnabled dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_FirewallEnabled>

<X_ASB_COM_IGMPEnabled dv="" rw="RW" t="boolean" v=""></X_ASB_COM_IGMPEnabled>

<DNSEnabled dv="true" rw="RW" t="boolean" v="true"></DNSEnabled>

<DNSOverrideAllowed dv="" rw="RW" t="boolean" v=""></DNSOverrideAllowed>

<DNSServers dv="" ml="64" rw="RW" t="string" v=""></DNSServers>

<MACAddress dv="" ml="32" rw="RW" t="string" v=""></MACAddress>

<MACAddressOverride dv="" rw="RW" t="boolean" v=""></MACAddressOverride>

<ConnectionTrigger dv="AlwaysOn" ml="32" rw="RW" t="string" v="AlwaysOn" va="ConnectionTriggerValues"></ConnectionTrigger>

<RouteProtocolRx dv="Off" ml="32" rw="RW" t="string" v="Off" va="RouteProtocolRxValues"></RouteProtocolRx>

<X_ASB_COM_RipOperationMode dv="Passive" ml="64" rw="RW" t="string" v="Passive" va="X_BROADCOM_COM_RipOperationModeValues"></X_ASB_COM_RipOperationMode>

<X_ASB_COM_RipDebugMode dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_RipDebugMode>

<X_ASB_COM_IfName dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_IfName>

<X_ASB_COM_ConnectionId dv="1" rw="RW" t="int" v="1"></X_ASB_COM_ConnectionId>

<X_ASB_COM_DhcpcPid dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_DhcpcPid>

<X_ASB_COM_IpBridgeKey dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_IpBridgeKey>

<X_ASB_COM_VlanMux8021p dv="0" max="7" min="0" rw="RW" t="int" v="0"></X_ASB_COM_VlanMux8021p>

<X_ASB_COM_VlanMuxID dv="-1" max="4094" min="-1" rw="RW" t="int" v="-1"></X_ASB_COM_VlanMuxID>

<X_ASB_COM_Mode dv="0" max="2" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_Mode>

<X_ASB_COM_GponOmciVlanTransEnabled dv="true" rw="RW" t="boolean" v="true"></X_ASB_COM_GponOmciVlanTransEnabled>

<X_ASB_COM_PonStatus dv="None" ml="32" rw="RW" t="string" v="None" va="PonStatusValues"></X_ASB_COM_PonStatus>

<X_ASB_COM_WanInConfiguration dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_WanInConfiguration>

<X_ASB_COM_IPTVBridgeFromRMSWebInConfig dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_IPTVBridgeFromRMSWebInConfig>

<X_ASB_COM_ConnectionEstablishedTime dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_ConnectionEstablishedTime>

<ShapingRate dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1 "></ShapingRate>

<ShapingBurstSize dv="0" rw="RW" t="unsignedInt" v="0"></ShapingBurstSize>

<PortMappingNumberOfEntries dv="" rw="RW" t="unsignedInt" v=""></PortMappingNumberOfEntries>

<X_CU_IPForwardModeEnabled dv="false" rw="RW" t="boolean" v="false"></X_CU_IPForwardModeEnabled>

<X_CU_IPForwardList dv="" ml="8192" rw="RW" t="string" v=""></X_CU_IPForwardList>

<X_CU_IPoEName dv="" ml="256" rw="RW" t="string" v=""></X_CU_IPoEName>

<X_CU_IPoEPassword dv="" ml="256" rw="RW" t="string" v="" ealgo="ab"></X_CU_IPoEPassword>

<X_CU_IGMPProxyEnable dv="True" rw="RW" t="boolean" v="True"></X_CU_IGMPProxyEnable>

<X_CU_MLDProxyEnable dv="True" rw="RW" t="boolean" v="True"></X_CU_MLDProxyEnable>

<X_ASB_COM_Op60Enabled dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_Op60Enabled>

<X_ASB_COM_Op60VenderID dv="" ml="256" rw="RW" t="string" v=""></X_ASB_COM_Op60VenderID>

<X_ASB_COM_Op16Enabled dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_Op16Enabled>

<X_ASB_COM_Op16VenderID dv="" ml="256" rw="RW" t="string" v=""></X_ASB_COM_Op16VenderID>

<X_ASB_COM_Op61Enabled dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_Op61Enabled>

<X_ASB_COM_Op61DUID dv="" ml="256" rw="RW" t="string" v=""></X_ASB_COM_Op61DUID>

<X_ASB_COM_Op61IAID dv="" ml="8" rw="RW" t="string" v=""></X_ASB_COM_Op61IAID>

<X_ASB_COM_Op125Enabled dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_Op125Enabled>

<X_ASB_COM_Op125Type dv="2" rw="RW" t="int" v="2"></X_ASB_COM_Op125Type>

<X_ASB_COM_Op125ServerID dv="" ml="256" rw="RW" t="string" v=""></X_ASB_COM_Op125ServerID>

<X_ASB_COM_Op125SharedKey dv="" ml="256" rw="RW" t="string" v=""></X_ASB_COM_Op125SharedKey>

<X_CT-COM_CheckOption125 dv="false" rw="RW" t="boolean" v="false"></X_CT-COM_CheckOption125>

<X_CT-COM_Option125Value dv="" ml="256" rw="RW" t="string" v=""></X_CT-COM_Option125Value>

<X_ASB_COM_IPv6Enabled dv="False" rw="RW" t="boolean" v="False"></X_ASB_COM_IPv6Enabled>

<X_ASB_COM_IPv4Enabled dv="True" rw="RW" t="boolean" v="True"></X_ASB_COM_IPv4Enabled>

<X_ASB_COM_IPv6ConnStatus dv="Unconfigured" ml="32" rw="R" t="string" v="Unconfigured" va="wanIpConnectionStatusValues"></X_ASB_COM_IPv6ConnStatus>

<X_ASB_COM_IPv6AddressingType dv="DHCP" ml="32" rw="RW" t="string" v="DHCP" va="AddressingTypeValues"></X_ASB_COM_IPv6AddressingType>

<X_ASB_COM_Dhcp6cForAddress dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_Dhcp6cForAddress>

<X_ASB_COM_ExternalIPv6Address dv="" ml="64" rw="RW" t="string" v=""></X_ASB_COM_ExternalIPv6Address>

<X_ASB_COM_IPv6PrefixDelegationEnabled dv="False" rw="RW" t="boolean" v="False"></X_ASB_COM_IPv6PrefixDelegationEnabled>

<X_ASB_COM_IPv6SitePrefix dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_IPv6SitePrefix>

<X_ASB_COM_IPv6SitePrefixPltime dv="0" max="8640000" min="-1" rw="RW" t="int" v="0"></X_ASB_COM_IPv6SitePrefixPltime>

<X_ASB_COM_IPv6SitePrefixVltime dv="0" max="8640000" min="-1" rw="RW" t="int" v="0"></X_ASB_COM_IPv6SitePrefixVltime>

<X_ASB_COM_Dhcp6cPid dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_Dhcp6cPid>

<X_ASB_COM_MLDEnabled dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_MLDEnabled>

<X_CT-COM_IPv6Enable dv="False" rw="RW" t="boolean" v="False"></X_CT-COM_IPv6Enable>

<X_ASB_COM_LastConnected dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_LastConnected>

<X_CT-COM_LanInterface dv="" ml="512" rw="RW" t="string" v=""></X_CT-COM_LanInterface>

<X_ASB_COM_LanInterface dv="" ml="512" rw="RW" t="string" v=""></X_ASB_COM_LanInterface>

<X_CT-COM_ServiceList dv="INTERNET" ml="32" rw="RW" t="string" v="INTERNET"></X_CT-COM_ServiceList>

<X_CT-COM_LanInterface_DHCPEnable dv="true" rw="RW" t="boolean" v="true"></X_CT-COM_LanInterface_DHCPEnable>

<X_CT-COM_IPForwardList dv="" ml="8192" rw="RW" t="string" v=""></X_CT-COM_IPForwardList>

<X_ASB_COM_IPv6BondingMode dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_IPv6BondingMode>

<X_ASB_COM_IPv6BondingBridge dv="Default" ml="32" rw="RW" t="string" v="Default"></X_ASB_COM_IPv6BondingBridge>

<X_CT-COM_MulticastVlan dv="-1" rw="RW" t="int" v="-1"></X_CT-COM_MulticastVlan>

<InterfaceMtu dv="1500" rw="RW" t="unsignedInt" v="1500"></InterfaceMtu>

<WanFwMark dv="0" rw="RW" t="unsignedInt" v="0"></WanFwMark>

<X_ASB_COM_WanMacIndex dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_WanMacIndex>

<X_CT-COM_IPMode dv="1" max="3" min="1" rw="RW" t="unsignedInt" v="1"></X_CT-COM_IPMode>

<X_CT-COM_IPv6ConnStatus dv="Unconfigured" ml="32" rw="RW" t="string" v="Unconfigured"></X_CT-COM_IPv6ConnStatus>

<X_CT-COM_IPv6IPAddress dv="" ml="40" rw="RW" t="string" v=""></X_CT-COM_IPv6IPAddress>

<X_CT-COM_IPv6IPAddressAlias dv="" ml="40" rw="RW" t="string" v=""></X_CT-COM_IPv6IPAddressAlias>

<X_CT-COM_IPv6IPAddressOrigin dv="DHCPv6" ml="32" rw="RW" t="string" v="DHCPv6"></X_CT-COM_IPv6IPAddressOrigin>

<X_CT-COM_IPv6DNSServers dv="" ml="128" rw="RW" t="string" v=""></X_CT-COM_IPv6DNSServers>

<X_CT-COM_IPv6PrefixDelegationEnabled dv="False" rw="RW" t="boolean" v="False"></X_CT-COM_IPv6PrefixDelegationEnabled>

<X_CT-COM_IPv6PrefixAlias dv="" ml="40" rw="RW" t="string" v=""></X_CT-COM_IPv6PrefixAlias>

<X_CT-COM_IPv6PrefixOrigin dv="PrefixDelegation" ml="32" rw="RW" t="string" v="PrefixDelegation"></X_CT-COM_IPv6PrefixOrigin>

<X_CT-COM_IPv6Prefix dv="" ml="40" rw="RW" t="string" v=""></X_CT-COM_IPv6Prefix>

<X_CT-COM_IPv6PrefixPltime dv="86400" rw="RW" t="unsignedInt" v="86400"></X_CT-COM_IPv6PrefixPltime>

<X_CT-COM_IPv6PrefixVltime dv="86400" rw="RW" t="unsignedInt" v="86400"></X_CT-COM_IPv6PrefixVltime>

<X_CT-COM_DefaultIPv6Gateway dv="" ml="40" rw="RW" t="string" v=""></X_CT-COM_DefaultIPv6Gateway>

<X_CT-COM_IPv6DomainName dv="" ml="64" rw="RW" t="string" v=""></X_CT-COM_IPv6DomainName>

<X_CT-COM_NPTv6Enable dv="false" rw="RW" t="boolean" v="false"></X_CT-COM_NPTv6Enable>

<X_ASB_COM_NATv6Mode dv="1" max="2" min="1" rw="RW" t="unsignedInt" v="1"></X_ASB_COM_NATv6Mode>

<X_CT-COM_Dslite_Enable dv="false" rw="RW" t="boolean" v="false"></X_CT-COM_Dslite_Enable>

<X_CT-COM_AftrMode dv="0" max="2" min="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_AftrMode>

<X_CT-COM_Aftr dv="" ml="64" rw="RW" t="string" v=""></X_CT-COM_Aftr>

<X_CMCC_PingResponseEnable dv="true" rw="RW" t="boolean" v="true"></X_CMCC_PingResponseEnable>

<X_CT-COM_PingResponseEnable dv="false" rw="RW" t="boolean" v="false"></X_CT-COM_PingResponseEnable>

<X_CT-COM_PingResponseWhiteList dv="" ml="1024" rw="RW" t="string" v=""></X_CT-COM_PingResponseWhiteList>

<X_CT-COM_UpstreamWAN dv="false" rw="RW" t="boolean" v="false"></X_CT-COM_UpstreamWAN>

<X_ASB_COM_AftrIPv6Address dv="" ml="64" rw="RW" t="string" v=""></X_ASB_COM_AftrIPv6Address>

<X_ASB_COM_TunnelIfName dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_TunnelIfName>

<X_ASB_COM_WanCommitted dv="true" rw="RW" t="boolean" v="true"></X_ASB_COM_WanCommitted>

<X_CT-COM_SpeedLimit_UP dv="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_SpeedLimit_UP>

<X_CT-COM_SpeedLimit_DOWN dv="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_SpeedLimit_DOWN>

<Reset dv="false" rw="RW" t="boolean" v="false"></Reset>

<X_ASB_COM_Dhcpv6ServerIP dv="" ml="64" rw="RW" t="string" v=""></X_ASB_COM_Dhcpv6ServerIP>

<X_CT-COM_DHCPOPTION125.1. n="CtOption125" t="dynamicObject" status="deleted">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<Value dv="" ml="256" rw="RW" t="string" v=""></Value>

<Type dv="2" rw="RW" t="int" v="2"></Type>

<ServerID dv="" ml="256" rw="RW" t="string" v=""></ServerID>

<SharedKey dv="" ml="256" rw="RW" t="string" v=""></SharedKey>

</X_CT-COM_DHCPOPTION125.1.>

<X_CT-COM_DHCPOPTION60.1. n="CtOption60" t="dynamicObject" status="deleted">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<Type dv="34" rw="RW" t="unsignedInt" v="34"></Type>

<ValueMode dv="2" rw="RW" t="unsignedInt" v="2"></ValueMode>

<Value dv="" ml="256" rw="RW" t="string" v=""></Value>

<Account dv="" ml="64" rw="RW" t="string" v=""></Account>

<Password dv="" ml="64" rw="RW" t="string" v=""></Password>

</X_CT-COM_DHCPOPTION60.1.>

<X_CT-COM_DHCPv6OPTION17.1. n="CtOption17" t="dynamicObject" status="deleted">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<Value dv="" ml="256" rw="RW" t="string" v=""></Value>

<Type dv="2" rw="RW" t="int" v="2"></Type>

<ServerID dv="" ml="256" rw="RW" t="string" v=""></ServerID>

<SharedKey dv="" ml="256" rw="RW" t="string" v=""></SharedKey>

</X_CT-COM_DHCPv6OPTION17.1.>

<X_CT-COM_DHCPv6OPTION16.1. n="CtOption16" t="dynamicObject" status="deleted">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<Type dv="34" rw="RW" t="unsignedInt" v="34"></Type>

<ValueMode dv="2" rw="RW" t="unsignedInt" v="2"></ValueMode>

<Value dv="" ml="256" rw="RW" t="string" v=""></Value>

</X_CT-COM_DHCPv6OPTION16.1.>

<DHCPClient. n="DHCPClient" t="staticObject">

<SentDHCPOptionNumberOfEntries dv="2" rw="R" t="unsignedInt" v="2"></SentDHCPOptionNumberOfEntries>

<SentDHCPOption.1. n="SentDHCPOption" t="dynamicObject" status="deleted">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<Tag dv="60" ml="254" rw="RW" t="unsignedInt" v="60"></Tag>

<Value dv="" ml="340" rw="RW" t="string" v=""></Value>

</SentDHCPOption.1.>

</DHCPClient.>

<PortMapping.1. n="WanIpConnPortmapping" t="dynamicObject" status="deleted">

<PortMappingEnabled dv="false" rw="RW" t="boolean" v="false"></PortMappingEnabled>

<PortMappingLeaseDuration dv="" rw="RW" t="unsignedInt" v=""></PortMappingLeaseDuration>

<X_ASB_COM_ExpiryTime dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_ExpiryTime>

<RemoteHost dv="" ml="32" rw="RW" t="string" v=""></RemoteHost>

<ExternalPort dv="" rw="RW" t="unsignedInt" v=""></ExternalPort>

<X_ASB_COM_ExternalPortEnd dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_ExternalPortEnd>

<InternalPort dv="" rw="RW" t="unsignedInt" v=""></InternalPort>

<X_ASB_COM_InternalPortEnd dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_InternalPortEnd>

<PortMappingProtocol dv="TCP" ml="32" rw="RW" t="string" v="TCP" va="ipProtocol2Values"></PortMappingProtocol>

<InternalClient dv="" ml="32" rw="RW" t="string" v=""></InternalClient>

<PortMappingDescription dv="" ml="256" rw="RW" t="string" v=""></PortMappingDescription>

<X_ASB_COM_AppName dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_AppName>

</PortMapping.1.>

<X_CU_PortTrigger.1. n="WanIpConnPortTrigger" t="dynamicObject" status="deleted">

<PortTriggerEnabled dv="false" rw="RW" t="boolean" v="false"></PortTriggerEnabled>

<TriggerPort dv="" rw="RW" t="unsignedInt" v=""></TriggerPort>

<TriggerProtocol dv="" ml="16" rw="RW" t="string" v=""></TriggerProtocol>

<InternalPort dv="" rw="RW" t="unsignedInt" v=""></InternalPort>

<PortTriggerDescription dv="" ml="256" rw="RW" t="string" v=""></PortTriggerDescription>

</X_CU_PortTrigger.1.>

<X_ASB_COM_DmzIpHostCfg. n="DmzIpHostCfg" t="staticObject">

<DmzEnabled dv="false" rw="RW" t="boolean" v="false"></DmzEnabled>

<InternalClient dv="" ml="32" rw="RW" t="string" v=""></InternalClient>

<DmzHostDescription dv="" ml="256" rw="RW" t="string" v=""></DmzHostDescription>

</X_ASB_COM_DmzIpHostCfg.>

<X_ASB_COM_FirewallException.1. n="WanIpConnFirewallException" t="dynamicObject" status="deleted">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<FilterName dv="" ml="32" rw="RW" t="string" v=""></FilterName>

<IPVersion dv="4" ml="32" rw="RW" t="string" v="4" va="ipVersionValues"></IPVersion>

<Protocol dv="None" ml="32" rw="RW" t="string" v="None" va="ipProtocol5Values"></Protocol>

<SourcePortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></SourcePortStart>

<SourcePortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></SourcePortEnd>

<DestinationPortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestinationPortStart>

<DestinationPortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestinationPortEnd>

<SourceIPAddress dv="" ml="32" rw="RW" t="string" v=""></SourceIPAddress>

<EndSourceIPAddress dv="" ml="32" rw="RW" t="string" v=""></EndSourceIPAddress>

<SourceNetMask dv="" ml="32" rw="RW" t="string" v=""></SourceNetMask>

<DestinationIPAddress dv="" ml="32" rw="RW" t="string" v=""></DestinationIPAddress>

<EndDestinationIPAddress dv="" ml="32" rw="RW" t="string" v=""></EndDestinationIPAddress>

<DestinationNetMask dv="" ml="32" rw="RW" t="string" v=""></DestinationNetMask>

</X_ASB_COM_FirewallException.1.>

<X_CT-COM_DDNSConfiguration.1. n="DDNSIpConfig" t="dynamicObject" status="deleted">

<DDNSCfgEnabled dv="false" rw="RW" t="boolean" v="false"></DDNSCfgEnabled>

<DDNSProvider dv="" ml="256" rw="RW" t="string" v=""></DDNSProvider>

<DDNSUsername dv="" ml="256" rw="RW" t="string" v=""></DDNSUsername>

<DDNSPassword dv="" ml="256" rw="RW" t="string" v="" ealgo="ab"></DDNSPassword>

<ServicePort dv="" ml="256" rw="RW" t="string" v=""></ServicePort>

<DDNSDomainName dv="" ml="256" rw="RW" t="string" v=""></DDNSDomainName>

<DDNSHostName dv="" ml="256" rw="RW" t="string" v=""></DDNSHostName>

<IfName dv="NA" ml="32" rw="RW" t="string" v="NA"></IfName>

</X_CT-COM_DDNSConfiguration.1.>

<X_ASB_COM_MacFilterObj. n="MacFilter" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<Policy ml="32" rw="RW" t="string" v="FORWARD" va="macFilter2modes"></Policy>

<X_ASB_COM_MacFilterCfg.1. n="MacFilterCfg" t="dynamicObject" status="deleted">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<Protocol dv="None" ml="32" rw="RW" t="string" v="None" va="securityProtocolValues"></Protocol>

<Direction dv="BOTH" ml="32" rw="RW" t="string" v="BOTH" va="macFilterDirections"></Direction>

<SourceMAC dv="NA" ml="32" rw="RW" t="string" v="NA"></SourceMAC>

<DestinationMAC dv="NA" ml="32" rw="RW" t="string" v="NA"></DestinationMAC>

</X_ASB_COM_MacFilterCfg.1.>

</X_ASB_COM_MacFilterObj.>

<Stats. n="WanIpConnStats" t="staticObject">

<X_ASB_COM_RxDrops rw="R" t="unsignedInt" v="0"></X_ASB_COM_RxDrops>

<X_ASB_COM_TxDrops rw="R" t="unsignedInt" v="0"></X_ASB_COM_TxDrops>

<X_ASB_COM_RxErrors rw="R" t="unsignedInt" v="0"></X_ASB_COM_RxErrors>

<X_ASB_COM_TxErrors rw="R" t="unsignedInt" v="0"></X_ASB_COM_TxErrors>

<EthernetBytesSent rw="R" t="unsignedInt" v=""></EthernetBytesSent>

<EthernetBytesReceived rw="R" t="unsignedInt" v=""></EthernetBytesReceived>

<X_CT-COM_EthernetBytesSentHigh rw="R" t="unsignedInt" v=""></X_CT-COM_EthernetBytesSentHigh>

<X_CT-COM_EthernetBytesRevceivedHigh rw="R" t="unsignedInt" v=""></X_CT-COM_EthernetBytesRevceivedHigh>

<EthernetPacketsSent rw="R" t="unsignedInt" v=""></EthernetPacketsSent>

<EthernetPacketsReceived rw="R" t="unsignedInt" v=""></EthernetPacketsReceived>

<EthernetErrorsReceived rw="R" t="unsignedInt" v=""></EthernetErrorsReceived>

<EthernetDiscardPacketsReceived rw="R" t="unsignedInt" v=""></EthernetDiscardPacketsReceived>

</Stats.>

</WANIPConnection.1.>

<WANPPPConnection.1. n="WanPppConn" t="dynamicObject" status="deleted">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<ConnectionStatus dv="Unconfigured" ml="32" rw="RW" t="string" v="Unconfigured" va="wanPppConnectionStatusValues"></ConnectionStatus>

<PossibleConnectionTypes dv="Unconfigured, IP_Routed, PPPoE_Bridged" ml="64" rw="R" t="string" v="Unconfigured, IP_Routed, PPPoE_Bridged"></PossibleConnectionTypes>

<ConnectionType dv="Unconfigured" ml="32" rw="RW" t="string" v="Unconfigured" va="wanPppPossibleConnectionTypesValues"></ConnectionType>

<Name dv="" ml="256" rw="RW" t="string" v=""></Name>

<Uptime dv="" rw="R" t="unsignedInt" v=""></Uptime>

<LastConnectionError dv="ERROR_NONE" ml="64" rw="RW" t="string" v="ERROR_NONE" va="wanPppLastConnectionErrorValues"></LastConnectionError>

<LastConnectionErrorCode dv="" ml="128" rw="RW" t="string" v=""></LastConnectionErrorCode>

<AutoDisconnectTime dv="" rw="RW" t="unsignedInt" v=""></AutoDisconnectTime>

<IdleDisconnectTime dv="" rw="RW" t="unsignedInt" v=""></IdleDisconnectTime>

<WarnDisconnectDelay dv="" rw="RW" t="unsignedInt" v=""></WarnDisconnectDelay>

<RSIPAvailable dv="false" rw="R" t="boolean" v="false"></RSIPAvailable>

<NATEnabled dv="true" rw="RW" t="boolean" v="true"></NATEnabled>

<X_ASB_COM_UpFlag dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_UpFlag>

<X_ASB_COM_DownTime dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_DownTime>

<X_ASB_COM_FullconeNATEnabled dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_FullconeNATEnabled>

<X_ASB_COM_FirewallEnabled dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_FirewallEnabled>

<X_ASB_COM_IGMPEnabled dv="" rw="RW" t="boolean" v=""></X_ASB_COM_IGMPEnabled>

<Username dv="" ml="64" rw="RW" t="string" v=""></Username>

<Password dv="" ml="64" rw="RW" t="string" v="" ealgo="ab"></Password>

<PPPEncryptionProtocol dv="None" ml="32" rw="R" t="string" v="None" va="PPPEncryptionProtocolValues"></PPPEncryptionProtocol>

<PPPCompressionProtocol dv="" ml="32" rw="R" t="string" v="" va="PPPCompressionProtocolValues"></PPPCompressionProtocol>

<PPPAuthenticationProtocol dv="AUTO_AUTH" ml="32" rw="RW" t="string" v="AUTO_AUTH" va="PPPAuthenticationProtocolValues"></PPPAuthenticationProtocol>

<X_ASB_COM_ConnectionEstablishedTime dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_ConnectionEstablishedTime>

<X_ASB_COM_DialState dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_DialState>

<X_ASB_COM_IPExtension dv="" rw="RW" t="boolean" v=""></X_ASB_COM_IPExtension>

<X_ASB_COM_UseStaticIPAddress dv="" rw="RW" t="boolean" v=""></X_ASB_COM_UseStaticIPAddress>

<X_ASB_COM_LocalIPAddress dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_LocalIPAddress>

<X_ASB_COM_ConnectionId dv="1" rw="RW" t="int" v="1"></X_ASB_COM_ConnectionId>

<X_ASB_COM_PppdPid dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_PppdPid>

<X_ASB_COM_DhcpcPid dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_DhcpcPid>

<X_ASB_COM_IfName dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_IfName>

<X_ASB_COM_DefaultGateway dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_DefaultGateway>

<X_ASB_COM_Enable_Debug dv="" rw="RW" t="boolean" v=""></X_ASB_COM_Enable_Debug>

<X_ASB_COM_AddPppToBridge dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_AddPppToBridge>

<X_ASB_COM_PppBridgeKey dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_PppBridgeKey>

<X_ASB_COM_VlanMux8021p dv="0" max="7" min="0" rw="RW" t="int" v="0"></X_ASB_COM_VlanMux8021p>

<X_ASB_COM_VlanMuxID dv="-1" max="4094" min="-1" rw="RW" t="int" v="-1"></X_ASB_COM_VlanMuxID>

<X_ASB_COM_Mode dv="0" max="2" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_Mode>

<X_ASB_COM_GponOmciVlanTransEnabled dv="true" rw="RW" t="boolean" v="true"></X_ASB_COM_GponOmciVlanTransEnabled>

<X_ASB_COM_PonStatus dv="None" ml="32" rw="RW" t="string" v="None" va="PonStatusValues"></X_ASB_COM_PonStatus>

<X_ASB_COM_WanInConfiguration dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_WanInConfiguration>

<X_ASB_COM_IPTVBridgeFromRMSWebInConfig dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_IPTVBridgeFromRMSWebInConfig>

<X_ASB_COM_UserRequest dv="None" ml="32" rw="R" t="string" v="None" va="userConnectionRequestValues"></X_ASB_COM_UserRequest>

<X_ASB_COM_emulatorRunning dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_emulatorRunning>

<X_ASB_COM_InterruptedBySimulator dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_InterruptedBySimulator>

<X_ASB_COM_emulatorPppdPid dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_emulatorPppdPid>

<X_ASB_COM_emulatorDhcp6cPid dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_emulatorDhcp6cPid>

<ExternalIPAddress dv="" ml="32" rw="RW" t="string" v=""></ExternalIPAddress>

<RemoteIPAddress dv="" ml="32" rw="RW" t="string" v=""></RemoteIPAddress>

<SubnetMask dv="" ml="32" rw="RW" t="string" v=""></SubnetMask>

<CurrentMRUSize dv="" max="1540" min="1" rw="R" t="unsignedInt" v=""></CurrentMRUSize>

<DNSEnabled dv="true" rw="RW" t="boolean" v="true"></DNSEnabled>

<DNSOverrideAllowed dv="" rw="RW" t="boolean" v=""></DNSOverrideAllowed>

<DNSServers dv="" ml="64" rw="RW" t="string" v=""></DNSServers>

<MACAddress dv="" ml="32" rw="RW" t="string" v=""></MACAddress>

<MACAddressOverride dv="" rw="RW" t="boolean" v=""></MACAddressOverride>

<TransportType dv="PPPoE" ml="32" rw="R" t="string" v="PPPoE" va="TransportTypeValues"></TransportType>

<PPPoEACName dv="" ml="256" rw="RW" t="string" v=""></PPPoEACName>

<PPPoEServiceName dv="" ml="256" rw="RW" t="string" v=""></PPPoEServiceName>

<ConnectionTrigger dv="AlwaysOn" ml="32" rw="RW" t="string" v="AlwaysOn" va="ConnectionTriggerValues"></ConnectionTrigger>

<RouteProtocolRx dv="Off" ml="32" rw="RW" t="string" v="Off" va="RouteProtocolRxValues"></RouteProtocolRx>

<PPPLCPEcho dv="30" rw="RW" t="unsignedInt" v="30"></PPPLCPEcho>

<PPPLCPEchoRetry dv="3" rw="RW" t="unsignedInt" v="3"></PPPLCPEchoRetry>

<ShapingRate dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1 "></ShapingRate>

<ShapingBurstSize dv="0" rw="RW" t="unsignedInt" v="0"></ShapingBurstSize>

<PortMappingNumberOfEntries dv="" rw="RW" t="unsignedInt" v=""></PortMappingNumberOfEntries>

<X_CU_IPForwardModeEnabled dv="false" rw="RW" t="boolean" v="false"></X_CU_IPForwardModeEnabled>

<X_CU_IPForwardList dv="" ml="8192" rw="RW" t="string" v=""></X_CU_IPForwardList>

<X_CU_IGMPProxyEnable dv="True" rw="RW" t="boolean" v="True"></X_CU_IGMPProxyEnable>

<X_CU_MLDProxyEnable dv="True" rw="RW" t="boolean" v="True"></X_CU_MLDProxyEnable>

<X_ASB_COM_IPv6Enabled dv="False" rw="RW" t="boolean" v="False"></X_ASB_COM_IPv6Enabled>

<X_ASB_COM_IPv4Enabled dv="True" rw="RW" t="boolean" v="True"></X_ASB_COM_IPv4Enabled>

<X_ASB_COM_IPv6ConnStatus dv="Unconfigured" ml="32" rw="R" t="string" v="Unconfigured" va="wanIpConnectionStatusValues"></X_ASB_COM_IPv6ConnStatus>

<X_ASB_COM_IPv6PppUp dv="False" rw="RW" t="boolean" v="False"></X_ASB_COM_IPv6PppUp>

<X_ASB_COM_IPv6AddressingType dv="DHCP" ml="32" rw="RW" t="string" v="DHCP" va="AddressingTypeValues"></X_ASB_COM_IPv6AddressingType>

<X_ASB_COM_Dhcp6cForAddress dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_Dhcp6cForAddress>

<X_ASB_COM_ExternalIPv6Address dv="" ml="64" rw="RW" t="string" v=""></X_ASB_COM_ExternalIPv6Address>

<X_ASB_COM_IPv6PrefixDelegationEnabled dv="False" rw="RW" t="boolean" v="False"></X_ASB_COM_IPv6PrefixDelegationEnabled>

<X_ASB_COM_IPv6SitePrefix dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_IPv6SitePrefix>

<X_ASB_COM_IPv6SitePrefixPltime dv="0" max="8640000" min="-1" rw="RW" t="int" v="0"></X_ASB_COM_IPv6SitePrefixPltime>

<X_ASB_COM_IPv6SitePrefixVltime dv="0" max="8640000" min="-1" rw="RW" t="int" v="0"></X_ASB_COM_IPv6SitePrefixVltime>

<X_ASB_COM_Dhcp6cPid dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_Dhcp6cPid>

<X_ASB_COM_MLDEnabled dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_MLDEnabled>

<X_CT-COM_IPv6Enable dv="False" rw="RW" t="boolean" v="False"></X_CT-COM_IPv6Enable>

<X_ASB_COM_LastConnected dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_LastConnected>

<X_ASB_COM_StopPppD dv="false" rw="R" t="boolean" v="false"></X_ASB_COM_StopPppD>

<X_ASB_COM_PppConfigFileName dv="" ml="128" rw="RW" t="string" v=""></X_ASB_COM_PppConfigFileName>

<X_CT-COM_LanInterface dv="" ml="512" rw="RW" t="string" v=""></X_CT-COM_LanInterface>

<X_ASB_COM_LanInterface dv="" ml="512" rw="RW" t="string" v=""></X_ASB_COM_LanInterface>

<X_CT-COM_ServiceList dv="OTHER" ml="32" rw="RW" t="string" v="OTHER"></X_CT-COM_ServiceList>

<X_CT-COM_LanInterface-DHCPEnable dv="true" rw="RW" t="boolean" v="true"></X_CT-COM_LanInterface-DHCPEnable>

<X_CT-COM_IPForwardList dv="" ml="8192" rw="RW" t="string" v=""></X_CT-COM_IPForwardList>

<X_CT-COM_PPPoEPassthrough dv="false" rw="RW" t="boolean" v="false"></X_CT-COM_PPPoEPassthrough>

<X_ASB_COM_IPv6BondingMode dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_IPv6BondingMode>

<X_ASB_COM_IPv6BondingBridge dv="Default" ml="32" rw="RW" t="string" v="Default"></X_ASB_COM_IPv6BondingBridge>

<X_ASB_COM_PppoeSvrPid dv="0" max="65535" min="0" rw="R" t="unsignedInt" v="0"></X_ASB_COM_PppoeSvrPid>

<X_ASB_COM_PppoeSessionid dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_PppoeSessionid>

<X_ASB_COM_KeepAliveTime dv="50" rw="RW" t="unsignedInt" v="50"></X_ASB_COM_KeepAliveTime>

<X_ASB_COM_myEthAddr dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_myEthAddr>

<X_ASB_COM_peerEthAddr dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_peerEthAddr>

<X_ASB_COM_ThisWanDeleted dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_ThisWanDeleted>

<X_ASB_COM_HybriaPortEnabled dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_HybriaPortEnabled>

<X_ASB_COM_ProxyPid dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_ProxyPid>

<X_CT-COM_ProxyEnable dv="false" rw="RW" t="boolean" v="false"></X_CT-COM_ProxyEnable>

<X_CT-COM_MAXUser dv="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_MAXUser>

<X_CT-COM_MulticastVlan dv="-1" rw="RW" t="int" v="-1"></X_CT-COM_MulticastVlan>

<InterfaceMtu dv="1492" rw="RW" t="unsignedInt" v="1492"></InterfaceMtu>

<WanFwMark dv="0" rw="RW" t="unsignedInt" v="0"></WanFwMark>

<X_ASB_COM_WanMacIndex dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_WanMacIndex>

<X_CT-COM_IPMode dv="1" max="3" min="1" rw="RW" t="unsignedInt" v="1"></X_CT-COM_IPMode>

<X_CT-COM_IPv6ConnStatus dv="Unconfigured" ml="32" rw="RW" t="string" v="Unconfigured"></X_CT-COM_IPv6ConnStatus>

<X_CT-COM_IPv6IPAddress dv="" ml="40" rw="RW" t="string" v=""></X_CT-COM_IPv6IPAddress>

<X_CT-COM_IPv6IPAddressAlias dv="" ml="40" rw="RW" t="string" v=""></X_CT-COM_IPv6IPAddressAlias>

<X_CT-COM_IPv6IPAddressOrigin dv="DHCPv6" ml="32" rw="RW" t="string" v="DHCPv6"></X_CT-COM_IPv6IPAddressOrigin>

<X_CT-COM_IPv6DNSServers dv="" ml="128" rw="RW" t="string" v=""></X_CT-COM_IPv6DNSServers>

<X_CT-COM_IPv6PrefixDelegationEnabled dv="False" rw="RW" t="boolean" v="False"></X_CT-COM_IPv6PrefixDelegationEnabled>

<X_CT-COM_IPv6PrefixAlias dv="" ml="40" rw="RW" t="string" v=""></X_CT-COM_IPv6PrefixAlias>

<X_CT-COM_IPv6PrefixOrigin dv="PrefixDelegation" ml="32" rw="RW" t="string" v="PrefixDelegation"></X_CT-COM_IPv6PrefixOrigin>

<X_CT-COM_IPv6Prefix dv="" ml="40" rw="RW" t="string" v=""></X_CT-COM_IPv6Prefix>

<X_CT-COM_IPv6PrefixPltime dv="86400" rw="RW" t="unsignedInt" v="86400"></X_CT-COM_IPv6PrefixPltime>

<X_CT-COM_IPv6PrefixVltime dv="86400" rw="RW" t="unsignedInt" v="86400"></X_CT-COM_IPv6PrefixVltime>

<X_CT-COM_DefaultIPv6Gateway dv="" ml="40" rw="RW" t="string" v=""></X_CT-COM_DefaultIPv6Gateway>

<X_CT-COM_IPv6DomainName dv="" ml="64" rw="RW" t="string" v=""></X_CT-COM_IPv6DomainName>

<X_CT-COM_NPTv6Enable dv="false" rw="RW" t="boolean" v="false"></X_CT-COM_NPTv6Enable>

<X_ASB_COM_NATv6Mode dv="1" max="2" min="1" rw="RW" t="unsignedInt" v="1"></X_ASB_COM_NATv6Mode>

<X_CT-COM_Dslite_Enable dv="false" rw="RW" t="boolean" v="false"></X_CT-COM_Dslite_Enable>

<X_CT-COM_AftrMode dv="0" max="2" min="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_AftrMode>

<X_CT-COM_Aftr dv="" ml="64" rw="RW" t="string" v=""></X_CT-COM_Aftr>

<X_CMCC_PingResponseEnable dv="true" rw="RW" t="boolean" v="true"></X_CMCC_PingResponseEnable>

<X_CT-COM_PingResponseEnable dv="false" rw="RW" t="boolean" v="false"></X_CT-COM_PingResponseEnable>

<X_CT-COM_PingResponseWhiteList dv="" ml="1024" rw="RW" t="string" v=""></X_CT-COM_PingResponseWhiteList>

<X_CT-COM_UpstreamWAN dv="false" rw="RW" t="boolean" v="false"></X_CT-COM_UpstreamWAN>

<X_ASB_COM_AftrIPv6Address dv="" ml="64" rw="RW" t="string" v=""></X_ASB_COM_AftrIPv6Address>

<X_ASB_COM_TunnelIfName dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_TunnelIfName>

<X_ASB_COM_WanCommitted dv="true" rw="RW" t="boolean" v="true"></X_ASB_COM_WanCommitted>

<X_CT-COM_SpeedLimit_UP dv="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_SpeedLimit_UP>

<X_CT-COM_SpeedLimit_DOWN dv="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_SpeedLimit_DOWN>

<Reset dv="false" rw="RW" t="boolean" v="false"></Reset>

<X_CT-COM_CloudCPEEnable dv="false" rw="RW" t="boolean" v="false"></X_CT-COM_CloudCPEEnable>

<X_ASB_COM_EnhancedBridgeRouteIfName dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_EnhancedBridgeRouteIfName>

<X_ASB_COM_Dhcpv6ServerIP dv="" ml="64" rw="RW" t="string" v=""></X_ASB_COM_Dhcpv6ServerIP>

<X_CMCC_ServiceAlias dv="" ml="256" rw="RW" t="string" v=""></X_CMCC_ServiceAlias>

<PortMapping.1. n="WanPppConnPortmapping" t="dynamicObject" status="deleted">

<PortMappingEnabled dv="false" rw="RW" t="boolean" v="false"></PortMappingEnabled>

<X_ASB_COM_ExpiryTime dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_ExpiryTime>

<PortMappingLeaseDuration dv="" rw="RW" t="unsignedInt" v=""></PortMappingLeaseDuration>

<RemoteHost dv="" ml="32" rw="RW" t="string" v=""></RemoteHost>

<ExternalPort dv="" rw="RW" t="unsignedInt" v=""></ExternalPort>

<X_ASB_COM_ExternalPortEnd dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_ExternalPortEnd>

<InternalPort dv="" rw="RW" t="unsignedInt" v=""></InternalPort>

<X_ASB_COM_InternalPortEnd dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_InternalPortEnd>

<PortMappingProtocol dv="TCP" ml="32" rw="RW" t="string" v="TCP" va="ipProtocol2Values"></PortMappingProtocol>

<InternalClient dv="" ml="32" rw="RW" t="string" v=""></InternalClient>

<PortMappingDescription dv="" ml="256" rw="RW" t="string" v=""></PortMappingDescription>

<X_ASB_COM_AppName dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_AppName>

</PortMapping.1.>

<X_CU_PortTrigger.1. n="WanPppConnPortTrigger" t="dynamicObject" status="deleted">

<PortTriggerEnabled dv="false" rw="RW" t="boolean" v="false"></PortTriggerEnabled>

<TriggerPort dv="" rw="RW" t="unsignedInt" v=""></TriggerPort>

<TriggerProtocol dv="" ml="16" rw="RW" t="string" v=""></TriggerProtocol>

<InternalPort dv="" rw="RW" t="unsignedInt" v=""></InternalPort>

<PortTriggerDescription dv="" ml="256" rw="RW" t="string" v=""></PortTriggerDescription>

</X_CU_PortTrigger.1.>

<X_ASB_COM_DmzPppHostCfg. n="DmzPppHostCfg" t="staticObject">

<DmzEnabled dv="false" rw="RW" t="boolean" v="false"></DmzEnabled>

<InternalClient dv="" ml="32" rw="RW" t="string" v=""></InternalClient>

<DmzHostDescription dv="" ml="256" rw="RW" t="string" v=""></DmzHostDescription>

</X_ASB_COM_DmzPppHostCfg.>

<X_ASB_COM_FirewallException.1. n="WanPppConnFirewallException" t="dynamicObject" status="deleted">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<FilterName dv="" ml="32" rw="RW" t="string" v=""></FilterName>

<IPVersion dv="4" ml="32" rw="RW" t="string" v="4" va="ipVersionValues"></IPVersion>

<Protocol dv="None" ml="32" rw="RW" t="string" v="None" va="ipProtocol5Values"></Protocol>

<SourcePortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></SourcePortStart>

<SourcePortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></SourcePortEnd>

<DestinationPortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestinationPortStart>

<DestinationPortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestinationPortEnd>

<SourceIPAddress dv="" ml="32" rw="RW" t="string" v=""></SourceIPAddress>

<EndSourceIPAddress dv="" ml="32" rw="RW" t="string" v=""></EndSourceIPAddress>

<SourceNetMask dv="" ml="32" rw="RW" t="string" v=""></SourceNetMask>

<DestinationIPAddress dv="" ml="32" rw="RW" t="string" v=""></DestinationIPAddress>

<EndDestinationIPAddress dv="" ml="32" rw="RW" t="string" v=""></EndDestinationIPAddress>

<DestinationNetMask dv="" ml="32" rw="RW" t="string" v=""></DestinationNetMask>

</X_ASB_COM_FirewallException.1.>

<X_CT-COM_DDNSConfiguration.1. n="DDNSPppConfig" t="dynamicObject" status="deleted">

<DDNSCfgEnabled dv="false" rw="RW" t="boolean" v="false"></DDNSCfgEnabled>

<DDNSProvider dv="" ml="256" rw="RW" t="string" v=""></DDNSProvider>

<DDNSUsername dv="" ml="256" rw="RW" t="string" v=""></DDNSUsername>

<DDNSPassword dv="" ml="256" rw="RW" t="string" v="" ealgo="ab"></DDNSPassword>

<ServicePort dv="" ml="256" rw="RW" t="string" v=""></ServicePort>

<DDNSDomainName dv="" ml="256" rw="RW" t="string" v=""></DDNSDomainName>

<DDNSHostName dv="" ml="256" rw="RW" t="string" v=""></DDNSHostName>

<IfName dv="NA" ml="32" rw="RW" t="string" v="NA"></IfName>

</X_CT-COM_DDNSConfiguration.1.>

<Stats. n="WanPppConnStats" t="staticObject">

<X_ASB_COM_RxDrops rw="R" t="unsignedInt" v="0"></X_ASB_COM_RxDrops>

<X_ASB_COM_TxDrops rw="R" t="unsignedInt" v="0"></X_ASB_COM_TxDrops>

<X_ASB_COM_RxErrors rw="R" t="unsignedInt" v="0"></X_ASB_COM_RxErrors>

<X_ASB_COM_TxErrors rw="R" t="unsignedInt" v="0"></X_ASB_COM_TxErrors>

<EthernetBytesSent rw="R" t="unsignedInt" v=""></EthernetBytesSent>

<EthernetBytesReceived rw="R" t="unsignedInt" v=""></EthernetBytesReceived>

<X_CT-COM_EthernetBytesSentHigh rw="R" t="unsignedInt" v=""></X_CT-COM_EthernetBytesSentHigh>

<X_CT-COM_EthernetBytesRevceivedHigh rw="R" t="unsignedInt" v=""></X_CT-COM_EthernetBytesRevceivedHigh>

<EthernetPacketsSent rw="R" t="unsignedInt" v=""></EthernetPacketsSent>

<EthernetPacketsReceived rw="R" t="unsignedInt" v=""></EthernetPacketsReceived>

<EthernetErrorsReceived rw="R" t="unsignedInt" v=""></EthernetErrorsReceived>

<EthernetDiscardPacketsReceived rw="R" t="unsignedInt" v=""></EthernetDiscardPacketsReceived>

</Stats.>

</WANPPPConnection.1.>

</WANConnectionDevice.1.>

<WANConnectionDevice.3. n="WanConnDevice" t="dynamicObject" status="">

<WANIPConnectionNumberOfEntries dv="" rw="RW" t="unsignedInt" v="1"></WANIPConnectionNumberOfEntries>

<WANPPPConnectionNumberOfEntries dv="" rw="RW" t="unsignedInt" v="0"></WANPPPConnectionNumberOfEntries>

<X_ASB_COM_ConnType rw="RW" t="unsignedInt" v="0"></X_ASB_COM_ConnType>

<X_ASB_COM_HybridgeEnabled dv="false" rw="RW" t="boolean" v="False"></X_ASB_COM_HybridgeEnabled>

<X_CT-COM_WANEponLinkConfig. n="WanEponLinkCfg" t="staticObject">

<Enable dv="true" rw="RW" t="boolean" v="true"></Enable>

<Mode dv="0" max="2" min="0" rw="RW" t="unsignedInt" v="0"></Mode>

<VLANIDMark dv="0" rw="RW" t="unsignedInt" v="0"></VLANIDMark>

<P_802-1pMark dv="0" rw="RW" t="unsignedInt" v="0"></P_802-1pMark>

</X_CT-COM_WANEponLinkConfig.>

<X_CT-COM_WANGponLinkConfig. n="WanGponLinkCfg" t="staticObject">

<Enable dv="true" rw="RW" t="boolean" v="true"></Enable>

<Mode dv="0" max="2" min="0" rw="RW" t="unsignedInt" v="2"></Mode>

<VLANIDMark dv="0" rw="RW" t="unsignedInt" v="4035"></VLANIDMark>

<P_802-1pMark dv="0" rw="RW" t="unsignedInt" v="0"></P_802-1pMark>

</X_CT-COM_WANGponLinkConfig.>

<WANEthernetLinkConfig. n="WanEthLinkCfg" t="staticObject">

<EthernetLinkStatus ml="32" rw="R" t="string" v="" va="EthernetLinkStatusValues"></EthernetLinkStatus>

</WANEthernetLinkConfig.>

<WANPOTSLinkConfig. n="WanPotsCfg" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<LinkStatus ml="32" rw="R" t="string" v="" va="potsWanLinkStatusValues"></LinkStatus>

<ISPPhoneNumber ml="64" rw="RW" t="string" v=""></ISPPhoneNumber>

<ISPInfo ml="64" rw="RW" t="string" v=""></ISPInfo>

<LinkType ml="32" rw="RW" t="string" v="" va="potsWanLinkTypeValues"></LinkType>

<NumberOfRetries rw="RW" t="unsignedInt" v=""></NumberOfRetries>

<DelayBetweenRetries rw="RW" t="unsignedInt" v=""></DelayBetweenRetries>

<Fclass ml="32" rw="R" t="string" v=""></Fclass>

<DataModulationSupported ml="32" rw="R" t="string" v="" va="DataModulationSupportedValues"></DataModulationSupported>

<DataProtocol ml="32" rw="R" t="string" v="" va="DataProtocolValues"></DataProtocol>

<DataCompression ml="32" rw="R" t="string" v="" va="DataCompressionValues"></DataCompression>

<PlusVTRCommandSupported rw="R" t="boolean" v=""></PlusVTRCommandSupported>

</WANPOTSLinkConfig.>

<WANIPConnection.1. n="WanIpConn" t="dynamicObject" status="">

<Enable dv="false" rw="RW" t="boolean" v="True"></Enable>

<ConnectionStatus dv="Unconfigured" ml="32" rw="RW" t="string" v="Disconnected" va="wanIpConnectionStatusValues"></ConnectionStatus>

<PossibleConnectionTypes dv="Unconfigured, IP_Routed, IP_Bridged" ml="64" rw="R" t="string" v="Unconfigured, IP_Routed, IP_Bridged"></PossibleConnectionTypes>

<ConnectionType dv="Unconfigured" ml="32" rw="RW" t="string" v="IP_Routed" va="wanIpPossibleConnectionTypesValues"></ConnectionType>

<Name dv="" ml="256" rw="RW" t="string" v="3_VOIP_R_VID_4035"></Name>

<Uptime dv="" rw="R" t="unsignedInt" v=""></Uptime>

<LastConnectionError dv="" ml="32" rw="R" t="string" v="" va="wanIpLastConnectionErrorValues"></LastConnectionError>

<AutoDisconnectTime dv="" rw="RW" t="unsignedInt" v="0"></AutoDisconnectTime>

<IdleDisconnectTime dv="" rw="RW" t="unsignedInt" v="0"></IdleDisconnectTime>

<WarnDisconnectDelay dv="" rw="RW" t="unsignedInt" v="0"></WarnDisconnectDelay>

<RSIPAvailable dv="" rw="RW" t="boolean" v="False"></RSIPAvailable>

<NATEnabled dv="true" rw="RW" t="boolean" v="True"></NATEnabled>

<X_ASB_COM_FullconeNATEnabled dv="false" rw="RW" t="boolean" v="False"></X_ASB_COM_FullconeNATEnabled>

<AddressingType dv="DHCP" ml="32" rw="RW" t="string" v="DHCP" va="AddressingTypeValues"></AddressingType>

<ExternalIPAddress dv="" ml="32" rw="RW" t="string" v=""></ExternalIPAddress>

<SubnetMask dv="" ml="32" rw="RW" t="string" v=""></SubnetMask>

<DefaultGateway dv="" ml="32" rw="RW" t="string" v=""></DefaultGateway>

<X_ASB_COM_FirewallEnabled dv="false" rw="RW" t="boolean" v="False"></X_ASB_COM_FirewallEnabled>

<X_ASB_COM_IGMPEnabled dv="" rw="RW" t="boolean" v="False"></X_ASB_COM_IGMPEnabled>

<DNSEnabled dv="true" rw="RW" t="boolean" v="True"></DNSEnabled>

<DNSOverrideAllowed dv="" rw="RW" t="boolean" v="False"></DNSOverrideAllowed>

<DNSServers dv="" ml="64" rw="RW" t="string" v=""></DNSServers>

<MACAddress dv="" ml="32" rw="RW" t="string" v=""></MACAddress>

<MACAddressOverride dv="" rw="RW" t="boolean" v="False"></MACAddressOverride>

<ConnectionTrigger dv="AlwaysOn" ml="32" rw="RW" t="string" v="AlwaysOn" va="ConnectionTriggerValues"></ConnectionTrigger>

<RouteProtocolRx dv="Off" ml="32" rw="RW" t="string" v="Off" va="RouteProtocolRxValues"></RouteProtocolRx>

<X_ASB_COM_RipOperationMode dv="Passive" ml="64" rw="RW" t="string" v="Passive" va="X_BROADCOM_COM_RipOperationModeValues"></X_ASB_COM_RipOperationMode>

<X_ASB_COM_RipDebugMode dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_RipDebugMode>

<X_ASB_COM_IfName dv="" ml="32" rw="RW" t="string" v="pon_4035_0_1"></X_ASB_COM_IfName>

<X_ASB_COM_ConnectionId dv="1" rw="RW" t="int" v="3"></X_ASB_COM_ConnectionId>

<X_ASB_COM_DhcpcPid dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_DhcpcPid>

<X_ASB_COM_IpBridgeKey dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_IpBridgeKey>

<X_ASB_COM_VlanMux8021p dv="0" max="7" min="0" rw="RW" t="int" v="0"></X_ASB_COM_VlanMux8021p>

<X_ASB_COM_VlanMuxID dv="-1" max="4094" min="-1" rw="RW" t="int" v="4035"></X_ASB_COM_VlanMuxID>

<X_ASB_COM_Mode dv="0" max="2" min="0" rw="RW" t="unsignedInt" v="2"></X_ASB_COM_Mode>

<X_ASB_COM_GponOmciVlanTransEnabled dv="true" rw="RW" t="boolean" v="True"></X_ASB_COM_GponOmciVlanTransEnabled>

<X_ASB_COM_PonStatus dv="None" ml="32" rw="RW" t="string" v="None" va="PonStatusValues"></X_ASB_COM_PonStatus>

<X_ASB_COM_WanInConfiguration dv="false" rw="RW" t="boolean" v="False"></X_ASB_COM_WanInConfiguration>

<X_ASB_COM_IPTVBridgeFromRMSWebInConfig dv="false" rw="RW" t="boolean" v="False"></X_ASB_COM_IPTVBridgeFromRMSWebInConfig>

<X_ASB_COM_ConnectionEstablishedTime dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_ConnectionEstablishedTime>

<ShapingRate dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1"></ShapingRate>

<ShapingBurstSize dv="0" rw="RW" t="unsignedInt" v="0"></ShapingBurstSize>

<PortMappingNumberOfEntries dv="" rw="RW" t="unsignedInt" v="0"></PortMappingNumberOfEntries>

<X_CU_IPForwardModeEnabled dv="false" rw="RW" t="boolean" v="False"></X_CU_IPForwardModeEnabled>

<X_CU_IPForwardList dv="" ml="8192" rw="RW" t="string" v=""></X_CU_IPForwardList>

<X_CU_IPoEName dv="" ml="256" rw="RW" t="string" v=""></X_CU_IPoEName>

<X_CU_IPoEPassword dv="" ml="256" rw="RW" t="string" v="" ealgo="ab"></X_CU_IPoEPassword>

<X_CU_IGMPProxyEnable dv="True" rw="RW" t="boolean" v="True"></X_CU_IGMPProxyEnable>

<X_CU_MLDProxyEnable dv="True" rw="RW" t="boolean" v="True"></X_CU_MLDProxyEnable>

<X_ASB_COM_Op60Enabled dv="false" rw="RW" t="boolean" v="False"></X_ASB_COM_Op60Enabled>

<X_ASB_COM_Op60VenderID dv="" ml="256" rw="RW" t="string" v=""></X_ASB_COM_Op60VenderID>

<X_ASB_COM_Op16Enabled dv="false" rw="RW" t="boolean" v="False"></X_ASB_COM_Op16Enabled>

<X_ASB_COM_Op16VenderID dv="" ml="256" rw="RW" t="string" v=""></X_ASB_COM_Op16VenderID>

<X_ASB_COM_Op61Enabled dv="false" rw="RW" t="boolean" v="False"></X_ASB_COM_Op61Enabled>

<X_ASB_COM_Op61DUID dv="" ml="256" rw="RW" t="string" v=""></X_ASB_COM_Op61DUID>

<X_ASB_COM_Op61IAID dv="" ml="8" rw="RW" t="string" v=""></X_ASB_COM_Op61IAID>

<X_ASB_COM_Op125Enabled dv="false" rw="RW" t="boolean" v="False"></X_ASB_COM_Op125Enabled>

<X_ASB_COM_Op125Type dv="2" rw="RW" t="int" v="2"></X_ASB_COM_Op125Type>

<X_ASB_COM_Op125ServerID dv="" ml="256" rw="RW" t="string" v=""></X_ASB_COM_Op125ServerID>

<X_ASB_COM_Op125SharedKey dv="" ml="256" rw="RW" t="string" v=""></X_ASB_COM_Op125SharedKey>

<X_CT-COM_CheckOption125 dv="false" rw="RW" t="boolean" v="False"></X_CT-COM_CheckOption125>

<X_CT-COM_Option125Value dv="" ml="256" rw="RW" t="string" v=""></X_CT-COM_Option125Value>

<X_ASB_COM_IPv6Enabled dv="False" rw="RW" t="boolean" v="False"></X_ASB_COM_IPv6Enabled>

<X_ASB_COM_IPv4Enabled dv="True" rw="RW" t="boolean" v="True"></X_ASB_COM_IPv4Enabled>

<X_ASB_COM_IPv6ConnStatus dv="Unconfigured" ml="32" rw="R" t="string" v="Unconfigured" va="wanIpConnectionStatusValues"></X_ASB_COM_IPv6ConnStatus>

<X_ASB_COM_IPv6AddressingType dv="DHCP" ml="32" rw="RW" t="string" v="DHCP" va="AddressingTypeValues"></X_ASB_COM_IPv6AddressingType>

<X_ASB_COM_Dhcp6cForAddress dv="false" rw="RW" t="boolean" v="False"></X_ASB_COM_Dhcp6cForAddress>

<X_ASB_COM_ExternalIPv6Address dv="" ml="64" rw="RW" t="string" v=""></X_ASB_COM_ExternalIPv6Address>

<X_ASB_COM_IPv6PrefixDelegationEnabled dv="False" rw="RW" t="boolean" v="False"></X_ASB_COM_IPv6PrefixDelegationEnabled>

<X_ASB_COM_IPv6SitePrefix dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_IPv6SitePrefix>

<X_ASB_COM_IPv6SitePrefixPltime dv="0" max="8640000" min="-1" rw="RW" t="int" v="0"></X_ASB_COM_IPv6SitePrefixPltime>

<X_ASB_COM_IPv6SitePrefixVltime dv="0" max="8640000" min="-1" rw="RW" t="int" v="0"></X_ASB_COM_IPv6SitePrefixVltime>

<X_ASB_COM_Dhcp6cPid dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_Dhcp6cPid>

<X_ASB_COM_MLDEnabled dv="false" rw="RW" t="boolean" v="False"></X_ASB_COM_MLDEnabled>

<X_CT-COM_IPv6Enable dv="False" rw="RW" t="boolean" v="False"></X_CT-COM_IPv6Enable>

<X_ASB_COM_LastConnected dv="false" rw="RW" t="boolean" v="False"></X_ASB_COM_LastConnected>

<X_CT-COM_LanInterface dv="" ml="512" rw="RW" t="string" v=""></X_CT-COM_LanInterface>

<X_ASB_COM_LanInterface dv="" ml="512" rw="RW" t="string" v=""></X_ASB_COM_LanInterface>

<X_CT-COM_ServiceList dv="INTERNET" ml="32" rw="RW" t="string" v="VOIP"></X_CT-COM_ServiceList>

<X_CT-COM_LanInterface_DHCPEnable dv="true" rw="RW" t="boolean" v="True"></X_CT-COM_LanInterface_DHCPEnable>

<X_CT-COM_IPForwardList dv="" ml="8192" rw="RW" t="string" v=""></X_CT-COM_IPForwardList>

<X_ASB_COM_IPv6BondingMode dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_IPv6BondingMode>

<X_ASB_COM_IPv6BondingBridge dv="Default" ml="32" rw="RW" t="string" v="Default"></X_ASB_COM_IPv6BondingBridge>

<X_CT-COM_MulticastVlan dv="-1" rw="RW" t="int" v="-1"></X_CT-COM_MulticastVlan>

<InterfaceMtu dv="1500" rw="RW" t="unsignedInt" v="1492"></InterfaceMtu>

<WanFwMark dv="0" rw="RW" t="unsignedInt" v="1"></WanFwMark>

<X_ASB_COM_WanMacIndex dv="0" rw="RW" t="unsignedInt" v="1"></X_ASB_COM_WanMacIndex>

<X_CT-COM_IPMode dv="1" max="3" min="1" rw="RW" t="unsignedInt" v="1"></X_CT-COM_IPMode>

<X_CT-COM_IPv6ConnStatus dv="Unconfigured" ml="32" rw="RW" t="string" v="Unconfigured"></X_CT-COM_IPv6ConnStatus>

<X_CT-COM_IPv6IPAddress dv="" ml="40" rw="RW" t="string" v=""></X_CT-COM_IPv6IPAddress>

<X_CT-COM_IPv6IPAddressAlias dv="" ml="40" rw="RW" t="string" v=""></X_CT-COM_IPv6IPAddressAlias>

<X_CT-COM_IPv6IPAddressOrigin dv="DHCPv6" ml="32" rw="RW" t="string" v="DHCPv6"></X_CT-COM_IPv6IPAddressOrigin>

<X_CT-COM_IPv6DNSServers dv="" ml="128" rw="RW" t="string" v=""></X_CT-COM_IPv6DNSServers>

<X_CT-COM_IPv6PrefixDelegationEnabled dv="False" rw="RW" t="boolean" v="False"></X_CT-COM_IPv6PrefixDelegationEnabled>

<X_CT-COM_IPv6PrefixAlias dv="" ml="40" rw="RW" t="string" v=""></X_CT-COM_IPv6PrefixAlias>

<X_CT-COM_IPv6PrefixOrigin dv="PrefixDelegation" ml="32" rw="RW" t="string" v="PrefixDelegation"></X_CT-COM_IPv6PrefixOrigin>

<X_CT-COM_IPv6Prefix dv="" ml="40" rw="RW" t="string" v=""></X_CT-COM_IPv6Prefix>

<X_CT-COM_IPv6PrefixPltime dv="86400" rw="RW" t="unsignedInt" v="86400"></X_CT-COM_IPv6PrefixPltime>

<X_CT-COM_IPv6PrefixVltime dv="86400" rw="RW" t="unsignedInt" v="86400"></X_CT-COM_IPv6PrefixVltime>

<X_CT-COM_DefaultIPv6Gateway dv="" ml="40" rw="RW" t="string" v=""></X_CT-COM_DefaultIPv6Gateway>

<X_CT-COM_IPv6DomainName dv="" ml="64" rw="RW" t="string" v=""></X_CT-COM_IPv6DomainName>

<X_CT-COM_NPTv6Enable dv="false" rw="RW" t="boolean" v="False"></X_CT-COM_NPTv6Enable>

<X_ASB_COM_NATv6Mode dv="1" max="2" min="1" rw="RW" t="unsignedInt" v="1"></X_ASB_COM_NATv6Mode>

<X_CT-COM_Dslite_Enable dv="false" rw="RW" t="boolean" v="False"></X_CT-COM_Dslite_Enable>

<X_CT-COM_AftrMode dv="0" max="2" min="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_AftrMode>

<X_CT-COM_Aftr dv="" ml="64" rw="RW" t="string" v=""></X_CT-COM_Aftr>

<X_CMCC_PingResponseEnable dv="true" rw="RW" t="boolean" v="True"></X_CMCC_PingResponseEnable>

<X_CT-COM_PingResponseEnable dv="false" rw="RW" t="boolean" v="False"></X_CT-COM_PingResponseEnable>

<X_CT-COM_PingResponseWhiteList dv="" ml="1024" rw="RW" t="string" v=""></X_CT-COM_PingResponseWhiteList>

<X_CT-COM_UpstreamWAN dv="false" rw="RW" t="boolean" v="False"></X_CT-COM_UpstreamWAN>

<X_ASB_COM_AftrIPv6Address dv="" ml="64" rw="RW" t="string" v=""></X_ASB_COM_AftrIPv6Address>

<X_ASB_COM_TunnelIfName dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_TunnelIfName>

<X_ASB_COM_WanCommitted dv="true" rw="RW" t="boolean" v="True"></X_ASB_COM_WanCommitted>

<X_CT-COM_SpeedLimit_UP dv="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_SpeedLimit_UP>

<X_CT-COM_SpeedLimit_DOWN dv="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_SpeedLimit_DOWN>

<Reset dv="false" rw="RW" t="boolean" v="False"></Reset>

<X_ASB_COM_Dhcpv6ServerIP dv="" ml="64" rw="RW" t="string" v=""></X_ASB_COM_Dhcpv6ServerIP>

<X_CT-COM_DHCPOPTION125.1. n="CtOption125" t="dynamicObject" status="">

<Enable dv="false" rw="RW" t="boolean" v="False"></Enable>

<Value dv="" ml="256" rw="RW" t="string" v=""></Value>

<Type dv="2" rw="RW" t="int" v="2"></Type>

<ServerID dv="" ml="256" rw="RW" t="string" v=""></ServerID>

<SharedKey dv="" ml="256" rw="RW" t="string" v=""></SharedKey>

</X_CT-COM_DHCPOPTION125.1.>

<X_CT-COM_DHCPOPTION60.1. n="CtOption60" t="dynamicObject" status="">

<Enable dv="false" rw="RW" t="boolean" v="False"></Enable>

<Type dv="34" rw="RW" t="unsignedInt" v="34"></Type>

<ValueMode dv="2" rw="RW" t="unsignedInt" v="2"></ValueMode>

<Value dv="" ml="256" rw="RW" t="string" v=""></Value>

<Account dv="" ml="64" rw="RW" t="string" v=""></Account>

<Password dv="" ml="64" rw="RW" t="string" v=""></Password>

</X_CT-COM_DHCPOPTION60.1.>

<X_CT-COM_DHCPOPTION60.2. n="CtOption60" t="dynamicObject" status="">

<Enable dv="false" rw="RW" t="boolean" v="False"></Enable>

<Type dv="34" rw="RW" t="unsignedInt" v="34"></Type>

<ValueMode dv="2" rw="RW" t="unsignedInt" v="2"></ValueMode>

<Value dv="" ml="256" rw="RW" t="string" v=""></Value>

<Account dv="" ml="64" rw="RW" t="string" v=""></Account>

<Password dv="" ml="64" rw="RW" t="string" v=""></Password>

</X_CT-COM_DHCPOPTION60.2.>

<X_CT-COM_DHCPOPTION60.3. n="CtOption60" t="dynamicObject" status="">

<Enable dv="false" rw="RW" t="boolean" v="False"></Enable>

<Type dv="34" rw="RW" t="unsignedInt" v="34"></Type>

<ValueMode dv="2" rw="RW" t="unsignedInt" v="2"></ValueMode>

<Value dv="" ml="256" rw="RW" t="string" v=""></Value>

<Account dv="" ml="64" rw="RW" t="string" v=""></Account>

<Password dv="" ml="64" rw="RW" t="string" v=""></Password>

</X_CT-COM_DHCPOPTION60.3.>

<X_CT-COM_DHCPOPTION60.4. n="CtOption60" t="dynamicObject" status="">

<Enable dv="false" rw="RW" t="boolean" v="False"></Enable>

<Type dv="34" rw="RW" t="unsignedInt" v="34"></Type>

<ValueMode dv="2" rw="RW" t="unsignedInt" v="2"></ValueMode>

<Value dv="" ml="256" rw="RW" t="string" v=""></Value>

<Account dv="" ml="64" rw="RW" t="string" v=""></Account>

<Password dv="" ml="64" rw="RW" t="string" v=""></Password>

</X_CT-COM_DHCPOPTION60.4.>

<X_CT-COM_DHCPv6OPTION17.1. n="CtOption17" t="dynamicObject" status="">

<Enable dv="false" rw="RW" t="boolean" v="False"></Enable>

<Value dv="" ml="256" rw="RW" t="string" v=""></Value>

<Type dv="2" rw="RW" t="int" v="2"></Type>

<ServerID dv="" ml="256" rw="RW" t="string" v=""></ServerID>

<SharedKey dv="" ml="256" rw="RW" t="string" v=""></SharedKey>

</X_CT-COM_DHCPv6OPTION17.1.>

<X_CT-COM_DHCPv6OPTION16.1. n="CtOption16" t="dynamicObject" status="">

<Enable dv="false" rw="RW" t="boolean" v="False"></Enable>

<Type dv="34" rw="RW" t="unsignedInt" v="34"></Type>

<ValueMode dv="2" rw="RW" t="unsignedInt" v="2"></ValueMode>

<Value dv="" ml="256" rw="RW" t="string" v=""></Value>

</X_CT-COM_DHCPv6OPTION16.1.>

<X_CT-COM_DHCPv6OPTION16.2. n="CtOption16" t="dynamicObject" status="">

<Enable dv="false" rw="RW" t="boolean" v="False"></Enable>

<Type dv="34" rw="RW" t="unsignedInt" v="34"></Type>

<ValueMode dv="2" rw="RW" t="unsignedInt" v="2"></ValueMode>

<Value dv="" ml="256" rw="RW" t="string" v=""></Value>

</X_CT-COM_DHCPv6OPTION16.2.>

<X_CT-COM_DHCPv6OPTION16.3. n="CtOption16" t="dynamicObject" status="">

<Enable dv="false" rw="RW" t="boolean" v="False"></Enable>

<Type dv="34" rw="RW" t="unsignedInt" v="34"></Type>

<ValueMode dv="2" rw="RW" t="unsignedInt" v="2"></ValueMode>

<Value dv="" ml="256" rw="RW" t="string" v=""></Value>

</X_CT-COM_DHCPv6OPTION16.3.>

<X_CT-COM_DHCPv6OPTION16.4. n="CtOption16" t="dynamicObject" status="">

<Enable dv="false" rw="RW" t="boolean" v="False"></Enable>

<Type dv="34" rw="RW" t="unsignedInt" v="34"></Type>

<ValueMode dv="2" rw="RW" t="unsignedInt" v="2"></ValueMode>

<Value dv="" ml="256" rw="RW" t="string" v=""></Value>

</X_CT-COM_DHCPv6OPTION16.4.>

<DHCPClient. n="DHCPClient" t="staticObject">

<SentDHCPOptionNumberOfEntries dv="2" rw="R" t="unsignedInt" v="2"></SentDHCPOptionNumberOfEntries>

<SentDHCPOption.1. n="SentDHCPOption" t="dynamicObject" status="">

<Enable dv="false" rw="RW" t="boolean" v="False"></Enable>

<Tag dv="60" ml="254" rw="RW" t="unsignedInt" v="60"></Tag>

<Value dv="" ml="340" rw="RW" t="string" v=""></Value>

</SentDHCPOption.1.>

<SentDHCPOption.2. n="SentDHCPOption" t="dynamicObject" status="">

<Enable dv="false" rw="RW" t="boolean" v="False"></Enable>

<Tag dv="60" ml="254" rw="RW" t="unsignedInt" v="61"></Tag>

<Value dv="" ml="340" rw="RW" t="string" v=""></Value>

</SentDHCPOption.2.>

</DHCPClient.>

<PortMapping.1. n="WanIpConnPortmapping" t="dynamicObject" status="deleted">

<PortMappingEnabled dv="false" rw="RW" t="boolean" v="false"></PortMappingEnabled>

<PortMappingLeaseDuration dv="" rw="RW" t="unsignedInt" v=""></PortMappingLeaseDuration>

<X_ASB_COM_ExpiryTime dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_ExpiryTime>

<RemoteHost dv="" ml="32" rw="RW" t="string" v=""></RemoteHost>

<ExternalPort dv="" rw="RW" t="unsignedInt" v=""></ExternalPort>

<X_ASB_COM_ExternalPortEnd dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_ExternalPortEnd>

<InternalPort dv="" rw="RW" t="unsignedInt" v=""></InternalPort>

<X_ASB_COM_InternalPortEnd dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_InternalPortEnd>

<PortMappingProtocol dv="TCP" ml="32" rw="RW" t="string" v="TCP" va="ipProtocol2Values"></PortMappingProtocol>

<InternalClient dv="" ml="32" rw="RW" t="string" v=""></InternalClient>

<PortMappingDescription dv="" ml="256" rw="RW" t="string" v=""></PortMappingDescription>

<X_ASB_COM_AppName dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_AppName>

</PortMapping.1.>

<X_CU_PortTrigger.1. n="WanIpConnPortTrigger" t="dynamicObject" status="deleted">

<PortTriggerEnabled dv="false" rw="RW" t="boolean" v="false"></PortTriggerEnabled>

<TriggerPort dv="" rw="RW" t="unsignedInt" v=""></TriggerPort>

<TriggerProtocol dv="" ml="16" rw="RW" t="string" v=""></TriggerProtocol>

<InternalPort dv="" rw="RW" t="unsignedInt" v=""></InternalPort>

<PortTriggerDescription dv="" ml="256" rw="RW" t="string" v=""></PortTriggerDescription>

</X_CU_PortTrigger.1.>

<X_ASB_COM_DmzIpHostCfg. n="DmzIpHostCfg" t="staticObject">

<DmzEnabled dv="false" rw="RW" t="boolean" v="false"></DmzEnabled>

<InternalClient dv="" ml="32" rw="RW" t="string" v=""></InternalClient>

<DmzHostDescription dv="" ml="256" rw="RW" t="string" v=""></DmzHostDescription>

</X_ASB_COM_DmzIpHostCfg.>

<X_ASB_COM_FirewallException.1. n="WanIpConnFirewallException" t="dynamicObject" status="deleted">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<FilterName dv="" ml="32" rw="RW" t="string" v=""></FilterName>

<IPVersion dv="4" ml="32" rw="RW" t="string" v="4" va="ipVersionValues"></IPVersion>

<Protocol dv="None" ml="32" rw="RW" t="string" v="None" va="ipProtocol5Values"></Protocol>

<SourcePortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></SourcePortStart>

<SourcePortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></SourcePortEnd>

<DestinationPortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestinationPortStart>

<DestinationPortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestinationPortEnd>

<SourceIPAddress dv="" ml="32" rw="RW" t="string" v=""></SourceIPAddress>

<EndSourceIPAddress dv="" ml="32" rw="RW" t="string" v=""></EndSourceIPAddress>

<SourceNetMask dv="" ml="32" rw="RW" t="string" v=""></SourceNetMask>

<DestinationIPAddress dv="" ml="32" rw="RW" t="string" v=""></DestinationIPAddress>

<EndDestinationIPAddress dv="" ml="32" rw="RW" t="string" v=""></EndDestinationIPAddress>

<DestinationNetMask dv="" ml="32" rw="RW" t="string" v=""></DestinationNetMask>

</X_ASB_COM_FirewallException.1.>

<X_CT-COM_DDNSConfiguration.1. n="DDNSIpConfig" t="dynamicObject" status="">

<DDNSCfgEnabled dv="false" rw="RW" t="boolean" v="False"></DDNSCfgEnabled>

<DDNSProvider dv="" ml="256" rw="RW" t="string" v=""></DDNSProvider>

<DDNSUsername dv="" ml="256" rw="RW" t="string" v=""></DDNSUsername>

<DDNSPassword dv="" ml="256" rw="RW" t="string" v="" ealgo="ab"></DDNSPassword>

<ServicePort dv="" ml="256" rw="RW" t="string" v=""></ServicePort>

<DDNSDomainName dv="" ml="256" rw="RW" t="string" v=""></DDNSDomainName>

<DDNSHostName dv="" ml="256" rw="RW" t="string" v=""></DDNSHostName>

<IfName dv="NA" ml="32" rw="RW" t="string" v="NA"></IfName>

</X_CT-COM_DDNSConfiguration.1.>

<X_ASB_COM_MacFilterObj. n="MacFilter" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<Policy ml="32" rw="RW" t="string" v="FORWARD" va="macFilter2modes"></Policy>

<X_ASB_COM_MacFilterCfg.1. n="MacFilterCfg" t="dynamicObject" status="deleted">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<Protocol dv="None" ml="32" rw="RW" t="string" v="None" va="securityProtocolValues"></Protocol>

<Direction dv="BOTH" ml="32" rw="RW" t="string" v="BOTH" va="macFilterDirections"></Direction>

<SourceMAC dv="NA" ml="32" rw="RW" t="string" v="NA"></SourceMAC>

<DestinationMAC dv="NA" ml="32" rw="RW" t="string" v="NA"></DestinationMAC>

</X_ASB_COM_MacFilterCfg.1.>

</X_ASB_COM_MacFilterObj.>

<Stats. n="WanIpConnStats" t="staticObject">

<X_ASB_COM_RxDrops rw="R" t="unsignedInt" v="0"></X_ASB_COM_RxDrops>

<X_ASB_COM_TxDrops rw="R" t="unsignedInt" v="0"></X_ASB_COM_TxDrops>

<X_ASB_COM_RxErrors rw="R" t="unsignedInt" v="0"></X_ASB_COM_RxErrors>

<X_ASB_COM_TxErrors rw="R" t="unsignedInt" v="0"></X_ASB_COM_TxErrors>

<EthernetBytesSent rw="R" t="unsignedInt" v=""></EthernetBytesSent>

<EthernetBytesReceived rw="R" t="unsignedInt" v=""></EthernetBytesReceived>

<X_CT-COM_EthernetBytesSentHigh rw="R" t="unsignedInt" v=""></X_CT-COM_EthernetBytesSentHigh>

<X_CT-COM_EthernetBytesRevceivedHigh rw="R" t="unsignedInt" v=""></X_CT-COM_EthernetBytesRevceivedHigh>

<EthernetPacketsSent rw="R" t="unsignedInt" v=""></EthernetPacketsSent>

<EthernetPacketsReceived rw="R" t="unsignedInt" v=""></EthernetPacketsReceived>

<EthernetErrorsReceived rw="R" t="unsignedInt" v=""></EthernetErrorsReceived>

<EthernetDiscardPacketsReceived rw="R" t="unsignedInt" v=""></EthernetDiscardPacketsReceived>

</Stats.>

</WANIPConnection.1.>

<WANPPPConnection.1. n="WanPppConn" t="dynamicObject" status="deleted">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<ConnectionStatus dv="Unconfigured" ml="32" rw="RW" t="string" v="Unconfigured" va="wanPppConnectionStatusValues"></ConnectionStatus>

<PossibleConnectionTypes dv="Unconfigured, IP_Routed, PPPoE_Bridged" ml="64" rw="R" t="string" v="Unconfigured, IP_Routed, PPPoE_Bridged"></PossibleConnectionTypes>

<ConnectionType dv="Unconfigured" ml="32" rw="RW" t="string" v="Unconfigured" va="wanPppPossibleConnectionTypesValues"></ConnectionType>

<Name dv="" ml="256" rw="RW" t="string" v=""></Name>

<Uptime dv="" rw="R" t="unsignedInt" v=""></Uptime>

<LastConnectionError dv="ERROR_NONE" ml="64" rw="RW" t="string" v="ERROR_NONE" va="wanPppLastConnectionErrorValues"></LastConnectionError>

<LastConnectionErrorCode dv="" ml="128" rw="RW" t="string" v=""></LastConnectionErrorCode>

<AutoDisconnectTime dv="" rw="RW" t="unsignedInt" v=""></AutoDisconnectTime>

<IdleDisconnectTime dv="" rw="RW" t="unsignedInt" v=""></IdleDisconnectTime>

<WarnDisconnectDelay dv="" rw="RW" t="unsignedInt" v=""></WarnDisconnectDelay>

<RSIPAvailable dv="false" rw="R" t="boolean" v="false"></RSIPAvailable>

<NATEnabled dv="true" rw="RW" t="boolean" v="true"></NATEnabled>

<X_ASB_COM_UpFlag dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_UpFlag>

<X_ASB_COM_DownTime dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_DownTime>

<X_ASB_COM_FullconeNATEnabled dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_FullconeNATEnabled>

<X_ASB_COM_FirewallEnabled dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_FirewallEnabled>

<X_ASB_COM_IGMPEnabled dv="" rw="RW" t="boolean" v=""></X_ASB_COM_IGMPEnabled>

<Username dv="" ml="64" rw="RW" t="string" v=""></Username>

<Password dv="" ml="64" rw="RW" t="string" v="" ealgo="ab"></Password>

<PPPEncryptionProtocol dv="None" ml="32" rw="R" t="string" v="None" va="PPPEncryptionProtocolValues"></PPPEncryptionProtocol>

<PPPCompressionProtocol dv="" ml="32" rw="R" t="string" v="" va="PPPCompressionProtocolValues"></PPPCompressionProtocol>

<PPPAuthenticationProtocol dv="AUTO_AUTH" ml="32" rw="RW" t="string" v="AUTO_AUTH" va="PPPAuthenticationProtocolValues"></PPPAuthenticationProtocol>

<X_ASB_COM_ConnectionEstablishedTime dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_ConnectionEstablishedTime>

<X_ASB_COM_DialState dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_DialState>

<X_ASB_COM_IPExtension dv="" rw="RW" t="boolean" v=""></X_ASB_COM_IPExtension>

<X_ASB_COM_UseStaticIPAddress dv="" rw="RW" t="boolean" v=""></X_ASB_COM_UseStaticIPAddress>

<X_ASB_COM_LocalIPAddress dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_LocalIPAddress>

<X_ASB_COM_ConnectionId dv="1" rw="RW" t="int" v="1"></X_ASB_COM_ConnectionId>

<X_ASB_COM_PppdPid dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_PppdPid>

<X_ASB_COM_DhcpcPid dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_DhcpcPid>

<X_ASB_COM_IfName dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_IfName>

<X_ASB_COM_DefaultGateway dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_DefaultGateway>

<X_ASB_COM_Enable_Debug dv="" rw="RW" t="boolean" v=""></X_ASB_COM_Enable_Debug>

<X_ASB_COM_AddPppToBridge dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_AddPppToBridge>

<X_ASB_COM_PppBridgeKey dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_PppBridgeKey>

<X_ASB_COM_VlanMux8021p dv="0" max="7" min="0" rw="RW" t="int" v="0"></X_ASB_COM_VlanMux8021p>

<X_ASB_COM_VlanMuxID dv="-1" max="4094" min="-1" rw="RW" t="int" v="-1"></X_ASB_COM_VlanMuxID>

<X_ASB_COM_Mode dv="0" max="2" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_Mode>

<X_ASB_COM_GponOmciVlanTransEnabled dv="true" rw="RW" t="boolean" v="true"></X_ASB_COM_GponOmciVlanTransEnabled>

<X_ASB_COM_PonStatus dv="None" ml="32" rw="RW" t="string" v="None" va="PonStatusValues"></X_ASB_COM_PonStatus>

<X_ASB_COM_WanInConfiguration dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_WanInConfiguration>

<X_ASB_COM_IPTVBridgeFromRMSWebInConfig dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_IPTVBridgeFromRMSWebInConfig>

<X_ASB_COM_UserRequest dv="None" ml="32" rw="R" t="string" v="None" va="userConnectionRequestValues"></X_ASB_COM_UserRequest>

<X_ASB_COM_emulatorRunning dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_emulatorRunning>

<X_ASB_COM_InterruptedBySimulator dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_InterruptedBySimulator>

<X_ASB_COM_emulatorPppdPid dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_emulatorPppdPid>

<X_ASB_COM_emulatorDhcp6cPid dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_emulatorDhcp6cPid>

<ExternalIPAddress dv="" ml="32" rw="RW" t="string" v=""></ExternalIPAddress>

<RemoteIPAddress dv="" ml="32" rw="RW" t="string" v=""></RemoteIPAddress>

<SubnetMask dv="" ml="32" rw="RW" t="string" v=""></SubnetMask>

<CurrentMRUSize dv="" max="1540" min="1" rw="R" t="unsignedInt" v=""></CurrentMRUSize>

<DNSEnabled dv="true" rw="RW" t="boolean" v="true"></DNSEnabled>

<DNSOverrideAllowed dv="" rw="RW" t="boolean" v=""></DNSOverrideAllowed>

<DNSServers dv="" ml="64" rw="RW" t="string" v=""></DNSServers>

<MACAddress dv="" ml="32" rw="RW" t="string" v=""></MACAddress>

<MACAddressOverride dv="" rw="RW" t="boolean" v=""></MACAddressOverride>

<TransportType dv="PPPoE" ml="32" rw="R" t="string" v="PPPoE" va="TransportTypeValues"></TransportType>

<PPPoEACName dv="" ml="256" rw="RW" t="string" v=""></PPPoEACName>

<PPPoEServiceName dv="" ml="256" rw="RW" t="string" v=""></PPPoEServiceName>

<ConnectionTrigger dv="AlwaysOn" ml="32" rw="RW" t="string" v="AlwaysOn" va="ConnectionTriggerValues"></ConnectionTrigger>

<RouteProtocolRx dv="Off" ml="32" rw="RW" t="string" v="Off" va="RouteProtocolRxValues"></RouteProtocolRx>

<PPPLCPEcho dv="30" rw="RW" t="unsignedInt" v="30"></PPPLCPEcho>

<PPPLCPEchoRetry dv="3" rw="RW" t="unsignedInt" v="3"></PPPLCPEchoRetry>

<ShapingRate dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1 "></ShapingRate>

<ShapingBurstSize dv="0" rw="RW" t="unsignedInt" v="0"></ShapingBurstSize>

<PortMappingNumberOfEntries dv="" rw="RW" t="unsignedInt" v=""></PortMappingNumberOfEntries>

<X_CU_IPForwardModeEnabled dv="false" rw="RW" t="boolean" v="false"></X_CU_IPForwardModeEnabled>

<X_CU_IPForwardList dv="" ml="8192" rw="RW" t="string" v=""></X_CU_IPForwardList>

<X_CU_IGMPProxyEnable dv="True" rw="RW" t="boolean" v="True"></X_CU_IGMPProxyEnable>

<X_CU_MLDProxyEnable dv="True" rw="RW" t="boolean" v="True"></X_CU_MLDProxyEnable>

<X_ASB_COM_IPv6Enabled dv="False" rw="RW" t="boolean" v="False"></X_ASB_COM_IPv6Enabled>

<X_ASB_COM_IPv4Enabled dv="True" rw="RW" t="boolean" v="True"></X_ASB_COM_IPv4Enabled>

<X_ASB_COM_IPv6ConnStatus dv="Unconfigured" ml="32" rw="R" t="string" v="Unconfigured" va="wanIpConnectionStatusValues"></X_ASB_COM_IPv6ConnStatus>

<X_ASB_COM_IPv6PppUp dv="False" rw="RW" t="boolean" v="False"></X_ASB_COM_IPv6PppUp>

<X_ASB_COM_IPv6AddressingType dv="DHCP" ml="32" rw="RW" t="string" v="DHCP" va="AddressingTypeValues"></X_ASB_COM_IPv6AddressingType>

<X_ASB_COM_Dhcp6cForAddress dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_Dhcp6cForAddress>

<X_ASB_COM_ExternalIPv6Address dv="" ml="64" rw="RW" t="string" v=""></X_ASB_COM_ExternalIPv6Address>

<X_ASB_COM_IPv6PrefixDelegationEnabled dv="False" rw="RW" t="boolean" v="False"></X_ASB_COM_IPv6PrefixDelegationEnabled>

<X_ASB_COM_IPv6SitePrefix dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_IPv6SitePrefix>

<X_ASB_COM_IPv6SitePrefixPltime dv="0" max="8640000" min="-1" rw="RW" t="int" v="0"></X_ASB_COM_IPv6SitePrefixPltime>

<X_ASB_COM_IPv6SitePrefixVltime dv="0" max="8640000" min="-1" rw="RW" t="int" v="0"></X_ASB_COM_IPv6SitePrefixVltime>

<X_ASB_COM_Dhcp6cPid dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_Dhcp6cPid>

<X_ASB_COM_MLDEnabled dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_MLDEnabled>

<X_CT-COM_IPv6Enable dv="False" rw="RW" t="boolean" v="False"></X_CT-COM_IPv6Enable>

<X_ASB_COM_LastConnected dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_LastConnected>

<X_ASB_COM_StopPppD dv="false" rw="R" t="boolean" v="false"></X_ASB_COM_StopPppD>

<X_ASB_COM_PppConfigFileName dv="" ml="128" rw="RW" t="string" v=""></X_ASB_COM_PppConfigFileName>

<X_CT-COM_LanInterface dv="" ml="512" rw="RW" t="string" v=""></X_CT-COM_LanInterface>

<X_ASB_COM_LanInterface dv="" ml="512" rw="RW" t="string" v=""></X_ASB_COM_LanInterface>

<X_CT-COM_ServiceList dv="OTHER" ml="32" rw="RW" t="string" v="OTHER"></X_CT-COM_ServiceList>

<X_CT-COM_LanInterface-DHCPEnable dv="true" rw="RW" t="boolean" v="true"></X_CT-COM_LanInterface-DHCPEnable>

<X_CT-COM_IPForwardList dv="" ml="8192" rw="RW" t="string" v=""></X_CT-COM_IPForwardList>

<X_CT-COM_PPPoEPassthrough dv="false" rw="RW" t="boolean" v="false"></X_CT-COM_PPPoEPassthrough>

<X_ASB_COM_IPv6BondingMode dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_IPv6BondingMode>

<X_ASB_COM_IPv6BondingBridge dv="Default" ml="32" rw="RW" t="string" v="Default"></X_ASB_COM_IPv6BondingBridge>

<X_ASB_COM_PppoeSvrPid dv="0" max="65535" min="0" rw="R" t="unsignedInt" v="0"></X_ASB_COM_PppoeSvrPid>

<X_ASB_COM_PppoeSessionid dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_PppoeSessionid>

<X_ASB_COM_KeepAliveTime dv="50" rw="RW" t="unsignedInt" v="50"></X_ASB_COM_KeepAliveTime>

<X_ASB_COM_myEthAddr dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_myEthAddr>

<X_ASB_COM_peerEthAddr dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_peerEthAddr>

<X_ASB_COM_ThisWanDeleted dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_ThisWanDeleted>

<X_ASB_COM_HybriaPortEnabled dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_HybriaPortEnabled>

<X_ASB_COM_ProxyPid dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_ProxyPid>

<X_CT-COM_ProxyEnable dv="false" rw="RW" t="boolean" v="false"></X_CT-COM_ProxyEnable>

<X_CT-COM_MAXUser dv="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_MAXUser>

<X_CT-COM_MulticastVlan dv="-1" rw="RW" t="int" v="-1"></X_CT-COM_MulticastVlan>

<InterfaceMtu dv="1492" rw="RW" t="unsignedInt" v="1492"></InterfaceMtu>

<WanFwMark dv="0" rw="RW" t="unsignedInt" v="0"></WanFwMark>

<X_ASB_COM_WanMacIndex dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_WanMacIndex>

<X_CT-COM_IPMode dv="1" max="3" min="1" rw="RW" t="unsignedInt" v="1"></X_CT-COM_IPMode>

<X_CT-COM_IPv6ConnStatus dv="Unconfigured" ml="32" rw="RW" t="string" v="Unconfigured"></X_CT-COM_IPv6ConnStatus>

<X_CT-COM_IPv6IPAddress dv="" ml="40" rw="RW" t="string" v=""></X_CT-COM_IPv6IPAddress>

<X_CT-COM_IPv6IPAddressAlias dv="" ml="40" rw="RW" t="string" v=""></X_CT-COM_IPv6IPAddressAlias>

<X_CT-COM_IPv6IPAddressOrigin dv="DHCPv6" ml="32" rw="RW" t="string" v="DHCPv6"></X_CT-COM_IPv6IPAddressOrigin>

<X_CT-COM_IPv6DNSServers dv="" ml="128" rw="RW" t="string" v=""></X_CT-COM_IPv6DNSServers>

<X_CT-COM_IPv6PrefixDelegationEnabled dv="False" rw="RW" t="boolean" v="False"></X_CT-COM_IPv6PrefixDelegationEnabled>

<X_CT-COM_IPv6PrefixAlias dv="" ml="40" rw="RW" t="string" v=""></X_CT-COM_IPv6PrefixAlias>

<X_CT-COM_IPv6PrefixOrigin dv="PrefixDelegation" ml="32" rw="RW" t="string" v="PrefixDelegation"></X_CT-COM_IPv6PrefixOrigin>

<X_CT-COM_IPv6Prefix dv="" ml="40" rw="RW" t="string" v=""></X_CT-COM_IPv6Prefix>

<X_CT-COM_IPv6PrefixPltime dv="86400" rw="RW" t="unsignedInt" v="86400"></X_CT-COM_IPv6PrefixPltime>

<X_CT-COM_IPv6PrefixVltime dv="86400" rw="RW" t="unsignedInt" v="86400"></X_CT-COM_IPv6PrefixVltime>

<X_CT-COM_DefaultIPv6Gateway dv="" ml="40" rw="RW" t="string" v=""></X_CT-COM_DefaultIPv6Gateway>

<X_CT-COM_IPv6DomainName dv="" ml="64" rw="RW" t="string" v=""></X_CT-COM_IPv6DomainName>

<X_CT-COM_NPTv6Enable dv="false" rw="RW" t="boolean" v="false"></X_CT-COM_NPTv6Enable>

<X_ASB_COM_NATv6Mode dv="1" max="2" min="1" rw="RW" t="unsignedInt" v="1"></X_ASB_COM_NATv6Mode>

<X_CT-COM_Dslite_Enable dv="false" rw="RW" t="boolean" v="false"></X_CT-COM_Dslite_Enable>

<X_CT-COM_AftrMode dv="0" max="2" min="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_AftrMode>

<X_CT-COM_Aftr dv="" ml="64" rw="RW" t="string" v=""></X_CT-COM_Aftr>

<X_CMCC_PingResponseEnable dv="true" rw="RW" t="boolean" v="true"></X_CMCC_PingResponseEnable>

<X_CT-COM_PingResponseEnable dv="false" rw="RW" t="boolean" v="false"></X_CT-COM_PingResponseEnable>

<X_CT-COM_PingResponseWhiteList dv="" ml="1024" rw="RW" t="string" v=""></X_CT-COM_PingResponseWhiteList>

<X_CT-COM_UpstreamWAN dv="false" rw="RW" t="boolean" v="false"></X_CT-COM_UpstreamWAN>

<X_ASB_COM_AftrIPv6Address dv="" ml="64" rw="RW" t="string" v=""></X_ASB_COM_AftrIPv6Address>

<X_ASB_COM_TunnelIfName dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_TunnelIfName>

<X_ASB_COM_WanCommitted dv="true" rw="RW" t="boolean" v="true"></X_ASB_COM_WanCommitted>

<X_CT-COM_SpeedLimit_UP dv="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_SpeedLimit_UP>

<X_CT-COM_SpeedLimit_DOWN dv="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_SpeedLimit_DOWN>

<Reset dv="false" rw="RW" t="boolean" v="false"></Reset>

<X_CT-COM_CloudCPEEnable dv="false" rw="RW" t="boolean" v="false"></X_CT-COM_CloudCPEEnable>

<X_ASB_COM_EnhancedBridgeRouteIfName dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_EnhancedBridgeRouteIfName>

<X_ASB_COM_Dhcpv6ServerIP dv="" ml="64" rw="RW" t="string" v=""></X_ASB_COM_Dhcpv6ServerIP>

<X_CMCC_ServiceAlias dv="" ml="256" rw="RW" t="string" v=""></X_CMCC_ServiceAlias>

<PortMapping.1. n="WanPppConnPortmapping" t="dynamicObject" status="deleted">

<PortMappingEnabled dv="false" rw="RW" t="boolean" v="false"></PortMappingEnabled>

<X_ASB_COM_ExpiryTime dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_ExpiryTime>

<PortMappingLeaseDuration dv="" rw="RW" t="unsignedInt" v=""></PortMappingLeaseDuration>

<RemoteHost dv="" ml="32" rw="RW" t="string" v=""></RemoteHost>

<ExternalPort dv="" rw="RW" t="unsignedInt" v=""></ExternalPort>

<X_ASB_COM_ExternalPortEnd dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_ExternalPortEnd>

<InternalPort dv="" rw="RW" t="unsignedInt" v=""></InternalPort>

<X_ASB_COM_InternalPortEnd dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_InternalPortEnd>

<PortMappingProtocol dv="TCP" ml="32" rw="RW" t="string" v="TCP" va="ipProtocol2Values"></PortMappingProtocol>

<InternalClient dv="" ml="32" rw="RW" t="string" v=""></InternalClient>

<PortMappingDescription dv="" ml="256" rw="RW" t="string" v=""></PortMappingDescription>

<X_ASB_COM_AppName dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_AppName>

</PortMapping.1.>

<X_CU_PortTrigger.1. n="WanPppConnPortTrigger" t="dynamicObject" status="deleted">

<PortTriggerEnabled dv="false" rw="RW" t="boolean" v="false"></PortTriggerEnabled>

<TriggerPort dv="" rw="RW" t="unsignedInt" v=""></TriggerPort>

<TriggerProtocol dv="" ml="16" rw="RW" t="string" v=""></TriggerProtocol>

<InternalPort dv="" rw="RW" t="unsignedInt" v=""></InternalPort>

<PortTriggerDescription dv="" ml="256" rw="RW" t="string" v=""></PortTriggerDescription>

</X_CU_PortTrigger.1.>

<X_ASB_COM_DmzPppHostCfg. n="DmzPppHostCfg" t="staticObject">

<DmzEnabled dv="false" rw="RW" t="boolean" v="false"></DmzEnabled>

<InternalClient dv="" ml="32" rw="RW" t="string" v=""></InternalClient>

<DmzHostDescription dv="" ml="256" rw="RW" t="string" v=""></DmzHostDescription>

</X_ASB_COM_DmzPppHostCfg.>

<X_ASB_COM_FirewallException.1. n="WanPppConnFirewallException" t="dynamicObject" status="deleted">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<FilterName dv="" ml="32" rw="RW" t="string" v=""></FilterName>

<IPVersion dv="4" ml="32" rw="RW" t="string" v="4" va="ipVersionValues"></IPVersion>

<Protocol dv="None" ml="32" rw="RW" t="string" v="None" va="ipProtocol5Values"></Protocol>

<SourcePortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></SourcePortStart>

<SourcePortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></SourcePortEnd>

<DestinationPortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestinationPortStart>

<DestinationPortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestinationPortEnd>

<SourceIPAddress dv="" ml="32" rw="RW" t="string" v=""></SourceIPAddress>

<EndSourceIPAddress dv="" ml="32" rw="RW" t="string" v=""></EndSourceIPAddress>

<SourceNetMask dv="" ml="32" rw="RW" t="string" v=""></SourceNetMask>

<DestinationIPAddress dv="" ml="32" rw="RW" t="string" v=""></DestinationIPAddress>

<EndDestinationIPAddress dv="" ml="32" rw="RW" t="string" v=""></EndDestinationIPAddress>

<DestinationNetMask dv="" ml="32" rw="RW" t="string" v=""></DestinationNetMask>

</X_ASB_COM_FirewallException.1.>

<X_CT-COM_DDNSConfiguration.1. n="DDNSPppConfig" t="dynamicObject" status="deleted">

<DDNSCfgEnabled dv="false" rw="RW" t="boolean" v="false"></DDNSCfgEnabled>

<DDNSProvider dv="" ml="256" rw="RW" t="string" v=""></DDNSProvider>

<DDNSUsername dv="" ml="256" rw="RW" t="string" v=""></DDNSUsername>

<DDNSPassword dv="" ml="256" rw="RW" t="string" v="" ealgo="ab"></DDNSPassword>

<ServicePort dv="" ml="256" rw="RW" t="string" v=""></ServicePort>

<DDNSDomainName dv="" ml="256" rw="RW" t="string" v=""></DDNSDomainName>

<DDNSHostName dv="" ml="256" rw="RW" t="string" v=""></DDNSHostName>

<IfName dv="NA" ml="32" rw="RW" t="string" v="NA"></IfName>

</X_CT-COM_DDNSConfiguration.1.>

<Stats. n="WanPppConnStats" t="staticObject">

<X_ASB_COM_RxDrops rw="R" t="unsignedInt" v="0"></X_ASB_COM_RxDrops>

<X_ASB_COM_TxDrops rw="R" t="unsignedInt" v="0"></X_ASB_COM_TxDrops>

<X_ASB_COM_RxErrors rw="R" t="unsignedInt" v="0"></X_ASB_COM_RxErrors>

<X_ASB_COM_TxErrors rw="R" t="unsignedInt" v="0"></X_ASB_COM_TxErrors>

<EthernetBytesSent rw="R" t="unsignedInt" v=""></EthernetBytesSent>

<EthernetBytesReceived rw="R" t="unsignedInt" v=""></EthernetBytesReceived>

<X_CT-COM_EthernetBytesSentHigh rw="R" t="unsignedInt" v=""></X_CT-COM_EthernetBytesSentHigh>

<X_CT-COM_EthernetBytesRevceivedHigh rw="R" t="unsignedInt" v=""></X_CT-COM_EthernetBytesRevceivedHigh>

<EthernetPacketsSent rw="R" t="unsignedInt" v=""></EthernetPacketsSent>

<EthernetPacketsReceived rw="R" t="unsignedInt" v=""></EthernetPacketsReceived>

<EthernetErrorsReceived rw="R" t="unsignedInt" v=""></EthernetErrorsReceived>

<EthernetDiscardPacketsReceived rw="R" t="unsignedInt" v=""></EthernetDiscardPacketsReceived>

</Stats.>

</WANPPPConnection.1.>

</WANConnectionDevice.3.>

<WANConnectionDevice.4. n="WanConnDevice" t="dynamicObject" status="">

<WANIPConnectionNumberOfEntries dv="" rw="RW" t="unsignedInt" v="0"></WANIPConnectionNumberOfEntries>

<WANPPPConnectionNumberOfEntries dv="" rw="RW" t="unsignedInt" v="1"></WANPPPConnectionNumberOfEntries>

<X_ASB_COM_ConnType rw="RW" t="unsignedInt" v="0"></X_ASB_COM_ConnType>

<X_ASB_COM_HybridgeEnabled dv="false" rw="RW" t="boolean" v="False"></X_ASB_COM_HybridgeEnabled>

<X_CT-COM_WANEponLinkConfig. n="WanEponLinkCfg" t="staticObject">

<Enable dv="true" rw="RW" t="boolean" v="true"></Enable>

<Mode dv="0" max="2" min="0" rw="RW" t="unsignedInt" v="0"></Mode>

<VLANIDMark dv="0" rw="RW" t="unsignedInt" v="0"></VLANIDMark>

<P_802-1pMark dv="0" rw="RW" t="unsignedInt" v="0"></P_802-1pMark>

</X_CT-COM_WANEponLinkConfig.>

<X_CT-COM_WANGponLinkConfig. n="WanGponLinkCfg" t="staticObject">

<Enable dv="true" rw="RW" t="boolean" v="True"></Enable>

<Mode dv="0" max="2" min="0" rw="RW" t="unsignedInt" v="2"></Mode>

<VLANIDMark dv="0" rw="RW" t="unsignedInt" v="41"></VLANIDMark>

<P_802-1pMark dv="0" rw="RW" t="unsignedInt" v="0"></P_802-1pMark>

</X_CT-COM_WANGponLinkConfig.>

<WANEthernetLinkConfig. n="WanEthLinkCfg" t="staticObject">

<EthernetLinkStatus ml="32" rw="R" t="string" v="" va="EthernetLinkStatusValues"></EthernetLinkStatus>

</WANEthernetLinkConfig.>

<WANPOTSLinkConfig. n="WanPotsCfg" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<LinkStatus ml="32" rw="R" t="string" v="" va="potsWanLinkStatusValues"></LinkStatus>

<ISPPhoneNumber ml="64" rw="RW" t="string" v=""></ISPPhoneNumber>

<ISPInfo ml="64" rw="RW" t="string" v=""></ISPInfo>

<LinkType ml="32" rw="RW" t="string" v="" va="potsWanLinkTypeValues"></LinkType>

<NumberOfRetries rw="RW" t="unsignedInt" v=""></NumberOfRetries>

<DelayBetweenRetries rw="RW" t="unsignedInt" v=""></DelayBetweenRetries>

<Fclass ml="32" rw="R" t="string" v=""></Fclass>

<DataModulationSupported ml="32" rw="R" t="string" v="" va="DataModulationSupportedValues"></DataModulationSupported>

<DataProtocol ml="32" rw="R" t="string" v="" va="DataProtocolValues"></DataProtocol>

<DataCompression ml="32" rw="R" t="string" v="" va="DataCompressionValues"></DataCompression>

<PlusVTRCommandSupported rw="R" t="boolean" v=""></PlusVTRCommandSupported>

</WANPOTSLinkConfig.>

<WANIPConnection.1. n="WanIpConn" t="dynamicObject" status="deleted">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<ConnectionStatus dv="Unconfigured" ml="32" rw="RW" t="string" v="Unconfigured" va="wanIpConnectionStatusValues"></ConnectionStatus>

<PossibleConnectionTypes dv="Unconfigured, IP_Routed, IP_Bridged" ml="64" rw="R" t="string" v="Unconfigured, IP_Routed, IP_Bridged"></PossibleConnectionTypes>

<ConnectionType dv="Unconfigured" ml="32" rw="RW" t="string" v="Unconfigured" va="wanIpPossibleConnectionTypesValues"></ConnectionType>

<Name dv="" ml="256" rw="RW" t="string" v=""></Name>

<Uptime dv="" rw="R" t="unsignedInt" v=""></Uptime>

<LastConnectionError dv="" ml="32" rw="R" t="string" v="" va="wanIpLastConnectionErrorValues"></LastConnectionError>

<AutoDisconnectTime dv="" rw="RW" t="unsignedInt" v=""></AutoDisconnectTime>

<IdleDisconnectTime dv="" rw="RW" t="unsignedInt" v=""></IdleDisconnectTime>

<WarnDisconnectDelay dv="" rw="RW" t="unsignedInt" v=""></WarnDisconnectDelay>

<RSIPAvailable dv="" rw="RW" t="boolean" v=""></RSIPAvailable>

<NATEnabled dv="true" rw="RW" t="boolean" v="true"></NATEnabled>

<X_ASB_COM_FullconeNATEnabled dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_FullconeNATEnabled>

<AddressingType dv="DHCP" ml="32" rw="RW" t="string" v="DHCP" va="AddressingTypeValues"></AddressingType>

<ExternalIPAddress dv="" ml="32" rw="RW" t="string" v=""></ExternalIPAddress>

<SubnetMask dv="" ml="32" rw="RW" t="string" v=""></SubnetMask>

<DefaultGateway dv="" ml="32" rw="RW" t="string" v=""></DefaultGateway>

<X_ASB_COM_FirewallEnabled dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_FirewallEnabled>

<X_ASB_COM_IGMPEnabled dv="" rw="RW" t="boolean" v=""></X_ASB_COM_IGMPEnabled>

<DNSEnabled dv="true" rw="RW" t="boolean" v="true"></DNSEnabled>

<DNSOverrideAllowed dv="" rw="RW" t="boolean" v=""></DNSOverrideAllowed>

<DNSServers dv="" ml="64" rw="RW" t="string" v=""></DNSServers>

<MACAddress dv="" ml="32" rw="RW" t="string" v=""></MACAddress>

<MACAddressOverride dv="" rw="RW" t="boolean" v=""></MACAddressOverride>

<ConnectionTrigger dv="AlwaysOn" ml="32" rw="RW" t="string" v="AlwaysOn" va="ConnectionTriggerValues"></ConnectionTrigger>

<RouteProtocolRx dv="Off" ml="32" rw="RW" t="string" v="Off" va="RouteProtocolRxValues"></RouteProtocolRx>

<X_ASB_COM_RipOperationMode dv="Passive" ml="64" rw="RW" t="string" v="Passive" va="X_BROADCOM_COM_RipOperationModeValues"></X_ASB_COM_RipOperationMode>

<X_ASB_COM_RipDebugMode dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_RipDebugMode>

<X_ASB_COM_IfName dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_IfName>

<X_ASB_COM_ConnectionId dv="1" rw="RW" t="int" v="1"></X_ASB_COM_ConnectionId>

<X_ASB_COM_DhcpcPid dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_DhcpcPid>

<X_ASB_COM_IpBridgeKey dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_IpBridgeKey>

<X_ASB_COM_VlanMux8021p dv="0" max="7" min="0" rw="RW" t="int" v="0"></X_ASB_COM_VlanMux8021p>

<X_ASB_COM_VlanMuxID dv="-1" max="4094" min="-1" rw="RW" t="int" v="-1"></X_ASB_COM_VlanMuxID>

<X_ASB_COM_Mode dv="0" max="2" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_Mode>

<X_ASB_COM_GponOmciVlanTransEnabled dv="true" rw="RW" t="boolean" v="true"></X_ASB_COM_GponOmciVlanTransEnabled>

<X_ASB_COM_PonStatus dv="None" ml="32" rw="RW" t="string" v="None" va="PonStatusValues"></X_ASB_COM_PonStatus>

<X_ASB_COM_WanInConfiguration dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_WanInConfiguration>

<X_ASB_COM_IPTVBridgeFromRMSWebInConfig dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_IPTVBridgeFromRMSWebInConfig>

<X_ASB_COM_ConnectionEstablishedTime dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_ConnectionEstablishedTime>

<ShapingRate dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1 "></ShapingRate>

<ShapingBurstSize dv="0" rw="RW" t="unsignedInt" v="0"></ShapingBurstSize>

<PortMappingNumberOfEntries dv="" rw="RW" t="unsignedInt" v=""></PortMappingNumberOfEntries>

<X_CU_IPForwardModeEnabled dv="false" rw="RW" t="boolean" v="false"></X_CU_IPForwardModeEnabled>

<X_CU_IPForwardList dv="" ml="8192" rw="RW" t="string" v=""></X_CU_IPForwardList>

<X_CU_IPoEName dv="" ml="256" rw="RW" t="string" v=""></X_CU_IPoEName>

<X_CU_IPoEPassword dv="" ml="256" rw="RW" t="string" v="" ealgo="ab"></X_CU_IPoEPassword>

<X_CU_IGMPProxyEnable dv="True" rw="RW" t="boolean" v="True"></X_CU_IGMPProxyEnable>

<X_CU_MLDProxyEnable dv="True" rw="RW" t="boolean" v="True"></X_CU_MLDProxyEnable>

<X_ASB_COM_Op60Enabled dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_Op60Enabled>

<X_ASB_COM_Op60VenderID dv="" ml="256" rw="RW" t="string" v=""></X_ASB_COM_Op60VenderID>

<X_ASB_COM_Op16Enabled dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_Op16Enabled>

<X_ASB_COM_Op16VenderID dv="" ml="256" rw="RW" t="string" v=""></X_ASB_COM_Op16VenderID>

<X_ASB_COM_Op61Enabled dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_Op61Enabled>

<X_ASB_COM_Op61DUID dv="" ml="256" rw="RW" t="string" v=""></X_ASB_COM_Op61DUID>

<X_ASB_COM_Op61IAID dv="" ml="8" rw="RW" t="string" v=""></X_ASB_COM_Op61IAID>

<X_ASB_COM_Op125Enabled dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_Op125Enabled>

<X_ASB_COM_Op125Type dv="2" rw="RW" t="int" v="2"></X_ASB_COM_Op125Type>

<X_ASB_COM_Op125ServerID dv="" ml="256" rw="RW" t="string" v=""></X_ASB_COM_Op125ServerID>

<X_ASB_COM_Op125SharedKey dv="" ml="256" rw="RW" t="string" v=""></X_ASB_COM_Op125SharedKey>

<X_CT-COM_CheckOption125 dv="false" rw="RW" t="boolean" v="false"></X_CT-COM_CheckOption125>

<X_CT-COM_Option125Value dv="" ml="256" rw="RW" t="string" v=""></X_CT-COM_Option125Value>

<X_ASB_COM_IPv6Enabled dv="False" rw="RW" t="boolean" v="False"></X_ASB_COM_IPv6Enabled>

<X_ASB_COM_IPv4Enabled dv="True" rw="RW" t="boolean" v="True"></X_ASB_COM_IPv4Enabled>

<X_ASB_COM_IPv6ConnStatus dv="Unconfigured" ml="32" rw="R" t="string" v="Unconfigured" va="wanIpConnectionStatusValues"></X_ASB_COM_IPv6ConnStatus>

<X_ASB_COM_IPv6AddressingType dv="DHCP" ml="32" rw="RW" t="string" v="DHCP" va="AddressingTypeValues"></X_ASB_COM_IPv6AddressingType>

<X_ASB_COM_Dhcp6cForAddress dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_Dhcp6cForAddress>

<X_ASB_COM_ExternalIPv6Address dv="" ml="64" rw="RW" t="string" v=""></X_ASB_COM_ExternalIPv6Address>

<X_ASB_COM_IPv6PrefixDelegationEnabled dv="False" rw="RW" t="boolean" v="False"></X_ASB_COM_IPv6PrefixDelegationEnabled>

<X_ASB_COM_IPv6SitePrefix dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_IPv6SitePrefix>

<X_ASB_COM_IPv6SitePrefixPltime dv="0" max="8640000" min="-1" rw="RW" t="int" v="0"></X_ASB_COM_IPv6SitePrefixPltime>

<X_ASB_COM_IPv6SitePrefixVltime dv="0" max="8640000" min="-1" rw="RW" t="int" v="0"></X_ASB_COM_IPv6SitePrefixVltime>

<X_ASB_COM_Dhcp6cPid dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_Dhcp6cPid>

<X_ASB_COM_MLDEnabled dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_MLDEnabled>

<X_CT-COM_IPv6Enable dv="False" rw="RW" t="boolean" v="False"></X_CT-COM_IPv6Enable>

<X_ASB_COM_LastConnected dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_LastConnected>

<X_CT-COM_LanInterface dv="" ml="512" rw="RW" t="string" v=""></X_CT-COM_LanInterface>

<X_ASB_COM_LanInterface dv="" ml="512" rw="RW" t="string" v=""></X_ASB_COM_LanInterface>

<X_CT-COM_ServiceList dv="INTERNET" ml="32" rw="RW" t="string" v="INTERNET"></X_CT-COM_ServiceList>

<X_CT-COM_LanInterface_DHCPEnable dv="true" rw="RW" t="boolean" v="true"></X_CT-COM_LanInterface_DHCPEnable>

<X_CT-COM_IPForwardList dv="" ml="8192" rw="RW" t="string" v=""></X_CT-COM_IPForwardList>

<X_ASB_COM_IPv6BondingMode dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_IPv6BondingMode>

<X_ASB_COM_IPv6BondingBridge dv="Default" ml="32" rw="RW" t="string" v="Default"></X_ASB_COM_IPv6BondingBridge>

<X_CT-COM_MulticastVlan dv="-1" rw="RW" t="int" v="-1"></X_CT-COM_MulticastVlan>

<InterfaceMtu dv="1500" rw="RW" t="unsignedInt" v="1500"></InterfaceMtu>

<WanFwMark dv="0" rw="RW" t="unsignedInt" v="0"></WanFwMark>

<X_ASB_COM_WanMacIndex dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_WanMacIndex>

<X_CT-COM_IPMode dv="1" max="3" min="1" rw="RW" t="unsignedInt" v="1"></X_CT-COM_IPMode>

<X_CT-COM_IPv6ConnStatus dv="Unconfigured" ml="32" rw="RW" t="string" v="Unconfigured"></X_CT-COM_IPv6ConnStatus>

<X_CT-COM_IPv6IPAddress dv="" ml="40" rw="RW" t="string" v=""></X_CT-COM_IPv6IPAddress>

<X_CT-COM_IPv6IPAddressAlias dv="" ml="40" rw="RW" t="string" v=""></X_CT-COM_IPv6IPAddressAlias>

<X_CT-COM_IPv6IPAddressOrigin dv="DHCPv6" ml="32" rw="RW" t="string" v="DHCPv6"></X_CT-COM_IPv6IPAddressOrigin>

<X_CT-COM_IPv6DNSServers dv="" ml="128" rw="RW" t="string" v=""></X_CT-COM_IPv6DNSServers>

<X_CT-COM_IPv6PrefixDelegationEnabled dv="False" rw="RW" t="boolean" v="False"></X_CT-COM_IPv6PrefixDelegationEnabled>

<X_CT-COM_IPv6PrefixAlias dv="" ml="40" rw="RW" t="string" v=""></X_CT-COM_IPv6PrefixAlias>

<X_CT-COM_IPv6PrefixOrigin dv="PrefixDelegation" ml="32" rw="RW" t="string" v="PrefixDelegation"></X_CT-COM_IPv6PrefixOrigin>

<X_CT-COM_IPv6Prefix dv="" ml="40" rw="RW" t="string" v=""></X_CT-COM_IPv6Prefix>

<X_CT-COM_IPv6PrefixPltime dv="86400" rw="RW" t="unsignedInt" v="86400"></X_CT-COM_IPv6PrefixPltime>

<X_CT-COM_IPv6PrefixVltime dv="86400" rw="RW" t="unsignedInt" v="86400"></X_CT-COM_IPv6PrefixVltime>

<X_CT-COM_DefaultIPv6Gateway dv="" ml="40" rw="RW" t="string" v=""></X_CT-COM_DefaultIPv6Gateway>

<X_CT-COM_IPv6DomainName dv="" ml="64" rw="RW" t="string" v=""></X_CT-COM_IPv6DomainName>

<X_CT-COM_NPTv6Enable dv="false" rw="RW" t="boolean" v="false"></X_CT-COM_NPTv6Enable>

<X_ASB_COM_NATv6Mode dv="1" max="2" min="1" rw="RW" t="unsignedInt" v="1"></X_ASB_COM_NATv6Mode>

<X_CT-COM_Dslite_Enable dv="false" rw="RW" t="boolean" v="false"></X_CT-COM_Dslite_Enable>

<X_CT-COM_AftrMode dv="0" max="2" min="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_AftrMode>

<X_CT-COM_Aftr dv="" ml="64" rw="RW" t="string" v=""></X_CT-COM_Aftr>

<X_CMCC_PingResponseEnable dv="true" rw="RW" t="boolean" v="true"></X_CMCC_PingResponseEnable>

<X_CT-COM_PingResponseEnable dv="false" rw="RW" t="boolean" v="false"></X_CT-COM_PingResponseEnable>

<X_CT-COM_PingResponseWhiteList dv="" ml="1024" rw="RW" t="string" v=""></X_CT-COM_PingResponseWhiteList>

<X_CT-COM_UpstreamWAN dv="false" rw="RW" t="boolean" v="false"></X_CT-COM_UpstreamWAN>

<X_ASB_COM_AftrIPv6Address dv="" ml="64" rw="RW" t="string" v=""></X_ASB_COM_AftrIPv6Address>

<X_ASB_COM_TunnelIfName dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_TunnelIfName>

<X_ASB_COM_WanCommitted dv="true" rw="RW" t="boolean" v="true"></X_ASB_COM_WanCommitted>

<X_CT-COM_SpeedLimit_UP dv="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_SpeedLimit_UP>

<X_CT-COM_SpeedLimit_DOWN dv="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_SpeedLimit_DOWN>

<Reset dv="false" rw="RW" t="boolean" v="false"></Reset>

<X_ASB_COM_Dhcpv6ServerIP dv="" ml="64" rw="RW" t="string" v=""></X_ASB_COM_Dhcpv6ServerIP>

<X_CT-COM_DHCPOPTION125.1. n="CtOption125" t="dynamicObject" status="deleted">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<Value dv="" ml="256" rw="RW" t="string" v=""></Value>

<Type dv="2" rw="RW" t="int" v="2"></Type>

<ServerID dv="" ml="256" rw="RW" t="string" v=""></ServerID>

<SharedKey dv="" ml="256" rw="RW" t="string" v=""></SharedKey>

</X_CT-COM_DHCPOPTION125.1.>

<X_CT-COM_DHCPOPTION60.1. n="CtOption60" t="dynamicObject" status="deleted">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<Type dv="34" rw="RW" t="unsignedInt" v="34"></Type>

<ValueMode dv="2" rw="RW" t="unsignedInt" v="2"></ValueMode>

<Value dv="" ml="256" rw="RW" t="string" v=""></Value>

<Account dv="" ml="64" rw="RW" t="string" v=""></Account>

<Password dv="" ml="64" rw="RW" t="string" v=""></Password>

</X_CT-COM_DHCPOPTION60.1.>

<X_CT-COM_DHCPv6OPTION17.1. n="CtOption17" t="dynamicObject" status="deleted">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<Value dv="" ml="256" rw="RW" t="string" v=""></Value>

<Type dv="2" rw="RW" t="int" v="2"></Type>

<ServerID dv="" ml="256" rw="RW" t="string" v=""></ServerID>

<SharedKey dv="" ml="256" rw="RW" t="string" v=""></SharedKey>

</X_CT-COM_DHCPv6OPTION17.1.>

<X_CT-COM_DHCPv6OPTION16.1. n="CtOption16" t="dynamicObject" status="deleted">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<Type dv="34" rw="RW" t="unsignedInt" v="34"></Type>

<ValueMode dv="2" rw="RW" t="unsignedInt" v="2"></ValueMode>

<Value dv="" ml="256" rw="RW" t="string" v=""></Value>

</X_CT-COM_DHCPv6OPTION16.1.>

<DHCPClient. n="DHCPClient" t="staticObject">

<SentDHCPOptionNumberOfEntries dv="2" rw="R" t="unsignedInt" v="2"></SentDHCPOptionNumberOfEntries>

<SentDHCPOption.1. n="SentDHCPOption" t="dynamicObject" status="deleted">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<Tag dv="60" ml="254" rw="RW" t="unsignedInt" v="60"></Tag>

<Value dv="" ml="340" rw="RW" t="string" v=""></Value>

</SentDHCPOption.1.>

</DHCPClient.>

<PortMapping.1. n="WanIpConnPortmapping" t="dynamicObject" status="deleted">

<PortMappingEnabled dv="false" rw="RW" t="boolean" v="false"></PortMappingEnabled>

<PortMappingLeaseDuration dv="" rw="RW" t="unsignedInt" v=""></PortMappingLeaseDuration>

<X_ASB_COM_ExpiryTime dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_ExpiryTime>

<RemoteHost dv="" ml="32" rw="RW" t="string" v=""></RemoteHost>

<ExternalPort dv="" rw="RW" t="unsignedInt" v=""></ExternalPort>

<X_ASB_COM_ExternalPortEnd dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_ExternalPortEnd>

<InternalPort dv="" rw="RW" t="unsignedInt" v=""></InternalPort>

<X_ASB_COM_InternalPortEnd dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_InternalPortEnd>

<PortMappingProtocol dv="TCP" ml="32" rw="RW" t="string" v="TCP" va="ipProtocol2Values"></PortMappingProtocol>

<InternalClient dv="" ml="32" rw="RW" t="string" v=""></InternalClient>

<PortMappingDescription dv="" ml="256" rw="RW" t="string" v=""></PortMappingDescription>

<X_ASB_COM_AppName dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_AppName>

</PortMapping.1.>

<X_CU_PortTrigger.1. n="WanIpConnPortTrigger" t="dynamicObject" status="deleted">

<PortTriggerEnabled dv="false" rw="RW" t="boolean" v="false"></PortTriggerEnabled>

<TriggerPort dv="" rw="RW" t="unsignedInt" v=""></TriggerPort>

<TriggerProtocol dv="" ml="16" rw="RW" t="string" v=""></TriggerProtocol>

<InternalPort dv="" rw="RW" t="unsignedInt" v=""></InternalPort>

<PortTriggerDescription dv="" ml="256" rw="RW" t="string" v=""></PortTriggerDescription>

</X_CU_PortTrigger.1.>

<X_ASB_COM_DmzIpHostCfg. n="DmzIpHostCfg" t="staticObject">

<DmzEnabled dv="false" rw="RW" t="boolean" v="false"></DmzEnabled>

<InternalClient dv="" ml="32" rw="RW" t="string" v=""></InternalClient>

<DmzHostDescription dv="" ml="256" rw="RW" t="string" v=""></DmzHostDescription>

</X_ASB_COM_DmzIpHostCfg.>

<X_ASB_COM_FirewallException.1. n="WanIpConnFirewallException" t="dynamicObject" status="deleted">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<FilterName dv="" ml="32" rw="RW" t="string" v=""></FilterName>

<IPVersion dv="4" ml="32" rw="RW" t="string" v="4" va="ipVersionValues"></IPVersion>

<Protocol dv="None" ml="32" rw="RW" t="string" v="None" va="ipProtocol5Values"></Protocol>

<SourcePortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></SourcePortStart>

<SourcePortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></SourcePortEnd>

<DestinationPortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestinationPortStart>

<DestinationPortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestinationPortEnd>

<SourceIPAddress dv="" ml="32" rw="RW" t="string" v=""></SourceIPAddress>

<EndSourceIPAddress dv="" ml="32" rw="RW" t="string" v=""></EndSourceIPAddress>

<SourceNetMask dv="" ml="32" rw="RW" t="string" v=""></SourceNetMask>

<DestinationIPAddress dv="" ml="32" rw="RW" t="string" v=""></DestinationIPAddress>

<EndDestinationIPAddress dv="" ml="32" rw="RW" t="string" v=""></EndDestinationIPAddress>

<DestinationNetMask dv="" ml="32" rw="RW" t="string" v=""></DestinationNetMask>

</X_ASB_COM_FirewallException.1.>

<X_CT-COM_DDNSConfiguration.1. n="DDNSIpConfig" t="dynamicObject" status="deleted">

<DDNSCfgEnabled dv="false" rw="RW" t="boolean" v="false"></DDNSCfgEnabled>

<DDNSProvider dv="" ml="256" rw="RW" t="string" v=""></DDNSProvider>

<DDNSUsername dv="" ml="256" rw="RW" t="string" v=""></DDNSUsername>

<DDNSPassword dv="" ml="256" rw="RW" t="string" v="" ealgo="ab"></DDNSPassword>

<ServicePort dv="" ml="256" rw="RW" t="string" v=""></ServicePort>

<DDNSDomainName dv="" ml="256" rw="RW" t="string" v=""></DDNSDomainName>

<DDNSHostName dv="" ml="256" rw="RW" t="string" v=""></DDNSHostName>

<IfName dv="NA" ml="32" rw="RW" t="string" v="NA"></IfName>

</X_CT-COM_DDNSConfiguration.1.>

<X_ASB_COM_MacFilterObj. n="MacFilter" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<Policy ml="32" rw="RW" t="string" v="FORWARD" va="macFilter2modes"></Policy>

<X_ASB_COM_MacFilterCfg.1. n="MacFilterCfg" t="dynamicObject" status="deleted">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<Protocol dv="None" ml="32" rw="RW" t="string" v="None" va="securityProtocolValues"></Protocol>

<Direction dv="BOTH" ml="32" rw="RW" t="string" v="BOTH" va="macFilterDirections"></Direction>

<SourceMAC dv="NA" ml="32" rw="RW" t="string" v="NA"></SourceMAC>

<DestinationMAC dv="NA" ml="32" rw="RW" t="string" v="NA"></DestinationMAC>

</X_ASB_COM_MacFilterCfg.1.>

</X_ASB_COM_MacFilterObj.>

<Stats. n="WanIpConnStats" t="staticObject">

<X_ASB_COM_RxDrops rw="R" t="unsignedInt" v="0"></X_ASB_COM_RxDrops>

<X_ASB_COM_TxDrops rw="R" t="unsignedInt" v="0"></X_ASB_COM_TxDrops>

<X_ASB_COM_RxErrors rw="R" t="unsignedInt" v="0"></X_ASB_COM_RxErrors>

<X_ASB_COM_TxErrors rw="R" t="unsignedInt" v="0"></X_ASB_COM_TxErrors>

<EthernetBytesSent rw="R" t="unsignedInt" v=""></EthernetBytesSent>

<EthernetBytesReceived rw="R" t="unsignedInt" v=""></EthernetBytesReceived>

<X_CT-COM_EthernetBytesSentHigh rw="R" t="unsignedInt" v=""></X_CT-COM_EthernetBytesSentHigh>

<X_CT-COM_EthernetBytesRevceivedHigh rw="R" t="unsignedInt" v=""></X_CT-COM_EthernetBytesRevceivedHigh>

<EthernetPacketsSent rw="R" t="unsignedInt" v=""></EthernetPacketsSent>

<EthernetPacketsReceived rw="R" t="unsignedInt" v=""></EthernetPacketsReceived>

<EthernetErrorsReceived rw="R" t="unsignedInt" v=""></EthernetErrorsReceived>

<EthernetDiscardPacketsReceived rw="R" t="unsignedInt" v=""></EthernetDiscardPacketsReceived>

</Stats.>

</WANIPConnection.1.>

<WANPPPConnection.1. n="WanPppConn" t="dynamicObject" status="">

<Enable dv="false" rw="RW" t="boolean" v="True"></Enable>

<ConnectionStatus dv="Unconfigured" ml="32" rw="RW" t="string" v="Connected" va="wanPppConnectionStatusValues"></ConnectionStatus>

<PossibleConnectionTypes dv="Unconfigured, IP_Routed, PPPoE_Bridged" ml="64" rw="R" t="string" v="Unconfigured, IP_Routed, PPPoE_Bridged"></PossibleConnectionTypes>

<ConnectionType dv="Unconfigured" ml="32" rw="RW" t="string" v="PPPoE_Bridged" va="wanPppPossibleConnectionTypesValues"></ConnectionType>

<Name dv="" ml="256" rw="RW" t="string" v="4_INTERNET_B_VID_41"></Name>

<Uptime dv="" rw="R" t="unsignedInt" v=""></Uptime>

<LastConnectionError dv="ERROR_NONE" ml="64" rw="RW" t="string" v="ERROR_NONE" va="wanPppLastConnectionErrorValues"></LastConnectionError>

<LastConnectionErrorCode dv="" ml="128" rw="RW" t="string" v=""></LastConnectionErrorCode>

<AutoDisconnectTime dv="" rw="RW" t="unsignedInt" v="0"></AutoDisconnectTime>

<IdleDisconnectTime dv="" rw="RW" t="unsignedInt" v="0"></IdleDisconnectTime>

<WarnDisconnectDelay dv="" rw="RW" t="unsignedInt" v="0"></WarnDisconnectDelay>

<RSIPAvailable dv="false" rw="R" t="boolean" v="false"></RSIPAvailable>

<NATEnabled dv="true" rw="RW" t="boolean" v="False"></NATEnabled>

<X_ASB_COM_UpFlag dv="false" rw="RW" t="boolean" v="False"></X_ASB_COM_UpFlag>

<X_ASB_COM_DownTime dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_DownTime>

<X_ASB_COM_FullconeNATEnabled dv="false" rw="RW" t="boolean" v="False"></X_ASB_COM_FullconeNATEnabled>

<X_ASB_COM_FirewallEnabled dv="false" rw="RW" t="boolean" v="False"></X_ASB_COM_FirewallEnabled>

<X_ASB_COM_IGMPEnabled dv="" rw="RW" t="boolean" v="False"></X_ASB_COM_IGMPEnabled>

<Username dv="" ml="64" rw="RW" t="string" v=""></Username>

<Password dv="" ml="64" rw="RW" t="string" v="" ealgo="ab"></Password>

<PPPEncryptionProtocol dv="None" ml="32" rw="R" t="string" v="None" va="PPPEncryptionProtocolValues"></PPPEncryptionProtocol>

<PPPCompressionProtocol dv="" ml="32" rw="R" t="string" v="" va="PPPCompressionProtocolValues"></PPPCompressionProtocol>

<PPPAuthenticationProtocol dv="AUTO_AUTH" ml="32" rw="RW" t="string" v="AUTO_AUTH" va="PPPAuthenticationProtocolValues"></PPPAuthenticationProtocol>

<X_ASB_COM_ConnectionEstablishedTime dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_ConnectionEstablishedTime>

<X_ASB_COM_DialState dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_DialState>

<X_ASB_COM_IPExtension dv="" rw="RW" t="boolean" v="False"></X_ASB_COM_IPExtension>

<X_ASB_COM_UseStaticIPAddress dv="" rw="RW" t="boolean" v="False"></X_ASB_COM_UseStaticIPAddress>

<X_ASB_COM_LocalIPAddress dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_LocalIPAddress>

<X_ASB_COM_ConnectionId dv="1" rw="RW" t="int" v="4"></X_ASB_COM_ConnectionId>

<X_ASB_COM_PppdPid dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_PppdPid>

<X_ASB_COM_DhcpcPid dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_DhcpcPid>

<X_ASB_COM_IfName dv="" ml="32" rw="RW" t="string" v="pon_41_0_0"></X_ASB_COM_IfName>

<X_ASB_COM_DefaultGateway dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_DefaultGateway>

<X_ASB_COM_Enable_Debug dv="" rw="RW" t="boolean" v="False"></X_ASB_COM_Enable_Debug>

<X_ASB_COM_AddPppToBridge dv="false" rw="RW" t="boolean" v="False"></X_ASB_COM_AddPppToBridge>

<X_ASB_COM_PppBridgeKey dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_PppBridgeKey>

<X_ASB_COM_VlanMux8021p dv="0" max="7" min="0" rw="RW" t="int" v="0"></X_ASB_COM_VlanMux8021p>

<X_ASB_COM_VlanMuxID dv="-1" max="4094" min="-1" rw="RW" t="int" v="41"></X_ASB_COM_VlanMuxID>

<X_ASB_COM_Mode dv="0" max="2" min="0" rw="RW" t="unsignedInt" v="2"></X_ASB_COM_Mode>

<X_ASB_COM_GponOmciVlanTransEnabled dv="true" rw="RW" t="boolean" v="True"></X_ASB_COM_GponOmciVlanTransEnabled>

<X_ASB_COM_PonStatus dv="None" ml="32" rw="RW" t="string" v="None" va="PonStatusValues"></X_ASB_COM_PonStatus>

<X_ASB_COM_WanInConfiguration dv="false" rw="RW" t="boolean" v="False"></X_ASB_COM_WanInConfiguration>

<X_ASB_COM_IPTVBridgeFromRMSWebInConfig dv="false" rw="RW" t="boolean" v="False"></X_ASB_COM_IPTVBridgeFromRMSWebInConfig>

<X_ASB_COM_UserRequest dv="None" ml="32" rw="R" t="string" v="None" va="userConnectionRequestValues"></X_ASB_COM_UserRequest>

<X_ASB_COM_emulatorRunning dv="false" rw="RW" t="boolean" v="False"></X_ASB_COM_emulatorRunning>

<X_ASB_COM_InterruptedBySimulator dv="false" rw="RW" t="boolean" v="False"></X_ASB_COM_InterruptedBySimulator>

<X_ASB_COM_emulatorPppdPid dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_emulatorPppdPid>

<X_ASB_COM_emulatorDhcp6cPid dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_emulatorDhcp6cPid>

<ExternalIPAddress dv="" ml="32" rw="RW" t="string" v=""></ExternalIPAddress>

<RemoteIPAddress dv="" ml="32" rw="RW" t="string" v=""></RemoteIPAddress>

<SubnetMask dv="" ml="32" rw="RW" t="string" v=""></SubnetMask>

<CurrentMRUSize dv="" max="1540" min="1" rw="R" t="unsignedInt" v=""></CurrentMRUSize>

<DNSEnabled dv="true" rw="RW" t="boolean" v="True"></DNSEnabled>

<DNSOverrideAllowed dv="" rw="RW" t="boolean" v="False"></DNSOverrideAllowed>

<DNSServers dv="" ml="64" rw="RW" t="string" v=""></DNSServers>

<MACAddress dv="" ml="32" rw="RW" t="string" v=""></MACAddress>

<MACAddressOverride dv="" rw="RW" t="boolean" v="False"></MACAddressOverride>

<TransportType dv="PPPoE" ml="32" rw="R" t="string" v="PPPoE" va="TransportTypeValues"></TransportType>

<PPPoEACName dv="" ml="256" rw="RW" t="string" v=""></PPPoEACName>

<PPPoEServiceName dv="" ml="256" rw="RW" t="string" v=""></PPPoEServiceName>

<ConnectionTrigger dv="AlwaysOn" ml="32" rw="RW" t="string" v="AlwaysOn" va="ConnectionTriggerValues"></ConnectionTrigger>

<RouteProtocolRx dv="Off" ml="32" rw="RW" t="string" v="Off" va="RouteProtocolRxValues"></RouteProtocolRx>

<PPPLCPEcho dv="30" rw="RW" t="unsignedInt" v="10"></PPPLCPEcho>

<PPPLCPEchoRetry dv="3" rw="RW" t="unsignedInt" v="3"></PPPLCPEchoRetry>

<ShapingRate dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1"></ShapingRate>

<ShapingBurstSize dv="0" rw="RW" t="unsignedInt" v="0"></ShapingBurstSize>

<PortMappingNumberOfEntries dv="" rw="RW" t="unsignedInt" v="0"></PortMappingNumberOfEntries>

<X_CU_IPForwardModeEnabled dv="false" rw="RW" t="boolean" v="False"></X_CU_IPForwardModeEnabled>

<X_CU_IPForwardList dv="" ml="8192" rw="RW" t="string" v=""></X_CU_IPForwardList>

<X_CU_IGMPProxyEnable dv="True" rw="RW" t="boolean" v="True"></X_CU_IGMPProxyEnable>

<X_CU_MLDProxyEnable dv="True" rw="RW" t="boolean" v="True"></X_CU_MLDProxyEnable>

<X_ASB_COM_IPv6Enabled dv="False" rw="RW" t="boolean" v="True"></X_ASB_COM_IPv6Enabled>

<X_ASB_COM_IPv4Enabled dv="True" rw="RW" t="boolean" v="True"></X_ASB_COM_IPv4Enabled>

<X_ASB_COM_IPv6ConnStatus dv="Unconfigured" ml="32" rw="R" t="string" v="Unconfigured" va="wanIpConnectionStatusValues"></X_ASB_COM_IPv6ConnStatus>

<X_ASB_COM_IPv6PppUp dv="False" rw="RW" t="boolean" v="False"></X_ASB_COM_IPv6PppUp>

<X_ASB_COM_IPv6AddressingType dv="DHCP" ml="32" rw="RW" t="string" v="DHCP" va="AddressingTypeValues"></X_ASB_COM_IPv6AddressingType>

<X_ASB_COM_Dhcp6cForAddress dv="false" rw="RW" t="boolean" v="False"></X_ASB_COM_Dhcp6cForAddress>

<X_ASB_COM_ExternalIPv6Address dv="" ml="64" rw="RW" t="string" v=""></X_ASB_COM_ExternalIPv6Address>

<X_ASB_COM_IPv6PrefixDelegationEnabled dv="False" rw="RW" t="boolean" v="False"></X_ASB_COM_IPv6PrefixDelegationEnabled>

<X_ASB_COM_IPv6SitePrefix dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_IPv6SitePrefix>

<X_ASB_COM_IPv6SitePrefixPltime dv="0" max="8640000" min="-1" rw="RW" t="int" v="0"></X_ASB_COM_IPv6SitePrefixPltime>

<X_ASB_COM_IPv6SitePrefixVltime dv="0" max="8640000" min="-1" rw="RW" t="int" v="0"></X_ASB_COM_IPv6SitePrefixVltime>

<X_ASB_COM_Dhcp6cPid dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_Dhcp6cPid>

<X_ASB_COM_MLDEnabled dv="false" rw="RW" t="boolean" v="False"></X_ASB_COM_MLDEnabled>

<X_CT-COM_IPv6Enable dv="False" rw="RW" t="boolean" v="False"></X_CT-COM_IPv6Enable>

<X_ASB_COM_LastConnected dv="false" rw="RW" t="boolean" v="False"></X_ASB_COM_LastConnected>

<X_ASB_COM_StopPppD dv="false" rw="R" t="boolean" v="false"></X_ASB_COM_StopPppD>

<X_ASB_COM_PppConfigFileName dv="" ml="128" rw="RW" t="string" v=""></X_ASB_COM_PppConfigFileName>

<X_CT-COM_LanInterface dv="" ml="512" rw="RW" t="string" v="InternetGatewayDevice.LANDevice.1.LANEthernetInterfaceConfig.1,InternetGatewayDevice.LANDevice.1.LANEthernetInterfaceConfig.2,InternetGatewayDevice.LANDevice.1.LANEthernetInterfaceConfig.3,InternetGatewayDevice.LANDevice.1.LANEthernetInterfaceConfig.4"></X_CT-COM_LanInterface>

<X_ASB_COM_LanInterface dv="" ml="512" rw="RW" t="string" v=""></X_ASB_COM_LanInterface>

<X_CT-COM_ServiceList dv="OTHER" ml="32" rw="RW" t="string" v="INTERNET"></X_CT-COM_ServiceList>

<X_CT-COM_LanInterface-DHCPEnable dv="true" rw="RW" t="boolean" v="True"></X_CT-COM_LanInterface-DHCPEnable>

<X_CT-COM_IPForwardList dv="" ml="8192" rw="RW" t="string" v=""></X_CT-COM_IPForwardList>

<X_CT-COM_PPPoEPassthrough dv="false" rw="RW" t="boolean" v="False"></X_CT-COM_PPPoEPassthrough>

<X_ASB_COM_IPv6BondingMode dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_IPv6BondingMode>

<X_ASB_COM_IPv6BondingBridge dv="Default" ml="32" rw="RW" t="string" v="Default"></X_ASB_COM_IPv6BondingBridge>

<X_ASB_COM_PppoeSvrPid dv="0" max="65535" min="0" rw="R" t="unsignedInt" v="0"></X_ASB_COM_PppoeSvrPid>

<X_ASB_COM_PppoeSessionid dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_PppoeSessionid>

<X_ASB_COM_KeepAliveTime dv="50" rw="RW" t="unsignedInt" v="50"></X_ASB_COM_KeepAliveTime>

<X_ASB_COM_myEthAddr dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_myEthAddr>

<X_ASB_COM_peerEthAddr dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_peerEthAddr>

<X_ASB_COM_ThisWanDeleted dv="false" rw="RW" t="boolean" v="False"></X_ASB_COM_ThisWanDeleted>

<X_ASB_COM_HybriaPortEnabled dv="false" rw="RW" t="boolean" v="False"></X_ASB_COM_HybriaPortEnabled>

<X_ASB_COM_ProxyPid dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_ProxyPid>

<X_CT-COM_ProxyEnable dv="false" rw="RW" t="boolean" v="False"></X_CT-COM_ProxyEnable>

<X_CT-COM_MAXUser dv="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_MAXUser>

<X_CT-COM_MulticastVlan dv="-1" rw="RW" t="int" v="-1"></X_CT-COM_MulticastVlan>

<InterfaceMtu dv="1492" rw="RW" t="unsignedInt" v="1500"></InterfaceMtu>

<WanFwMark dv="0" rw="RW" t="unsignedInt" v="0"></WanFwMark>

<X_ASB_COM_WanMacIndex dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_WanMacIndex>

<X_CT-COM_IPMode dv="1" max="3" min="1" rw="RW" t="unsignedInt" v="3"></X_CT-COM_IPMode>

<X_CT-COM_IPv6ConnStatus dv="Unconfigured" ml="32" rw="RW" t="string" v="Connected"></X_CT-COM_IPv6ConnStatus>

<X_CT-COM_IPv6IPAddress dv="" ml="40" rw="RW" t="string" v=""></X_CT-COM_IPv6IPAddress>

<X_CT-COM_IPv6IPAddressAlias dv="" ml="40" rw="RW" t="string" v=""></X_CT-COM_IPv6IPAddressAlias>

<X_CT-COM_IPv6IPAddressOrigin dv="DHCPv6" ml="32" rw="RW" t="string" v="AutoConfigured"></X_CT-COM_IPv6IPAddressOrigin>

<X_CT-COM_IPv6DNSServers dv="" ml="128" rw="RW" t="string" v=""></X_CT-COM_IPv6DNSServers>

<X_CT-COM_IPv6PrefixDelegationEnabled dv="False" rw="RW" t="boolean" v="True"></X_CT-COM_IPv6PrefixDelegationEnabled>

<X_CT-COM_IPv6PrefixAlias dv="" ml="40" rw="RW" t="string" v=""></X_CT-COM_IPv6PrefixAlias>

<X_CT-COM_IPv6PrefixOrigin dv="PrefixDelegation" ml="32" rw="RW" t="string" v="PrefixDelegation"></X_CT-COM_IPv6PrefixOrigin>

<X_CT-COM_IPv6Prefix dv="" ml="40" rw="RW" t="string" v=""></X_CT-COM_IPv6Prefix>

<X_CT-COM_IPv6PrefixPltime dv="86400" rw="RW" t="unsignedInt" v="86400"></X_CT-COM_IPv6PrefixPltime>

<X_CT-COM_IPv6PrefixVltime dv="86400" rw="RW" t="unsignedInt" v="86400"></X_CT-COM_IPv6PrefixVltime>

<X_CT-COM_DefaultIPv6Gateway dv="" ml="40" rw="RW" t="string" v=""></X_CT-COM_DefaultIPv6Gateway>

<X_CT-COM_IPv6DomainName dv="" ml="64" rw="RW" t="string" v=""></X_CT-COM_IPv6DomainName>

<X_CT-COM_NPTv6Enable dv="false" rw="RW" t="boolean" v="False"></X_CT-COM_NPTv6Enable>

<X_ASB_COM_NATv6Mode dv="1" max="2" min="1" rw="RW" t="unsignedInt" v="1"></X_ASB_COM_NATv6Mode>

<X_CT-COM_Dslite_Enable dv="false" rw="RW" t="boolean" v="False"></X_CT-COM_Dslite_Enable>

<X_CT-COM_AftrMode dv="0" max="2" min="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_AftrMode>

<X_CT-COM_Aftr dv="" ml="64" rw="RW" t="string" v=""></X_CT-COM_Aftr>

<X_CMCC_PingResponseEnable dv="true" rw="RW" t="boolean" v="True"></X_CMCC_PingResponseEnable>

<X_CT-COM_PingResponseEnable dv="false" rw="RW" t="boolean" v="False"></X_CT-COM_PingResponseEnable>

<X_CT-COM_PingResponseWhiteList dv="" ml="1024" rw="RW" t="string" v=""></X_CT-COM_PingResponseWhiteList>

<X_CT-COM_UpstreamWAN dv="false" rw="RW" t="boolean" v="False"></X_CT-COM_UpstreamWAN>

<X_ASB_COM_AftrIPv6Address dv="" ml="64" rw="RW" t="string" v=""></X_ASB_COM_AftrIPv6Address>

<X_ASB_COM_TunnelIfName dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_TunnelIfName>

<X_ASB_COM_WanCommitted dv="true" rw="RW" t="boolean" v="True"></X_ASB_COM_WanCommitted>

<X_CT-COM_SpeedLimit_UP dv="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_SpeedLimit_UP>

<X_CT-COM_SpeedLimit_DOWN dv="0" rw="RW" t="unsignedInt" v="0"></X_CT-COM_SpeedLimit_DOWN>

<Reset dv="false" rw="RW" t="boolean" v="False"></Reset>

<X_CT-COM_CloudCPEEnable dv="false" rw="RW" t="boolean" v="False"></X_CT-COM_CloudCPEEnable>

<X_ASB_COM_EnhancedBridgeRouteIfName dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_EnhancedBridgeRouteIfName>

<X_ASB_COM_Dhcpv6ServerIP dv="" ml="64" rw="RW" t="string" v=""></X_ASB_COM_Dhcpv6ServerIP>

<X_CMCC_ServiceAlias dv="" ml="256" rw="RW" t="string" v=""></X_CMCC_ServiceAlias>

<PortMapping.1. n="WanPppConnPortmapping" t="dynamicObject" status="deleted">

<PortMappingEnabled dv="false" rw="RW" t="boolean" v="false"></PortMappingEnabled>

<X_ASB_COM_ExpiryTime dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_ExpiryTime>

<PortMappingLeaseDuration dv="" rw="RW" t="unsignedInt" v=""></PortMappingLeaseDuration>

<RemoteHost dv="" ml="32" rw="RW" t="string" v=""></RemoteHost>

<ExternalPort dv="" rw="RW" t="unsignedInt" v=""></ExternalPort>

<X_ASB_COM_ExternalPortEnd dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_ExternalPortEnd>

<InternalPort dv="" rw="RW" t="unsignedInt" v=""></InternalPort>

<X_ASB_COM_InternalPortEnd dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_InternalPortEnd>

<PortMappingProtocol dv="TCP" ml="32" rw="RW" t="string" v="TCP" va="ipProtocol2Values"></PortMappingProtocol>

<InternalClient dv="" ml="32" rw="RW" t="string" v=""></InternalClient>

<PortMappingDescription dv="" ml="256" rw="RW" t="string" v=""></PortMappingDescription>

<X_ASB_COM_AppName dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_AppName>

</PortMapping.1.>

<X_CU_PortTrigger.1. n="WanPppConnPortTrigger" t="dynamicObject" status="deleted">

<PortTriggerEnabled dv="false" rw="RW" t="boolean" v="false"></PortTriggerEnabled>

<TriggerPort dv="" rw="RW" t="unsignedInt" v=""></TriggerPort>

<TriggerProtocol dv="" ml="16" rw="RW" t="string" v=""></TriggerProtocol>

<InternalPort dv="" rw="RW" t="unsignedInt" v=""></InternalPort>

<PortTriggerDescription dv="" ml="256" rw="RW" t="string" v=""></PortTriggerDescription>

</X_CU_PortTrigger.1.>

<X_ASB_COM_DmzPppHostCfg. n="DmzPppHostCfg" t="staticObject">

<DmzEnabled dv="false" rw="RW" t="boolean" v="false"></DmzEnabled>

<InternalClient dv="" ml="32" rw="RW" t="string" v=""></InternalClient>

<DmzHostDescription dv="" ml="256" rw="RW" t="string" v=""></DmzHostDescription>

</X_ASB_COM_DmzPppHostCfg.>

<X_ASB_COM_FirewallException.1. n="WanPppConnFirewallException" t="dynamicObject" status="deleted">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<FilterName dv="" ml="32" rw="RW" t="string" v=""></FilterName>

<IPVersion dv="4" ml="32" rw="RW" t="string" v="4" va="ipVersionValues"></IPVersion>

<Protocol dv="None" ml="32" rw="RW" t="string" v="None" va="ipProtocol5Values"></Protocol>

<SourcePortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></SourcePortStart>

<SourcePortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></SourcePortEnd>

<DestinationPortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestinationPortStart>

<DestinationPortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestinationPortEnd>

<SourceIPAddress dv="" ml="32" rw="RW" t="string" v=""></SourceIPAddress>

<EndSourceIPAddress dv="" ml="32" rw="RW" t="string" v=""></EndSourceIPAddress>

<SourceNetMask dv="" ml="32" rw="RW" t="string" v=""></SourceNetMask>

<DestinationIPAddress dv="" ml="32" rw="RW" t="string" v=""></DestinationIPAddress>

<EndDestinationIPAddress dv="" ml="32" rw="RW" t="string" v=""></EndDestinationIPAddress>

<DestinationNetMask dv="" ml="32" rw="RW" t="string" v=""></DestinationNetMask>

</X_ASB_COM_FirewallException.1.>

<X_CT-COM_DDNSConfiguration.1. n="DDNSPppConfig" t="dynamicObject" status="">

<DDNSCfgEnabled dv="false" rw="RW" t="boolean" v="False"></DDNSCfgEnabled>

<DDNSProvider dv="" ml="256" rw="RW" t="string" v=""></DDNSProvider>

<DDNSUsername dv="" ml="256" rw="RW" t="string" v=""></DDNSUsername>

<DDNSPassword dv="" ml="256" rw="RW" t="string" v="" ealgo="ab"></DDNSPassword>

<ServicePort dv="" ml="256" rw="RW" t="string" v=""></ServicePort>

<DDNSDomainName dv="" ml="256" rw="RW" t="string" v=""></DDNSDomainName>

<DDNSHostName dv="" ml="256" rw="RW" t="string" v=""></DDNSHostName>

<IfName dv="NA" ml="32" rw="RW" t="string" v="NA"></IfName>

</X_CT-COM_DDNSConfiguration.1.>

<Stats. n="WanPppConnStats" t="staticObject">

<X_ASB_COM_RxDrops rw="R" t="unsignedInt" v="0"></X_ASB_COM_RxDrops>

<X_ASB_COM_TxDrops rw="R" t="unsignedInt" v="0"></X_ASB_COM_TxDrops>

<X_ASB_COM_RxErrors rw="R" t="unsignedInt" v="0"></X_ASB_COM_RxErrors>

<X_ASB_COM_TxErrors rw="R" t="unsignedInt" v="0"></X_ASB_COM_TxErrors>

<EthernetBytesSent rw="R" t="unsignedInt" v=""></EthernetBytesSent>

<EthernetBytesReceived rw="R" t="unsignedInt" v=""></EthernetBytesReceived>

<X_CT-COM_EthernetBytesSentHigh rw="R" t="unsignedInt" v=""></X_CT-COM_EthernetBytesSentHigh>

<X_CT-COM_EthernetBytesRevceivedHigh rw="R" t="unsignedInt" v=""></X_CT-COM_EthernetBytesRevceivedHigh>

<EthernetPacketsSent rw="R" t="unsignedInt" v=""></EthernetPacketsSent>

<EthernetPacketsReceived rw="R" t="unsignedInt" v=""></EthernetPacketsReceived>

<EthernetErrorsReceived rw="R" t="unsignedInt" v=""></EthernetErrorsReceived>

<EthernetDiscardPacketsReceived rw="R" t="unsignedInt" v=""></EthernetDiscardPacketsReceived>

</Stats.>

</WANPPPConnection.1.>

</WANConnectionDevice.4.>

<X_ASB_COM_LANBindingConfig. n="lanBindingCfg" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

</X_ASB_COM_LANBindingConfig.>

</WANDevice.1.>

<Layer3Forwarding. n="L3Forwarding" t="staticObject">

<DefaultConnectionService ml="256" rw="RW" t="string" v=""></DefaultConnectionService>

<ForwardNumberOfEntries rw="R" t="unsignedInt" v=""></ForwardNumberOfEntries>

<X_ASB_COM_DefaultConnectionServices ml="32" rw="RW" t="string" v=""></X_ASB_COM_DefaultConnectionServices>

<X_ASB_COM_ActiveDefaultGateway ml="32" rw="R" t="string" v=""></X_ASB_COM_ActiveDefaultGateway>

<Forwarding.1. n="L3ForwardingEntry" t="dynamicObject" status="deleted">

<Enable dv="true" rw="RW" t="boolean" v="true"></Enable>

<Status dv="" ml="32" rw="R" t="string" v="" va="status3eValues"></Status>

<StaticRoute dv="true" rw="R" t="boolean" v="true"></StaticRoute>

<Type dv="Default" ml="32" rw="RW" t="string" v="Default" va="routeTypeValues"></Type>

<X_ASB_COM_PolicyRoutingName dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_PolicyRoutingName>

<DestIPAddress dv="" ml="32" rw="RW" t="string" v=""></DestIPAddress>

<DestSubnetMask dv="" ml="32" rw="RW" t="string" v=""></DestSubnetMask>

<SourceIPAddress dv="" ml="32" rw="RW" t="string" v=""></SourceIPAddress>

<SourceSubnetMask dv="" ml="32" rw="RW" t="string" v=""></SourceSubnetMask>

<X_ASB_COM_SourceIfName dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_SourceIfName>

<ForwardingPolicy dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1 "></ForwardingPolicy>

<GatewayIPAddress dv="" ml="32" rw="RW" t="string" v=""></GatewayIPAddress>

<Interface dv="" ml="256" rw="RW" t="string" v=""></Interface>

<ForwardingMetric dv="-1" max="2147483647" min="-1" rw="RW" t="int" v="-1"></ForwardingMetric>

<MTU dv="1492" max="1540" min="1" rw="RW" t="unsignedInt" v="1492"></MTU>

</Forwarding.1.>

</Layer3Forwarding.>

<X_CMCC_IPv6Layer3Forwarding. n="CMCCIPv6L3Forwarding" t="staticObject">

<Forwarding.1. n="CMCCIPv6L3ForwardingEntry" t="dynamicObject" status="deleted">

<Enable dv="true" rw="RW" t="boolean" v="true"></Enable>

<Alias dv="" ml="64" rw="RW" t="string" v=""></Alias>

<DestIPPrefix dv="" ml="64" rw="RW" t="string" v=""></DestIPPrefix>

<NextHop dv="" ml="64" rw="RW" t="string" v=""></NextHop>

<Interface dv="" ml="256" rw="RW" t="string" v=""></Interface>

</Forwarding.1.>

</X_CMCC_IPv6Layer3Forwarding.>

<X_CMCC_VXLAN. n="CMCCVXLAN" t="staticObject">

<X_CT-COM_Enable dv="false" rw="R" t="boolean" v="false"></X_CT-COM_Enable>

<MaxNumberOfEntries rw="R" t="unsignedInt" v="4"></MaxNumberOfEntries>

<VXLANNumberOfEntries rw="R" t="unsignedInt" v=""></VXLANNumberOfEntries>

<VXLANConfig.1. n="VXLANConfigEntry" t="dynamicObject" status="deleted">

<TunnelKey dv="1" max="16777215" min="0" rw="RW" t="unsignedInt" v="1"></TunnelKey>

<Enable dv="true" rw="RW" t="boolean" v="true"></Enable>

<TunnelRemoteIp dv="" ml="46" rw="RW" t="string" v=""></TunnelRemoteIp>

<X_CT-COM_TunnelRemoteMAC dv="" ml="32" rw="RW" t="string" v=""></X_CT-COM_TunnelRemoteMAC>

<WorkMode dv="2" max="2" min="1" rw="RW" t="unsignedInt" v="2"></WorkMode>

<MaxMTUSize dv="1440" rw="RW" t="unsignedInt" v="1440"></MaxMTUSize>

<IPAddress dv="" ml="46" rw="RW" t="string" v=""></IPAddress>

<SubnetMask dv="" ml="46" rw="RW" t="string" v=""></SubnetMask>

<AddressingType dv="DHCP" ml="32" rw="RW" t="string" v="DHCP" va="AddressingTypeValues"></AddressingType>

<NATEnabled dv="false" rw="RW" t="boolean" v="false"></NATEnabled>

<DNSServers_Master dv="" ml="46" rw="RW" t="string" v=""></DNSServers_Master>

<DNSServers_Slave dv="" ml="46" rw="RW" t="string" v=""></DNSServers_Slave>

<DefaultGateway dv="" ml="46" rw="RW" t="string" v=""></DefaultGateway>

<X_CMCC_VLANEnable dv="false" rw="RW" t="boolean" v="false"></X_CMCC_VLANEnable>

<X_CMCC_VLAN dv="" rw="RW" t="unsignedInt" v=""></X_CMCC_VLAN>

<X_CMCC_LanInterface dv="" ml="512" rw="RW" t="string" v=""></X_CMCC_LanInterface>

<X_CMCC_WANInterface dv="" ml="512" rw="RW" t="string" v=""></X_CMCC_WANInterface>

<X_ASB_COM_FWmark dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_FWmark>

<X_ASB_COM_IfName dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_IfName>

<X_ASB_COM_DhcpcPid dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_DhcpcPid>

</VXLANConfig.1.>

</X_CMCC_VXLAN.>

<X_CMCC_IPSecVPN. n="IPSecVPN" t="staticObject">

<MaxNumberOfEntries rw="R" t="unsignedInt" v="8"></MaxNumberOfEntries>

<IPSecVPNNumberOfEntries rw="R" t="unsignedInt" v=""></IPSecVPNNumberOfEntries>

<Config.1. n="IPSecVPNConfigEntry" t="dynamicObject" status="deleted">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<IPSecType dv="Site-to-Site" ml="32" rw="RW" t="string" v="Site-to-Site" va="IPSecTypeValues"></IPSecType>

<RemoteSubnet dv="" ml="256" rw="RW" t="string" v=""></RemoteSubnet>

<LocalSubnet dv="" ml="256" rw="RW" t="string" v=""></LocalSubnet>

<RemoteIP dv="" ml="32" rw="RW" t="string" v=""></RemoteIP>

<RemoteDomain dv="" ml="128" rw="RW" t="string" v=""></RemoteDomain>

<X_ASB_COM_IPSecIKEVersion dv="IKEv1" ml="8" rw="RW" t="string" v="IKEv1" va="IKEVersionValues"></X_ASB_COM_IPSecIKEVersion>

<ExchangeMode dv="Main" ml="32" rw="RW" t="string" v="Main" va="ExchangeModeValues"></ExchangeMode>

<IKEAuthenticationAlgorithm dv="SHA1" ml="32" rw="RW" t="string" v="SHA1" va="IKEAuthenticationAlgorithmValues"></IKEAuthenticationAlgorithm>

<IKEAuthenticationMethod dv="PreShareKey" ml="32" rw="RW" t="string" v="PreShareKey" va="IKEAuthenticationMethodValues"></IKEAuthenticationMethod>

<IKEEncryptionAlgorithm dv="DES" ml="32" rw="RW" t="string" v="DES" va="IKEEncryptionAlgorithmValues"></IKEEncryptionAlgorithm>

<IKEDHGroup dv="Group1" ml="32" rw="RW" t="string" v="Group1" va="IKEDHGroupValues"></IKEDHGroup>

<IKEIDType dv="IP" ml="32" rw="RW" t="string" v="IP" va="IKEIDTypeValues"></IKEIDType>

<IKELocalName dv="" ml="32" rw="RW" t="string" v=""></IKELocalName>

<IKERemoteName dv="" ml="32" rw="RW" t="string" v=""></IKERemoteName>

<IKEPreshareKey dv="" ml="128" rw="RW" t="string" v="" ealgo="ab"></IKEPreshareKey>

<IPSecOutInterface dv="" ml="256" rw="RW" t="string" v=""></IPSecOutInterface>

<IPSecEncapsulationMode dv="Tunnel" ml="32" rw="RW" t="string" v="Tunnel" va="IPSecEncapsulationModeValues"></IPSecEncapsulationMode>

<IPSecTransform dv="ESP" ml="32" rw="RW" t="string" v="ESP" va="IPSecTransformValues"></IPSecTransform>

<ESPAuthenticationAlgorithm dv="MD5" ml="32" rw="RW" t="string" v="MD5" va="ESPAuthenticationAlgorithmValues"></ESPAuthenticationAlgorithm>

<ESPEncryptionAlgorithm dv="3DES" ml="32" rw="RW" t="string" v="3DES" va="IKEEncryptionAlgorithmValues"></ESPEncryptionAlgorithm>

<IPSecPFS dv="None" ml="32" rw="RW" t="string" v="None" va="IPSecPFSValues"></IPSecPFS>

<IKESAPeriod dv="10800" max="86400" min="1200" rw="RW" t="unsignedInt" v="10800"></IKESAPeriod>

<IPSecSATimePeriod dv="3600" max="86400" min="600" rw="RW" t="unsignedInt" v="3600"></IPSecSATimePeriod>

<IPSecSATrafficPeriod dv="1843200" max="536870912" min="2560" rw="RW" t="unsignedInt" v="1843200"></IPSecSATrafficPeriod>

<AHAuthenticationAlgorithm dv="MD5" ml="32" rw="RW" t="string" v="MD5" va="IKEAuthenticationAlgorithmValues"></AHAuthenticationAlgorithm>

<DPDEnable dv="false" rw="RW" t="boolean" v="false"></DPDEnable>

<DPDThreshold dv="10" max="3600" min="10" rw="RW" t="unsignedInt" v="10"></DPDThreshold>

<DPDRetry dv="5" max="10" min="2" rw="RW" t="unsignedInt" v="5"></DPDRetry>

<ConnectionStatus dv="Unconfigured" ml="32" rw="RW" t="string" v="Unconfigured" va="ConnectionStatusValues"></ConnectionStatus>

</Config.1.>

</X_CMCC_IPSecVPN.>

<X_CMCC_L2TPVPN. n="L2TPVPN" t="staticObject">

<MaxNumberOfEntries rw="R" t="unsignedInt" v="8"></MaxNumberOfEntries>

<L2TPVPNNumberOfEntries rw="R" t="unsignedInt" v=""></L2TPVPNNumberOfEntries>

<Config.1. n="L2TPVPNConfigEntry" t="dynamicObject" status="deleted">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<Name dv="" ml="32" rw="RW" t="string" v=""></Name>

<Mode dv="LAC" ml="32" rw="RW" t="string" v="LAC" va="L2TPModeValues"></Mode>

<Status dv="" ml="32" rw="RW" t="string" v=""></Status>

<Username dv="" ml="256" rw="RW" t="string" v=""></Username>

<Password dv="" ml="256" rw="RW" t="string" v="" ealgo="ab"></Password>

<L2TPClientIPAddressRange dv="" ml="256" rw="RW" t="string" v=""></L2TPClientIPAddressRange>

<PPPAuthenticationProtocol dv="" ml="128" rw="RW" t="string" v=""></PPPAuthenticationProtocol>

<ServerIP dv="" ml="256" rw="RW" t="string" v=""></ServerIP>

</Config.1.>

</X_CMCC_L2TPVPN.>

<X_CMCC_NAT.1. n="NAT" t="dynamicObject" status="">

<Enable dv="false" rw="RW" t="boolean" v="true"></Enable>

<Name dv="ZJ_P2P_NAT" ml="256" rw="RW" t="string" v="ZJ_P2P_NAT"></Name>

<Type dv="NAT4" ml="256" rw="RW" t="string" v="NAT3"></Type>

<SourcePortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="20619"></SourcePortStart>

<SourcePortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="20619"></SourcePortEnd>

<DestPortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestPortStart>

<DestPortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestPortEnd>

</X_CMCC_NAT.1.>

<X_CMCC_NAT.2. n="NAT" t="dynamicObject" status="">

<Enable dv="false" rw="RW" t="boolean" v="true"></Enable>

<Name dv="ZJ_P2P_NAT" ml="256" rw="RW" t="string" v="ZJ_P2P_NAT"></Name>

<Type dv="NAT4" ml="256" rw="RW" t="string" v="NAT3"></Type>

<SourcePortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="21618"></SourcePortStart>

<SourcePortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="21619"></SourcePortEnd>

<DestPortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestPortStart>

<DestPortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestPortEnd>

</X_CMCC_NAT.2.>

<X_CMCC_NAT.3. n="NAT" t="dynamicObject" status="">

<Enable dv="false" rw="RW" t="boolean" v="true"></Enable>

<Name dv="ZJ_P2P_NAT" ml="256" rw="RW" t="string" v="ZJ_P2P_NAT"></Name>

<Type dv="NAT4" ml="256" rw="RW" t="string" v="NAT3"></Type>

<SourcePortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="45200"></SourcePortStart>

<SourcePortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="45240"></SourcePortEnd>

<DestPortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestPortStart>

<DestPortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestPortEnd>

</X_CMCC_NAT.3.>

<X_CMCC_NAT.4. n="NAT" t="dynamicObject" status="">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<Name dv="ZJ_P2P_NAT" ml="256" rw="RW" t="string" v="ZJ_P2P_NAT"></Name>

<Type dv="NAT4" ml="256" rw="RW" t="string" v="NAT4"></Type>

<SourcePortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></SourcePortStart>

<SourcePortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></SourcePortEnd>

<DestPortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestPortStart>

<DestPortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestPortEnd>

</X_CMCC_NAT.4.>

<X_CMCC_NAT.5. n="NAT" t="dynamicObject" status="">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<Name dv="ZJ_P2P_NAT" ml="256" rw="RW" t="string" v="ZJ_P2P_NAT"></Name>

<Type dv="NAT4" ml="256" rw="RW" t="string" v="NAT4"></Type>

<SourcePortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></SourcePortStart>

<SourcePortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></SourcePortEnd>

<DestPortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestPortStart>

<DestPortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestPortEnd>

</X_CMCC_NAT.5.>

<X_CMCC_NAT.6. n="NAT" t="dynamicObject" status="">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<Name dv="ZJ_P2P_NAT" ml="256" rw="RW" t="string" v="ZJ_P2P_NAT"></Name>

<Type dv="NAT4" ml="256" rw="RW" t="string" v="NAT4"></Type>

<SourcePortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></SourcePortStart>

<SourcePortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></SourcePortEnd>

<DestPortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestPortStart>

<DestPortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestPortEnd>

</X_CMCC_NAT.6.>

<X_CMCC_NAT.7. n="NAT" t="dynamicObject" status="">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<Name dv="ZJ_P2P_NAT" ml="256" rw="RW" t="string" v="ZJ_P2P_NAT"></Name>

<Type dv="NAT4" ml="256" rw="RW" t="string" v="NAT4"></Type>

<SourcePortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></SourcePortStart>

<SourcePortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></SourcePortEnd>

<DestPortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestPortStart>

<DestPortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestPortEnd>

</X_CMCC_NAT.7.>

<X_CMCC_NAT.8. n="NAT" t="dynamicObject" status="">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<Name dv="ZJ_P2P_NAT" ml="256" rw="RW" t="string" v="ZJ_P2P_NAT"></Name>

<Type dv="NAT4" ml="256" rw="RW" t="string" v="NAT4"></Type>

<SourcePortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></SourcePortStart>

<SourcePortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></SourcePortEnd>

<DestPortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestPortStart>

<DestPortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestPortEnd>

</X_CMCC_NAT.8.>

<X_CMCC_NAT.9. n="NAT" t="dynamicObject" status="">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<Name dv="ZJ_P2P_NAT" ml="256" rw="RW" t="string" v="ZJ_P2P_NAT"></Name>

<Type dv="NAT4" ml="256" rw="RW" t="string" v="NAT4"></Type>

<SourcePortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></SourcePortStart>

<SourcePortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></SourcePortEnd>

<DestPortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestPortStart>

<DestPortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestPortEnd>

</X_CMCC_NAT.9.>

<X_CMCC_NAT.10. n="NAT" t="dynamicObject" status="">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<Name dv="ZJ_P2P_NAT" ml="256" rw="RW" t="string" v="ZJ_P2P_NAT"></Name>

<Type dv="NAT4" ml="256" rw="RW" t="string" v="NAT4"></Type>

<SourcePortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></SourcePortStart>

<SourcePortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></SourcePortEnd>

<DestPortStart dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestPortStart>

<DestPortEnd dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></DestPortEnd>

</X_CMCC_NAT.10.>

<X_ALU-COM_NeighboringWiFiDiagnostic. n="NeighboringWiFiDiagnostic" t="staticObject">

<DiagnosticsState dv="None" ml="32" rw="RW" t="string" v="None"></DiagnosticsState>

<Result.1. n="NeighboringWiFiDiagnosticResult" t="dynamicObject" status="deleted">

<SSID dv="" ml="33" rw="R" t="string" v=""></SSID>

<BSSID dv="" ml="18" rw="R" t="string" v=""></BSSID>

<Mode dv="" ml="32" rw="R" t="string" v=""></Mode>

<Channel dv="" max="255" min="1" rw="R" t="unsignedInt" v=""></Channel>

<SignalStrength dv="" max="0" min="-200" rw="R" t="int" v=""></SignalStrength>

<SecurityModeEnabled dv="" ml="32" rw="R" t="string" v=""></SecurityModeEnabled>

<OperatingStandards dv="" ml="32" rw="R" t="string" v=""></OperatingStandards>

<OperatingFrequencyBand dv="" ml="32" rw="R" t="string" v=""></OperatingFrequencyBand>

<OperatingChannelBandwidth dv="" ml="32" rw="R" t="string" v=""></OperatingChannelBandwidth>

</Result.1.>

</X_ALU-COM_NeighboringWiFiDiagnostic.>

<X_ASB_COM_IPv6Layer3Forwarding. n="IPv6L3Forwarding" t="staticObject">

<DefaultConnectionService ml="256" rw="RW" t="string" v=""></DefaultConnectionService>

<ForwardNumberOfEntries rw="R" t="unsignedInt" v=""></ForwardNumberOfEntries>

<IPv6Forwarding.1. n="IPv6L3ForwardingEntry" t="dynamicObject">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<Status dv="" ml="32" rw="R" t="string" v="" va="status3eValues"></Status>

<Type dv="" ml="32" rw="RW" t="string" v="" va="routeTypeValues"></Type>

<PolicyRoutingName dv="" ml="32" rw="RW" t="string" v=""></PolicyRoutingName>

<DestIPv6Address dv="" ml="32" rw="RW" t="string" v=""></DestIPv6Address>

<SourceIPv6Address dv="" ml="32" rw="RW" t="string" v=""></SourceIPv6Address>

<SourceIfName dv="" ml="32" rw="RW" t="string" v=""></SourceIfName>

<ForwardingPolicy dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1 "></ForwardingPolicy>

<GatewayIPv6Address dv="" ml="32" rw="RW" t="string" v=""></GatewayIPv6Address>

<Interface dv="" ml="32" rw="RW" t="string" v=""></Interface>

<ForwardingMetric dv="-1" max="2147483647" min="-1" rw="RW" t="int" v="-1"></ForwardingMetric>

<MTU dv="" max="1540" min="1" rw="RW" t="unsignedInt" v=""></MTU>

</IPv6Forwarding.1.>

</X_ASB_COM_IPv6Layer3Forwarding.>

<Services. n="Services" t="staticObject">

<X_CU_FTPServerNumberOfEntries dv="0" rw="R" t="unsignedInt" v="0"></X_CU_FTPServerNumberOfEntries>

<X_CU_FTPClientNumberOfEntries dv="0" rw="R" t="unsignedInt" v="0"></X_CU_FTPClientNumberOfEntries>

<FTPService. n="CuFTPService" t="staticObject">

<X_ASB_COM_Anonymous rw="RW" t="boolean" v="false"></X_ASB_COM_Anonymous>

<FTPServer.1. n="CuFTPServer" t="dynamicObject" status="">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<FtpUserName dv="" ml="256" rw="RW" t="string" v="ftpadmin"></FtpUserName>

<FtpPassword dv="" ml="256" rw="RW" t="string" v="6Aj5nAPDhiOio7tp9JCrPA==" ealgo="ab"></FtpPassword>

<FtpPort dv="21" max="65535" min="0" rw="RW" t="int" v="21"></FtpPort>

<FtpUserRight dv="READWRITE" ml="256" rw="RW" t="string" v="READWRITE"></FtpUserRight>

<FtpPath dv="" ml="256" rw="RW" t="string" v=""></FtpPath>

</FTPServer.1.>

<FTPClient.1. n="CuFTPClient" t="dynamicObject" status="">

<Enable rw="RW" t="boolean" v="false"></Enable>

<FtpServerURL ml="256" rw="RW" t="string" v=""></FtpServerURL>

<FtpServerPort max="65535" min="0" rw="RW" t="int" v="21"></FtpServerPort>

<Username ml="256" rw="RW" t="string" v=""></Username>

<Password ml="256" rw="RW" t="string" v="" ealgo="ab"></Password>

<Status ml="256" rw="R" t="string" v=""></Status>

</FTPClient.1.>

</FTPService.>

<StorageService.1. n="StorageService" t="dynamicObject">

<Enable dv="true" rw="RW" t="boolean" v="true"></Enable>

<PhysicalMediumNumberOfEntries dv="0" rw="R" t="unsignedInt" v="0"></PhysicalMediumNumberOfEntries>

<LogicalVolumeNumberOfEntries dv="0" rw="R" t="unsignedInt" v="0"></LogicalVolumeNumberOfEntries>

<UserAccountNumberOfEntries dv="0" rw="RW" t="unsignedInt" v="0"></UserAccountNumberOfEntries>

<Capabilites. n="Capabilites" t="staticObject">

<FTPCapable rw="R" t="boolean" v="false"></FTPCapable>

<SFTPCapable rw="R" t="boolean" v="false"></SFTPCapable>

<HTTPCapable rw="R" t="boolean" v="false"></HTTPCapable>

<HTTPSCapable rw="R" t="boolean" v="false"></HTTPSCapable>

<HTTPWritable rw="R" t="boolean" v="false"></HTTPWritable>

<SupportedNetworkProtocols ml="32" rw="R" t="string" v=""></SupportedNetworkProtocols>

<SupportedFileSystemTypes ml="32" rw="R" t="string" v=""></SupportedFileSystemTypes>

<VolumeEncryptionCapable rw="R" t="boolean" v="false"></VolumeEncryptionCapable>

</Capabilites.>

<NetInfo. n="NetworkInfo" t="staticObject">

<HostName ml="64" rw="RW" t="string" v=""></HostName>

<DomainName ml="256" rw="RW" t="string" v=""></DomainName>

</NetInfo.>

<NetworkServer. n="NetworkServer" t="staticObject">

<AFPEnable rw="R" t="boolean" v="false"></AFPEnable>

<NFSEnable rw="R" t="boolean" v="false"></NFSEnable>

<SMBEnable rw="R" t="boolean" v="false"></SMBEnable>

<NetworkProtocolAuthReq rw="R" t="boolean" v="false"></NetworkProtocolAuthReq>

</NetworkServer.>

<PhysicalMedium.1. n="PhysicalMedium" t="dynamicObject">

<Name dv="" ml="64" rw="R" t="string" v=""></Name>

<ConnectionType dv="" ml="32" rw="R" t="string" v=""></ConnectionType>

<Removable dv="true" rw="R" t="boolean" v="true"></Removable>

<Capacity dv="0" rw="R" t="unsignedInt" v="0"></Capacity>

<Status dv="" ml="32" rw="R" t="string" v=""></Status>

</PhysicalMedium.1.>

<LogicalVolume.1. n="LogicalVolume" t="dynamicObject">

<Name dv="" ml="64" rw="R" t="string" v=""></Name>

<Status dv="" ml="32" rw="R" t="string" v=""></Status>

<Enable dv="false" rw="R" t="boolean" v="false"></Enable>

<PhysicalReference dv="" ml="256" rw="R" t="string" v=""></PhysicalReference>

<FileSystem dv="" ml="32" rw="R" t="string" v=""></FileSystem>

<Capacity dv="0" rw="R" t="unsignedInt" v="0"></Capacity>

<UsedSpace dv="0" rw="R" t="unsignedInt" v="0"></UsedSpace>

<Encrypted dv="false" rw="R" t="boolean" v="false"></Encrypted>

<FolderNumberOfEntries dv="0" rw="R" t="unsignedInt" v="0"></FolderNumberOfEntries>

<Folder.1. n="Folder" t="dynamicObject">

<Name dv="" ml="64" rw="R" t="string" v=""></Name>

<Enable dv="false" rw="R" t="boolean" v="false"></Enable>

<UserAccountAccess dv="2" max="3" min="0" rw="R" t="unsignedInt" v="2"></UserAccountAccess>

</Folder.1.>

</LogicalVolume.1.>

</StorageService.1.>

<VoiceService.1. n="Voice" t="dynamicObject">

<VoiceProfileNumberOfEntries dv="" rw="R" t="unsignedInt" v=""></VoiceProfileNumberOfEntries>

<X_ASB_COM_BoundIfName dv="LAN" ml="32" rw="RW" t="string" v="LAN"></X_ASB_COM_BoundIfName>

<X_ASB_COM_BoundIpAddr dv="0.0.0.0" ml="32" rw="RW" t="string" v="0.0.0.0"></X_ASB_COM_BoundIpAddr>

<X_ASB_COM_LoggingLevel dv="Error" ml="32" rw="RW" t="string" v="Error" va="LoggingLevelValues"></X_ASB_COM_LoggingLevel>

<X_ASB_COM_LoggingDestination dv="StandardError" ml="32" rw="RW" t="string" v="StandardError" va="LoggingDestinationValues"></X_ASB_COM_LoggingDestination>

<X_ASB_COM_CCTKTraceLevel dv="0" ml="32" rw="RW" t="string" v="0"></X_ASB_COM_CCTKTraceLevel>

<X_ASB_COM_CCTKTraceGroup dv="0" ml="32" rw="RW" t="string" v="0"></X_ASB_COM_CCTKTraceGroup>

<X_ASB_COM_DectEepromData dv="FFFF" ml="8192" rw="RW" t="string" v="FFFF"></X_ASB_COM_DectEepromData>

<Capabilities. n="VoiceCap" t="staticObject">

<MaxProfileCount rw="R" t="unsignedInt" v=""></MaxProfileCount>

<MaxLineCount rw="R" t="unsignedInt" v=""></MaxLineCount>

<MaxSessionsPerLine rw="R" t="unsignedInt" v=""></MaxSessionsPerLine>

<MaxSessionCount rw="R" t="unsignedInt" v=""></MaxSessionCount>

<SignalingProtocols ml="32" rw="R" t="string" v="SIP" va="SignalingProtocolsValues"></SignalingProtocols>

<Regions ml="256" rw="R" t="string" v="- "></Regions>

<RTCP rw="R" t="boolean" v=""></RTCP>

<SRTP rw="R" t="boolean" v=""></SRTP>

<SRTPKeyingMethods ml="32" rw="RW" t="string" v="" va="SRTPKeyingMethodsValues"></SRTPKeyingMethods>

<SRTPEncryptionKeySizes ml="256" rw="RW" t="string" v=""></SRTPEncryptionKeySizes>

<RTPRedundancy rw="R" t="boolean" v=""></RTPRedundancy>

<DSCPCoupled rw="R" t="boolean" v=""></DSCPCoupled>

<EthernetTaggingCoupled rw="R" t="boolean" v=""></EthernetTaggingCoupled>

<PSTNSoftSwitchOver rw="R" t="boolean" v=""></PSTNSoftSwitchOver>

<FaxT38 rw="R" t="boolean" v=""></FaxT38>

<FaxPassThrough rw="R" t="boolean" v=""></FaxPassThrough>

<ModemPassThrough rw="R" t="boolean" v=""></ModemPassThrough>

<ToneGeneration rw="R" t="boolean" v=""></ToneGeneration>

<ToneDescriptionsEditable rw="RW" t="boolean" v=""></ToneDescriptionsEditable>

<PatternBasedToneGeneration rw="RW" t="boolean" v=""></PatternBasedToneGeneration>

<FileBasedToneGeneration rw="RW" t="boolean" v=""></FileBasedToneGeneration>

<ToneFileFormats ml="32" rw="RW" t="string" v="" va="ToneFileFormatsValues"></ToneFileFormats>

<RingGeneration rw="R" t="boolean" v=""></RingGeneration>

<RingDescriptionsEditable rw="RW" t="boolean" v=""></RingDescriptionsEditable>

<PatternBasedRingGeneration rw="RW" t="boolean" v=""></PatternBasedRingGeneration>

<RingPatternEditable rw="RW" t="boolean" v=""></RingPatternEditable>

<FileBasedRingGeneration rw="RW" t="boolean" v=""></FileBasedRingGeneration>

<RingFileFormats ml="32" rw="RW" t="string" v="" va="RingFileFormatsValues"></RingFileFormats>

<DigitMap rw="R" t="boolean" v=""></DigitMap>

<X_CT-COM_Heartbeat rw="R" t="boolean" v=""></X_CT-COM_Heartbeat>

<NumberingPlan rw="R" t="boolean" v=""></NumberingPlan>

<ButtonMap rw="R" t="boolean" v=""></ButtonMap>

<VoicePortTests rw="R" t="boolean" v=""></VoicePortTests>

<SIP. n="VoiceCapSip" t="staticObject">

<Role ml="32" rw="R" t="string" v="" va="RoleValues"></Role>

<Extensions ml="256" rw="R" t="string" v=""></Extensions>

<Transports ml="32" rw="R" t="string" v="" va="TransportsValues"></Transports>

<URISchemes ml="256" rw="R" t="string" v=""></URISchemes>

<EventSubscription rw="R" t="boolean" v=""></EventSubscription>

<ResponseMap rw="R" t="boolean" v=""></ResponseMap>

<TLSAuthenticationProtocols ml="32" rw="RW" t="string" v="" va="TLSAuthenticationProtocolsValues"></TLSAuthenticationProtocols>

<TLSAuthenticationKeySizes ml="256" rw="RW" t="string" v=""></TLSAuthenticationKeySizes>

<TLSEncryptionProtocols ml="32" rw="RW" t="string" v="- " va="TLSEncryptionProtocolsValues"></TLSEncryptionProtocols>

<TLSEncryptionKeySizes ml="256" rw="RW" t="string" v=""></TLSEncryptionKeySizes>

<TLSKeyExchangeProtocols ml="32" rw="R" t="string" v="" va="TLSKeyExchangeProtocolsValues"></TLSKeyExchangeProtocols>

</SIP.>

<MGCP. n="VoiceCapMgcp" t="staticObject">

<Extensions ml="256" rw="R" t="string" v=""></Extensions>

</MGCP.>

<H323. n="VoiceCapH323" t="staticObject">

<FastStart dv="" rw="RW" t="boolean" v=""></FastStart>

<H235AuthenticationMethods dv="" ml="32" rw="RW" t="string" v="" va="h235AuthenticationMethodsValues"></H235AuthenticationMethods>

</H323.>

<Codecs.1. n="VoiceCapCodecs" t="dynamicObject">

<EntryID dv="1" max="4294967295" min="1" rw="R" t="unsignedInt" v=""></EntryID>

<Codec dv="" ml="64" rw="R" t="string" v=""></Codec>

<BitRate dv="0" rw="R" t="unsignedInt" v="0"></BitRate>

<PacketizationPeriod dv="" ml="64" rw="R" t="string" v=""></PacketizationPeriod>

<SilenceSuppression dv="" rw="R" t="boolean" v=""></SilenceSuppression>

</Codecs.1.>

<Codecs.2. n="VoiceCapCodecs" t="dynamicObject">

<EntryID dv="2" max="4294967295" min="1" rw="R" t="unsignedInt" v=""></EntryID>

<Codec dv="" ml="64" rw="R" t="string" v=""></Codec>

<BitRate dv="0" rw="R" t="unsignedInt" v="0"></BitRate>

<PacketizationPeriod dv="" ml="64" rw="R" t="string" v=""></PacketizationPeriod>

<SilenceSuppression dv="" rw="R" t="boolean" v=""></SilenceSuppression>

</Codecs.2.>

<Codecs.3. n="VoiceCapCodecs" t="dynamicObject">

<EntryID dv="3" max="4294967295" min="1" rw="R" t="unsignedInt" v=""></EntryID>

<Codec dv="" ml="64" rw="R" t="string" v=""></Codec>

<BitRate dv="0" rw="R" t="unsignedInt" v="0"></BitRate>

<PacketizationPeriod dv="" ml="64" rw="R" t="string" v=""></PacketizationPeriod>

<SilenceSuppression dv="" rw="R" t="boolean" v=""></SilenceSuppression>

</Codecs.3.>

<Codecs.4. n="VoiceCapCodecs" t="dynamicObject">

<EntryID dv="4" max="4294967295" min="1" rw="R" t="unsignedInt" v=""></EntryID>

<Codec dv="" ml="64" rw="R" t="string" v=""></Codec>

<BitRate dv="0" rw="R" t="unsignedInt" v="0"></BitRate>

<PacketizationPeriod dv="" ml="64" rw="R" t="string" v=""></PacketizationPeriod>

<SilenceSuppression dv="" rw="R" t="boolean" v=""></SilenceSuppression>

</Codecs.4.>

</Capabilities.>

<VoiceProfile.1. n="VoiceProf" t="dynamicObject">

<Enable dv="Disabled" ml="32" rw="RW" t="string" v="Disabled" va="enable3qValues"></Enable>

<Reset dv="" rw="RW" t="boolean" v=""></Reset>

<NumberOfLines dv="0 " rw="R" t="unsignedInt" v="0 "></NumberOfLines>

<Name dv="" ml="64" rw="RW" t="string" v=""></Name>

<SignalingProtocol dv="" ml="64" rw="RW" t="string" v=""></SignalingProtocol>

<MaxSessions dv="0 " rw="RW" t="unsignedInt" v="0 "></MaxSessions>

<DTMFMethod dv="InBand" ml="32" rw="RW" t="string" v="InBand" va="DTMFMethodValues"></DTMFMethod>

<DTMFMethodG711 dv="InBand" ml="32" rw="RW" t="string" v="InBand" va="DTMFMethodG711Values"></DTMFMethodG711>

<X_ASB_COM_HookFlashMethod dv="None" ml="32" rw="RW" t="string" v="None" va="HookFlashMethodValues"></X_ASB_COM_HookFlashMethod>

<X_ASB_COM_DigitMapMatchMode dv="Min" ml="32" rw="RW" t="string" v="Min" va="DigitMapMatchModeValues"></X_ASB_COM_DigitMapMatchMode>

<Region dv="CN" ml="3" rw="RW" t="string" v="CN"></Region>

<DigitMap dv="" ml="4128" rw="RW" t="string" v="11[0249]|120|100xx|20[01]|400xxxxxxx|800xxxxxxx|1[3458]xxxxxxxxx|01[3458]xxxxxxxxx|2[1-9]xxxxxx|3[1-9]xxxxxx|5xxxxxxx|6[1-9]xxxxxx|8[1-9]xxxxxx|955xx|X[*0-9].#|X[*0-9].T|**x.T|##|[*#]x[0-9*].#|*#x[0-9*].#|#*x[0-9*].#"></DigitMap>

<DigitMapEnable dv="true" rw="RW" t="boolean" v="true"></DigitMapEnable>

<X_CT-COM_ServerType dv="0" ml="32" rw="RW" t="string" v="1" va="VoiceServerTypes"></X_CT-COM_ServerType>

<STUNEnable dv="False" rw="RW" t="boolean" v="False"></STUNEnable>

<STUNServer dv="" ml="256" rw="RW" t="string" v=""></STUNServer>

<X_ASB_COM_STUNServerPort dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_STUNServerPort>

<NonVoiceBandwidthReservedUpstream dv="0" rw="RW" t="unsignedInt" v="0"></NonVoiceBandwidthReservedUpstream>

<NonVoiceBandwidthReservedDownstream dv="0" rw="RW" t="unsignedInt" v="0"></NonVoiceBandwidthReservedDownstream>

<PSTNFailOver dv="False" rw="RW" t="boolean" v="False"></PSTNFailOver>

<FaxPassThrough dv="Auto" ml="32" rw="RW" t="string" v="Auto" va="FaxPassThroughValues"></FaxPassThrough>

<ModemPassThrough dv="Auto" ml="32" rw="RW" t="string" v="Auto" va="ModemPassThroughValues"></ModemPassThrough>

<X_ASB_COM_LogServer dv="" ml="64" rw="RW" t="string" v=""></X_ASB_COM_LogServer>

<X_ASB_COM_LogServerPort dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_LogServerPort>

<X_ASB_COM_SPNum dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_SPNum>

<X_ASB_COM_V18_Support dv="true" rw="RW" t="boolean" v="true"></X_ASB_COM_V18_Support>

<X_ASB_COM_WANName dv="" ml="32" rw="R" t="string" v=""></X_ASB_COM_WANName>

<X_ASB_COM_InterfaceState dv="" ml="32" rw="R" t="string" v="" va="InterfaceStateValues"></X_ASB_COM_InterfaceState>

<X_CT-COM_StartDigitTimer dv="15" max="20" min="10" rw="RW" t="int" v="15"></X_CT-COM_StartDigitTimer>

<X_CT-COM_InterDigitTimerShort dv="5" max="60" min="1" rw="RW" t="int" v="5"></X_CT-COM_InterDigitTimerShort>

<X_CT-COM_InterDigitTimerLong dv="16" max="60" min="1" rw="RW" t="int" v="16"></X_CT-COM_InterDigitTimerLong>

<X_CT-COM_HangingReminderToneTimer dv="60" min="1" rw="RW" t="int" v="60"></X_CT-COM_HangingReminderToneTimer>

<X_CT-COM_BusyToneTimer dv="40" min="1" rw="RW" t="int" v="40"></X_CT-COM_BusyToneTimer>

<X_CT-COM_NoAnswerTimer dv="60" min="1" rw="RW" t="int" v="60"></X_CT-COM_NoAnswerTimer>

<X_CT-COM_ReverseEnable dv="False" rw="RW" t="boolean" v="False"></X_CT-COM_ReverseEnable>

<X_CT-COM_RingVoltage dv="60" max="90" min="40" rw="RW" t="unsignedInt" v="60"></X_CT-COM_RingVoltage>

<ExactDigitMap dv="" ml="150" rw="RW" t="string" v=""></ExactDigitMap>

<ExactDigitMapEnable dv="true" rw="RW" t="boolean" v="false"></ExactDigitMapEnable>

<ServiceProviderInfo. n="VoiceProfProvider" t="staticObject">

<Name ml="256" rw="RW" t="string" v=""></Name>

<URL ml="256" rw="RW" t="string" v=""></URL>

<ContactPhoneNumber ml="32" rw="RW" t="string" v=""></ContactPhoneNumber>

<EmailAddress ml="256" rw="RW" t="string" v=""></EmailAddress>

</ServiceProviderInfo.>

<X_ASB_COM_VOICECONFIG. n="ASBVoiceConfig" t="staticObject">

<ClipMode ml="32" rw="RW" t="string" v="FSK" va="ClipModeValues"></ClipMode>

<FlashHookMin max="65535" min="1" rw="RW" t="unsignedInt" v="90"></FlashHookMin>

<FlashHookMax max="65535" min="1" rw="RW" t="unsignedInt" v="500"></FlashHookMax>

<MinSE max="1024" min="1" rw="RW" t="unsignedInt" v="1"></MinSE>

<DigitmapMatchPattern ml="32" rw="RW" t="string" v="MaximumMatch" va="DigitmapMatchPatternValues"></DigitmapMatchPattern>

<HeartbeatDetectMethod ml="32" rw="RW" t="string" v="ActiveDectect" va="HeartbeatDetectMethodValues"></HeartbeatDetectMethod>

<TimeSyncEnable ml="32" rw="RW" t="string" v="1" va="TimeSyncEnableValues"></TimeSyncEnable>

<SupplementaryServicesType ml="32" rw="RW" t="string" v="CTC_IMS" va="SupplementaryServicesTypeValues"></SupplementaryServicesType>

<CodecPreferRule ml="32" rw="RW" t="string" v="RemoteFirst" va="CodecPreferRuleValues"></CodecPreferRule>

<ReversePolarityCharge dv="false" rw="RW" t="boolean" v="false"></ReversePolarityCharge>

<WarmlineDelayTimer max="4294967295" min="0" rw="RW" t="unsignedInt" v="5"></WarmlineDelayTimer>

<DirectConnectUri ml="80" rw="RW" t="string" v=""></DirectConnectUri>

<SplitRoute dv="true" rw="RW" t="boolean" v="true"></SplitRoute>

</X_ASB_COM_VOICECONFIG.>

<SIP. n="VoiceProfSip" t="staticObject">

<ProxyServer ml="256" rw="RW" t="string" v="0.0.0.0"></ProxyServer>

<ProxyServerPort max="65535" min="0" rw="RW" t="unsignedInt" v="5060 "></ProxyServerPort>

<ProxyServerTransport ml="32" rw="RW" t="string" v="UDP" va="voiceTransportValues"></ProxyServerTransport>

<X_CT-COM_Standby-ProxyServer ml="256" rw="RW" t="string" v="0.0.0.0"></X_CT-COM_Standby-ProxyServer>

<X_CT-COM_Standby-ProxyServerPort max="65535" min="0" rw="RW" t="unsignedInt" v="5060 "></X_CT-COM_Standby-ProxyServerPort>

<X_CT-COM_Standby-ProxyServerTransport ml="32" rw="RW" t="string" v="UDP" va="voiceTransportValues"></X_CT-COM_Standby-ProxyServerTransport>

<RegistrarServer ml="256" rw="RW" t="string" v="0.0.0.0"></RegistrarServer>

<RegistrarServerPort max="65535" min="0" rw="RW" t="unsignedInt" v="5060 "></RegistrarServerPort>

<RegistrarServerTransport ml="32" rw="RW" t="string" v="UDP" va="voiceTransportValues"></RegistrarServerTransport>

<X_CT-COM_Standby-RegistrarServer ml="256" rw="RW" t="string" v="0.0.0.0"></X_CT-COM_Standby-RegistrarServer>

<X_CT-COM_Standby-RegistrarServerPort max="65535" min="0" rw="RW" t="unsignedInt" v="5060 "></X_CT-COM_Standby-RegistrarServerPort>

<X_CT-COM_Standby-RegistrarServerTransport ml="32" rw="RW" t="string" v="UDP" va="voiceTransportValues"></X_CT-COM_Standby-RegistrarServerTransport>

<X_ASB_COM_ToTagMatching rw="RW" t="boolean" v="true"></X_ASB_COM_ToTagMatching>

<X_ASB_COM_MusicServer ml="64" rw="RW" t="string" v=""></X_ASB_COM_MusicServer>

<X_ASB_COM_MusicServerPort rw="RW" t="unsignedInt" v="0"></X_ASB_COM_MusicServerPort>

<UserAgentDomain ml="256" rw="RW" t="string" v=""></UserAgentDomain>

<UserAgentPort max="65535" min="1" rw="RW" t="unsignedInt" v="5060"></UserAgentPort>

<UserAgentTransport ml="32" rw="RW" t="string" v="UDP" va="voiceTransportValues"></UserAgentTransport>

<OutboundProxy ml="256" rw="RW" t="string" v="0.0.0.0"></OutboundProxy>

<OutboundProxyPort max="65535" min="0" rw="RW" t="unsignedInt" v="5060 "></OutboundProxyPort>

<X_CT-COM_Standby-OutboundProxy ml="256" rw="RW" t="string" v="0.0.0.0"></X_CT-COM_Standby-OutboundProxy>

<X_CT-COM_Standby-OutboundProxyPort max="65535" min="0" rw="RW" t="unsignedInt" v="5060 "></X_CT-COM_Standby-OutboundProxyPort>

<Organization ml="256" rw="RW" t="string" v=""></Organization>

<RegistrationPeriod max="86400" min="1" rw="RW" t="unsignedInt" v="3600"></RegistrationPeriod>

<TimerT1 max="4294967295" min="1" rw="RW" t="unsignedInt" v="1000"></TimerT1>

<TimerT2 max="4294967295" min="1" rw="RW" t="unsignedInt" v="1000"></TimerT2>

<TimerT4 max="4294967295" min="1" rw="RW" t="unsignedInt" v="1000"></TimerT4>

<TimerA max="4294967295" min="1" rw="RW" t="unsignedInt" v="1000"></TimerA>

<TimerB max="4294967295" min="1" rw="RW" t="unsignedInt" v="1000"></TimerB>

<TimerC max="4294967295" min="1" rw="RW" t="unsignedInt" v="1000"></TimerC>

<TimerD max="4294967295" min="1" rw="RW" t="unsignedInt" v="1000"></TimerD>

<TimerE max="4294967295" min="1" rw="RW" t="unsignedInt" v="1000"></TimerE>

<TimerF max="4294967295" min="1" rw="RW" t="unsignedInt" v="1000"></TimerF>

<TimerG max="4294967295" min="1" rw="RW" t="unsignedInt" v="1000"></TimerG>

<TimerH max="4294967295" min="1" rw="RW" t="unsignedInt" v="1000"></TimerH>

<TimerI max="4294967295" min="1" rw="RW" t="unsignedInt" v="1000"></TimerI>

<TimerJ max="4294967295" min="1" rw="RW" t="unsignedInt" v="1000"></TimerJ>

<TimerK max="4294967295" min="1" rw="RW" t="unsignedInt" v="1000"></TimerK>

<InviteExpires max="4294967295" min="1" rw="RW" t="unsignedInt" v="3600"></InviteExpires>

<ReInviteExpires max="4294967295" min="1" rw="RW" t="unsignedInt" v="3600"></ReInviteExpires>

<RegisterExpires max="4294967295" min="1" rw="RW" t="unsignedInt" v="3600"></RegisterExpires>

<RegistersMinExpires max="4294967295" min="1" rw="RW" t="unsignedInt" v="3600"></RegistersMinExpires>

<RegisterRetryInterval max="86400" min="1" rw="RW" t="unsignedInt" v="60"></RegisterRetryInterval>

<InboundAuth ml="32" rw="RW" t="string" v="None" va="InboundAuthValues"></InboundAuth>

<InboundAuthUsername ml="256" rw="RW" t="string" v=""></InboundAuthUsername>

<InboundAuthPassword ml="256" rw="RW" t="string" v="" ealgo="ab"></InboundAuthPassword>

<UseCodecPriorityInSDPResponse rw="RW" t="boolean" v="false"></UseCodecPriorityInSDPResponse>

<DSCPMark max="63" min="0" rw="RW" t="unsignedInt" v="0 "></DSCPMark>

<VLANIDMark max="2147483647" min="-1" rw="RW" t="int" v="-1 "></VLANIDMark>

<EthernetPriorityMark max="2147483647" min="-1" rw="RW" t="int" v="-1 "></EthernetPriorityMark>

<X_CT-COM_802-1pMark max="2147483647" min="-1" rw="RW" t="int" v="-1 "></X_CT-COM_802-1pMark>

<X_CT-COM_HeartbeatSwitch rw="RW" t="boolean" v="false"></X_CT-COM_HeartbeatSwitch>

<X_ASB_COM_HeartbeatSwitch max="2" min="0" rw="RW" t="int" v="0"></X_ASB_COM_HeartbeatSwitch>

<X_CT-COM_HeartbeatCycle max="4294967295" min="1" rw="RW" t="int" v="60"></X_CT-COM_HeartbeatCycle>

<X_CT-COM_HeartbeatCount max="4294967295" min="0" rw="RW" t="int" v="3"></X_CT-COM_HeartbeatCount>

<X_CT-COM_SessionUpdateTimer max="1024" min="2" rw="RW" t="int" v="30"></X_CT-COM_SessionUpdateTimer>

<X_ASB_COM_SubscribeBindWithServer rw="RW" t="boolean" v="false"></X_ASB_COM_SubscribeBindWithServer>

<ImplicitRegistrationEnable dv="false" rw="RW" t="boolean" v="false"></ImplicitRegistrationEnable>

<SIPEventSubscribeNumberOfElements rw="RW" t="unsignedInt" v="0"></SIPEventSubscribeNumberOfElements>

<SIPResponseMapNumberOfElements max="999" min="0" rw="RW" t="unsignedInt" v="0 "></SIPResponseMapNumberOfElements>

<EventSubscribe.1. n="VoiceProfSipSubscribe" t="dynamicObject">

<Event dv="" ml="32" rw="RW" t="string" v=""></Event>

<Notifier dv="" ml="256" rw="RW" t="string" v=""></Notifier>

<NotifierPort dv="0" max="65535" min="0" rw="RW" t="unsignedInt" v="0"></NotifierPort>

<NotifierTransport dv="UDP" ml="32" rw="RW" t="string" v="UDP" va="voiceTransportValues"></NotifierTransport>

<ExpireTime dv="" rw="RW" t="unsignedInt" v=""></ExpireTime>

</EventSubscribe.1.>

<ResponseMap.1. n="VoiceProfSipResponse" t="dynamicObject">

<SIPResponseNumber dv="100" max="999" min="100" rw="RW" t="unsignedInt" v="100"></SIPResponseNumber>

<TextMessage dv="" ml="64" rw="RW" t="string" v=""></TextMessage>

<Tone dv="0" rw="RW" t="unsignedInt" v="0"></Tone>

<X_ASB_COM_Duration dv="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_Duration>

</ResponseMap.1.>

</SIP.>

<X_CT-COM_H248. n="VoiceProfileH248" t="staticObject">

<MediaGatewayControler ml="64" rw="RW" t="string" v=""></MediaGatewayControler>

<MediaGatewayControlerPort max="65535" min="0" rw="RW" t="unsignedInt" v="2944 "></MediaGatewayControlerPort>

<Standby-MediaGatewayControler ml="64" rw="RW" t="string" v=""></Standby-MediaGatewayControler>

<Standby-MediaGatewayControlerPort max="65535" min="0" rw="RW" t="unsignedInt" v="2944 "></Standby-MediaGatewayControlerPort>

<MediaGatewayPort max="65535" min="0" rw="RW" t="unsignedInt" v="2944 "></MediaGatewayPort>

<MessageEncodingType ml="64" rw="RW" t="string" v="ABNF" va="h248Encoding"></MessageEncodingType>

<DeviceID ml="64" rw="RW" t="string" v=""></DeviceID>

<DeviceIDType rw="RW" t="unsignedInt" v="0" va="h248DeviceIdType"></DeviceIDType>

<PhysicalTermID rw="RW" t="unsignedInt" min="0" v="1"></PhysicalTermID>

<PhysicalTermIDConfigMethod rw="RW" t="unsignedInt" v="1" va="h248PhyTermCfgType"></PhysicalTermIDConfigMethod>

<PhysicalTermIDPrefix ml="64" rw="RW" t="string" v="AL"></PhysicalTermIDPrefix>

<PhysicalTermIDAddLen rw="RW" t="unsignedInt" v="0"></PhysicalTermIDAddLen>

<RTPPrefix ml="64" rw="RW" t="string" v="E"></RTPPrefix>

<EphemeralTermIDAddLen rw="RW" t="unsignedInt" v="5"></EphemeralTermIDAddLen>

<EphemeralTermIDUniform rw="RW" t="unsignedInt" v="1" va="h248EphTermFormat"></EphemeralTermIDUniform>

<EphemeralTermIDStart rw="RW" t="unsignedInt" v="0" dv="0"></EphemeralTermIDStart>

<X_ASB_COM_EphTermNum max="1000" min="0" rw="RW" t="unsignedInt" v="16 "></X_ASB_COM_EphTermNum>

<X_ASB_COM_MgcRegMethod ml="64" rw="RW" t="string" v="Root" va="h248MgcRegMethod"></X_ASB_COM_MgcRegMethod>

<ThreeHandShake rw="RW" t="unsignedInt" v="1" va="h248HandShake"></ThreeHandShake>

<LongTimer rw="RW" t="unsignedInt" v="30000"></LongTimer>

<PendingTimerInit rw="RW" t="unsignedInt" v="1000"></PendingTimerInit>

<RetranIntervalTimer rw="RW" t="unsignedInt" v="1000"></RetranIntervalTimer>

<MaxRetranCount rw="RW" t="unsignedInt" v="6"></MaxRetranCount>

<HeartbeatMode rw="RW" t="unsignedInt" v="1" va="h248HBMode"></HeartbeatMode>

<HeartbeatCycle rw="RW" t="int" v="90" dv="90"></HeartbeatCycle>

<HeartbeatCount rw="RW" t="int" v="3" dv="3"></HeartbeatCount>

<RegisterCycle rw="RW" t="int" min="1" max="300" v="30"></RegisterCycle>

<RetransmissionCycle rw="RW" t="int" v="4" dv="4"></RetransmissionCycle>

<RetransmissionTime rw="RW" t="int" v="25" dv="25"></RetransmissionTime>

<MandatoryRegister rw="RW" t="boolean" v="0"></MandatoryRegister>

<AuthenticationMethID rw="RW" t="unsignedInt" v="0" va="h248AuthenType"></AuthenticationMethID>

<COM_DigitModeMatch ml="64" rw="RW" t="string" v="1"></COM_DigitModeMatch>

</X_CT-COM_H248.>

<X_ASB_COM_H248. n="ASBVoiceProfileH248" t="staticObject">

<CallAgent1 ml="256" rw="RW" t="string" v="" dv=""></CallAgent1>

<CallAgentPort1 max="65535" min="0" rw="RW" t="unsignedInt" v="2944" dv="2944"></CallAgentPort1>

<CallAgent2 ml="256" rw="RW" t="string" v="" dv=""></CallAgent2>

<CallAgentPort2 max="65535" min="0" rw="RW" t="unsignedInt" v="2944" dv="2944"></CallAgentPort2>

<LocalPort max="65535" min="0" rw="RW" t="unsignedInt" v="2944" dv="2944"></LocalPort>

<Domain ml="256" rw="RW" t="string" v="" dv=""></Domain>

<DeviceName ml="256" rw="RW" t="string" v="" dv=""></DeviceName>

<MIDFormat ml="256" rw="RW" t="string" v="IP" dv="IP" va="h248MIDFormat"></MIDFormat>

<DSCPMark max="63" min="0" rw="RW" t="unsignedInt" v="0" dv="0"></DSCPMark>

<RTPPrefix ml="64" rw="RW" t="string" v="E" dv="E"></RTPPrefix>

<EphemeralTermIDAddLen rw="RW" t="unsignedInt" v="5" dv="5"></EphemeralTermIDAddLen>

<EphemeralTermIDUniform max="1" min="0" rw="RW" t="unsignedInt" v="1" dv="1"></EphemeralTermIDUniform>

<EphemeralTermIDStart rw="RW" t="unsignedInt" v="0" dv="0"></EphemeralTermIDStart>

<SoftswitchVendor max="3" min="0" rw="RW" t="unsignedInt" v="0" dv="0"></SoftswitchVendor>

<SoftswitchVersion ml="256" rw="RW" t="string" v="" dv=""></SoftswitchVersion>

<auth. n="VoiceH248Auth" t="staticObject">

<auth dv="false" rw="RW" t="boolean" v="false"></auth>

<authInitKey ml="64" dv="" rw="RW" t="string" v=""></authInitKey>

<authmgid ml="64" dv="" rw="RW" t="string" v=""></authmgid>

<authHeader dv="false" rw="RW" t="boolean" v="false"></authHeader>

<HeaderSecurityType ml="64" dv="md5" rw="RW" t="string" v="md5" va="h248HeaderSecurityType"></HeaderSecurityType>

<Rfc2833EncryptKey ml="64" dv="" rw="RW" t="string" v=""></Rfc2833EncryptKey>

</auth.>

<StackInfo. n="VoiceH248StackInfo" t="staticObject">

<MsgFormat ml="64" dv="Short" rw="RW" t="string" v="Short" va="h248MsgFormat"></MsgFormat>

<ResponseAckCtrl dv="false" rw="RW" t="boolean" v="false"></ResponseAckCtrl>

<LongTimer dv="30000" max="30000" min="10000" rw="RW" t="unsignedInt" v="30000"></LongTimer>

<RetranIntervalTimer rw="RW" t="unsignedInt" v="1000"></RetranIntervalTimer>

<MaxRetranCount dv="3" rw="RW" t="unsignedInt" v="3"></MaxRetranCount>

<RetransTime rw="RW" t="unsignedInt" v="25" dv="25"></RetransTime>

<RetransCycle rw="RW" t="unsignedInt" v="4" dv="4"></RetransCycle>

<RegisterCycle rw="RW" t="int" min="1" max="300" v="30"></RegisterCycle>

<MGProvisionalRespTime dv="8000" max="8000" min="6000" rw="RW" t="unsignedInt" v="8000"></MGProvisionalRespTime>

<MTUValue dv="1500" max="5000" min="1" rw="RW" t="unsignedInt" v="1500"></MTUValue>

<MsgSegmentation dv="true" rw="RW" t="boolean" v="true"></MsgSegmentation>

</StackInfo.>

<Digitmap. n="VoiceH248Digitmap" t="staticObject">

<DMName ml="64" dv="" rw="RW" t="string" v=""></DMName>

<DigitMap ml="8192" dv="" rw="RW" t="string" v=""></DigitMap>

<DigitMapStartTimer dv="20" max="900" min="0" rw="RW" t="unsignedInt" v="20"></DigitMapStartTimer>

<DigitMapShortTimer dv="5" max="900" min="0" rw="RW" t="unsignedInt" v="5"></DigitMapShortTimer>

<DigitMapLongTimer dv="10" max="900" min="0" rw="RW" t="unsignedInt" v="10"></DigitMapLongTimer>

</Digitmap.>

<Extend. n="VoiceH248Extend" t="staticObject">

<HeartbeatMode dv="" max="1" min="0" rw="RW" t="unsignedInt" v=""></HeartbeatMode>

<HeartBeatTimer dv="900" rw="RW" t="unsignedInt" v="900"></HeartBeatTimer>

<HeartBeatRetransTimer dv="60" rw="RW" t="unsignedInt" v="60"></HeartBeatRetransTimer>

<HeartBeatRetransTimes dv="3" max="20" min="1" rw="RW" t="unsignedInt" v="3"></HeartBeatRetransTimes>

<MWDBaseTime dv="0" max="300" min="0" rw="RW" t="unsignedInt" v="0"></MWDBaseTime>

<MWD dv="60" max="900" min="0" rw="RW" t="unsignedInt" v="60"></MWD>

<MgcSwitchMethod ml="64" dv="SupportSwitch" rw="RW" t="string" v="SupportSwitch" va="h248MgcSwitchMethod"></MgcSwitchMethod>

</Extend.>

</X_ASB_COM_H248.>

<MGCP. n="VoiceProfMgcp" t="staticObject">

<CallAgent1 ml="256" rw="RW" t="string" v=""></CallAgent1>

<CallAgentPort1 max="65535" min="0" rw="RW" t="unsignedInt" v="0 "></CallAgentPort1>

<CallAgent2 ml="256" rw="RW" t="string" v=""></CallAgent2>

<CallAgentPort2 max="65535" min="0" rw="RW" t="unsignedInt" v="0 "></CallAgentPort2>

<RetranIntervalTimer max="65535" min="0" rw="RW" t="unsignedInt" v="1"></RetranIntervalTimer>

<MaxRetranCount max="65535" min="0" rw="RW" t="unsignedInt" v="10"></MaxRetranCount>

<RegisterMode ml="32" rw="RW" t="string" v="Wildcard" va="RegisterModeValues"></RegisterMode>

<LocalPort max="65535" min="0" rw="RW" t="unsignedInt" v="0"></LocalPort>

<Domain ml="256" rw="RW" t="string" v=""></Domain>

<User ml="64" rw="RW" t="string" v=""></User>

<DSCPMark max="63" min="0" rw="RW" t="unsignedInt" v=""></DSCPMark>

<VLANIDMark max="2147483647" min="-1" rw="RW" t="int" v="-1 "></VLANIDMark>

<EthernetPriorityMark max="2147483647" min="-1" rw="RW" t="int" v="-1 "></EthernetPriorityMark>

<AllowPiggybackEvents rw="RW" t="boolean" v=""></AllowPiggybackEvents>

<SendRSIPImmediately rw="RW" t="boolean" v=""></SendRSIPImmediately>

</MGCP.>

<H323. n="VoiceProfH323" t="staticObject">

<Gatekeeper dv="" ml="32" rw="RW" t="string" v=""></Gatekeeper>

<GatekeeperPort dv="1719 " rw="RW" t="unsignedInt" v="1719 "></GatekeeperPort>

<GatekeeperID dv="" ml="32" rw="RW" t="string" v=""></GatekeeperID>

<TimeToLive dv="86400 " rw="RW" t="unsignedInt" v="86400 "></TimeToLive>

<H235Authentication dv="False" rw="RW" t="boolean" v="False"></H235Authentication>

<AuthPassword dv="" ml="32" rw="RW" t="string" v=""></AuthPassword>

<SendersID dv="" ml="32" rw="RW" t="string" v=""></SendersID>

<DSCPMark dv="0" max="63" min="0" rw="RW" t="unsignedInt" v="0"></DSCPMark>

<VLANIDMark dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1 "></VLANIDMark>

<EthernetPriorityMark dv="-1 " max="2147483647" min="-1" rw="RW" t="int" v="-1 "></EthernetPriorityMark>

</H323.>

<RTP. n="VoiceProfRtp" t="staticObject">

<LocalPortMin max="65535" min="0" rw="RW" t="unsignedInt" v="22456"></LocalPortMin>

<LocalPortMax max="65535" min="0" rw="RW" t="unsignedInt" v="32456"></LocalPortMax>

<DSCPMark max="63" min="0" rw="RW" t="unsignedInt" v="0"></DSCPMark>

<VLANIDMark max="2147483647" min="-1" rw="RW" t="int" dv="1" v="-1"></VLANIDMark>

<X_CT-COM_802-1pMark max="2147483647" min="-1" rw="RW" t="int" v="-1 "></X_CT-COM_802-1pMark>

<EthernetPriorityMark max="2147483647" min="-1" rw="RW" t="int" dv="1" v="-1"></EthernetPriorityMark>

<TelephoneEventPayloadType max="127" min="96" rw="RW" t="unsignedInt" v="97"></TelephoneEventPayloadType>

<X_ASB_COM_WANName dv="" ml="32" rw="R" t="string" v=""></X_ASB_COM_WANName>

<RTCP. n="VoiceProfRtpRtcp" t="staticObject">

<Enable dv="true" rw="RW" t="boolean" v="true"></Enable>

<TxRepeatInterval max="4294967295" min="1" rw="RW" t="unsignedInt" v=""></TxRepeatInterval>

<LocalCName ml="64" rw="RW" t="string" v=""></LocalCName>

<X_ASB_COM_RtcpxrFlag dv="true" rw="RW" t="boolean" v="true"></X_ASB_COM_RtcpxrFlag>

</RTCP.>

<SRTP. n="VoiceProfRtpSrtp" t="staticObject">

<Enable rw="R" t="boolean" v="True"></Enable>

<KeyingMethods ml="256" rw="RW" t="string" v="- "></KeyingMethods>

<EncryptionKeySizes ml="256" rw="RW" t="string" v=""></EncryptionKeySizes>

</SRTP.>

<Redundancy. n="VoiceProfRtpRedundancy" t="staticObject">

<Enable rw="RW" t="boolean" v="False"></Enable>

<PayloadType max="127" min="0" rw="RW" t="unsignedInt" v="0 "></PayloadType>

<BlockPayloadType max="127" min="0" rw="RW" t="unsignedInt" v="0"></BlockPayloadType>

<FaxAndModemRedundancy max="5" min="-1" rw="RW" t="int" v="-1 "></FaxAndModemRedundancy>

<ModemRedundancy max="5" min="-1" rw="RW" t="int" v="-1 "></ModemRedundancy>

<DTMFRedundancy max="5" min="-1" rw="RW" t="int" v="-1 "></DTMFRedundancy>

<VoiceRedundancy max="5" min="-1" rw="RW" t="int" v="-1 "></VoiceRedundancy>

<MaxSessionsUsingRedundancy rw="RW" t="unsignedInt" v="0 "></MaxSessionsUsingRedundancy>

<X_ASB_COM_EnableFixedStart dv="" rw="RW" t="boolean" v=""></X_ASB_COM_EnableFixedStart>

</Redundancy.>

</RTP.>

<NumberingPlan. n="VoiceProfLineNumberingPlan" t="staticObject">

<MinimumNumberOfDigits max="40" min="1" rw="RW" t="unsignedInt" v=""></MinimumNumberOfDigits>

<MaximumNumberOfDigits max="40" min="1" rw="RW" t="unsignedInt" v=""></MaximumNumberOfDigits>

<InterDigitTimerStd max="50000" min="1" rw="RW" t="unsignedInt" v=""></InterDigitTimerStd>

<InterDigitTimerOpen max="50000" min="1" rw="RW" t="unsignedInt" v=""></InterDigitTimerOpen>

<InvalidNumberTone rw="RW" t="unsignedInt" v=""></InvalidNumberTone>

<X_CT-COM_NumberPlan ml="32" rw="RW" t="string" v=""></X_CT-COM_NumberPlan>

<PrefixInfoMaxEntries rw="RW" t="unsignedInt" v=""></PrefixInfoMaxEntries>

<PrefixInfoNumberOfEntries rw="RW" t="unsignedInt" v=""></PrefixInfoNumberOfEntries>

<PrefixInfo.1. n="VoiceProfNumberingPlanPrefixInfo" t="dynamicObject">

<PrefixRange dv="" ml="42" rw="RW" t="string" v=""></PrefixRange>

<PrefixMinNumberOfDigits dv="1 " max="40" min="1" rw="RW" t="unsignedInt" v="1 "></PrefixMinNumberOfDigits>

<PrefixMaxNumberOfDigits dv="1 " max="40" min="1" rw="RW" t="unsignedInt" v="1 "></PrefixMaxNumberOfDigits>

<NumberOfDigitsToRemove dv="0" max="40" min="0" rw="RW" t="unsignedInt" v="0"></NumberOfDigitsToRemove>

<PosOfDigitsToRemove dv="0" max="40" min="0" rw="RW" t="unsignedInt" v="0"></PosOfDigitsToRemove>

<DialTone dv="0" rw="RW" t="unsignedInt" v="0"></DialTone>

<FacilityAction dv="" ml="64" rw="RW" t="string" v=""></FacilityAction>

<FacilityActionArgument dv="" ml="256" rw="RW" t="string" v=""></FacilityActionArgument>

</PrefixInfo.1.>

</NumberingPlan.>

<Tone. n="VoiceProfTone" t="staticObject">

<EventNumberOfEntries rw="RW" t="unsignedInt" v=""></EventNumberOfEntries>

<DescriptionNumberOfEntries rw="RW" t="unsignedInt" v=""></DescriptionNumberOfEntries>

<PatternNumberOfEntries rw="RW" t="unsignedInt" v=""></PatternNumberOfEntries>

<Event.1. n="VoiceProfToneEvent" t="dynamicObject">

<Function dv="" ml="32" rw="RW" t="string" v="" va="voiceToneFunctionValues"></Function>

<ToneID dv="" rw="RW" t="unsignedInt" v=""></ToneID>

</Event.1.>

<Description.1. n="VoiceProfToneDescription" t="dynamicObject">

<EntryID dv="" max="4294967295" min="1" rw="RW" t="unsignedInt" v=""></EntryID>

<ToneEnable dv="False" rw="RW" t="boolean" v="False"></ToneEnable>

<ToneName dv="" ml="64" rw="RW" t="string" v=""></ToneName>

<TonePattern dv="0" rw="RW" t="unsignedInt" v="0"></TonePattern>

<ToneFile dv="" ml="256" rw="RW" t="string" v=""></ToneFile>

<ToneRepetitions dv="0 " max="255" min="0" rw="RW" t="unsignedInt" v="0 "></ToneRepetitions>

<ToneText dv="" ml="64" rw="RW" t="string" v=""></ToneText>

</Description.1.>

<Pattern.1. n="VoiceProfTonePattern" t="dynamicObject">

<EntryID dv="" max="4294967295" min="1" rw="RW" t="unsignedInt" v=""></EntryID>

<ToneOn dv="False" rw="RW" t="boolean" v="False"></ToneOn>

<Frequency1 dv="0 " max="4095" min="0" rw="RW" t="unsignedInt" v="0 "></Frequency1>

<Power1 dv="0" rw="RW" t="int" v="0"></Power1>

<Frequency2 dv="0" max="4095" min="0" rw="RW" t="unsignedInt" v="0"></Frequency2>

<Power2 dv="0" rw="RW" t="int" v="0"></Power2>

<Frequency3 dv="0" max="4095" min="0" rw="RW" t="unsignedInt" v="0"></Frequency3>

<Power3 dv="0" rw="RW" t="int" v="0"></Power3>

<Frequency4 dv="0" max="4095" min="0" rw="RW" t="unsignedInt" v="0"></Frequency4>

<Power4 dv="0" rw="RW" t="int" v="0"></Power4>

<ModulationFrequency dv="0" max="4095" min="0" rw="RW" t="unsignedInt" v="0"></ModulationFrequency>

<ModulationPower dv="0" rw="RW" t="int" v="0"></ModulationPower>

<Duration dv="0" rw="RW" t="unsignedInt" v="0"></Duration>

<NextEntryID dv="0" rw="RW" t="unsignedInt" v="0"></NextEntryID>

</Pattern.1.>

</Tone.>

<ButtonMap. n="VoiceProfButtonMap" t="staticObject">

<NumberOfButtons rw="RW" t="unsignedInt" v=""></NumberOfButtons>

<Button.1. n="VoiceProfButtonMapButton" t="dynamicObject">

<ButtonName dv="" ml="16" rw="RW" t="string" v=""></ButtonName>

<FacilityAction dv="" ml="64" rw="RW" t="string" v=""></FacilityAction>

<FacilityActionArgument dv="" ml="256" rw="RW" t="string" v=""></FacilityActionArgument>

<QuickDialNumber dv="" ml="40" rw="RW" t="string" v=""></QuickDialNumber>

<ButtonMessage dv="" ml="64" rw="RW" t="string" v=""></ButtonMessage>

<UserAccess dv="" rw="RW" t="boolean" v=""></UserAccess>

</Button.1.>

</ButtonMap.>

<FaxT38. n="VoiceProfFaxT38" t="staticObject">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<BitRate dv="2400" rw="RW" t="unsignedInt" v="2400"></BitRate>

<HighSpeedPacketRate dv="10" rw="RW" t="unsignedInt" v="10"></HighSpeedPacketRate>

<HighSpeedRedundancy dv="" max="3" min="0" rw="RW" t="unsignedInt" v=""></HighSpeedRedundancy>

<LowSpeedRedundancy dv="" max="5" min="0" rw="RW" t="unsignedInt" v=""></LowSpeedRedundancy>

<TCFMethod dv="Local" ml="32" rw="RW" t="string" v="Local" va="voiceTCFMethodValues"></TCFMethod>

<X_ASB_COM_PortAdd2 dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_PortAdd2>

</FaxT38.>

<X_CT-COM_G711FAX. n="VoiceProfCTG711FAX" t="staticObject">

<Enable dv="true" rw="RW" t="boolean" v="true"></Enable>

<ControlType dv="all" rw="RW" ml="32" t="string" v="all" va="voiceG711FaxControlTypeValues"></ControlType>

</X_CT-COM_G711FAX.>

<Line.1. n="VoiceLine" t="dynamicObject">

<Enable dv="Disabled" ml="32" rw="RW" t="string" v="Disabled" va="enable3qValues"></Enable>

<DirectoryNumber dv="" ml="32" rw="RW" t="string" v=""></DirectoryNumber>

<Status dv="Disabled" ml="32" rw="R" t="string" v="Disabled" va="voiceStatusValues"></Status>

<CallState dv="Idle" ml="32" rw="R" t="string" v="Idle" va="CallStateValues"></CallState>

<PhyReferenceList dv="" ml="32" rw="RW" t="string" v=""></PhyReferenceList>

<X_ASB_COM_NonFxsPhyReferenceList dv="" ml="32" rw="RW" t="string" v=""></X_ASB_COM_NonFxsPhyReferenceList>

<RingMuteStatus dv="" rw="RW" t="boolean" v=""></RingMuteStatus>

<RingVolumeStatus dv="0" max="100" min="0" rw="RW" t="unsignedInt" v="0"></RingVolumeStatus>

<X_ASB_COM_CMAcntNum dv="" max="20" min="0" rw="RW" t="unsignedInt" v=""></X_ASB_COM_CMAcntNum>

<X_ASB_COM_AssociatedNonFxsPhyIntfType dv="UNASSIGNED" ml="32" rw="RW" t="string" v="UNASSIGNED" va="voiceNonFxsPhyInterfaceType"></X_ASB_COM_AssociatedNonFxsPhyIntfType>

<X_CT-COM_SubsReg rw="RW" t="boolean" v="FALSE"></X_CT-COM_SubsReg>

<X_CT-COM_SubsUA rw="RW" t="boolean" v="FALSE"></X_CT-COM_SubsUA>

<X_CT-COM_SubsMwi rw="RW" t="boolean" v="FALSE"></X_CT-COM_SubsMwi>

<X_CT-COM_PBXPrefix rw="RW" ml="32" t="string" v=""></X_CT-COM_PBXPrefix>

<X_CT-COM_PBXPrefixEnable rw="RW" t="boolean" v="false"></X_CT-COM_PBXPrefixEnable>

<X_CT-COM_PBXDialSecondaryEnable rw="RW" t="boolean" v="false"></X_CT-COM_PBXDialSecondaryEnable>

<X_CT-COM_IMS. n="VoiceLineSubscribeIMS" t="staticObject">

<dial-tone-pattern t="unsignedInt" rw="R" max="1" min="0" v=""></dial-tone-pattern>

<mcid-service t="unsignedInt" rw="R" max="1" min="0" v=""></mcid-service>

<no-dialing-behaviour t="unsignedInt" rw="R" max="2" min="0" v=""></no-dialing-behaviour>

<hold-service t="unsignedInt" rw="R" max="1" min="0" v=""></hold-service>

<three-party-service t="unsignedInt" rw="R" max="1" min="0" v=""></three-party-service>

<conference-uri t="string" rw="RW" ml="256" v=""></conference-uri>

<hotline-uri t="string" rw="RW" ml="256" v=""></hotline-uri>

<cw-service t="unsignedInt" rw="R" max="1" min="0" v=""></cw-service>

</X_CT-COM_IMS.>

<X_CT-COM_LastRegisterError. n="VoiceLineLastRegisterError" t="staticObject">

<Reason t="string" rw="RW" ml="32" v="0"></Reason>

</X_CT-COM_LastRegisterError.>

<SIP. n="VoiceLineSip" t="staticObject">

<AuthUserName ml="128" rw="RW" t="string" v=""></AuthUserName>

<AuthPassword ml="128" rw="RW" t="string" v="" ealgo="ab"></AuthPassword>

<URI ml="389" rw="RW" t="string" v=""></URI>

<SIPEventSubscribeNumberOfElements rw="RW" t="unsignedInt" v=""></SIPEventSubscribeNumberOfElements>

<EventSubscribe.1. n="VoiceLineSipEventSubscribe" t="dynamicObject">

<Event dv="" ml="32" rw="RW" t="string" v=""></Event>

<AuthUserName dv="" ml="128" rw="RW" t="string" v=""></AuthUserName>

<AuthPassword dv="" ml="128" rw="RW" t="string" v=""></AuthPassword>

</EventSubscribe.1.>

</SIP.>

<MGCP. n="VoiceLineMgcp" t="staticObject">

<LineName ml="32" rw="RW" t="string" v=""></LineName>

</MGCP.>

<H323. n="VoiceLineH323" t="staticObject">

<H323ID dv="" ml="32" rw="RW" t="string" v=""></H323ID>

</H323.>

<Ringer. n="VoiceLineRinger" t="staticObject">

<EventNumberOfEntries rw="RW" t="unsignedInt" v=""></EventNumberOfEntries>

<DescriptionNumberOfEntries rw="RW" t="unsignedInt" v=""></DescriptionNumberOfEntries>

<PatternNumberOfEntries rw="RW" t="unsignedInt" v=""></PatternNumberOfEntries>

<Event.1. n="VoiceLineRingerEvent" t="dynamicObject">

<Function dv="" ml="32" rw="RW" t="string" v="" va="voiceRingerFunctionValues"></Function>

<RingID dv="" rw="RW" t="unsignedInt" v=""></RingID>

</Event.1.>

<Description.1. n="VoiceLineRingerDescription" t="dynamicObject">

<EntryID dv="" max="4294967295" min="1" rw="RW" t="unsignedInt" v=""></EntryID>

<RingEnable dv="False" rw="RW" t="boolean" v="False"></RingEnable>

<RingName dv="" ml="64" rw="RW" t="string" v=""></RingName>

<RingPattern dv="0" rw="RW" t="unsignedInt" v="0"></RingPattern>

<RingFile dv="" ml="256" rw="RW" t="string" v=""></RingFile>

</Description.1.>

<Pattern.1. n="VoiceLineRingerPattern" t="dynamicObject">

<EntryID dv="" max="4294967295" min="1" rw="RW" t="unsignedInt" v=""></EntryID>

<RingerOn dv="False" rw="RW" t="boolean" v="False"></RingerOn>

<Duration dv="0" rw="RW" t="unsignedInt" v="0"></Duration>

<NextEntryID dv="0" rw="RW" t="unsignedInt" v="0"></NextEntryID>

</Pattern.1.>

</Ringer.>

<CallingFeatures. n="VoiceLineCallingFeatures" t="staticObject">

<CallerIDEnable rw="RW" t="boolean" v="true"></CallerIDEnable>

<CallerIDNameEnable rw="RW" t="boolean" v="true"></CallerIDNameEnable>

<CallerIDName ml="256" rw="RW" t="string" v=""></CallerIDName>

<CallWaitingEnable rw="RW" t="boolean" v="true"></CallWaitingEnable>

<X_ASB_COM_CallWaitingStart rw="RW" t="boolean" v="false"></X_ASB_COM_CallWaitingStart>

<CallWaitingStatus ml="32" rw="R" t="string" v="Idle" va="CallWaitingStatusValues"></CallWaitingStatus>

<MaxSessions rw="RW" t="unsignedInt" v="2"></MaxSessions>

<ConferenceCallingStatus ml="32" rw="RW" t="string" v="Idle" va="ConferenceCallingStatusValues"></ConferenceCallingStatus>

<ConferenceCallingSessionCount rw="RW" t="unsignedInt" v=""></ConferenceCallingSessionCount>

<CallForwardUnconditionalEnable rw="RW" t="boolean" v="false"></CallForwardUnconditionalEnable>

<X_ASB_COM_CallForwardUnconditionalStart rw="RW" t="boolean" v="false"></X_ASB_COM_CallForwardUnconditionalStart>

<CallForwardUnconditionalNumber ml="32" rw="RW" t="string" v=""></CallForwardUnconditionalNumber>

<CallForwardOnBusyEnable rw="RW" t="boolean" v="false"></CallForwardOnBusyEnable>

<X_ASB_COM_CallForwardOnBusyStart rw="RW" t="boolean" v="false"></X_ASB_COM_CallForwardOnBusyStart>

<CallForwardOnBusyNumber ml="32" rw="RW" t="string" v=""></CallForwardOnBusyNumber>

<CallForwardOnNoAnswerEnable rw="RW" t="boolean" v="false"></CallForwardOnNoAnswerEnable>

<X_ASB_COM_CallForwardOnNoAnswerStart rw="RW" t="boolean" v="false"></X_ASB_COM_CallForwardOnNoAnswerStart>

<CallForwardOnNoAnswerNumber ml="32" rw="RW" t="string" v=""></CallForwardOnNoAnswerNumber>

<CallForwardOnNoAnswerRingCount rw="RW" t="unsignedInt" v=""></CallForwardOnNoAnswerRingCount>

<CallTransferEnable rw="RW" t="boolean" v="true"></CallTransferEnable>

<MWIEnable rw="RW" t="boolean" v=""></MWIEnable>

<MessageWaiting rw="RW" t="boolean" v=""></MessageWaiting>

<AnonymousCallBlockEnable rw="RW" t="boolean" v="true"></AnonymousCallBlockEnable>

<X_ASB_COM_AnonymousCallBlockStart rw="RW" t="boolean" v="false"></X_ASB_COM_AnonymousCallBlockStart>

<AnonymousCallEnable rw="RW" t="boolean" v="true"></AnonymousCallEnable>

<X_ASB_COM_AnonymousCallStart rw="RW" t="boolean" v="false"></X_ASB_COM_AnonymousCallStart>

<DoNotDisturbEnable rw="RW" t="boolean" v="true"></DoNotDisturbEnable>

<X_ASB_COM_DoNotDisturbStart rw="RW" t="boolean" v="false"></X_ASB_COM_DoNotDisturbStart>

<CallReturnEnable rw="RW" t="boolean" v="true"></CallReturnEnable>

<RepeatDialEnable rw="RW" t="boolean" v="true"></RepeatDialEnable>

<X_ASB_COM_CAllCompletionOnBusyEnable rw="RW" t="boolean" v="false"></X_ASB_COM_CAllCompletionOnBusyEnable>

<X_ASB_COM_SpeedDialEnable rw="RW" t="boolean" v="false"></X_ASB_COM_SpeedDialEnable>

<X_ASB_COM_WarmLineEnable ml="32" rw="RW" t="string" v="Disabled" va="WarmLineValues"></X_ASB_COM_WarmLineEnable>

<X_ASB_COM_WarmLineStart rw="RW" t="boolean" v="false"></X_ASB_COM_WarmLineStart>

<X_ASB_COM_WarmLineNumber ml="32" rw="RW" t="string" v=""></X_ASB_COM_WarmLineNumber>

<X_ASB_COM_CallBarringEnable rw="RW" t="boolean" v="true"></X_ASB_COM_CallBarringEnable>

<X_ASB_COM_CallBarringMode ml="32" rw="RW" t="string" v="0"></X_ASB_COM_CallBarringMode>

<X_ASB_COM_CallBarringUserPin ml="10" rw="RW" t="string" v="9999"></X_ASB_COM_CallBarringUserPin>

<X_ASB_COM_CallBarringDigitMap ml="256" rw="RW" t="string" v=""></X_ASB_COM_CallBarringDigitMap>

<X_ASB_COM_NetworkPrivacyEnable rw="RW" t="boolean" v="true"></X_ASB_COM_NetworkPrivacyEnable>

<X_ASB_COM_NetworkPrivacyStart rw="RW" t="boolean" v="false"></X_ASB_COM_NetworkPrivacyStart>

<X_ASB_COM_VMWIEnable rw="RW" t="boolean" v="true"></X_ASB_COM_VMWIEnable>

<X_ASB_COM_EnumEnable rw="RW" t="boolean" v="true"></X_ASB_COM_EnumEnable>

<X_ASB_COM_EnumStart rw="RW" t="boolean" v="false"></X_ASB_COM_EnumStart>

<X_ASB_COM_IntelligentPhoneAccessCode ml="32" rw="RW" t="string" v=""></X_ASB_COM_IntelligentPhoneAccessCode>

<X_ASB_COM_HotlineEnable rw="RW" t="boolean" v="false"></X_ASB_COM_HotlineEnable>

<X_ASB_COM_HotlineTimer dv="5" max="255" min="0" rw="RW" t="unsignedInt" v="5"></X_ASB_COM_HotlineTimer>

</CallingFeatures.>

<VoiceProcessing. n="VoiceLineProcessing" t="staticObject">

<TransmitGain dv="0" min="-14" max="6" rw="RW" t="int" v="0"></TransmitGain>

<ReceiveGain dv="0" min="-14" max="6" rw="RW" t="int" v="0"></ReceiveGain>

<EchoCancellationEnable rw="RW" t="boolean" v="true"></EchoCancellationEnable>

<EchoCancellationInUse rw="R" t="boolean" v=""></EchoCancellationInUse>

<EchoCancellationTail rw="R" t="unsignedInt" v=""></EchoCancellationTail>

<X_ASB_COM_VoiceJitterFixedEnable rw="RW" t="boolean" v="true"></X_ASB_COM_VoiceJitterFixedEnable>

<X_ASB_COM_VoiceJitterTarget dv="50" min="0" max="800" rw="RW" t="unsignedInt" v="50"></X_ASB_COM_VoiceJitterTarget>

</VoiceProcessing.>

<Codec. n="VoiceLineCodec" t="staticObject">

<TransmitCodec ml="64" rw="RW" t="string" v=""></TransmitCodec>

<ReceiveCodec ml="64" rw="RW" t="string" v=""></ReceiveCodec>

<TransmitBitRate rw="RW" t="unsignedInt" v="0"></TransmitBitRate>

<ReceiveBitRate rw="RW" t="unsignedInt" v=""></ReceiveBitRate>

<TransmitSilenceSuppression rw="RW" t="boolean" v=""></TransmitSilenceSuppression>

<ReceiveSilenceSuppression rw="RW" t="boolean" v=""></ReceiveSilenceSuppression>

<TransmitPacketizationPeriod rw="RW" t="unsignedInt" v=""></TransmitPacketizationPeriod>

<List.1. n="VoiceLineCodecList" t="dynamicObject">

<EntryID dv="" max="4294967295" min="1" rw="R" t="unsignedInt" v=""></EntryID>

<Codec dv="" ml="64" rw="R" t="string" v="" va="voiceCodecValues"></Codec>

<BitRate dv="" rw="RW" t="unsignedInt" v=""></BitRate>

<PacketizationPeriod dv="20" ml="64" rw="RW" t="string" v="20"></PacketizationPeriod>

<SilenceSuppression dv="true" rw="RW" t="boolean" v="true"></SilenceSuppression>

<Enable dv="true" rw="RW" t="boolean" v="true"></Enable>

<Priority dv="1 " max="4294967295" min="1" rw="RW" t="unsignedInt" v="1 "></Priority>

</List.1.>

<List.2. n="VoiceLineCodecList" t="dynamicObject">

<EntryID dv="" max="4294967295" min="1" rw="R" t="unsignedInt" v=""></EntryID>

<Codec dv="" ml="64" rw="R" t="string" v="" va="voiceCodecValues"></Codec>

<BitRate dv="" rw="RW" t="unsignedInt" v=""></BitRate>

<PacketizationPeriod dv="20" ml="64" rw="RW" t="string" v="20"></PacketizationPeriod>

<SilenceSuppression dv="true" rw="RW" t="boolean" v="true"></SilenceSuppression>

<Enable dv="true" rw="RW" t="boolean" v="true"></Enable>

<Priority dv="2 " max="4294967295" min="1" rw="RW" t="unsignedInt" v="2 "></Priority>

</List.2.>

<List.3. n="VoiceLineCodecList" t="dynamicObject">

<EntryID dv="" max="4294967295" min="1" rw="R" t="unsignedInt" v=""></EntryID>

<Codec dv="" ml="64" rw="R" t="string" v="" va="voiceCodecValues"></Codec>

<BitRate dv="" rw="RW" t="unsignedInt" v=""></BitRate>

<PacketizationPeriod dv="20" ml="64" rw="RW" t="string" v="20"></PacketizationPeriod>

<SilenceSuppression dv="true" rw="RW" t="boolean" v="true"></SilenceSuppression>

<Enable dv="true" rw="RW" t="boolean" v="true"></Enable>

<Priority dv="3 " max="4294967295" min="1" rw="RW" t="unsignedInt" v="3 "></Priority>

</List.3.>

<List.4. n="VoiceLineCodecList" t="dynamicObject">

<EntryID dv="" max="4294967295" min="1" rw="R" t="unsignedInt" v=""></EntryID>

<Codec dv="" ml="64" rw="R" t="string" v="" va="voiceCodecValues"></Codec>

<BitRate dv="" rw="RW" t="unsignedInt" v=""></BitRate>

<PacketizationPeriod dv="20" ml="64" rw="RW" t="string" v="20"></PacketizationPeriod>

<SilenceSuppression dv="true" rw="RW" t="boolean" v="true"></SilenceSuppression>

<Enable dv="true" rw="RW" t="boolean" v="true"></Enable>

<Priority dv="4 " max="4294967295" min="1" rw="RW" t="unsignedInt" v="4 "></Priority>

</List.4.>

</Codec.>

<X_CT-COM_H248. n="voiceLineH248" t="staticObject">

<PhysicalTermID ml="64" rw="RW" t="string" v=""></PhysicalTermID>

</X_CT-COM_H248.>

<Session.1. n="VoiceLineSession" t="dynamicObject">

<SessionStartTime ml="64" dv="" rw="RW" t="dateTime" v=""></SessionStartTime>

<SessionDuration dv="" rw="RW" t="unsignedInt" v=""></SessionDuration>

<FarEndIPAddress dv="" ml="32" rw="RW" t="string" v=""></FarEndIPAddress>

<FarEndUDPPort dv="" max="65535" min="0" rw="RW" t="unsignedInt" v=""></FarEndUDPPort>

<LocalUDPPort dv="" max="65535" min="0" rw="RW" t="unsignedInt" v=""></LocalUDPPort>

</Session.1.>

<Stats. n="VoiceLineStats" t="staticObject">

<ResetStatistics rw="RW" t="boolean" v=""></ResetStatistics>

<PacketsSent rw="R" t="unsignedInt" v=""></PacketsSent>

<PacketsReceived rw="R" t="unsignedInt" v=""></PacketsReceived>

<BytesSent rw="R" t="unsignedInt" v=""></BytesSent>

<BytesReceived rw="R" t="unsignedInt" v=""></BytesReceived>

<PacketsLost rw="R" t="unsignedInt" v=""></PacketsLost>

<Overruns rw="R" t="unsignedInt" v=""></Overruns>

<Underruns rw="R" t="unsignedInt" v=""></Underruns>

<IncomingCallsReceived rw="R" t="unsignedInt" v=""></IncomingCallsReceived>

<IncomingCallsAnswered rw="R" t="unsignedInt" v=""></IncomingCallsAnswered>

<IncomingCallsConnected rw="R" t="unsignedInt" v=""></IncomingCallsConnected>

<IncomingCallsFailed rw="R" t="unsignedInt" v=""></IncomingCallsFailed>

<OutgoingCallsAttempted rw="R" t="unsignedInt" v=""></OutgoingCallsAttempted>

<OutgoingCallsAnswered rw="R" t="unsignedInt" v=""></OutgoingCallsAnswered>

<OutgoingCallsConnected rw="R" t="unsignedInt" v=""></OutgoingCallsConnected>

<OutgoingCallsFailed rw="R" t="unsignedInt" v=""></OutgoingCallsFailed>

<CallsDropped rw="R" t="unsignedInt" v=""></CallsDropped>

<TotalCallTime rw="R" t="unsignedInt" v=""></TotalCallTime>

<ServerDownTime rw="R" t="unsignedInt" v=""></ServerDownTime>

<ReceivePacketLossRate max="100" min="0" rw="R" t="unsignedInt" v=""></ReceivePacketLossRate>

<FarEndPacketLossRate max="100" min="0" rw="R" t="unsignedInt" v=""></FarEndPacketLossRate>

<ReceiveInterarrivalJitter rw="R" t="unsignedInt" v=""></ReceiveInterarrivalJitter>

<FarEndInterarrivalJitter rw="R" t="unsignedInt" v=""></FarEndInterarrivalJitter>

<RoundTripDelay rw="R" t="unsignedInt" v=""></RoundTripDelay>

<AverageReceiveInterarrivalJitter rw="R" t="unsignedInt" v=""></AverageReceiveInterarrivalJitter>

<AverageFarEndInterarrivalJitter rw="R" t="unsignedInt" v=""></AverageFarEndInterarrivalJitter>

<AverageRoundTripDelay rw="R" t="unsignedInt" v=""></AverageRoundTripDelay>

</Stats.>

</Line.1.>

<X_CT-COM_IADDiagnostics. n="VoiceProfCTIADDiagnostics" t="staticObject">

<IADDiagnosticsState dv="None" ml="32" rw="RW" t="string" v="None" va="voiceIADDiagnosticsStateValues"></IADDiagnosticsState>

<TestServer max="2" min="0" rw="RW" t="unsignedInt" v=""></TestServer>

<RegistResult max="2" min="0" rw="R" t="unsignedInt" v=""></RegistResult>

<Reason max="5" min="0" rw="R" t="unsignedInt" v=""></Reason>

</X_CT-COM_IADDiagnostics.>

</VoiceProfile.1.>

<PhyInterface.1. n="VoicePhyIntf" t="dynamicObject">

<PhyPort dv="port1" ml="32" rw="R" t="string" v="port1"></PhyPort>

<InterfaceID dv="1" max="4294967295" min="1" rw="RW" t="unsignedInt" v="1"></InterfaceID>

<Description dv="port1" ml="32" rw="R" t="string" v="port1"></Description>

<Tests. n="VoicePhyIntfTests" t="staticObject">

<TestState ml="32" rw="RW" t="string" v="" va="voiceTestStateValues"></TestState>

<TestSelector ml="32" rw="RW" t="string" v="" va="voiceTestSelectorValues"></TestSelector>

<PhoneConnectivity rw="R" t="boolean" v=""></PhoneConnectivity>

<OffHookAlarmStatus rw="R" t="boolean" v=""></OffHookAlarmStatus>

<X_CT-COM_SimulateTest. n="VoicePhyIntfTestsSimTest" t="staticObject">

<TestType rw="RW" t="string" ml="16" v="None" va="simulateTestTypes"></TestType>

<CalledNumber rw="RW" t="string" ml="32" v=""></CalledNumber>

<DailDTMFConfirmEnable rw="RW" t="boolean" v=""></DailDTMFConfirmEnable>

<DailDTMFConfirmNumber rw="RW" t="string" ml="32" v="#"></DailDTMFConfirmNumber>

<DailDTMFConfirmResult rw="R" t="boolean" v=""></DailDTMFConfirmResult>

<Status rw="R" t="string" ml="32" v="" va="simulateTestStatus"></Status>

<Conclusion rw="R" t="string" ml="32" v="" va="simulateTestConclusion"></Conclusion>

<CallerFailReason rw="R" t="string" ml="32" v="" va="simulateTestCallerFailedReason"></CallerFailReason>

<CalledFailReason rw="R" t="string" ml="32" v="" va="simulateTestCalledFailedReason"></CalledFailReason>

<FailedResponseCode dv="0" max="4294967295" min="0" rw="R" t="unsignedInt" v=""></FailedResponseCode>

<X_ASB_COM_CallHoldTimer dv="30" rw="RW" t="int" v="30"></X_ASB_COM_CallHoldTimer>

<X_ASB_COM_CalledWaitTimer dv="30" rw="RW" t="int" v="30"></X_ASB_COM_CalledWaitTimer>

</X_CT-COM_SimulateTest.>

<X_ASB_COM_LineTest. n="VoicePhyIntfTestsLineTest" t="staticObject">

<IsTestOnBusy dv="false" rw="RW" t="boolean" v="false"></IsTestOnBusy>

<Conclusion rw="R" t="string" ml="32" v="" va="lineTestConlusionValues"></Conclusion>

<AGACVoltage min="0" rw="R" t="unsignedInt" v=""></AGACVoltage>

<BGACVoltage min="0" rw="R" t="unsignedInt" v=""></BGACVoltage>

<ABACVoltage min="0" rw="R" t="unsignedInt" v=""></ABACVoltage>

<AGDCVoltage min="0" rw="R" t="unsignedInt" v=""></AGDCVoltage>

<BGDCVoltage min="0" rw="R" t="unsignedInt" v=""></BGDCVoltage>

<ABDCVoltage min="0" rw="R" t="unsignedInt" v=""></ABDCVoltage>

<AGInsulationResistance min="0" rw="R" t="unsignedInt" v=""></AGInsulationResistance>

<BGInsulationResistance min="0" rw="R" t="unsignedInt" v=""></BGInsulationResistance>

<ABInsulationResistance min="0" rw="R" t="unsignedInt" v=""></ABInsulationResistance>

<AGCapacitance min="0" rw="R" t="unsignedInt" v=""></AGCapacitance>

<BGCapacitance min="0" rw="R" t="unsignedInt" v=""></BGCapacitance>

<ABCapacitance min="0" rw="R" t="unsignedInt" v=""></ABCapacitance>

<X_ASB_COM_RingResistance min="0" rw="R" t="unsignedInt" v=""></X_ASB_COM_RingResistance>

</X_ASB_COM_LineTest.>

</Tests.>

<X_CT-COM_Stats. n="VoicePhyIntfStat" t="staticObject">

<ResetStatistics rw="RW" t="boolean" v=""></ResetStatistics>

<PoorQualityList.1. n="VoicePhyIntfStatQualityList" t="dynamicObject">

<StatTime rw="R" ml="64" t="dateTime" v=""></StatTime>

<TxPackets rw="R" min="0" t="unsignedInt" v=""></TxPackets>

<RxPackets rw="R" min="0" t="unsignedInt" v=""></RxPackets>

<MeanDelay rw="R" max="65535" min="0" t="unsignedInt" v=""></MeanDelay>

<MeanJitter rw="R" max="65535" min="0" t="unsignedInt" v=""></MeanJitter>

<FractionLoss rw="R" max="100" min="0" t="unsignedInt" v=""></FractionLoss>

<LocalIPAddress rw="R" t="string" ml="16" v=""></LocalIPAddress>

<LocalUDPPort rw="R" max="65535" min="0" t="unsignedInt" v=""></LocalUDPPort>

<FarEndIPAddress rw="R" t="string" ml="16" v=""></FarEndIPAddress>

<FarEndUDPPort rw="R" max="65535" min="0" t="unsignedInt" v=""></FarEndUDPPort>

<MosLq rw="R" max="65535" min="0" t="unsignedInt" v=""></MosLq>

<Codec ml="64" rw="R" t="string" v="" va="voiceCodecValues"></Codec>

</PoorQualityList.1.>

<PoorQualityList.2. n="VoicePhyIntfStatQualityList" t="dynamicObject">

<StatTime rw="R" ml="64" t="dateTime" v=""></StatTime>

<TxPackets rw="R" min="0" t="unsignedInt" v=""></TxPackets>

<RxPackets rw="R" min="0" t="unsignedInt" v=""></RxPackets>

<MeanDelay rw="R" max="65535" min="0" t="unsignedInt" v=""></MeanDelay>

<MeanJitter rw="R" max="65535" min="0" t="unsignedInt" v=""></MeanJitter>

<FractionLoss rw="R" max="100" min="0" t="unsignedInt" v=""></FractionLoss>

<LocalIPAddress rw="R" t="string" ml="16" v=""></LocalIPAddress>

<LocalUDPPort rw="R" max="65535" min="0" t="unsignedInt" v=""></LocalUDPPort>

<FarEndIPAddress rw="R" t="string" ml="16" v=""></FarEndIPAddress>

<FarEndUDPPort rw="R" max="65535" min="0" t="unsignedInt" v=""></FarEndUDPPort>

<MosLq rw="R" max="65535" min="0" t="unsignedInt" v=""></MosLq>

<Codec ml="64" rw="R" t="string" v="" va="voiceCodecValues"></Codec>

</PoorQualityList.2.>

<PoorQualityList.3. n="VoicePhyIntfStatQualityList" t="dynamicObject">

<StatTime rw="R" ml="64" t="dateTime" v=""></StatTime>

<TxPackets rw="R" min="0" t="unsignedInt" v=""></TxPackets>

<RxPackets rw="R" min="0" t="unsignedInt" v=""></RxPackets>

<MeanDelay rw="R" max="65535" min="0" t="unsignedInt" v=""></MeanDelay>

<MeanJitter rw="R" max="65535" min="0" t="unsignedInt" v=""></MeanJitter>

<FractionLoss rw="R" max="100" min="0" t="unsignedInt" v=""></FractionLoss>

<LocalIPAddress rw="R" t="string" ml="16" v=""></LocalIPAddress>

<LocalUDPPort rw="R" max="65535" min="0" t="unsignedInt" v=""></LocalUDPPort>

<FarEndIPAddress rw="R" t="string" ml="16" v=""></FarEndIPAddress>

<FarEndUDPPort rw="R" max="65535" min="0" t="unsignedInt" v=""></FarEndUDPPort>

<MosLq rw="R" max="65535" min="0" t="unsignedInt" v=""></MosLq>

<Codec ml="64" rw="R" t="string" v="" va="voiceCodecValues"></Codec>

</PoorQualityList.3.>

<PoorQualityList.4. n="VoicePhyIntfStatQualityList" t="dynamicObject">

<StatTime rw="R" ml="64" t="dateTime" v=""></StatTime>

<TxPackets rw="R" min="0" t="unsignedInt" v=""></TxPackets>

<RxPackets rw="R" min="0" t="unsignedInt" v=""></RxPackets>

<MeanDelay rw="R" max="65535" min="0" t="unsignedInt" v=""></MeanDelay>

<MeanJitter rw="R" max="65535" min="0" t="unsignedInt" v=""></MeanJitter>

<FractionLoss rw="R" max="100" min="0" t="unsignedInt" v=""></FractionLoss>

<LocalIPAddress rw="R" t="string" ml="16" v=""></LocalIPAddress>

<LocalUDPPort rw="R" max="65535" min="0" t="unsignedInt" v=""></LocalUDPPort>

<FarEndIPAddress rw="R" t="string" ml="16" v=""></FarEndIPAddress>

<FarEndUDPPort rw="R" max="65535" min="0" t="unsignedInt" v=""></FarEndUDPPort>

<MosLq rw="R" max="65535" min="0" t="unsignedInt" v=""></MosLq>

<Codec ml="64" rw="R" t="string" v="" va="voiceCodecValues"></Codec>

</PoorQualityList.4.>

<PoorQualityList.5. n="VoicePhyIntfStatQualityList" t="dynamicObject">

<StatTime rw="R" ml="64" t="dateTime" v=""></StatTime>

<TxPackets rw="R" min="0" t="unsignedInt" v=""></TxPackets>

<RxPackets rw="R" min="0" t="unsignedInt" v=""></RxPackets>

<MeanDelay rw="R" max="65535" min="0" t="unsignedInt" v=""></MeanDelay>

<MeanJitter rw="R" max="65535" min="0" t="unsignedInt" v=""></MeanJitter>

<FractionLoss rw="R" max="100" min="0" t="unsignedInt" v=""></FractionLoss>

<LocalIPAddress rw="R" t="string" ml="16" v=""></LocalIPAddress>

<LocalUDPPort rw="R" max="65535" min="0" t="unsignedInt" v=""></LocalUDPPort>

<FarEndIPAddress rw="R" t="string" ml="16" v=""></FarEndIPAddress>

<FarEndUDPPort rw="R" max="65535" min="0" t="unsignedInt" v=""></FarEndUDPPort>

<MosLq rw="R" max="65535" min="0" t="unsignedInt" v=""></MosLq>

<Codec ml="64" rw="R" t="string" v="" va="voiceCodecValues"></Codec>

</PoorQualityList.5.>

<PoorQualityList.6. n="VoicePhyIntfStatQualityList" t="dynamicObject">

<StatTime rw="R" ml="64" t="dateTime" v=""></StatTime>

<TxPackets rw="R" min="0" t="unsignedInt" v=""></TxPackets>

<RxPackets rw="R" min="0" t="unsignedInt" v=""></RxPackets>

<MeanDelay rw="R" max="65535" min="0" t="unsignedInt" v=""></MeanDelay>

<MeanJitter rw="R" max="65535" min="0" t="unsignedInt" v=""></MeanJitter>

<FractionLoss rw="R" max="100" min="0" t="unsignedInt" v=""></FractionLoss>

<LocalIPAddress rw="R" t="string" ml="16" v=""></LocalIPAddress>

<LocalUDPPort rw="R" max="65535" min="0" t="unsignedInt" v=""></LocalUDPPort>

<FarEndIPAddress rw="R" t="string" ml="16" v=""></FarEndIPAddress>

<FarEndUDPPort rw="R" max="65535" min="0" t="unsignedInt" v=""></FarEndUDPPort>

<MosLq rw="R" max="65535" min="0" t="unsignedInt" v=""></MosLq>

<Codec ml="64" rw="R" t="string" v="" va="voiceCodecValues"></Codec>

</PoorQualityList.6.>

<PoorQualityList.7. n="VoicePhyIntfStatQualityList" t="dynamicObject">

<StatTime rw="R" ml="64" t="dateTime" v=""></StatTime>

<TxPackets rw="R" min="0" t="unsignedInt" v=""></TxPackets>

<RxPackets rw="R" min="0" t="unsignedInt" v=""></RxPackets>

<MeanDelay rw="R" max="65535" min="0" t="unsignedInt" v=""></MeanDelay>

<MeanJitter rw="R" max="65535" min="0" t="unsignedInt" v=""></MeanJitter>

<FractionLoss rw="R" max="100" min="0" t="unsignedInt" v=""></FractionLoss>

<LocalIPAddress rw="R" t="string" ml="16" v=""></LocalIPAddress>

<LocalUDPPort rw="R" max="65535" min="0" t="unsignedInt" v=""></LocalUDPPort>

<FarEndIPAddress rw="R" t="string" ml="16" v=""></FarEndIPAddress>

<FarEndUDPPort rw="R" max="65535" min="0" t="unsignedInt" v=""></FarEndUDPPort>

<MosLq rw="R" max="65535" min="0" t="unsignedInt" v=""></MosLq>

<Codec ml="64" rw="R" t="string" v="" va="voiceCodecValues"></Codec>

</PoorQualityList.7.>

<PoorQualityList.8. n="VoicePhyIntfStatQualityList" t="dynamicObject">

<StatTime rw="R" ml="64" t="dateTime" v=""></StatTime>

<TxPackets rw="R" min="0" t="unsignedInt" v=""></TxPackets>

<RxPackets rw="R" min="0" t="unsignedInt" v=""></RxPackets>

<MeanDelay rw="R" max="65535" min="0" t="unsignedInt" v=""></MeanDelay>

<MeanJitter rw="R" max="65535" min="0" t="unsignedInt" v=""></MeanJitter>

<FractionLoss rw="R" max="100" min="0" t="unsignedInt" v=""></FractionLoss>

<LocalIPAddress rw="R" t="string" ml="16" v=""></LocalIPAddress>

<LocalUDPPort rw="R" max="65535" min="0" t="unsignedInt" v=""></LocalUDPPort>

<FarEndIPAddress rw="R" t="string" ml="16" v=""></FarEndIPAddress>

<FarEndUDPPort rw="R" max="65535" min="0" t="unsignedInt" v=""></FarEndUDPPort>

<MosLq rw="R" max="65535" min="0" t="unsignedInt" v=""></MosLq>

<Codec ml="64" rw="R" t="string" v="" va="voiceCodecValues"></Codec>

</PoorQualityList.8.>

<PoorQualityList.9. n="VoicePhyIntfStatQualityList" t="dynamicObject">

<StatTime rw="R" ml="64" t="dateTime" v=""></StatTime>

<TxPackets rw="R" min="0" t="unsignedInt" v=""></TxPackets>

<RxPackets rw="R" min="0" t="unsignedInt" v=""></RxPackets>

<MeanDelay rw="R" max="65535" min="0" t="unsignedInt" v=""></MeanDelay>

<MeanJitter rw="R" max="65535" min="0" t="unsignedInt" v=""></MeanJitter>

<FractionLoss rw="R" max="100" min="0" t="unsignedInt" v=""></FractionLoss>

<LocalIPAddress rw="R" t="string" ml="16" v=""></LocalIPAddress>

<LocalUDPPort rw="R" max="65535" min="0" t="unsignedInt" v=""></LocalUDPPort>

<FarEndIPAddress rw="R" t="string" ml="16" v=""></FarEndIPAddress>

<FarEndUDPPort rw="R" max="65535" min="0" t="unsignedInt" v=""></FarEndUDPPort>

<MosLq rw="R" max="65535" min="0" t="unsignedInt" v=""></MosLq>

<Codec ml="64" rw="R" t="string" v="" va="voiceCodecValues"></Codec>

</PoorQualityList.9.>

<PoorQualityList.10. n="VoicePhyIntfStatQualityList" t="dynamicObject">

<StatTime rw="R" ml="64" t="dateTime" v=""></StatTime>

<TxPackets rw="R" min="0" t="unsignedInt" v=""></TxPackets>

<RxPackets rw="R" min="0" t="unsignedInt" v=""></RxPackets>

<MeanDelay rw="R" max="65535" min="0" t="unsignedInt" v=""></MeanDelay>

<MeanJitter rw="R" max="65535" min="0" t="unsignedInt" v=""></MeanJitter>

<FractionLoss rw="R" max="100" min="0" t="unsignedInt" v=""></FractionLoss>

<LocalIPAddress rw="R" t="string" ml="16" v=""></LocalIPAddress>

<LocalUDPPort rw="R" max="65535" min="0" t="unsignedInt" v=""></LocalUDPPort>

<FarEndIPAddress rw="R" t="string" ml="16" v=""></FarEndIPAddress>

<FarEndUDPPort rw="R" max="65535" min="0" t="unsignedInt" v=""></FarEndUDPPort>

<MosLq rw="R" max="65535" min="0" t="unsignedInt" v=""></MosLq>

<Codec ml="64" rw="R" t="string" v="" va="voiceCodecValues"></Codec>

</PoorQualityList.10.>

</X_CT-COM_Stats.>

<X_ASB_COM_Extend. n="VoicePhyIntfExt" t="staticObject">

<DialMode dv="First" rw="RW" t="string" ml="32" v="First" va="dialModeValues"></DialMode>

<HookFlashUpTime dv="300" max="1400" min="0" rw="RW" t="unsignedInt" v="300"></HookFlashUpTime>

<HookFlashDownTime dv="100" max="1400" min="0" rw="RW" t="unsignedInt" v="100"></HookFlashDownTime>

<ReversePolePulse dv="true" rw="RW" t="boolean" v="true"></ReversePolePulse>

<KcType dv="16Kc" rw="RW" t="string" ml="32" v="16Kc" va="kcTypeValues"></KcType>

<ClipTransWhen dv="AfterRing" rw="RW" t="string" ml="32" v="AfterRing" va="clipTransWhenValues"></ClipTransWhen>

<ClipReversePole dv="false" rw="RW" t="boolean" v="false"></ClipReversePole>

<MWIRingFlag dv="false" rw="RW" t="boolean" v="false"></MWIRingFlag>

<ClipFormat dv="Mdmf-fsk" rw="RW" t="string" ml="32" v="Mdmf-fsk" va="clipFormatValues"></ClipFormat>

<ClipSendDateTimeEnable dv="true" rw="RW" t="boolean" v="true"></ClipSendDateTimeEnable>

<ClipSendDateTime min="0" rw="RW" t="unsignedInt" v=""></ClipSendDateTime>

<RingDCVoltageOverlapped dv="0" max="25" min="0" rw="RW" t="unsignedInt" v="0"></RingDCVoltageOverlapped>

<DataServiceMode dv="0" max="2" min="0" rw="RW" t="unsignedInt" v="0"></DataServiceMode>

</X_ASB_COM_Extend.>

</PhyInterface.1.>

</VoiceService.1.>

<X_CT-COM_IPTV. n="CtIptv" t="staticObject">

<IGMPEnable rw="RW" t="boolean" v="False"></IGMPEnable>

<ProxyEnable rw="RW" t="boolean" v="True"></ProxyEnable>

<SnoopingEnable rw="RW" t="boolean" v="True"></SnoopingEnable>

<STBNumber max="128" min="0" rw="RW" t="unsignedInt" v="0"></STBNumber>

<X_ASB_COM_InformMAC max="128" min="0" rw="RW" t="unsignedInt" v="0"></X_ASB_COM_InformMAC>

<MldEnable rw="RW" t="boolean" v="True"></MldEnable>

<MldProxyEnable rw="RW" t="boolean" v="True"></MldProxyEnable>

<MldSnoopingEnable rw="RW" t="boolean" v="True"></MldSnoopingEnable>

<NoStbEnable rw="RW" t="boolean" v="False"></NoStbEnable>

<STBMAC rw="R" t="string" ml="256" v=""></STBMAC>

<STBMAC1 rw="R" t="string" ml="256" v=""></STBMAC1>

<STBMAC2 rw="R" t="string" ml="256" v=""></STBMAC2>

<STBMAC3 rw="R" t="string" ml="256" v=""></STBMAC3>

<LAN1_MAC rw="R" t="string" ml="256" v=""></LAN1_MAC>

<LAN2_MAC rw="R" t="string" ml="256" v=""></LAN2_MAC>

<LAN3_MAC rw="R" t="string" ml="256" v=""></LAN3_MAC>

<LAN4_MAC rw="R" t="string" ml="256" v=""></LAN4_MAC>

<OTTConfig. n="OTTCfg" t="staticObject">

<Account ml="64" rw="RW" t="string" v=""></Account>

<Password ml="64" rw="RW" t="string" v="JS@HGU"></Password>

<LocalDHCPAuthMode dv="1" rw="RW" t="unsignedInt" v="1"></LocalDHCPAuthMode>

</OTTConfig.>

</X_CT-COM_IPTV.>

<X_CT-COM_MWBAND. n="MWBand" t="staticObject">

<Mode rw="RW" t="int" v="1"></Mode>

<TotalTerminalNumber rw="RW" t="int" v="99"></TotalTerminalNumber>

<STBRestrictEnable rw="RW" t="boolean" v="false"></STBRestrictEnable>

<STBNumber rw="RW" t="int" v="0"></STBNumber>

<CameraRestrictEnable rw="RW" t="boolean" v="false"></CameraRestrictEnable>

<CameraNumber rw="RW" t="int" v="0"></CameraNumber>

<ComputerRestrictEnable rw="RW" t="boolean" v="false"></ComputerRestrictEnable>

<ComputerNumber rw="RW" t="int" v="0"></ComputerNumber>

<PhoneRestrictEnable rw="RW" t="boolean" v="false"></PhoneRestrictEnable>

<PhoneNumber rw="RW" t="int" v="0"></PhoneNumber>

<TerminalType rw="RW" t="int" v="0"></TerminalType>

</X_CT-COM_MWBAND.>

<X_CU_User.1. n="CuUser" t="dynamicObject">

<Enable dv="true" rw="RW" t="boolean" v="true"></Enable>

<Name dv="" ml="128" rw="RW" t="string" v=""></Name>

<Description dv="0" rw="RW" t="unsignedInt" v="0"></Description>

<NumberOfSubuser dv="4" rw="RW" t="unsignedInt" v="0"></NumberOfSubuser>

<MACFilterNumberOfEntries dv="0" rw="R" t="unsignedInt" v="0"></MACFilterNumberOfEntries>

<IPFilterNumberOfEntries dv="0" rw="R" t="unsignedInt" v="0"></IPFilterNumberOfEntries>

<WhiteListNumberofEntries dv="0" rw="R" t="unsignedInt" v="0"></WhiteListNumberofEntries>

<BlackListNumberofEntries dv="0" rw="R" t="unsignedInt" v="0"></BlackListNumberofEntries>

<X_ASB_COM_URLFilterEnable dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_URLFilterEnable>

<URLListFilterMode dv="0" rw="RW" t="unsignedInt" v="0"></URLListFilterMode>

<MACFilter.1. n="CuMACFilter" t="dynamicObject" status="deleted">

<MAC dv="" ml="128" rw="RW" t="string" v=""></MAC>

</MACFilter.1.>

<IPFilter.1. n="CuIPFilter" t="dynamicObject" status="deleted">

<IP dv="" ml="128" rw="RW" t="string" v=""></IP>

</IPFilter.1.>

<WhiteList.1. n="CuWhiteList" t="dynamicObject" status="deleted">

<Url dv="" ml="1024" rw="RW" t="string" v=""></Url>

</WhiteList.1.>

<BlackList.1. n="CuBlackList" t="dynamicObject" status="deleted">

<Url dv="" ml="1024" rw="RW" t="string" v=""></Url>

</BlackList.1.>

<Portal. n="CuPortal" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<Computer ml="256" rw="RW" t="string" v="http://192.168.1.1/"></Computer>

<IPTV ml="256" rw="RW" t="string" v="http://192.168.1.1/"></IPTV>

<Phone ml="256" rw="RW" t="string" v="http://192.168.1.1/"></Phone>

</Portal.>

</X_CU_User.1.>

<X_CT-COM_CLOUDVR. n="CloudVR" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<UserID ml="128" rw="RW" t="string" v=""></UserID>

<Password ml="128" rw="RW" t="string" v=""></Password>

</X_CT-COM_CLOUDVR.>

</Services.>

<X_ASB_COM_SnmpCfg. n="SnmpCfg" t="staticObject">

<Status ml="32" rw="RW" t="string" v="Disabled" va="enabledDisabledStatusValues"></Status>

<ROCommunity ml="32" rw="RW" t="string" v="public"></ROCommunity>

<RWCommunity ml="32" rw="RW" t="string" v="private"></RWCommunity>

<SysName ml="32" rw="RW" t="string" v="NA"></SysName>

<SysLocation ml="32" rw="RW" t="string" v="NA"></SysLocation>

<SysContact ml="32" rw="RW" t="string" v="NA"></SysContact>

<TrapIPAddress ml="32" rw="RW" t="string" v="NA"></TrapIPAddress>

</X_ASB_COM_SnmpCfg.>

<X_ASB_COM_SecDmzHostCfg. n="SecDmzHostCfg" t="staticObject">

<IPAddress ml="32" rw="RW" t="string" v=""></IPAddress>

<Enable rw="RW" t="boolean" v="false"></Enable>

</X_ASB_COM_SecDmzHostCfg.>

<X_ASB_COM_UrlFilterCfg. n="UrlFilterCfg" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<ExcludeMode ml="16" rw="RW" t="string" v="Exclude"></ExcludeMode>

<X_ASB_COM_UrlFilterListCfgObj.1. n="UrlFilterList" t="dynamicObject" status="deleted">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<UrlAddress dv="" ml="128" rw="RW" t="string" v=""></UrlAddress>

<PortNumber dv="0" rw="RW" t="unsignedInt" v="0"></PortNumber>

</X_ASB_COM_UrlFilterListCfgObj.1.>

</X_ASB_COM_UrlFilterCfg.>

<X_ASB_COM_SCSmartBlackListObj. n="SCSmartBlackListObj" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<MacAddress dv="" ml="1024" rw="RW" t="string" v=""></MacAddress>

</X_ASB_COM_SCSmartBlackListObj.>

<X_ASB_COM_SCSmartWhiteListObj. n="SCSmartWhiteListObj" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<MacAddress dv="" ml="1024" rw="RW" t="string" v=""></MacAddress>

</X_ASB_COM_SCSmartWhiteListObj.>

<X_ASB_COM_SmartBlackListObj.1. n="SmartBlackList" t="dynamicObject" status="deleted">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<MacAddress dv="" ml="32" rw="RW" t="string" v=""></MacAddress>

<Name dv="" ml="64" rw="RW" t="string" v=""></Name>

<BlockedTimes dv="0" rw="R" t="unsignedInt" v="0"></BlockedTimes>

</X_ASB_COM_SmartBlackListObj.1.>

<X_ASB_COM_SmartWhiteListObj.1. n="SmartWhiteList" t="dynamicObject" status="deleted">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<MacAddress dv="" ml="32" rw="RW" t="string" v=""></MacAddress>

<Name dv="" ml="64" rw="RW" t="string" v=""></Name>

</X_ASB_COM_SmartWhiteListObj.1.>

<X_CT-COM_MacFilterCfg. n="CtMacFilterCfg" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<ExcludeMode ml="16" rw="RW" t="string" v="BLOCKED"></ExcludeMode>

<X_CT-COM_MacFilterListCfgObj.1. n="CtMacFilterList" t="dynamicObject" status="deleted">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<MacAddress dv="" ml="32" rw="RW" t="string" v=""></MacAddress>

</X_CT-COM_MacFilterListCfgObj.1.>

<X_CT-COM_MacFilterStorageListCfgObj.1. n="CtMacStorageFilterList" t="dynamicObject" status="deleted">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<MacAddress dv="" ml="32" rw="RW" t="string" v=""></MacAddress>

</X_CT-COM_MacFilterStorageListCfgObj.1.>

</X_CT-COM_MacFilterCfg.>

<X_ASB_COM_DDnsCfg.1. n="DDnsCfg" t="dynamicObject">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<FullyQualifiedDomainName dv="NA" ml="32" rw="RW" t="string" v="NA"></FullyQualifiedDomainName>

<UserName dv="NA" ml="32" rw="RW" t="string" v="NA"></UserName>

<Password dv="npw2V6PBmgKZba8RDFn1pA==" ml="32" rw="RW" t="string" v="npw2V6PBmgKZba8RDFn1pA==" ealgo="ab"></Password>

<IfName dv="NA" ml="32" rw="RW" t="string" v="NA"></IfName>

<ProviderName dv="tzo" ml="32" rw="RW" t="string" v="tzo" va="ProviderNameValues"></ProviderName>

</X_ASB_COM_DDnsCfg.1.>

<X_ASB_COM_IPPCfg. n="IppCfg" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<Make ml="32" rw="RW" t="string" v="NA"></Make>

<Device ml="32" rw="RW" t="string" v="/dev/printer0"></Device>

<Name ml="32" rw="RW" t="string" v="NA"></Name>

</X_ASB_COM_IPPCfg.>

<X_ASB_COM_MediaServer. n="MediaServer" t="staticObject">

<MSCfg. n="MediaServerCfg" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<DLNAEnable rw="RW" t="boolean" v="false"></DLNAEnable>

<xbox360 rw="RW" t="boolean" v="false"></xbox360>

<MediaPath ml="32" rw="RW" t="string" v="/mnt"></MediaPath>

<BrKey rw="RW" t="unsignedInt" v="0"></BrKey>

</MSCfg.>

</X_ASB_COM_MediaServer.>

<X_ASB_COM_DebugPortMirroringCfg.1. n="WanDebugPortMirroringCfg" t="dynamicObject">

<MonitorInterface dv="" ml="32" rw="RW" t="string" v=""></MonitorInterface>

<MirrorInterface dv="eth0" ml="32" rw="RW" t="string" v="eth0"></MirrorInterface>

<Direction dv="true" rw="RW" t="boolean" v="true"></Direction>

<Status dv="false" rw="RW" t="boolean" v="false"></Status>

</X_ASB_COM_DebugPortMirroringCfg.1.>

<X_ASB_COM_NetworkConfig. n="NetworkConfig" t="staticObject">

<DNSIfName ml="32" rw="RW" t="string" v=""></DNSIfName>

<DNSServers ml="32" rw="RW" t="string" v=""></DNSServers>

<ActiveDNSServers ml="256" rw="RW" t="string" v="0.0.0.0,0.0.0.0"></ActiveDNSServers>

<EnableAdvancedDMZ rw="RW" t="boolean" v="False"></EnableAdvancedDMZ>

</X_ASB_COM_NetworkConfig.>

<X_ASB_COM_InterfaceControl. n="InterfaceControl" t="staticObject">

<IfName ml="32" rw="RW" t="string" v=""></IfName>

<MoveToWANSide rw="RW" t="boolean" v="false"></MoveToWANSide>

<MoveToLANSide rw="RW" t="boolean" v="false"></MoveToLANSide>

</X_ASB_COM_InterfaceControl.>

<X_ASB_COM_P8021agCfg. n="P8021agCfg" t="staticObject">

<MDLevel max="7" min="0" rw="RW" t="int" v="2"></MDLevel>

</X_ASB_COM_P8021agCfg.>

<X_ASB_COM_IGMPCfg. n="IgmpCfg" t="staticObject">

<IgmpVer max="3" min="1" rw="RW" t="unsignedInt" v="2"></IgmpVer>

<IgmpQI rw="RW" t="unsignedInt" v="125"></IgmpQI>

<IgmpQRI max="2147483647" min="0" rw="RW" t="unsignedInt" v="10"></IgmpQRI>

<IgmpLMQI max="2147483647" min="0" rw="RW" t="unsignedInt" v="10"></IgmpLMQI>

<IgmpRV max="2147483647" min="0" rw="RW" t="unsignedInt" v="2"></IgmpRV>

<IgmpMaxGroups rw="RW" t="unsignedInt" v="256"></IgmpMaxGroups>

<IgmpMaxSources rw="RW" t="unsignedInt" v="10"></IgmpMaxSources>

<IgmpMaxMembers rw="RW" t="unsignedInt" v="25"></IgmpMaxMembers>

<IgmpFastLeaveEnable rw="RW" t="boolean" v="false"></IgmpFastLeaveEnable>

<IgmpMaxMcastBandwidth rw="RW" t="unsignedInt" v=""></IgmpMaxMcastBandwidth>

<IgmpUpstreamRate rw="RW" t="unsignedInt" v=""></IgmpUpstreamRate>

<IgmpMaxMcastStreamAge rw="RW" t="unsignedInt" v=""></IgmpMaxMcastStreamAge>

<IgmpLan2LanMulticastEnable rw="RW" t="boolean" v="true"></IgmpLan2LanMulticastEnable>

<IgmpBridgeIfNames ml="128" rw="RW" t="string" v=""></IgmpBridgeIfNames>

<IgmpMcastIfNames ml="128" rw="RW" t="string" v=""></IgmpMcastIfNames>

<IgmpTagStripe rw="RW" t="unsignedInt" v="2"></IgmpTagStripe>

<OamIgmpTagStripe rw="RW" t="unsignedInt" v="1"></OamIgmpTagStripe>

<IgmpMcVlan rw="RW" t="int" v="-1"></IgmpMcVlan>

<IgmpUserVlan rw="RW" t="unsignedInt" v="1"></IgmpUserVlan>

<IgmpMulticastSwitch rw="RW" t="unsignedInt" v="0"></IgmpMulticastSwitch>

</X_ASB_COM_IGMPCfg.>

<X_ASB_COM_DHCPCfg. n="DhcpCfg" t="staticObject">

<DhcpOption60StrTianYi2 dv="" ml="128" rw="RW" t="string" v="CTCDHCP0001"></DhcpOption60StrTianYi2>

</X_ASB_COM_DHCPCfg.>

<X_ASB_COM_MLDCfg. n="MldCfg" t="staticObject">

<MldVer max="2" min="1" rw="RW" t="unsignedInt" v="2"></MldVer>

<MldQI rw="RW" t="unsignedInt" v="125"></MldQI>

<MldQRI rw="RW" t="unsignedInt" v="10"></MldQRI>

<MldLMQI rw="RW" t="unsignedInt" v="10"></MldLMQI>

<MldRV rw="RW" t="unsignedInt" v="2"></MldRV>

<MldMaxGroups rw="RW" t="unsignedInt" v="10"></MldMaxGroups>

<MldMaxSources rw="RW" t="unsignedInt" v="10"></MldMaxSources>

<MldMaxMembers rw="RW" t="unsignedInt" v="10"></MldMaxMembers>

<MldFastLeaveEnable rw="RW" t="boolean" v="true"></MldFastLeaveEnable>

<MldLan2LanMulticastEnable rw="RW" t="boolean" v="true"></MldLan2LanMulticastEnable>

</X_ASB_COM_MLDCfg.>

<X_CT_OAM. n="CTOAM" t="staticObject">

<PortID rw="RW" t="unsignedInt" v="0"></PortID>

<IADInfo. n="OAMIADInfo" t="staticObject">

<Branch rw="RW" t="int" v="199"></Branch>

<Leaf rw="RW" t="unsignedInt" v="97"></Leaf>

<VariableWidth rw="RW" t="unsignedInt" v="72"></VariableWidth>

<MACAddress ml="12" rw="RW" t="hexBinary" v="021018000001"></MACAddress>

<ProtocolSupported max="1" min="0" rw="RW" t="unsignedInt" v="1"></ProtocolSupported>

<IadSoftwareVersion ml="64" rw="RW" t="hexBinary" v=""></IadSoftwareVersion>

<IadSoftwaretime ml="64" rw="RW" t="hexBinary" v=""></IadSoftwaretime>

<VoipUserCount max="4" min="0" rw="RW" t="unsignedInt" v="0"></VoipUserCount>

</IADInfo.>

<GlobalParameterConfig. n="OAMGlbParamCfg" t="staticObject">

<Branch rw="RW" t="int" v="199"></Branch>

<Leaf rw="RW" t="unsignedInt" v="97"></Leaf>

<VariableWidth rw="RW" t="unsignedInt" v="84"></VariableWidth>

<VoiceIpMode max="2" min="0" rw="RW" t="unsignedInt" v="0"></VoiceIpMode>

<iadIpAddr rw="RW" t="unsignedInt" v="0"></iadIpAddr>

<iadNetMask rw="RW" t="unsignedInt" v="0"></iadNetMask>

<iadDefaultGW rw="RW" t="unsignedInt" v="0"></iadDefaultGW>

<PPPoEMode max="2" min="0" rw="RW" t="unsignedInt" v="0"></PPPoEMode>

<PPPOEusername ml="32" rw="RW" t="string" v=""></PPPOEusername>

<PPPOEpassword ml="32" rw="RW" t="base64" v="" ealgo="ab"></PPPOEpassword>

<Taggedflag max="2" min="0" rw="RW" t="unsignedInt" v="0"></Taggedflag>

<VoiceCVlan rw="RW" t="unsignedInt" v="0"></VoiceCVlan>

<VoiceSVlan rw="RW" t="unsignedInt" v="0"></VoiceSVlan>

<VoicePriority rw="RW" t="unsignedInt" v="5"></VoicePriority>

<status rw="RW" t="unsignedInt" v="0"></status>

</GlobalParameterConfig.>

<SIPParameterConfig. n="OAMSIPParamCfg" t="staticObject">

<Branch rw="RW" t="int" v="199"></Branch>

<Leaf rw="RW" t="unsignedInt" v="97"></Leaf>

<VariableWidth rw="RW" t="unsignedInt" v="45"></VariableWidth>

<MGPortNo max="65535" min="0" rw="RW" t="unsignedInt" v="5060"></MGPortNo>

<SipProxyServIp rw="RW" t="unsignedInt" v="0"></SipProxyServIp>

<SipProxyServComPortNo max="65535" min="0" rw="RW" t="unsignedInt" v="0"></SipProxyServComPortNo>

<BackupSipProxyServIp rw="RW" t="unsignedInt" v="0"></BackupSipProxyServIp>

<BackUpSipProxyServComPortNo max="65535" min="0" rw="RW" t="unsignedInt" v="0"></BackUpSipProxyServComPortNo>

<ActiveSipProxyServer rw="RW" t="unsignedInt" v="0"></ActiveSipProxyServer>

<SipRegServIP rw="RW" t="unsignedInt" v="0"></SipRegServIP>

<SipRegServComPortNo max="65535" min="0" rw="RW" t="unsignedInt" v="0"></SipRegServComPortNo>

<BackupSipRegServIp rw="RW" t="unsignedInt" v="0"></BackupSipRegServIp>

<BackupSipRegServComPortNo max="65535" min="0" rw="RW" t="unsignedInt" v="0"></BackupSipRegServComPortNo>

<OutBoundServPortIP rw="RW" t="unsignedInt" v="0"></OutBoundServPortIP>

<OutBoundServPortNo max="65535" min="0" rw="RW" t="unsignedInt" v="0"></OutBoundServPortNo>

<SipRegIntervalSIP rw="RW" t="unsignedInt" v="0"></SipRegIntervalSIP>

<HeartbeatSwitch max="1" min="0" rw="RW" t="unsignedInt" v="0"></HeartbeatSwitch>

<HeartbeatCycle max="65535" min="0" rw="RW" t="unsignedInt" v="60"></HeartbeatCycle>

<HeartbeatCount max="65535" min="0" rw="RW" t="unsignedInt" v="3"></HeartbeatCount>

</SIPParameterConfig.>

<SIPUserParameterConfig. n="OAMSIPUsrParamCfg" t="staticObject">

<Branch rw="RW" t="int" v="199"></Branch>

<Leaf rw="RW" t="unsignedInt" v="97"></Leaf>

<VariableWidth rw="RW" t="unsignedInt" v="64"></VariableWidth>

<UserAccount ml="32" rw="RW" t="hexBinary" v=""></UserAccount>

<Username ml="64" rw="RW" t="hexBinary" v=""></Username>

<UserPassword ml="32" rw="RW" t="hexBinary" v=""></UserPassword>

</SIPUserParameterConfig.>

<FAXModemConfig. n="OAMFAXMDCfg" t="staticObject">

<Branch rw="RW" t="int" v="199"></Branch>

<Leaf rw="RW" t="unsignedInt" v="97"></Leaf>

<VariableWidth rw="RW" t="unsignedInt" v="2"></VariableWidth>

<VoiceT38Enable max="1" min="0" rw="RW" t="unsignedInt" v="0"></VoiceT38Enable>

<VoiceFaxModemControl max="1" min="0" rw="RW" t="unsignedInt" v="0"></VoiceFaxModemControl>

</FAXModemConfig.>

<POTSStatus. n="OAMPOTSSts" t="staticObject">

<Branch rw="RW" t="int" v="199"></Branch>

<Leaf rw="RW" t="unsignedInt" v="97"></Leaf>

<VariableWidth rw="RW" t="unsignedInt" v="12"></VariableWidth>

<IADPortStatus max="10" min="0" rw="RW" t="unsignedInt" v="0"></IADPortStatus>

<iadPortServiceState max="3" min="0" rw="RW" t="unsignedInt" v="0"></iadPortServiceState>

<iadPortCodecMode max="5" min="0" rw="RW" t="unsignedInt" v="0"></iadPortCodecMode>

</POTSStatus.>

<IADOperation. n="OAMIADOp" t="staticObject">

<iadOperation max="2" min="0" rw="RW" t="unsignedInt" v="0"></iadOperation>

</IADOperation.>

<SIPDigitMap. n="OAMSIPDgtMp" t="staticObject">

<SIPDigitalMap ml="1024" rw="RW" t="string" v=""></SIPDigitalMap>

</SIPDigitMap.>

</X_CT_OAM.>

<X_ASB_COM_OMCI. n="ONTOMCI" t="staticObject">

<MACConfigInfo. n="ONTMACConfigInfo" t="staticObject">

<NumTcontsAvail rw="RW" t="unsignedInt" v="8"></NumTcontsAvail>

<NumPhyPortsAvail rw="RW" t="unsignedInt" v="8"></NumPhyPortsAvail>

</MACConfigInfo.>

<PHYConfigInfo. n="ONTPHYConfigInfo" t="staticObject">

<PhyMode rw="RW" t="unsignedInt" v="0"></PhyMode>

<PhyPowerState rw="RW" t="boolean" v="false"></PhyPowerState>

</PHYConfigInfo.>

<OMCIPreConfig. n="ONTOMCIPreConfigInfo" t="staticObject">

<X_ASB_COM_SupportUntagWan rw="RW" t="unsignedInt" v="0"></X_ASB_COM_SupportUntagWan>

<X_ASB_COM_EquipInfoFormat rw="RW" t="unsignedInt" v="1"></X_ASB_COM_EquipInfoFormat>

<X_ASB_COM_OmciV2Config rw="RW" t="unsignedInt" v="1"></X_ASB_COM_OmciV2Config>

<X_ASB_COM_OmciPPPoeAuth rw="RW" t="unsignedInt" v="0"></X_ASB_COM_OmciPPPoeAuth>

<X_ASB_COM_SlidVisiable2Cfgmgr rw="RW" t="unsignedInt" v="0"></X_ASB_COM_SlidVisiable2Cfgmgr>

<X_ASB_COM_FiberHomeOLTGeFeQuery rw="RW" t="unsignedInt" v="0"></X_ASB_COM_FiberHomeOLTGeFeQuery>

<X_ASB_COM_EnableRssiRxPowerLowAlarm rw="RW" t="unsignedInt" v="false"></X_ASB_COM_EnableRssiRxPowerLowAlarm>

<X_ASB_COM_MaxPriorityQueueGNumber rw="RW" t="unsignedInt" v="160"></X_ASB_COM_MaxPriorityQueueGNumber>

<X_ASB_COM_MaxTcontNum rw="RW" t="unsignedInt" v="16"></X_ASB_COM_MaxTcontNum>

<X_ASB_COM_MaxGemPortNum rw="RW" t="unsignedInt" v="256"></X_ASB_COM_MaxGemPortNum>

<X_ASB_COM_MaxPqPerTcontNum rw="RW" t="unsignedInt" v="8"></X_ASB_COM_MaxPqPerTcontNum>

<X_ASB_COM_MaxPqPerUni rw="RW" t="unsignedInt" v="8"></X_ASB_COM_MaxPqPerUni>

<X_ASB_COM_MaxTSchedNum rw="RW" t="unsignedInt" v="16"></X_ASB_COM_MaxTSchedNum>

</OMCIPreConfig.>

</X_ASB_COM_OMCI.>

<X_ASB_COM_GPONInfo. n="GPONInfo" t="staticObject">

<SUBSLOCID. n="GPONSUBSLOCID" t="staticObject">

<Password ml="30" rw="RW" t="string" v="2UsOhc+kH2r7PxLqQz4ySw==" ealgo="ab"></Password>

<is_ascii_mode rw="RW" t="int" v="1"></is_ascii_mode>

<HexSLID dv="0" rw="RW" t="unsignedInt" v="1"></HexSLID>

<PLOAMTyp ml="4" rw="RW" t="string" v="PW" va="PLOAMTypValues"></PLOAMTyp>

</SUBSLOCID.>

<VlanInfo. n="VLANINFO" t="staticObject">

<VlanOperationInfo.1. n="VlanOperationInfo" t="dynamicObject" status="deleted">

<FlowID dv="0" rw="RW" t="unsignedInt" v="0"></FlowID>

<PortID dv="0" rw="RW" t="unsignedInt" v="0"></PortID>

<FilterVID dv="0" rw="RW" t="unsignedInt" v="0"></FilterVID>

<FilterPBit dv="0" rw="RW" t="unsignedInt" v="0"></FilterPBit>

<FilterPBitEnable dv="false" rw="RW" t="boolean" v="false"></FilterPBitEnable>

<TreatmentVID dv="0" rw="RW" t="unsignedInt" v="0"></TreatmentVID>

<TreatmentPBit dv="0" rw="RW" t="unsignedInt" v="0"></TreatmentPBit>

<TreatmentPBitEnable dv="false" rw="RW" t="boolean" v="false"></TreatmentPBitEnable>

</VlanOperationInfo.1.>

</VlanInfo.>

<ONUSUSPENDFLAG. n="ONUSUSPENDFLAG" t="staticObject">

<Snstate ml="8" dv="Enable" rw="RW" t="string" v="Enable"></Snstate>

</ONUSUSPENDFLAG.>

</X_ASB_COM_GPONInfo.>

<X_ASB_COM_OMCIQOSInfo. n="ONTOMCIQOSInfo" t="staticObject">

<enable_omci_qos_conf rw="RW" t="boolean" v="false"></enable_omci_qos_conf>

</X_ASB_COM_OMCIQOSInfo.>

<X_ASB_COM_ONUType. n="ONUType" t="staticObject">

<type dv="HGU" ml="8" rw="RW" t="string" v="HGU" va="onuTypeValues"></type>

</X_ASB_COM_ONUType.>

<X_ASB_COM_EthPort. n="EthPort" t="staticObject">

<EthPortNum dv="4" rw="RW" t="unsignedInt" v="4"></EthPortNum>

<EthPort.1. n="EthPortEntry" t="dynamicObject">

<isTr069Domain rw="RW" t="boolean" v="true"></isTr069Domain>

</EthPort.1.>

<EthPort.2. n="EthPortEntry" t="dynamicObject">

<isTr069Domain rw="RW" t="boolean" v="true"></isTr069Domain>

</EthPort.2.>

<EthPort.3. n="EthPortEntry" t="dynamicObject">

<isTr069Domain rw="RW" t="boolean" v="true"></isTr069Domain>

</EthPort.3.>

<EthPort.4. n="EthPortEntry" t="dynamicObject">

<isTr069Domain rw="RW" t="boolean" v="true"></isTr069Domain>

</EthPort.4.>

</X_ASB_COM_EthPort.>

<X_ASB_LAN_DEVICE_MAP. n="X_ASB_LAN_DEVICE_MAP" t="dynamicObject">

<DeviceMap.1. n="DeviceMap" t="dynamicObject">

<HostName dv="" ml="55" rw="RW" t="string" v="unknown6A6B6C6D6E6F"></HostName>

<HostAlias dv="" ml="55" rw="RW" t="string" v="www.alcatel.com"></HostAlias>

</DeviceMap.1.>

</X_ASB_LAN_DEVICE_MAP.>

<X_ASB_COM_TdmPort. n="TdmPort" t="staticObject">

<cesenable dv="true" rw="RW" t="boolean" v="true"></cesenable>

<cesportnum dv="4" rw="RW" t="unsignedInt" v="4"></cesportnum>

<timestampmode dv="" ml="8" rw="RW" t="string" v="-ma"></timestampmode>

<clocknum dv="" ml="8" rw="RW" t="string" v="-n2"></clocknum>

<IpInterface dv="" ml="8" rw="RW" t="string" v="-i1"></IpInterface>

<udpPortMode dv="" ml="8" rw="RW" t="string" v="-un"></udpPortMode>

<InterfaceType dv="" ml="8" rm="RW" t="string" v="T1"></InterfaceType>

</X_ASB_COM_TdmPort.>

<X_ASB_COM_VOIPCfgType. n="VOIPCfgType" t="staticObject">

<type dv="OMCIV1" ml="16" rw="RW" t="string" v="TR069" va="VOIPCfgTypeValues"></type>

</X_ASB_COM_VOIPCfgType.>

<NetMonitorDiagnostics. n="NetDiag" t="staticObject">

<Switch rw="RW" t="boolean" v="false"></Switch>

<Type ml="32" rw="RW" t="string" v="Ping"></Type>

<Interface ml="256" rw="RW" t="string" v=""></Interface>

<Hostname ml="256" rw="RW" t="string" v=""></Hostname>

<DataBlockSize max="65535" min="1" rw="RW" t="unsignedInt" v="64"></DataBlockSize>

<Timerinterval max="65535" min="1" rw="RW" t="unsignedInt" v="15"></Timerinterval>

<TestRequesTimes max="10" min="1" rw="RW" t="unsignedInt" v="5"></TestRequesTimes>

<StartTime1 max="23" min="0" rw="RW" t="unsignedInt" v="18"></StartTime1>

<StartTime2 max="59" min="0" rw="RW" t="unsignedInt" v="0"></StartTime2>

<EndTime1 max="23" min="0" rw="RW" t="unsignedInt" v="23"></EndTime1>

<EndTime2 max="59" min="0" rw="RW" t="unsignedInt" v="0"></EndTime2>

<RESV1 ml="32" rw="RW" t="string" v=""></RESV1>

<RESV2 ml="32" rw="RW" t="string" v=""></RESV2>

</NetMonitorDiagnostics.>

<X_ASB_COM_NAPTINFO. n="NaptInfo" t="staticObject">

<Enable rw="RW" t="boolean" v="true"></Enable>

<DisableReason rw="RW" t="int" v="0"></DisableReason>

<SamplePeriod rw="RW" t="int" v="5"></SamplePeriod>

<PktThr rw="RW" t="int" v="5"></PktThr>

<HwEnable rw="RW" t="boolean" v="true"></HwEnable>

<HwTimeout rw="RW" t="int" v="180"></HwTimeout>

<Swtimeout rw="RW" t="int" v="180"></Swtimeout>

<PolicyEnable rw="RW" t="boolean" v="false"></PolicyEnable>

<PolicySamplePeroid rw="RW" t="int" v="5"></PolicySamplePeroid>

<PolicyPktThr rw="RW" t="int" v="5"></PolicyPktThr>

</X_ASB_COM_NAPTINFO.>

<X_ASB_COM_MINIOLT_TEST. n="MinioltTest" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<Tcont rw="RW" t="int" v="1"></Tcont>

<Allocid rw="RW" t="int" v="256"></Allocid>

<Gemport rw="RW" t="int" v="256"></Gemport>

<Lan1vlan rw="RW" t="int" v="256"></Lan1vlan>

<Lan2vlan rw="RW" t="int" v="257"></Lan2vlan>

<Lan3vlan rw="RW" t="int" v="258"></Lan3vlan>

<Lan4vlan rw="RW" t="int" v="259"></Lan4vlan>

</X_ASB_COM_MINIOLT_TEST.>

<DownloadDiagnostics. n="DownloadDiag" t="staticObject">

<DiagnosticsState dv="None" ml="32" rw="RW" t="string" v="None" va="DownloadDiagState"></DiagnosticsState>

<Interface dv="" ml="256" rw="RW" t="string" v=""></Interface>

<DownloadURL dv="" ml="512" rw="RW" t="string" v=""></DownloadURL>

<DSCP rw="RW" t="unsignedInt" v="0"></DSCP>

<EthernetPriority rw="RW" t="unsignedInt" v="0"></EthernetPriority>

<TimeBasedTestDuration rw="RW" t="unsignedInt" v="0"></TimeBasedTestDuration>

<ROMTime ml="64" rw="R" t="dateTime" v="1970-01-01T00:00:00"></ROMTime>

<BOMTime ml="64" rw="R" t="dateTime" v="1970-01-01T00:00:00"></BOMTime>

<EOMTime ml="64" rw="R" t="dateTime" v="1970-01-01T00:00:00"></EOMTime>

<TestBytesReceived rw="R" t="unsignedInt" v="0"></TestBytesReceived>

<TotalBytesReceived rw="R" t="unsignedInt" v="0"></TotalBytesReceived>

<TCPOpenRequestTime ml="64" rw="R" t="dateTime" v="1970-01-01T00:00:00"></TCPOpenRequestTime>

<TCPOpenResponseTime ml="64" rw="R" t="dateTime" v="1970-01-01T00:00:00"></TCPOpenResponseTime>

<SampledValues dv="" ml="256" rw="R" t="string" v=""></SampledValues>

<SampledTotalValues dv="" ml="256" rw="R" t="string" v=""></SampledTotalValues>

<X_CT-COM_Aspeed rw="R" t="unsignedInt" v="0"></X_CT-COM_Aspeed>

<X_CT-COM_Maxspeed rw="R" t="unsignedInt" v="0"></X_CT-COM_Maxspeed>

<AverageRate ml="64" rw="R" t="string" v=""></AverageRate>

<MaxRate ml="64" rw="R" t="string" v=""></MaxRate>

</DownloadDiagnostics.>

<UploadDiagnostics. n="UploadDiag" t="staticObject">

<DiagnosticsState ml="32" rw="RW" t="string" v="None" va="UploadDiagState"></DiagnosticsState>

<Interface ml="256" rw="RW" t="string" v=""></Interface>

<UploadURL ml="512" rw="RW" t="string" v=""></UploadURL>

<DSCP rw="RW" t="unsignedInt" v="0"></DSCP>

<EthernetPriority rw="RW" t="unsignedInt" v="0"></EthernetPriority>

<TestFileLength ml="64" rw="RW" t="string" v=""></TestFileLength>

<TestFileLenth rw="RW" t="unsignedInt" v="0"></TestFileLenth>

<ROMTime ml="64" rw="R" t="dateTime" v="1970-01-01T00:00:00"></ROMTime>

<BOMTime ml="64" rw="R" t="dateTime" v="1970-01-01T00:00:00"></BOMTime>

<EOMTime ml="64" rw="R" t="dateTime" v="1970-01-01T00:00:00"></EOMTime>

<TotalBytesSent rw="R" t="unsignedInt" v="0"></TotalBytesSent>

<TotalBytesTransfered rw="R" t="unsignedInt" v="0"></TotalBytesTransfered>

<TCPOpenRequestTime ml="64" rw="R" t="dateTime" v="1970-01-01T00:00:00"></TCPOpenRequestTime>

<TCPOpenResponseTime ml="64" rw="R" t="dateTime" v="1970-01-01T00:00:00"></TCPOpenResponseTime>

<SampledValues ml="256" rw="R" t="string" v=""></SampledValues>

<X_CT-COM_Aspeed rw="R" t="unsignedInt" v="0"></X_CT-COM_Aspeed>

<X_CT-COM_Maxspeed rw="R" t="unsignedInt" v="0"></X_CT-COM_Maxspeed>

<AverageRate ml="64" rw="R" t="string" v=""></AverageRate>

<MaxRate ml="64" rw="R" t="string" v=""></MaxRate>

</UploadDiagnostics.>

<X_CT-COM_PPPOE_EMULATOR. n="PppoeEmulator" t="staticObject">

<DiagnosticsState dv="" ml="32" rw="RW" t="string" v="None" va="PPPoeEmulatorStateValues"></DiagnosticsState>

<Username dv="" ml="64" rw="RW" t="string" v=""></Username>

<Password dv="" ml="64" rw="RW" t="string" v="" ealgo="ab"></Password>

<WANInterface dv="" ml="256" rw="RW" t="string" v=""></WANInterface>

<PPPAuthenticationProtocol ml="32" rw="RW" t="string" v="PAP" va="PPPAuthenticationProtocolValues"></PPPAuthenticationProtocol>

<RetryTimes dv="0" rw="RW" t="unsignedInt" v="0"></RetryTimes>

<Result dv="" ml="64" rw="RW" t="string" v="Unknown"></Result>

<ErrorCode dv="" ml="128" rw="RW" t="string" v=""></ErrorCode>

<PPPSessionID dv="0" rw="RW" t="unsignedInt" v="0"></PPPSessionID>

<ExternalIPAddress dv="" ml="16" rw="RW" t="string" v=""></ExternalIPAddress>

<DefaultGateway dv="" ml="16" rw="RW" t="string" v=""></DefaultGateway>

<AftrAddress dv="" ml="256" rw="RW" t="string" v=""></AftrAddress>

<WANIPv6IPAddress dv="" ml="256" rw="RW" t="string" v=""></WANIPv6IPAddress>

<WANIPv6DNSServers dv="" ml="256" rw="RW" t="string" v=""></WANIPv6DNSServers>

<WANIPv6Prefix dv="" ml="256" rw="RW" t="string" v=""></WANIPv6Prefix>

<WANDefaultIPv6Gateway dv="" ml="256" rw="RW" t="string" v=""></WANDefaultIPv6Gateway>

<LANIPv6Prefix dv="" ml="256" rw="RW" t="string" v=""></LANIPv6Prefix>

<X_ASB_COM_LANInterface dv="" ml="256" rw="RW" t="string" v=""></X_ASB_COM_LANInterface>

</X_CT-COM_PPPOE_EMULATOR.>

<X_CT-COM_PPPOE_BridgeAutoEmulator. n="PppoeBridgeAutoEmulator" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<Username dv="" ml="64" rw="RW" t="string" v="BridgeAutoEmulator@yjyx.gd"></Username>

<Password dv="" ml="64" rw="RW" t="string" v="" ealgo="ab"></Password>

<TimeList dv="" ml="16" rw="RW" t="string" v="1440"></TimeList>

<FailRetryTimeList dv="" ml="16" rw="RW" t="string" v="15"></FailRetryTimeList>

</X_CT-COM_PPPOE_BridgeAutoEmulator.>

<X_CMCC_IPoEDiagnostics. n="IPoeEmulator" t="staticObject">

<DiagnosticsState dv="" ml="32" rw="RW" t="string" v="None" va="IPoEemulatorStateValues"></DiagnosticsState>

<WANInterface dv="" ml="256" rw="RW" t="string" v=""></WANInterface>

<UserMac dv="" ml="32" rw="RW" t="string" v=""></UserMac>

<Result dv="" ml="64" rw="RW" t="string" v="None"></Result>

<LocalAddress dv="" ml="16" rw="RW" t="string" v=""></LocalAddress>

<DefaultGateway dv="" ml="16" rw="RW" t="string" v=""></DefaultGateway>

<PingDestIPAddress dv="" ml="16" rw="RW" t="string" v=""></PingDestIPAddress>

<PingNumberOfRepetitions dv="5" max="4294967295" min="0" rw="RW" t="unsignedInt" v="5"></PingNumberOfRepetitions>

<Timeout dv="2000" max="4294967295" min="0" rw="RW" t="unsignedInt" v="2000"></Timeout>

<SuccessCount rw="RW" t="unsignedInt" v=""></SuccessCount>

<FailureCount rw="RW" t="unsignedInt" v=""></FailureCount>

<AverageResponseTime rw="RW" t="unsignedInt" v=""></AverageResponseTime>

<MinimumResponseTime rw="RW" t="unsignedInt" v=""></MinimumResponseTime>

<MaximumResponseTime rw="RW" t="unsignedInt" v=""></MaximumResponseTime>

<X_ASB_COM_VendorClassID ml="64" rw="RW" t="string" v=""></X_ASB_COM_VendorClassID>

<ExternalIPAddress dv="" ml="32" rw="RW" t="string" v=""></ExternalIPAddress>

<SubnetMask dv="" ml="32" rw="RW" t="string" v=""></SubnetMask>

<DNSServers dv="" ml="64" rw="RW" t="string" v=""></DNSServers>

</X_CMCC_IPoEDiagnostics.>

<X_CT-COM_Mgt. n="CtMgt" t="staticObject">

<MgtURL dv="" ml="256" rw="RW" t="string" v="189cube.com"></MgtURL>

<Port dv="12112" rw="RW" t="unsignedInt" v="12112"></Port>

<Heartbeat dv="60" rw="RW" t="unsignedInt" v="60"></Heartbeat>

<Ability dv="0" rw="RW" t="unsignedInt" v="0"></Ability>

<LocatePort dv="17998" rw="RW" t="unsignedInt" v="17998"></LocatePort>

<Version dv="3.0" ml="16" rw="RW" t="string" v="1.1.0"></Version>

<SSN dv="null" ml="128" rw="R" t="string" v="null"></SSN>

<Appmodel dv="1" rw="RW" t="unsignedInt" v="1"></Appmodel>

<BSSAddr dv="" ml="64" rw="RW" t="string" v=""></BSSAddr>

</X_CT-COM_Mgt.>

<CMCC_WIFI_SIGNALTHR. n="CMCC_WIFI_SIGNALTHR" t="staticObject">

<Switch dv="" rw="RW" t="int" v="0"></Switch>

<LowRSSIPeriod dv="" rw="RW" t="int" v="20000"></LowRSSIPeriod>

<DetectPeriod dv="" rw="RW" t="int" v="60000"></DetectPeriod>

<LowRLFBAND dv="" max="-30" rw="RW" t="int" v="-80"></LowRLFBAND>

<LowRHFBAND dv="" max="-30" rw="RW" t="int" v="-80"></LowRHFBAND>

<PacketLoss dv="" rw="RW" t="int" v="10"></PacketLoss>

<RetryRatio dv="" rw="RW" t="int" v="10"></RetryRatio>

<X_ASB_COM_AutoDismissTime dv="" rw="RW" t="int" v="5000"></X_ASB_COM_AutoDismissTime>

<X_ASB_COM_AutoDismissDetectTimes dv="" rw="RW" t="int" v="1"></X_ASB_COM_AutoDismissDetectTimes>

<X_ASB_COM_ReportLowRSSIAlarm dv="" rw="RW" t="boolean" v="true"></X_ASB_COM_ReportLowRSSIAlarm>

</CMCC_WIFI_SIGNALTHR.>

<CMCC_Wifi_STAStats.1. n="CMCC_Wifi_STAStats" t="dynamicObject" status="deleted">

<StaMac dv="00:00:00:00:00:00" ml="18" rw="R" t="string" v=""></StaMac>

<StaConStatus dv="0" rw="R" t="int" v=""></StaConStatus>

<SsidIndex dv="1" rw="R" t="int" v=""></SsidIndex>

<Ssid dv=" " ml="33" rw="R" t="string" v=""></Ssid>

<Radio dv="2.4G" ml="8" rw="R" t="string" v=""></Radio>

<RSSI dv="-47" ml="8" rw="R" t="string" v=""></RSSI>

<Channel dv="1" rw="R" t="int" v=""></Channel>

<FrequencyWidth dv="20M" ml="16" rw="R" t="string" v=""></FrequencyWidth>

<LowQOS dv="-1" ml="8" rw="R" t="string" v=""></LowQOS>

<PacketLoss dv="0" rw="R" t="int" v=""></PacketLoss>

<RetryRatio dv="0" rw="R" t="int" v=""></RetryRatio>

<Dismiss dv="0" rw="RW" t="int" v=""></Dismiss>

<DismissTime dv="5000" rw="RW" t="int" v=""></DismissTime>

<X_ASB_COM_status dv="0" rw="RW" t="int" v=""></X_ASB_COM_status>

<X_ASB_COM_dis_time dv="0" rw="RW" t="int" v=""></X_ASB_COM_dis_time>

<X_ASB_COM_block_time dv="0" rw="RW" t="int" v=""></X_ASB_COM_block_time>

<X_ASB_COM_sig_time dv="0" rw="RW" t="int" v=""></X_ASB_COM_sig_time>

<X_ASB_COM_rssi_start_time dv="0" rw="RW" t="int" v=""></X_ASB_COM_rssi_start_time>

<X_ASB_COM_low_rssi_times dv="0" rw="RW" t="int" v=""></X_ASB_COM_low_rssi_times>

</CMCC_Wifi_STAStats.1.>

<CMCC_Wifi_NAccessSTA. n="CMCC_Wifi_NAccessSTA" t="staticObject">

<Enable dv="" rw="RW" t="int" v="0"></Enable>

<Monitor.1. n="NAccessSTAMonitor" t="dynamicObject" status="add">

<StaMac dv="00:00:00:00:00:00" ml="18" rw="RW" t="string" v="FF:FF:FF:FF:FF:FF"></StaMac>

<DiagnosticsState dv="None" ml="16" rw="RW" t="string" v=""></DiagnosticsState>

<X_ASB_COM_DiagnosticsStartTime dv="0" rw="RW" t="int" v=""></X_ASB_COM_DiagnosticsStartTime>

<STASignal.1. n="NAccessSTAMonitorSTASignal" t="dynamicObject" status="deleted">

<Radio dv="2.4G" ml="8" rw="R" t="string" v=""></Radio>

<RSSI dv="-63" ml="8" rw="R" t="string" v=""></RSSI>

</STASignal.1.>

</Monitor.1.>

<Monitor.2. n="NAccessSTAMonitor" t="dynamicObject" status="add">

<StaMac dv="00:00:00:00:00:00" ml="18" rw="RW" t="string" v="FF:FF:FF:FF:FF:FF"></StaMac>

<DiagnosticsState dv="None" ml="16" rw="RW" t="string" v="None"></DiagnosticsState>

<X_ASB_COM_DiagnosticsStartTime dv="0" rw="RW" t="int" v="0"></X_ASB_COM_DiagnosticsStartTime>

<STASignal.1. n="NAccessSTAMonitorSTASignal" t="dynamicObject" status="deleted">

<Radio dv="2.4G" ml="8" rw="R" t="string" v="2.4G"></Radio>

<RSSI dv="-63" ml="8" rw="R" t="string" v="-63"></RSSI>

</STASignal.1.>

</Monitor.2.>

<Monitor.3. n="NAccessSTAMonitor" t="dynamicObject" status="add">

<StaMac dv="00:00:00:00:00:00" ml="18" rw="RW" t="string" v="FF:FF:FF:FF:FF:FF"></StaMac>

<DiagnosticsState dv="None" ml="16" rw="RW" t="string" v="None"></DiagnosticsState>

<X_ASB_COM_DiagnosticsStartTime dv="0" rw="RW" t="int" v="0"></X_ASB_COM_DiagnosticsStartTime>

<STASignal.1. n="NAccessSTAMonitorSTASignal" t="dynamicObject" status="deleted">

<Radio dv="2.4G" ml="8" rw="R" t="string" v="2.4G"></Radio>

<RSSI dv="-63" ml="8" rw="R" t="string" v="-63"></RSSI>

</STASignal.1.>

</Monitor.3.>

<Monitor.4. n="NAccessSTAMonitor" t="dynamicObject" status="add">

<StaMac dv="00:00:00:00:00:00" ml="18" rw="RW" t="string" v="FF:FF:FF:FF:FF:FF"></StaMac>

<DiagnosticsState dv="None" ml="16" rw="RW" t="string" v="None"></DiagnosticsState>

<X_ASB_COM_DiagnosticsStartTime dv="0" rw="RW" t="int" v="0"></X_ASB_COM_DiagnosticsStartTime>

<STASignal.1. n="NAccessSTAMonitorSTASignal" t="dynamicObject" status="deleted">

<Radio dv="2.4G" ml="8" rw="R" t="string" v="2.4G"></Radio>

<RSSI dv="-63" ml="8" rw="R" t="string" v="-63"></RSSI>

</STASignal.1.>

</Monitor.4.>

<Monitor.5. n="NAccessSTAMonitor" t="dynamicObject" status="add">

<StaMac dv="00:00:00:00:00:00" ml="18" rw="RW" t="string" v="FF:FF:FF:FF:FF:FF"></StaMac>

<DiagnosticsState dv="None" ml="16" rw="RW" t="string" v="None"></DiagnosticsState>

<X_ASB_COM_DiagnosticsStartTime dv="0" rw="RW" t="int" v="0"></X_ASB_COM_DiagnosticsStartTime>

<STASignal.1. n="NAccessSTAMonitorSTASignal" t="dynamicObject" status="deleted">

<Radio dv="2.4G" ml="8" rw="R" t="string" v="2.4G"></Radio>

<RSSI dv="-63" ml="8" rw="R" t="string" v="-63"></RSSI>

</STASignal.1.>

</Monitor.5.>

<Monitor.6. n="NAccessSTAMonitor" t="dynamicObject" status="add">

<StaMac dv="00:00:00:00:00:00" ml="18" rw="RW" t="string" v="FF:FF:FF:FF:FF:FF"></StaMac>

<DiagnosticsState dv="None" ml="16" rw="RW" t="string" v="None"></DiagnosticsState>

<X_ASB_COM_DiagnosticsStartTime dv="0" rw="RW" t="int" v="0"></X_ASB_COM_DiagnosticsStartTime>

<STASignal.1. n="NAccessSTAMonitorSTASignal" t="dynamicObject" status="deleted">

<Radio dv="2.4G" ml="8" rw="R" t="string" v="2.4G"></Radio>

<RSSI dv="-63" ml="8" rw="R" t="string" v="-63"></RSSI>

</STASignal.1.>

</Monitor.6.>

<Monitor.7. n="NAccessSTAMonitor" t="dynamicObject" status="add">

<StaMac dv="00:00:00:00:00:00" ml="18" rw="RW" t="string" v="FF:FF:FF:FF:FF:FF"></StaMac>

<DiagnosticsState dv="None" ml="16" rw="RW" t="string" v="None"></DiagnosticsState>

<X_ASB_COM_DiagnosticsStartTime dv="0" rw="RW" t="int" v="0"></X_ASB_COM_DiagnosticsStartTime>

<STASignal.1. n="NAccessSTAMonitorSTASignal" t="dynamicObject" status="deleted">

<Radio dv="2.4G" ml="8" rw="R" t="string" v="2.4G"></Radio>

<RSSI dv="-63" ml="8" rw="R" t="string" v="-63"></RSSI>

</STASignal.1.>

</Monitor.7.>

<Monitor.8. n="NAccessSTAMonitor" t="dynamicObject" status="add">

<StaMac dv="00:00:00:00:00:00" ml="18" rw="RW" t="string" v="FF:FF:FF:FF:FF:FF"></StaMac>

<DiagnosticsState dv="None" ml="16" rw="RW" t="string" v="None"></DiagnosticsState>

<X_ASB_COM_DiagnosticsStartTime dv="0" rw="RW" t="int" v="0"></X_ASB_COM_DiagnosticsStartTime>

<STASignal.1. n="NAccessSTAMonitorSTASignal" t="dynamicObject" status="deleted">

<Radio dv="2.4G" ml="8" rw="R" t="string" v="2.4G"></Radio>

<RSSI dv="-63" ml="8" rw="R" t="string" v="-63"></RSSI>

</STASignal.1.>

</Monitor.8.>

<Monitor.9. n="NAccessSTAMonitor" t="dynamicObject" status="add">

<StaMac dv="00:00:00:00:00:00" ml="18" rw="RW" t="string" v="FF:FF:FF:FF:FF:FF"></StaMac>

<DiagnosticsState dv="None" ml="16" rw="RW" t="string" v="None"></DiagnosticsState>

<X_ASB_COM_DiagnosticsStartTime dv="0" rw="RW" t="int" v="0"></X_ASB_COM_DiagnosticsStartTime>

<STASignal.1. n="NAccessSTAMonitorSTASignal" t="dynamicObject" status="deleted">

<Radio dv="2.4G" ml="8" rw="R" t="string" v="2.4G"></Radio>

<RSSI dv="-63" ml="8" rw="R" t="string" v="-63"></RSSI>

</STASignal.1.>

</Monitor.9.>

<Monitor.10. n="NAccessSTAMonitor" t="dynamicObject" status="add">

<StaMac dv="00:00:00:00:00:00" ml="18" rw="RW" t="string" v="FF:FF:FF:FF:FF:FF"></StaMac>

<DiagnosticsState dv="None" ml="16" rw="RW" t="string" v="None"></DiagnosticsState>

<X_ASB_COM_DiagnosticsStartTime dv="0" rw="RW" t="int" v="0"></X_ASB_COM_DiagnosticsStartTime>

<STASignal.1. n="NAccessSTAMonitorSTASignal" t="dynamicObject" status="deleted">

<Radio dv="2.4G" ml="8" rw="R" t="string" v="2.4G"></Radio>

<RSSI dv="-63" ml="8" rw="R" t="string" v="-63"></RSSI>

</STASignal.1.>

</Monitor.10.>

</CMCC_Wifi_NAccessSTA.>

<X_ASB_COM_MobileMgt. n="ASBMobileMgt" t="staticObject">

<DNSRedirectNumberOfEntries dv="0" rw="RW" t="unsignedInt" v="0"></DNSRedirectNumberOfEntries>

<OperatePlatform. n="OperatePlatform" t="staticObject">

<IP dv="" ml="32" rw="RW" t="string" v=""></IP>

<Port dv="0" rw="RW" t="unsignedInt" v="0"></Port>

<SharedPasswd ml="64" rw="RW" t="string" v=""></SharedPasswd>

</OperatePlatform.>

<WiFiBandSteering. n="WiFiBandSteering" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<BandsteeringSyncEnable dv="false" rw="RW" t="boolean" v="false"></BandsteeringSyncEnable>

<Capability rw="R" t="boolean" v="true"></Capability>

<RSSIThreshold min="-100" max="0" rw="RW" t="int" v="-60"></RSSIThreshold>

<RSSIThreshold5G min="-100" max="0" rw="RW" t="int" v="-80"></RSSIThreshold5G>

<ChannelUtilization5G min="0" max="100" rw="RW" t="unsignedInt" v="40"></ChannelUtilization5G>

<ChannelUtilizationThreshold5G min="0" max="100" rw="RW" t="unsignedInt" v="80"></ChannelUtilizationThreshold5G>

<STALoadThreshold2G rw="RW" t="unsignedInt" v="75"></STALoadThreshold2G>

<SteeringDetectInterval min="1" rw="RW" t="unsignedInt" v="30"></SteeringDetectInterval>

</WiFiBandSteering.>

<WifiTimer. n="WifiTimer" t="staticObject">

<StartTime dv="" ml="16" rw="RW" t="string" v="00:00"></StartTime>

<EndTime dv="" ml="16" rw="RW" t="string" v="23:59"></EndTime>

<ControlCycle dv="" ml="8" rw="RW" t="string" v="DAY"></ControlCycle>

<Enable dv="" ml="4" rw="RW" t="string" v="0"></Enable>

<SSIDMask dv="" rw="RW" t="unsignedInt" v="1"></SSIDMask>

</WifiTimer.>

<WifiTimerExArray. n="WifiTimerExArray" t="staticObject">

<Num dv="" rw="RW" t="unsignedInt" v="0"></Num>

<DelNum dv="" rw="RW" t="unsignedInt" v="0"></DelNum>

<WifiTimerEx.1. n="WifiTimerEx" t="dynamicObject" status="deleted">

<WeekDay dv="1" ml="16" rw="RW" t="string" v="1"></WeekDay>

<Time dv="00:00" ml="16" rw="RW" t="string" v="00:00"></Time>

<Active dv="0" ml="4" rw="RW" t="string" v="0"></Active>

<Enable dv="0" ml="4" rw="RW" t="string" v="0"></Enable>

<SSIDMask dv="1" rw="RW" t="unsignedInt" v="1"></SSIDMask>

</WifiTimerEx.1.>

</WifiTimerExArray.>

<BeaconVSIEManager. n="BeaconVSIEManager" t="staticObject">

<TxEnable dv="" rw="RW" t="boolean" v="false"></TxEnable>

<TxMaxEntryNum dv="" rw="RW" t="unsignedInt" v="8"></TxMaxEntryNum>

<TxCurrentEntryNum dv="" rw="RW" t="unsignedInt" v="0"></TxCurrentEntryNum>

<TxMaxConcurrentTask dv="" min="3" rw="RW" t="unsignedInt" v="3"></TxMaxConcurrentTask>

<RxEnable dv="" rw="RW" t="boolean" v="false"></RxEnable>

<RxMaxEntryNumber dv="" rw="RW" t="unsignedInt" v="8"></RxMaxEntryNumber>

<RxCurrentEntryNum dv="" rw="RW" t="unsignedInt" v="0"></RxCurrentEntryNum>

<RspTxMaxEntryNum dv="" rw="RW" t="unsignedInt" v="8"></RspTxMaxEntryNum>

<RspTxCurrentEntryNum dv="" rw="RW" t="unsignedInt" v="0"></RspTxCurrentEntryNum>

<BeaconTxVSIE.1. n="BeaconTxVSIE" t="dynamicObject" status="deleted">

<ServiceName dv="BeaconTxVSIEService" ml="65" rw="RW" t="string" v="BeaconTxVSIEService"></ServiceName>

<Status dv="0" max="3" min="0" rw="RW" t="unsignedInt" v="3"></Status>

<SSIDIndex dv="1" max="16" min="1" rw="RW" t="unsignedInt" v="1"></SSIDIndex>

<Duration dv="1" max="300" min="1" rw="RW" t="unsignedInt" v="1"></Duration>

<IEData dv="" ml="512" rw="RW" t="string" v=""></IEData>

<LenofIEData dv="0" max="255" min="0" rw="RW" t="unsignedInt" v="0"></LenofIEData>

</BeaconTxVSIE.1.>

<ProbeRxVSIE.1. n="ProbeRxVSIE" t="dynamicObject" status="deleted">

<ServiceName dv="ProbeRxVSIEService" ml="65" rw="RW" t="string" v="ProbeRxVSIEService"></ServiceName>

<ProbeBand dv="0" max="2" min="0" rw="RW" t="unsignedInt" v="0"></ProbeBand>

<OUI dv="" ml="8" rw="RW" t="string" v=""></OUI>

<RecordNum dv="0" max="65535" rw="RW" t="unsignedInt" v="0"></RecordNum>

<ProbeRxVSIERecord.1. n="ProbeRxVSIERecord" t="dynamicObject" status="deleted">

<MAC dv="" ml="18" rw="RW" t="string" v=""></MAC>

<VSIE dv="" ml="512" rw="RW" t="string" v=""></VSIE>

<BAND dv="0" max="2" min="0" rw="RW" t="unsignedInt" v="0"></BAND>

</ProbeRxVSIERecord.1.>

</ProbeRxVSIE.1.>

<ProbeRspTxVSIE.1. n="ProbeRspTxVSIE" t="dynamicObject" status="deleted">

<MAC dv="" ml="18" rw="RW" t="string" v=""></MAC>

<BAND dv="0" max="2" min="0" rw="RW" t="unsignedInt" v="0"></BAND>

<IEData dv="" ml="512" rw="RW" t="string" v=""></IEData>

<LenofIEData dv="0" max="255" min="0" rw="RW" t="unsignedInt" v="0"></LenofIEData>

</ProbeRspTxVSIE.1.>

</BeaconVSIEManager.>

<Roaming.1. n="Roaming" t="dynamicObject" status="deleted">

<BSSID dv="" ml="18" rw="RW" t="string" v=""></BSSID>

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<Start_time dv="65535" rw="RW" t="unsignedInt" v="65535"></Start_time>

<Threshold1_RSSI dv="-100" rw="RW" t="int" v="-100"></Threshold1_RSSI>

<Threshold2_RSSI dv="100" rw="RW" t="int" v="100"></Threshold2_RSSI>

</Roaming.1.>

<STAInfo.1. n="STAInfo" t="dynamicObject" status="deleted">

<id dv="0" rw="RW" t="Int" v="0"></id>

<MAC_STA dv="" ml="18" rw="RW" t="string" v=""></MAC_STA>

<BSSID dv="" ml="18" rw="RW" t="string" v=""></BSSID>

<Channel dv="0" rw="RW" t="Int" v="0"></Channel>

<antena dv="" ml="8" rw="RW" t="string" v=""></antena>

<protocol dv="" ml="16" rw="RW" t="string" v=""></protocol>

<radioType dv="" ml="8" rw="RW" t="string" v=""></radioType>

<frequencyWidth dv="" ml="8" rw="RW" t="string" v=""></frequencyWidth>

<RSSI dv="0" rw="RW" t="Int" v="0"></RSSI>

<NRate dv="0" rw="RW" t="unsignedInt" v="0"></NRate>

<BSS_Transition dv="false" rw="RW" t="boolean" v="false"></BSS_Transition>

<Beacon_Report_Support dv="false" rw="RW" t="boolean" v="false"></Beacon_Report_Support>

</STAInfo.1.>

<DNSRedirect.1. n="DNSRedirect" t="dynamicObject" status="deleted">

<Mode dv="1" rw="RW" t="unsignedInt" v="1"></Mode>

<SIP dv="" ml="32" rw="RW" t="string" v=""></SIP>

<DIP dv="" ml="32" rw="RW" t="string" v=""></DIP>

</DNSRedirect.1.>

</X_ASB_COM_MobileMgt.>

<X_CT-COM_DNSSpeedLimit. n="DNSSpeedLimit" t="staticObject">

<Domain dv="" ml="1024" rw="RW" t="string" v="NULL/1200"></Domain>

<LimitAction dv="" ml="32" rw="RW" t="string" v="Drop"></LimitAction>

<HgwInfo dv="" ml="128" rw="R" t="string" v=""></HgwInfo>

<DeviceInfo dv="" ml="1024" rw="R" t="string" v=""></DeviceInfo>

</X_CT-COM_DNSSpeedLimit.>

<X_CT-COM_Version. n="VERSION" t="staticObject">

<Version dv="" ml="64" rw="RW" t="string" v="1.1.0"></Version>

<Version1 dv="" ml="64" rw="RW" t="string" v="Q/CT 2603-2015|a0.2"></Version1>

<Version2 dv="" ml="64" rw="RW" t="string" v="Q/CT 2271-2014|a0.1"></Version2>

</X_CT-COM_Version.>

<LANInterfaces. n="LanInterface" t="staticObject">

<LANEthernetInterfaceConfig.1. n="IntLanEthIntf" t="dynamicObject">

<Enable rw="RW" t="boolean" v="true"></Enable>

<X_CMCC_Mode dv="0" rw="RW" t="unsignedInt" v=""></X_CMCC_Mode>

<X_CMCC_VLAN dv="" ml="64" rw="RW" t="string" v=""></X_CMCC_VLAN>

<X_CMCC_EtherTypeFilter dv="" ml="64" rw="RW" t="string" v=""></X_CMCC_EtherTypeFilter>

<SourceMAC dv="" ml="64" rw="RW" t="string" v=""></SourceMAC>

<DestinationMAC dv="" ml="64" rw="RW" t="string" v=""></DestinationMAC>

<X_CMCC_MACAddressNum dv="0" rw="RW" t="unsignedInt" v=""></X_CMCC_MACAddressNum>

<X_ALU_CMCC_DHCPRateLimitNum dv="0" rw="RW" t="unsignedInt" v=""></X_ALU_CMCC_DHCPRateLimitNum>

<X_ALU_CMCC_ARPRateLimitNum dv="0" rw="RW" t="unsignedInt" v=""></X_ALU_CMCC_ARPRateLimitNum>

<X_ALU_CMCC_IGMPRateLimitNum dv="0" rw="RW" t="unsignedInt" v=""></X_ALU_CMCC_IGMPRateLimitNum>

</LANEthernetInterfaceConfig.1.>

<LANEthernetInterfaceConfig.2. n="IntLanEthIntf" t="dynamicObject">

<Enable rw="RW" t="boolean" v="true"></Enable>

<X_CMCC_Mode dv="0" rw="RW" t="unsignedInt" v=""></X_CMCC_Mode>

<X_CMCC_VLAN dv="" ml="64" rw="RW" t="string" v=""></X_CMCC_VLAN>

<X_CMCC_EtherTypeFilter dv="" ml="64" rw="RW" t="string" v=""></X_CMCC_EtherTypeFilter>

<SourceMAC dv="" ml="64" rw="RW" t="string" v=""></SourceMAC>

<DestinationMAC dv="" ml="64" rw="RW" t="string" v=""></DestinationMAC>

<X_CMCC_MACAddressNum dv="0" rw="RW" t="unsignedInt" v=""></X_CMCC_MACAddressNum>

<X_ALU_CMCC_DHCPRateLimitNum dv="0" rw="RW" t="unsignedInt" v=""></X_ALU_CMCC_DHCPRateLimitNum>

<X_ALU_CMCC_ARPRateLimitNum dv="0" rw="RW" t="unsignedInt" v=""></X_ALU_CMCC_ARPRateLimitNum>

<X_ALU_CMCC_IGMPRateLimitNum dv="0" rw="RW" t="unsignedInt" v=""></X_ALU_CMCC_IGMPRateLimitNum>

</LANEthernetInterfaceConfig.2.>

<LANEthernetInterfaceConfig.3. n="IntLanEthIntf" t="dynamicObject">

<Enable rw="RW" t="boolean" v="true"></Enable>

<X_CMCC_Mode dv="0" rw="RW" t="unsignedInt" v=""></X_CMCC_Mode>

<X_CMCC_VLAN dv="" ml="64" rw="RW" t="string" v=""></X_CMCC_VLAN>

<X_CMCC_EtherTypeFilter dv="" ml="64" rw="RW" t="string" v=""></X_CMCC_EtherTypeFilter>

<SourceMAC dv="" ml="64" rw="RW" t="string" v=""></SourceMAC>

<DestinationMAC dv="" ml="64" rw="RW" t="string" v=""></DestinationMAC>

<X_CMCC_MACAddressNum dv="0" rw="RW" t="unsignedInt" v=""></X_CMCC_MACAddressNum>

<X_ALU_CMCC_DHCPRateLimitNum dv="0" rw="RW" t="unsignedInt" v=""></X_ALU_CMCC_DHCPRateLimitNum>

<X_ALU_CMCC_ARPRateLimitNum dv="0" rw="RW" t="unsignedInt" v=""></X_ALU_CMCC_ARPRateLimitNum>

<X_ALU_CMCC_IGMPRateLimitNum dv="0" rw="RW" t="unsignedInt" v=""></X_ALU_CMCC_IGMPRateLimitNum>

</LANEthernetInterfaceConfig.3.>

<LANEthernetInterfaceConfig.4. n="IntLanEthIntf" t="dynamicObject">

<Enable rw="RW" t="boolean" v="true"></Enable>

<X_CMCC_Mode dv="0" rw="RW" t="unsignedInt" v=""></X_CMCC_Mode>

<X_CMCC_VLAN dv="" ml="64" rw="RW" t="string" v=""></X_CMCC_VLAN>

<X_CMCC_EtherTypeFilter dv="" ml="64" rw="RW" t="string" v=""></X_CMCC_EtherTypeFilter>

<SourceMAC dv="" ml="64" rw="RW" t="string" v=""></SourceMAC>

<DestinationMAC dv="" ml="64" rw="RW" t="string" v=""></DestinationMAC>

<X_CMCC_MACAddressNum dv="0" rw="RW" t="unsignedInt" v=""></X_CMCC_MACAddressNum>

<X_ALU_CMCC_DHCPRateLimitNum dv="0" rw="RW" t="unsignedInt" v=""></X_ALU_CMCC_DHCPRateLimitNum>

<X_ALU_CMCC_ARPRateLimitNum dv="0" rw="RW" t="unsignedInt" v=""></X_ALU_CMCC_ARPRateLimitNum>

<X_ALU_CMCC_IGMPRateLimitNum dv="0" rw="RW" t="unsignedInt" v=""></X_ALU_CMCC_IGMPRateLimitNum>

</LANEthernetInterfaceConfig.4.>

<WLANConfiguration.1. n="IntLanWlan" t="dynamicObject" status="deleted">

<Enable rw="RW" t="boolean" v="true"></Enable>

<X_CMCC_Mode dv="0" rw="RW" t="unsignedInt" v="0"></X_CMCC_Mode>

<X_CMCC_VLAN dv="" ml="64" rw="RW" t="string" v=""></X_CMCC_VLAN>

<X_CMCC_EtherTypeFilter dv="" ml="64" rw="RW" t="string" v=""></X_CMCC_EtherTypeFilter>

<SourceMAC dv="" ml="64" rw="RW" t="string" v=""></SourceMAC>

<DestinationMAC dv="" ml="64" rw="RW" t="string" v=""></DestinationMAC>

<X_CMCC_AssociateNum dv="16" rw="RW" t="unsignedInt" v="16"></X_CMCC_AssociateNum>

</WLANConfiguration.1.>

</LANInterfaces.>

<X_ASB_COM_OmciActions. n="omciaction" t="staticObject">

<X_ASB_COM_VoipCfgMethodSwitchEnable rw="RW" t="boolean" v="true"></X_ASB_COM_VoipCfgMethodSwitchEnable>

</X_ASB_COM_OmciActions.>

<SoftwareModules. n="softwareModule" t="staticObject">

<ExecEnvNumberOfEntries dv="0" rw="RW" t="unsignedInt" v="2"></ExecEnvNumberOfEntries>

<DeploymentUnitNumberOfEntries dv="0" rw="RW" t="unsignedInt" v="4"></DeploymentUnitNumberOfEntries>

<ExecutionUnitNumberOfEntries dv="0" rw="RW" t="unsignedInt" v="0"></ExecutionUnitNumberOfEntries>

<ExecEnv.1. n="execEnv" t="dynamicObject" status="">

<Enable rw="RW" t="boolean" v="False"></Enable>

<Status dv="" ml="16" rw="R" t="string" v="Up"></Status>

<Reset rw="RW" t="boolean" v="False"></Reset>

<Name dv="" ml="32" rw="R" t="string" v="JVM"></Name>

<Type dv="" ml="32" rw="R" t="string" v="JVM"></Type>

<Vendor dv="" ml="128" rw="R" t="string" v="NSB"></Vendor>

<Version dv="" ml="32" rw="R" t="string" v="1.8.0"></Version>

<ParentExecEnv dv="" ml="256" rw="R" t="string" v=""></ParentExecEnv>

<X_CMCC_APICapabilites.1. n="APICapabilites" t="dynamicObject" status="add">

<Name dv="" ml="256" rw="R" t="string" v=""></Name>

</X_CMCC_APICapabilites.1.>

</ExecEnv.1.>

<ExecEnv.2. n="execEnv" t="dynamicObject" status="">

<Enable rw="RW" t="boolean" v="False"></Enable>

<Status dv="" ml="16" rw="R" t="string" v="Up"></Status>

<Reset rw="RW" t="boolean" v="False"></Reset>

<Name dv="" ml="32" rw="R" t="string" v="OSGi"></Name>

<Type dv="" ml="32" rw="R" t="string" v="OSGi"></Type>

<Vendor dv="" ml="128" rw="R" t="string" v="NSB"></Vendor>

<Version dv="" ml="32" rw="R" t="string" v="5.4.0"></Version>

<ParentExecEnv dv="" ml="256" rw="R" t="string" v="InternetGatewayDevice.SoftwareModules.ExecEnv.1"></ParentExecEnv>

<X_CMCC_APICapabilites.1. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.lanservices.EthConfigService"></Name>

</X_CMCC_APICapabilites.1.>

<X_CMCC_APICapabilites.2. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.transferservices.VLANBindConfigService"></Name>

</X_CMCC_APICapabilites.2.>

<X_CMCC_APICapabilites.3. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.accessservices.WanConfigService"></Name>

</X_CMCC_APICapabilites.3.>

<X_CMCC_APICapabilites.4. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.lanservices.WlanSecretQueryService"></Name>

</X_CMCC_APICapabilites.4.>

<X_CMCC_APICapabilites.5. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.addressservices.LANIPConfigService"></Name>

</X_CMCC_APICapabilites.5.>

<X_CMCC_APICapabilites.6. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.addressservices.PortMappingConfigService"></Name>

</X_CMCC_APICapabilites.6.>

<X_CMCC_APICapabilites.7. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.addressservices.PortMappingQueryService"></Name>

</X_CMCC_APICapabilites.7.>

<X_CMCC_APICapabilites.8. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.transferservices.StaticLayer3ForwardingConfigService"></Name>

</X_CMCC_APICapabilites.8.>

<X_CMCC_APICapabilites.9. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.commservices.DeviceRsetService"></Name>

</X_CMCC_APICapabilites.9.>

<X_CMCC_APICapabilites.10. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.transferservices.TrafficQoSService"></Name>

</X_CMCC_APICapabilites.10.>

<X_CMCC_APICapabilites.11. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.transferservices.TrafficDetailProcessService"></Name>

</X_CMCC_APICapabilites.11.>

<X_CMCC_APICapabilites.12. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.transferservices.TrafficMirrorService"></Name>

</X_CMCC_APICapabilites.12.>

<X_CMCC_APICapabilites.13. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.transferservices.TrafficForwardService"></Name>

</X_CMCC_APICapabilites.13.>

<X_CMCC_APICapabilites.14. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.commservices.DeviceConfigService"></Name>

</X_CMCC_APICapabilites.14.>

<X_CMCC_APICapabilites.15. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.transferservices.TransferQueryService"></Name>

</X_CMCC_APICapabilites.15.>

<X_CMCC_APICapabilites.16. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.lanservices.EthQueryService"></Name>

</X_CMCC_APICapabilites.16.>

<X_CMCC_APICapabilites.17. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.voipservices.VoIPInfoQueryService"></Name>

</X_CMCC_APICapabilites.17.>

<X_CMCC_APICapabilites.18. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.voipservices.VoIPInfoSubscribeService"></Name>

</X_CMCC_APICapabilites.18.>

<X_CMCC_APICapabilites.19. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.accessservices.IPPingDiagnosticsService"></Name>

</X_CMCC_APICapabilites.19.>

<X_CMCC_APICapabilites.20. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.accessservices.TraceRouteDiagnosticsService"></Name>

</X_CMCC_APICapabilites.20.>

<X_CMCC_APICapabilites.21. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.commservices.DeviceSecretInfoQueryService"></Name>

</X_CMCC_APICapabilites.21.>

<X_CMCC_APICapabilites.22. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.transferservices.TrafficMonitoringConfigService"></Name>

</X_CMCC_APICapabilites.22.>

<X_CMCC_APICapabilites.23. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.lanservices.LanHostSpeedLimitService"></Name>

</X_CMCC_APICapabilites.23.>

<X_CMCC_APICapabilites.24. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.accessservices.AccessInfoQueryService"></Name>

</X_CMCC_APICapabilites.24.>

<X_CMCC_APICapabilites.25. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.commservices.DeviceInfoQueryService"></Name>

</X_CMCC_APICapabilites.25.>

<X_CMCC_APICapabilites.26. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.commservices.RegistrationService"></Name>

</X_CMCC_APICapabilites.26.>

<X_CMCC_APICapabilites.27. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.commservices.UsbService"></Name>

</X_CMCC_APICapabilites.27.>

<X_CMCC_APICapabilites.28. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.lanservices.WlanConfigService"></Name>

</X_CMCC_APICapabilites.28.>

<X_CMCC_APICapabilites.29. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.lanservices.WlanQueryService"></Name>

</X_CMCC_APICapabilites.29.>

<X_CMCC_APICapabilites.30. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.addressservices.LANIPInfoQueryService"></Name>

</X_CMCC_APICapabilites.30.>

<X_CMCC_APICapabilites.31. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.lanservices.LanNetworkNameConfigService"></Name>

</X_CMCC_APICapabilites.31.>

<X_CMCC_APICapabilites.32. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.lanservices.LANHostsInfoQueryService"></Name>

</X_CMCC_APICapabilites.32.>

<X_CMCC_APICapabilites.33. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.commservices.DeviceAccessRightQueryService"></Name>

</X_CMCC_APICapabilites.33.>

<X_CMCC_APICapabilites.34. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.commservices.DeviceAccessRightConfigService"></Name>

</X_CMCC_APICapabilites.34.>

<X_CMCC_APICapabilites.35. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.lanservices.LanNetworkAccessConfigService"></Name>

</X_CMCC_APICapabilites.35.>

<X_CMCC_APICapabilites.36. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.lanservices.LanHostSpeedQueryService"></Name>

</X_CMCC_APICapabilites.36.>

<X_CMCC_APICapabilites.37. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.accessservices.IPDetectService"></Name>

</X_CMCC_APICapabilites.37.>

<X_CMCC_APICapabilites.38. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.transferservices.L2TPVPNService"></Name>

</X_CMCC_APICapabilites.38.>

<X_CMCC_APICapabilites.39. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.accessservices.HttpDownloadDiagnosticsService"></Name>

</X_CMCC_APICapabilites.39.>

<X_CMCC_APICapabilites.40. n="APICapabilites" t="dynamicObject" status="">

<Name dv="" ml="256" rw="R" t="string" v="com.chinamobile.smartgateway.accessservices.HttpUploadDiagnosticsService"></Name>

</X_CMCC_APICapabilites.40.>

</ExecEnv.2.>

<DeploymentUnit.1. n="deployUnit" t="dynamicObject" status="">

<UUID dv="" ml="36" rw="R" t="string" v="a397a255-53be-41fc-996b-521413e9e22"></UUID>

<DUID dv="" ml="64" rw="R" t="string" v="518e1f56-0857-49a7-a5d0-528277751b99"></DUID>

<Name dv="" ml="64" rw="R" t="string" v="com.chinamobile.smartgateway.andlink"></Name>

<Status dv="" ml="16" rw="R" t="string" v="Installed"></Status>

<Resolved rw="R" t="boolean" v="True"></Resolved>

<URL dv="" ml="1024" rw="R" t="string" v=""></URL>

<Description dv="" ml="256" rw="R" t="string" v=""></Description>

<Vendor dv="" ml="128" rw="R" t="string" v="ChinaMobile"></Vendor>

<Version dv="" ml="32" rw="R" t="string" v="2.6.0"></Version>

<ExecutionUnitList dv="" ml="1024" rw="R" t="string" v=""></ExecutionUnitList>

<ExecutionEnvRef dv="" ml="1024" rw="R" t="string" v="InternetGatewayDevice.SoftwareModules.ExecEnv.2"></ExecutionEnvRef>

</DeploymentUnit.1.>

<DeploymentUnit.2. n="deployUnit" t="dynamicObject" status="">

<UUID dv="" ml="36" rw="R" t="string" v="4aed583d-6a52-49d5-b668-8ead955f3c3"></UUID>

<DUID dv="" ml="64" rw="R" t="string" v="b5c48cdd-6c11-453d-91b4-59cfce233d27"></DUID>

<Name dv="" ml="64" rw="R" t="string" v="com.chinamobile.smartgateway.cmccdpi"></Name>

<Status dv="" ml="16" rw="R" t="string" v="Installed"></Status>

<Resolved rw="R" t="boolean" v="True"></Resolved>

<URL dv="" ml="1024" rw="R" t="string" v=""></URL>

<Description dv="" ml="256" rw="R" t="string" v=""></Description>

<Vendor dv="" ml="128" rw="R" t="string" v="ChinaMobile"></Vendor>

<Version dv="" ml="32" rw="R" t="string" v="4.3.2.JiaKuan"></Version>

<ExecutionUnitList dv="" ml="1024" rw="R" t="string" v=""></ExecutionUnitList>

<ExecutionEnvRef dv="" ml="1024" rw="R" t="string" v="InternetGatewayDevice.SoftwareModules.ExecEnv.2"></ExecutionEnvRef>

</DeploymentUnit.2.>

<DeploymentUnit.3. n="deployUnit" t="dynamicObject" status="">

<UUID dv="" ml="36" rw="R" t="string" v="dfa7f996-fc1e-4e66-8e7b-8cca30428fb"></UUID>

<DUID dv="" ml="64" rw="R" t="string" v="9f7bced1-b8b1-40ec-b3bb-2e15630e3cdc"></DUID>

<Name dv="" ml="64" rw="R" t="string" v="com.chinamobile.smartgateway.appcore"></Name>

<Status dv="" ml="16" rw="R" t="string" v="Installed"></Status>

<Resolved rw="R" t="boolean" v="True"></Resolved>

<URL dv="" ml="1024" rw="R" t="string" v=""></URL>

<Description dv="" ml="256" rw="R" t="string" v=""></Description>

<Vendor dv="" ml="128" rw="R" t="string" v="ChinaMobile"></Vendor>

<Version dv="" ml="32" rw="R" t="string" v="3.2.0"></Version>

<ExecutionUnitList dv="" ml="1024" rw="R" t="string" v=""></ExecutionUnitList>

<ExecutionEnvRef dv="" ml="1024" rw="R" t="string" v="InternetGatewayDevice.SoftwareModules.ExecEnv.2"></ExecutionEnvRef>

</DeploymentUnit.3.>

<DeploymentUnit.4. n="deployUnit" t="dynamicObject" status="">

<UUID dv="" ml="36" rw="R" t="string" v="a43a7a06-20a7-4c1b-874c-f5ec889668d"></UUID>

<DUID dv="" ml="64" rw="R" t="string" v="68a0096f-8e93-4bc9-95ac-cf9789f35105"></DUID>

<Name dv="" ml="64" rw="R" t="string" v="com.cmcc.wuyougateway"></Name>

<Status dv="" ml="16" rw="R" t="string" v="Installed"></Status>

<Resolved rw="R" t="boolean" v="True"></Resolved>

<URL dv="" ml="1024" rw="R" t="string" v=""></URL>

<Description dv="" ml="256" rw="R" t="string" v=""></Description>

<Vendor dv="" ml="128" rw="R" t="string" v="ChinaMobile"></Vendor>

<Version dv="" ml="32" rw="R" t="string" v="5.0.3"></Version>

<ExecutionUnitList dv="" ml="1024" rw="R" t="string" v=""></ExecutionUnitList>

<ExecutionEnvRef dv="" ml="1024" rw="R" t="string" v="InternetGatewayDevice.SoftwareModules.ExecEnv.2"></ExecutionEnvRef>

</DeploymentUnit.4.>

<ExecutionUnit.1. n="execUnit" t="dynamicObject" status="deleted">

<EUID dv="" ml="64" rw="R" t="string" v=""></EUID>

<Name dv="" ml="64" rw="R" t="string" v=""></Name>

<Status dv="" ml="16" rw="R" t="string" v=""></Status>

<RequestedState dv="" ml="16" rw="RW" t="string" v=""></RequestedState>

<ExecutionFaultCode dv="" ml="32" rw="R" t="string" v=""></ExecutionFaultCode>

<ExecutionFaultMessage dv="" ml="256" rw="R" t="string" v=""></ExecutionFaultMessage>

<AutoStart rw="RW" t="boolean" v="true"></AutoStart>

<Vendor dv="" ml="128" rw="R" t="string" v=""></Vendor>

<Version dv="" ml="32" rw="R" t="string" v=""></Version>

<Description dv="" ml="256" rw="R" t="string" v=""></Description>

<ExecutionEnvRef dv="" ml="1024" rw="R" t="string" v=""></ExecutionEnvRef>

</ExecutionUnit.1.>

<X_CMCC_DUPermission.1. n="DUPermission" t="dynamicObject" status="deleted">

<DUName dv="" ml="64" rw="RW" t="string" v=""></DUName>

<API.1. n="API" t="dynamicObject" status="deleted">

<Name dv="" ml="256" rw="RW" t="string" v=""></Name>

</API.1.>

</X_CMCC_DUPermission.1.>

</SoftwareModules.>

<X_ASB_COM_PluginMgr. n="PluginMgr" t="staticObject">

<Plugin.1. n="Plugin" t="dynamicObject" status="deleted">

<Name dv="" ml="32" rw="RW" t="string" v=""></Name>

<State dv="0" rw="RW" t="unsignedInt" v="0"></State>

</Plugin.1.>

</X_ASB_COM_PluginMgr.>

<X_CMCC_Security. n="Security" t="staticObject">

<DoSEnable rw="RW" t="boolean" v="true"></DoSEnable>

<PortScanEnable rw="RW" t="boolean" v="false"></PortScanEnable>

<FirewallEnable rw="RW" t="boolean" v="false"></FirewallEnable>

<FirewallLevel rw="RW" t="unsignedInt" v=""></FirewallLevel>

<IPFilterInEnable rw="RW" t="boolean" v="false"></IPFilterInEnable>

<IPFilterInPolicy rw="RW" t="unsignedInt" v=""></IPFilterInPolicy>

<IPFilterOutEnable rw="RW" t="boolean" v="false"></IPFilterOutEnable>

<IPFilterOutPolicy rw="RW" t="unsignedInt" v=""></IPFilterOutPolicy>

<IPv6SessionSecurityEnable rw="RW" t="boolean" v="true"></IPv6SessionSecurityEnable>

<MacFilterEnable rw="RW" t="boolean" v="false"></MacFilterEnable>

<MacFilterPolicy rw="RW" t="boolean" v="false"></MacFilterPolicy>

<MacFilter.1. n="NoInternetMacFilter" t="dynamicObject" status="deleted">

<Name dv="" ml="32" rw="RW" t="string" v=""></Name>

<SourceMACAddress dv="" ml="32" rw="RW" t="string" v=""></SourceMACAddress>

</MacFilter.1.>

<IPFilterIn.1. n="IPFilterIn" t="dynamicObject" status="deleted">

<Name dv="" ml="256" rw="RW" t="string" v=""></Name>

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<SourceIPStart dv="" ml="16" rw="RW" t="string" v=""></SourceIPStart>

<SourceIPEnd dv="" ml="16" rw="RW" t="string" v=""></SourceIPEnd>

<DestIPStart dv="" ml="16" rw="RW" t="string" v=""></DestIPStart>

<DestIPEnd dv="" ml="16" rw="RW" t="string" v=""></DestIPEnd>

<Protocol dv="ALL" ml="16" rw="RW" t="string" v="ALL" va="IPFilterProtocolValues"></Protocol>

<SourcePortStart dv="" rw="RW" t="unsignedInt" v=""></SourcePortStart>

<SourcePortEnd dv="" rw="RW" t="unsignedInt" v=""></SourcePortEnd>

<DestPortStart dv="" rw="RW" t="unsignedInt" v=""></DestPortStart>

<DestPortEnd dv="" rw="RW" t="unsignedInt" v=""></DestPortEnd>

<StartTime dv="" ml="16" rw="RW" t="string" v=""></StartTime>

<EndTime dv="" ml="16" rw="RW" t="string" v=""></EndTime>

<RepeatDay dv="" ml="16" rw="RW" t="string" v=""></RepeatDay>

</IPFilterIn.1.>

<IPFilterOut.1. n="IPFilterOut" t="dynamicObject" status="deleted">

<Name dv="" ml="256" rw="RW" t="string" v=""></Name>

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<SourceIPStart dv="" ml="16" rw="RW" t="string" v=""></SourceIPStart>

<SourceIPEnd dv="" ml="16" rw="RW" t="string" v=""></SourceIPEnd>

<DestIPStart dv="" ml="16" rw="RW" t="string" v=""></DestIPStart>

<DestIPEnd dv="" ml="16" rw="RW" t="string" v=""></DestIPEnd>

<Protocol dv="ALL" ml="16" rw="RW" t="string" v="ALL" va="IPFilterProtocolValues"></Protocol>

<SourcePortStart dv="" rw="RW" t="unsignedInt" v=""></SourcePortStart>

<SourcePortEnd dv="" rw="RW" t="unsignedInt" v=""></SourcePortEnd>

<DestPortStart dv="" rw="RW" t="unsignedInt" v=""></DestPortStart>

<DestPortEnd dv="" rw="RW" t="unsignedInt" v=""></DestPortEnd>

<StartTime dv="" ml="16" rw="RW" t="string" v=""></StartTime>

<EndTime dv="" ml="16" rw="RW" t="string" v=""></EndTime>

<RepeatDay dv="" ml="16" rw="RW" t="string" v=""></RepeatDay>

</IPFilterOut.1.>

<MACFilterOut.1. n="MACFilterOut" t="dynamicObject" status="deleted">

<MAC dv="" ml="64" rw="RW" t="string" v=""></MAC>

</MACFilterOut.1.>

<MACFilterIn.1. n="MACFilterIn" t="dynamicObject" status="deleted">

<MAC dv="" ml="64" rw="RW" t="string" v=""></MAC>

</MACFilterIn.1.>

<URLFilter.1. n="URLFilter" t="dynamicObject" status="deleted">

<URLFilter_Name dv="" ml="256" rw="RW" t="string" v=""></URLFilter_Name>

<URLFilter_Enable dv="false" rw="RW" t="boolean" v="false"></URLFilter_Enable>

<URLFilter_URL dv="" ml="256" rw="RW" t="string" v=""></URLFilter_URL>

<StartTime dv="" ml="16" rw="RW" t="string" v=""></StartTime>

<EndTime dv="" ml="16" rw="RW" t="string" v=""></EndTime>

<RepeatDay dv="" ml="16" rw="RW" t="string" v=""></RepeatDay>

</URLFilter.1.>

<ParentalCtrl. n="ParentalCtrl" t="staticObject">

<MAC.1. n="parCtlMac" t="dynamicObject" status="deleted">

<MACAddress dv="" ml="31" rw="RW" t="string" v=""></MACAddress>

<Description dv="" ml="63" rw="RW" t="string" v=""></Description>

<TemplateInst dv="" rw="RW" t="unsignedInt" v=""></TemplateInst>

</MAC.1.>

<Templates.1. n="parCtlTemplates" t="dynamicObject" status="deleted">

<Name dv="" ml="32" rw="RW" t="string" v=""></Name>

<UrlFilterPolicy dv="false" rw="RW" t="boolean" v="false"></UrlFilterPolicy>

<UrlFilterRight dv="false" rw="RW" t="boolean" v="false"></UrlFilterRight>

<DurationPolicy dv="false" rw="RW" t="boolean" v="false"></DurationPolicy>

<DurationRight dv="false" rw="RW" t="boolean" v="false"></DurationRight>

<Duration.1. n="parCtlDuration" t="dynamicObject" status="deleted">

<StartTime dv="" ml="16" rw="RW" t="string" v=""></StartTime>

<EndTime dv="" ml="16" rw="RW" t="string" v=""></EndTime>

<RepeatDay dv="" ml="16" rw="RW" t="string" v=""></RepeatDay>

</Duration.1.>

<UrlFilter.1. n="parCtlUrlFilter" t="dynamicObject" status="deleted">

<UrlAddress dv="" ml="64" rw="RW" t="string" v=""></UrlAddress>

<X_ASB_COM_UrlFlag rw="RW" t="unsignedInt" v="0"></X_ASB_COM_UrlFlag>

</UrlFilter.1.>

</Templates.1.>

</ParentalCtrl.>

</X_CMCC_Security.>

<X_ASB_COM_CRONDTAB. n="crondtab" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<RuleHeap rw="RW" t="boolean" v="false"></RuleHeap>

<Minute ml="16" rw="RW" t="string" v="none"></Minute>

<Hour ml="16" rw="RW" t="string" v="none"></Hour>

<Day ml="16" rw="RW" t="string" v="none"></Day>

<Month ml="16" rw="RW" t="string" v="none"></Month>

<Week ml="16" rw="RW" t="string" v="none"></Week>

<Action ml="256" rw="RW" t="string" v=""></Action>

</X_ASB_COM_CRONDTAB.>

<X_ASB_COM_CRONDTAB_LIST. n="crondtablist" t="staticObject">

<Task.1. n="crondtask" t="dynamicObject">

<Enable dv="false" rw="RW" t="boolean" v="True"></Enable>

<RuleHeap dv="false" rw="RW" t="boolean" v="False"></RuleHeap>

<Minute dv="none" ml="16" rw="RW" t="string" v="0"></Minute>

<Hour dv="none" ml="16" rw="RW" t="string" v="0"></Hour>

<Day dv="none" ml="16" rw="RW" t="string" v="none"></Day>

<Month dv="none" ml="16" rw="RW" t="string" v="none"></Month>

<Week dv="none" ml="16" rw="RW" t="string" v="none"></Week>

<Action dv="" ml="256" rw="RW" t="string" v="/sbin/diagcli zeroReport"></Action>

</Task.1.>

</X_ASB_COM_CRONDTAB_LIST.>

<X_ASB_COM_BUCPE. n="IGDBUCPE" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<X_ASB_COM_Record. n="BUCPEASBRecord" t="staticObject">

<LastPeriodInfoTimeStamp dv="" rw="RW" t="unsignedInt" v=""></LastPeriodInfoTimeStamp>

<LastTaskResultInfoTimeStamp dv="" rw="RW" t="unsignedInt" v=""></LastTaskResultInfoTimeStamp>

</X_ASB_COM_Record.>

<BUCPEDeviceInfo. n="BUCPEDeviceInfo" t="staticObject">

<UUID dv="" ml="64" rw="RW" t="string" v=""></UUID>

<OperatorID dv="" ml="64" rw="R" t="string" v="" va="OperatorIDValues"></OperatorID>

<VendorID dv="ALCL" ml="5" rw="R" t="string" v="ALCL"></VendorID>

<ModelStr dv="" ml="17" rw="R" t="string" v=""></ModelStr>

<SoftVer dv="" ml="17" rw="R" t="string" v=""></SoftVer>

<SerialNum dv="" ml="17" rw="R" t="string" v=""></SerialNum>

<WANMAC dv="" ml="13" rw="R" t="string" v=""></WANMAC>

<DevMAC dv="" ml="13" rw="R" t="string" v=""></DevMAC>

<Uplink ml="32" rw="R" t="string" v="GPON" va="UplinkTypeValues"></Uplink>

<ProtocolVer dv="1.0" ml="16" rw="R" t="string" v="1.0"></ProtocolVer>

<DeviceTime dv="" ml="15" rw="R" t="string" v=""></DeviceTime>

<RegID dv="" ml="65" rw="RW" t="string" v=""></RegID>

</BUCPEDeviceInfo.>

<GISInfoA. n="BUCPEGISInfoA" t="staticObject">

<Status dv="unset" ml="64" rw="RW" t="string" v="unset" va="GISInfoStatusValues"></Status>

<Long dv="" rw="RW" t="int" v=""></Long>

<Lat dv="" rw="RW" t="int" v=""></Lat>

<Altitudes dv="" rw="RW" t="int" v=""></Altitudes>

<HorizontalError dv="0" rw="RW" t="int" v="0"></HorizontalError>

<VerticalError dv="0" rw="RW" t="int" v="0"></VerticalError>

<GISInterface dv="A" ml="8" rw="R" t="string" v="A"></GISInterface>

<AreaCode dv="" ml="13" rw="RW" t="string" v=""></AreaCode>

<GISLockTime dv="" ml="15" rw="RW" t="string" v=""></GISLockTime>

<GISDigest dv="" ml="256" rw="RW" t="string" v=""></GISDigest>

<X_ASB_COM_FirstInfoSuccessFlag dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_FirstInfoSuccessFlag>

</GISInfoA.>

<GISInfoB. n="BUCPEGISInfoB" t="staticObject">

<Status dv="unset" ml="64" rw="RW" t="string" v="unset" va="GISInfoStatusValues"></Status>

<Long dv="" rw="RW" t="int" v=""></Long>

<Lat dv="" rw="RW" t="int" v=""></Lat>

<Altitudes dv="" rw="RW" t="int" v=""></Altitudes>

<HorizontalError dv="0" rw="RW" t="int" v="0"></HorizontalError>

<VerticalError dv="0" rw="RW" t="int" v="0"></VerticalError>

<GISInterface dv="B" ml="8" rw="R" t="string" v="B"></GISInterface>

<AreaCode dv="" ml="13" rw="RW" t="string" v=""></AreaCode>

<GISLockTime dv="" ml="15" rw="RW" t="string" v=""></GISLockTime>

<GISDigest dv="" ml="256" rw="RW" t="string" v=""></GISDigest>

<X_ASB_COM_FirstInfoSuccessFlag dv="false" rw="RW" t="boolean" v="false"></X_ASB_COM_FirstInfoSuccessFlag>

</GISInfoB.>

<Counter. n="BUCPECounter" t="staticObject">

<SuccessTask dv="0" rw="RW" t="unsignedInt" v=""></SuccessTask>

<FailTask dv="0" rw="RW" t="unsignedInt" v=""></FailTask>

<FailInform dv="0" rw="RW" t="unsignedInt" v=""></FailInform>

<SuccessInform dv="0" rw="RW" t="unsignedInt" v=""></SuccessInform>

<FailResult dv="0" rw="RW" t="unsignedInt" v=""></FailResult>

<SuccessResult dv="0" rw="RW" t="unsignedInt" v=""></SuccessResult>

</Counter.>

<X_ASB_COM_BUCPEPreconfig. n="BUCPEPreconfig" t="staticObject">

<X_ASB_COM_MgtPlatformFirstURL dv="" ml="128" rw="RW" t="string" v="bbums.cn"></X_ASB_COM_MgtPlatformFirstURL>

<X_ASB_COM_MgtPlatformSecondURL dv="" ml="128" rw="RW" t="string" v="bbums.org.cn"></X_ASB_COM_MgtPlatformSecondURL>

<X_ASB_COM_InfoFirstURL dv="" ml="128" rw="RW" t="string" v="http://www.bbums.cn/reg/"></X_ASB_COM_InfoFirstURL>

<X_ASB_COM_InfoSecondURL dv="" ml="128" rw="RW" t="string" v="http://www.bbums.org.cn/reg/"></X_ASB_COM_InfoSecondURL>

<X_ASB_COM_PeriodInfoInterval dv="1440" rw="RW" t="unsignedInt" v="1440"></X_ASB_COM_PeriodInfoInterval>

<X_ASB_COM_TaskExecInterval dv="168" rw="RW" t="unsignedInt" v="168"></X_ASB_COM_TaskExecInterval>

<X_ASB_COM_GISInfoAWaitingTime dv="30" rw="RW" t="unsignedInt" v="30"></X_ASB_COM_GISInfoAWaitingTime>

<X_ASB_COM_SpeedTestFirstURLPrefix dv="" ml="128" rw="RW" t="string" v="http://www.bbums.cn/speedtest/"></X_ASB_COM_SpeedTestFirstURLPrefix>

<X_ASB_COM_SpeedTestSecondURLPrefix dv="" ml="128" rw="RW" t="string" v="http://www.bbums.org.cn/speedtest/"></X_ASB_COM_SpeedTestSecondURLPrefix>

<X_ASB_COM_TracerouteTestURL dv="" ml="128" rw="RW" t="string" v="trace.bbums.cn"></X_ASB_COM_TracerouteTestURL>

<X_ASB_COM_MgtPlatformTimeServerURL dv="" ml="128" rw="RW" t="string" v="time.bbums.cn"></X_ASB_COM_MgtPlatformTimeServerURL>

<X_ASB_COM_InfoNmgURL ml="128" rw="RW" t="string" v=""></X_ASB_COM_InfoNmgURL>

<MgtPlatformDualReportEnable rw="RW" t="boolean" v=""></MgtPlatformDualReportEnable>

<NmgReportFlag rw="RW" t="boolean" v=""></NmgReportFlag>

</X_ASB_COM_BUCPEPreconfig.>

<SiteSpeedResult. n="SiteSpeedResult" t="staticObject">

<DestUrl dv="" ml="512" rw="RW" t="string" v=""></DestUrl>

<DestIP dv="" ml="64" rw="RW" t="string" v=""></DestIP>

<Threads dv="0" rw="RW" t="unsignedInt" v="1"></Threads>

<SpeedTable dv="" ml="512" rw="RW" t="string" v=""></SpeedTable>

<Error. n="Error" t="staticObject">

<ErrorCode dv="0" rw="RW" t="unsignedInt" v="0"></ErrorCode>

<DNSErrorCode dv="0" rw="RW" t="unsignedInt" v="0"></DNSErrorCode>

<NetErrorCode dv="0" rw="RW" t="unsignedInt" v="0"></NetErrorCode>

<HTTPErrorCode dv="0" rw="RW" t="unsignedInt" v="0"></HTTPErrorCode>

</Error.>

</SiteSpeedResult.>

<TraceRouteResult. n="TraceRouteResult" t="staticObject">

<DestIP dv="" ml="32" rw="RW" t="string" v=""></DestIP>

<MaxTTL dv="0" rw="RW" t="unsignedInt" v="30"></MaxTTL>

<Method dv="" ml="32" rw="RW" t="string" v="tcp"></Method>

<PathTable.1. n="PathTable" t="dynamicObject" status="deleted">

<IP1 dv="" ml="32" rw="RW" t="string" v=""></IP1>

<Time1 dv="" ml="32" rw="RW" t="string" v=""></Time1>

<IP2 dv="" ml="32" rw="RW" t="string" v=""></IP2>

<Time2 dv="" ml="32" rw="RW" t="string" v=""></Time2>

<IP3 dv="" ml="32" rw="RW" t="string" v=""></IP3>

<Time3 dv="" ml="32" rw="RW" t="string" v=""></Time3>

</PathTable.1.>

<TraceRouteError. n="TraceRouteError" t="staticObject">

<ErrorCode dv="0" rw="RW" t="unsignedInt" v="0"></ErrorCode>

<DNSErrorCode dv="0" rw="RW" t="unsignedInt" v="0"></DNSErrorCode>

<NetErrorCode dv="0" rw="RW" t="unsignedInt" v="0"></NetErrorCode>

<HTTPErrorCode dv="0" rw="RW" t="unsignedInt" v="0"></HTTPErrorCode>

</TraceRouteError.>

</TraceRouteResult.>

</X_ASB_COM_BUCPE.>

<X_ASB_COM_WIFIDOG. n="IGDWIFIDOG" t="staticObject">

<Enable rw="RW" t="unsignedInt" v="0"></Enable>

</X_ASB_COM_WIFIDOG.>

<X_ASB_COM_PON_MODE. n="AdaptivePonMode" t="staticObject">

<InitPonMode dv="" ml="32" rw="RW" t="string" v="BOARD_UPLINK_XGPON1"></InitPonMode>

<CurrentPonMode dv="Unknown" ml="32" rw="RW" t="string" v="Unknown"></CurrentPonMode>

<EnableAutoPon rw="RW" t="boolean" v="True"></EnableAutoPon>

<HasAutoPonCapability rw="RW" t="boolean" v="False"></HasAutoPonCapability>

<LastProbeEventSysTime dv="" ml="64" rw="RW" t="string" v=""></LastProbeEventSysTime>

<TotalSwitchCounts dv="0" rw="RW" t="unsignedInt" v="0"></TotalSwitchCounts>

</X_ASB_COM_PON_MODE.>

<X_ASB_COM_MaxMTU. n="MAXMTU" t="staticObject">

<MaxMTU rw="RW" t="unsignedInt" v="1980"></MaxMTU>

</X_ASB_COM_MaxMTU.>

<X_ASB_COM_SC_CT-COM. n="SCCTCOM" t="staticObject">

<InternetService. n="InternetService" t="staticObject">

<UserQoS. n="UserQoS" t="staticObject">

<High ml="256" rw="RW" t="string" v=""></High>

<Normal ml="256" rw="RW" t="string" v=""></Normal>

<Low ml="256" rw="RW" t="string" v=""></Low>

</UserQoS.>

<MAXSession. n="MAXSession" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<MAXSession rw="RW" t="unsignedInt" v="4000"></MAXSession>

</MAXSession.>

<LAN_aiWiFi. n="LAN_aiWiFi" t="staticObject">

<State ml="4" rw="RW" t="string" v="0"></State>

</LAN_aiWiFi.>

<aiWiFi. n="aiWiFi" t="staticObject">

<Enable ml="4" rw="RW" t="string" v="0"></Enable>

</aiWiFi.>

</InternetService.>

<Device. n="Device" t="staticObject">

<LightSwitch. n="LightSwitch" t="staticObject">

<State rw="RW" t="boolean" v="true"></State>

</LightSwitch.>

</Device.>

</X_ASB_COM_SC_CT-COM.>

<X_ASB_COM_AuthAudit. n="AuthAudit" t="staticObject">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

<AuthType ml="64" rw="R" t="string" v=""></AuthType>

<AuditType ml="64" rw="R" t="string" v=""></AuditType>

</X_ASB_COM_AuthAudit.>

<X_CMCC_VasdockerConfig. n="VasdockerCfg" t="staticObject">

<Enable dv="false" rw="RW" t="boolean" v="false"></Enable>

</X_CMCC_VasdockerConfig.>

<X_CMCC_VLAN. n="CMCCVlan" t="staticObject">

<MaxNumberOfEntries rw="R" t="unsignedInt" v="0"></MaxNumberOfEntries>

<VLANNumberOfEntries rw="R" t="unsignedInt" v="0"></VLANNumberOfEntries>

<VLANConfig.1. n="VLANConfig" t="dynamicObject" status="deleted">

<VlanId dv="0" rw="R" t="unsignedInt" v="0"></VlanId>

<VlanName dv="" ml="256" rw="RW" t="string" v=""></VlanName>

<PortList dv="" ml="4096" rw="RW" t="string" v=""></PortList>

<IPinterface. n="IPinterface" t="staticObject">

<Enable rw="RW" t="boolean" v="false"></Enable>

<IPInterfaceIPAddress ml="64" rw="RW" t="string" v=""></IPInterfaceIPAddress>

<IPInterfaceSubnetMask ml="64" rw="RW" t="string" v=""></IPInterfaceSubnetMask>

<IPInterfaceAddressingType ml="16" rw="RW" t="string" v="Static"></IPInterfaceAddressingType>

</IPinterface.>

</VLANConfig.1.>

</X_CMCC_VLAN.>

<X_ASB_COM_LogHelper. n="LogHelper" t="staticObject">

<X_ASB_COM_TcpdumpInterface ml="64" rw="RW" t="string" v=""></X_ASB_COM_TcpdumpInterface>

<X_ASB_COM_TcpdumpFileSizeOnUDisk dv="300" rw="RW" t="unsignedInt" v="300"></X_ASB_COM_TcpdumpFileSizeOnUDisk>

<X_ASB_COM_TcpdumpFileSizeOnRam dv="10" rw="RW" t="unsignedInt" v="10"></X_ASB_COM_TcpdumpFileSizeOnRam>

<X_ASB_COM_FtpServerUrl ml="128" rw="RW" t="string" v=""></X_ASB_COM_FtpServerUrl>

<X_ASB_COM_FtpUserName ml="64" rw="RW" t="string" v=""></X_ASB_COM_FtpUserName>

<X_ASB_COM_FtpPassword ml="32" rw="RW" t="string" v=""></X_ASB_COM_FtpPassword>

<X_ASB_COM_FtpPort dv="21" rw="RW" t="unsignedInt" v="21"></X_ASB_COM_FtpPort>

<X_ASB_COM_DumpCleanWaitingMinutes dv="1440" rw="RW" t="unsignedInt" v="1440"></X_ASB_COM_DumpCleanWaitingMinutes>

</X_ASB_COM_LogHelper.>

<X_ASB_COM_DB_Info. n="DBInfo" t="staticObject">

<MigrationPath ml="2048" rw="R" t="string" v="11.0;"></MigrationPath>

</X_ASB_COM_DB_Info.>

<vsaInfo>

<GISInfoStatusValues>

<e>unset</e>

<e>set</e>

</GISInfoStatusValues>

<OperatorIDValues>

<e>CTC</e>

<e>CUC</e>

<e>CMCC</e>

</OperatorIDValues>

<UplinkTypeValues>

<e>EPON</e>

<e>GPON</e>

<e>FE</e>

<e>GE</e>

<e>DSL</e>

<e>OTHER</e>

</UplinkTypeValues>

<ADSLLinkPowerState>

<e>L3</e>

<e>L2</e>

<e>L0</e>

</ADSLLinkPowerState>

<ATMAALValues>

<e>AAL1</e>

<e>AAL2</e>

<e>AAL3</e>

<e>AAL4</e>

<e>AAL5</e>

<e>AAL0PKT</e>

<e>AAL0CELL</e>

<e>ALLTRANPARENT</e>

</ATMAALValues>

<ATMLoopbackDiagnosticsValue>

<e>None</e>

<e>Requested</e>

<e>Complete</e>

<e>Error_Internal</e>

<e>Error_Other</e>

</ATMLoopbackDiagnosticsValue>

<ATMQoSValues>

<e>UBR</e>

<e>CBR</e>

<e>GFR</e>

<e>VBR-nrt</e>

<e>VBR-rt</e>

<e>UBR-plus</e>

<e>ABR</e>

<e>UBRWPCR</e>

</ATMQoSValues>

<AddressSourceValues>

<e>DHCP</e>

<e>Static</e>

<e>PPPOE</e>

<e>AutoIP</e>

</AddressSourceValues>

<AddressingTypeValues>

<e>DHCP</e>

<e>Static</e>

</AddressingTypeValues>

<IPSecTypeValues>

<e>Site-to-Site</e>

<e>PC-to-Site</e>

</IPSecTypeValues>

<L2TPModeValues>

<e>LAC</e>

<e>LNS</e>

</L2TPModeValues>

<IKEVersionValues>

<e>IKEv1</e>

<e>IKEv2</e>

</IKEVersionValues>

<ExchangeModeValues>

<e>Main</e>

<e>Aggressive</e>

</ExchangeModeValues>

<IKEAuthenticationAlgorithmValues>

<e>MD5</e>

<e>SHA1</e>

</IKEAuthenticationAlgorithmValues>

<IKEAuthenticationMethodValues>

<e>PreShareKey</e>

<e>RsaSignature</e>

</IKEAuthenticationMethodValues>

<IKEEncryptionAlgorithmValues>

<e>DES</e>

<e>3DES</e>

<e>AES128</e>

<e>AES192</e>

<e>AES256</e>

</IKEEncryptionAlgorithmValues>

<IKEDHGroupValues>

<e>Group1</e>

<e>Group2</e>

<e>Group5</e>

<e>Group14</e>

</IKEDHGroupValues>

<IKEIDTypeValues>

<e>IP</e>

<e>Name</e>

</IKEIDTypeValues>

<IPSecEncapsulationModeValues>

<e>Tunnel</e>

<e>Transport</e>

</IPSecEncapsulationModeValues>

<IPSecTransformValues>

<e>AH</e>

<e>ESP</e>

</IPSecTransformValues>

<ESPAuthenticationAlgorithmValues>

<e>None</e>

<e>MD5</e>

<e>SHA1</e>

</ESPAuthenticationAlgorithmValues>

<IPSecPFSValues>

<e>None</e>

<e>Group1</e>

<e>Group2</e>

<e>Group5</e>

<e>Group14</e>

</IPSecPFSValues>

<ConnectionStatusValues>

<e>Unconfigured</e>

<e>PhaseI_Connecting</e>

<e>PhaseII_Connecting</e>

<e>Connected</e>

<e>Disconnecting</e>

<e>Disconnected</e>

</ConnectionStatusValues>

<AuthenticationServiceModeValues>

<e>None</e>

<e>LinkAuthentication</e>

<e>RadiusClient</e>

</AuthenticationServiceModeValues>

<BandValues>

<e>Auto</e>

<e>a</e>

</BandValues>

<BasicAuthenticationModeValues>

<e>None</e>

<e>EAPAuthentication</e>

<e>SharedAuthentication</e>

</BasicAuthenticationModeValues>

<BasicEncryptionModesValues>

<e>None</e>

<e>WEPEncryption</e>

</BasicEncryptionModesValues>

<BeaconTypeValues>

<e>None</e>

<e>Basic</e>

<e>WPA</e>

<e>WPA2</e>

<e>BasicandWPA</e>

<e>WPA/WPA2</e>

<e>BasicandWPAand11i</e>

<e>WAPI</e>

<e>WAPIPSK</e>

<e>WAPIMIXED</e>

</BeaconTypeValues>

<BoundIfNameValues>

<e>Any_WAN</e>

<e>LAN</e>

<e>Loopback</e>

</BoundIfNameValues>

<CallStateValues>

<e>Idle</e>

<e>Calling</e>

<e>Ringing</e>

<e>Connecting</e>

<e>InCall</e>

<e>Hold</e>

<e>Disconnecting</e>

</CallStateValues>

<CallWaitingStatusValues>

<e>Disabled</e>

<e>Idle</e>

<e>SecondaryRinging</e>

<e>SecondaryConnecting</e>

<e>SecondaryConnected</e>

</CallWaitingStatusValues>

<ConferenceCallingStatusValues>

<e>Disabled</e>

<e>Idle</e>

<e>SecondaryCalling</e>

<e>SecondaryConnecting</e>

<e>SecondaryConnected</e>

<e>InConferenceCall</e>

</ConferenceCallingStatusValues>

<WarmLineValues>

<e>Disabled</e>

<e>ImmdediateCallSetUp</e>

<e>DefferedCallSetup</e>

</WarmLineValues>

<ConnectionModeValues>

<e>DefaultMode</e>

<e>VlanMuxMode</e>

<e>MultipleServiceMode</e>

</ConnectionModeValues>

<ConnectionTriggerValues>

<e>OnDemand</e>

<e>AlwaysOn</e>

<e>Manual</e>

</ConnectionTriggerValues>

<DSLprofiles>

<e>8a</e>

<e>8b</e>

<e>8c</e>

<e>8d</e>

<e>12a</e>

<e>12b</e>

<e>17a</e>

<e>17b</e>

<e>30a</e>

</DSLprofiles>

<DSLstandards>

<e>G.992.1_Annex_A</e>

<e>G.992.1_Annex_B</e>

<e>G.992.1_Annex_C</e>

<e>T1.413</e>

<e>T1.413i2</e>

<e>ETSI_101_388</e>

<e>G.992.2</e>

<e>G.992.3_Annex_A</e>

<e>G.992.3_Annex_B</e>

<e>G.992.3_Annex_C</e>

<e>G.992.3_Annex_I</e>

<e>G.992.3_Annex_J</e>

<e>G.992.3_Annex_L</e>

<e>G.992.3_Annex_M</e>

<e>G.992.4</e>

<e>G.992.5_Annex_A</e>

<e>G.992.5_Annex_B</e>

<e>G.992.5_Annex_C</e>

<e>G.992.5_Annex_I</e>

<e>G.992.5_Annex_J</e>

<e>G.992.5_Annex_L</e>

<e>G.992.5_Annex_M</e>

<e>G.993.1</e>

<e>G.993.1_Annex_A</e>

<e>G.993.2_Annex_A</e>

<e>G.993.2_Annex_B</e>

<e>G.993.2_Annex_C</e>

</DSLstandards>

<DTMFMethodG711Values>

<e>InBand</e>

<e>RFC2833</e>

<e>SIPInfo</e>

</DTMFMethodG711Values>

<DTMFMethodValues>

<e>InBand</e>

<e>RFC2833</e>

<e>SIPInfo</e>

</DTMFMethodValues>

<DataCompressionValues>

<e>V42bis</e>

<e>MNP5</e>

</DataCompressionValues>

<DataModulationSupportedValues>

<e>V92</e>

<e>V90</e>

<e>V34</e>

<e>V32bis</e>

<e>V32</e>

</DataModulationSupportedValues>

<DataPathValues>

<e>Interleaved</e>

<e>Fast</e>

</DataPathValues>

<DataProtocolValues>

<e>V42_LAPM</e>

<e>V42_MNP4</e>

<e>V14</e>

<e>V80</e>

</DataProtocolValues>

<DeviceOperationModeValues>

<e>InfrastructureAccessPoint</e>

<e>WirelessBridge</e>

<e>WirelessRepeater</e>

<e>WirelessStation</e>

</DeviceOperationModeValues>

<DropAlgorithmValues>

<e>RED</e>

<e>DT</e>

<e>WRED</e>

<e>BLUE</e>

</DropAlgorithmValues>

<EthernetLinkStatusValues>

<e>Up</e>

<e>Down</e>

<e>Unavailable</e>

</EthernetLinkStatusValues>

<VoiceServerTypes>

<e>0</e>

<e>1</e>

<e>2</e>

<e>SIP</e>

<e>MGCP</e>

<e>MGCP-NCS</e>

<e>H.248</e>

<e>IMS-SIP</e>

<e>H.323</e>

</VoiceServerTypes>

<FaxPassThroughValues>

<e>Disable</e>

<e>Auto</e>

<e>Force</e>

</FaxPassThroughValues>

<FilterIntfTypeValues>

<e>AllInterfaces</e>

<e>LANInterfaces</e>

<e>WANInterfaces</e>

</FilterIntfTypeValues>

<FlowTypeValues>

<e>Unknown</e>

<e>RFC2684_802_3_BRIDGING</e>

</FlowTypeValues>

<GmodeValues>

<e>Off</e>

<e>802.11h</e>

<e>802.11d</e>

</GmodeValues>

<HookFlashMethodValues>

<e>None</e>

<e>SIPInfo</e>

</HookFlashMethodValues>

<DigitMapMatchModeValues>

<e>Min</e>

<e>Max</e>

</DigitMapMatchModeValues>

<IEEE11iAuthenticationModeValues>

<e>PSKAuthentication</e>

<e>EAPAuthentication</e>

<e>EAPandPSKAuthentication</e>

</IEEE11iAuthenticationModeValues>

<IEEE11iEncryptionModesValues>

<e>WEPEncryption</e>

<e>TKIPEncryption</e>

<e>WEPandTKIPEncryption</e>

<e>AESEncryption</e>

<e>WEPandAESEncryption</e>

<e>TKIPandAESEncryption</e>

<e>WEPandTKIPandAESEncryption</e>

<e>SMS4Encryption</e>

</IEEE11iEncryptionModesValues>

<IPInterfaceAddressingTypeValues>

<e>Static</e>

<e>DHCP</e>

</IPInterfaceAddressingTypeValues>

<IgmpSnoopingMode>

<e>Standard</e>

<e>Blocking</e>

</IgmpSnoopingMode>

<InboundAuthValues>

<e>None</e>

<e>Digest</e>

</InboundAuthValues>

<IpPingDiagStateValues>

<e>None</e>

<e>Requested</e>

<e>Complete</e>

<e>Error_CannotResolveHostName</e>

<e>Ping_InProgress</e>

<e>Error_Internal</e>

<e>Error_Other</e>

</IpPingDiagStateValues>

<TraceRouteDiagStateValues>

<e>None</e>

<e>Requested</e>

<e>Complete</e>

<e>Error_CannotResolveHostName</e>

<e>Error_MaxHopCountExceeded</e>

<e>TraceRoute_InProgress</e>

</TraceRouteDiagStateValues>

<PacketCaptureDiagStateValues>

<e>None</e>

<e>Requested</e>

<e>Complete</e>

<e>Error_OutOfResources</e>

<e>Error_NoPacket</e>

<e>Error_UploadCommandTimeout</e>

<e>Error_UploadFail</e>

<e>Error_Other</e>

</PacketCaptureDiagStateValues>

<IPTraceRouteDiagStateValues>

<e>None</e>

<e>Requested</e>

<e>Complete</e>

<e>Error_CannotResolveHostName</e>

<e>Error_Internal</e>

<e>Error_Other</e>

</IPTraceRouteDiagStateValues>

<LineEncodingValues>

<e>DMT</e>

<e>CAP</e>

<e>2B1Q</e>

<e>43BT</e>

<e>PAM</e>

<e>QAM</e>

</LineEncodingValues>

<LinkEncapsulationRequestedValues>

<e>G.992.3_Annex_K_ATM</e>

<e>G.992.3_Annex_K_PTM</e>

<e>G.993.2_Annex_K_ATM</e>

<e>G.993.2_Annex_K_PTM</e>

<e>G.994.1Auto</e>

</LinkEncapsulationRequestedValues>

<LinkEncapsulationSupportedValues>

<e>G.992.3_Annex_K_ATM</e>

<e>G.992.3_Annex_K_PTM</e>

<e>G.993.2_Annex_K_ATM</e>

<e>G.993.2_Annex_K_PTM</e>

<e>Multiple</e>

</LinkEncapsulationSupportedValues>

<LinkEncapsulationUsedValues>

<e>G.992.3_Annex_K_ATM</e>

<e>G.992.3_Annex_K_PTM</e>

<e>G.993.2_Annex_K_ATM</e>

<e>G.993.2_Annex_K_PTM</e>

<e>Multiple</e>

</LinkEncapsulationUsedValues>

<LocaleValues>

<e>DEU</e>

<e>FRA</e>

<e>USA</e>

</LocaleValues>

<QosClassTypeValues>

<e>None</e>

<e>SMAC</e>

<e>DMAC</e>

<e>8021P</e>

<e>SIP</e>

<e>DIP</e>

<e>SPORT</e>

<e>DPORT</e>

<e>TOS</e>

<e>TC</e>

<e>DSCP</e>

<e>LANInterface</e>

<e>WANInterface</e>

<e>WLANInterface</e>

<e>IPprotocol</e>

<e>Ethertype</e>

<e>VLAN</e>

</QosClassTypeValues>

<LoggingDestinationValues>

<e>StandardError</e>

<e>Syslog</e>

<e>Telnet</e>

</LoggingDestinationValues>

<LoggingLevelValues>

<e>Error</e>

<e>Notice</e>

<e>Debug</e>

</LoggingLevelValues>

<MldSnoopingMode>

<e>Standard</e>

<e>Blocking</e>

</MldSnoopingMode>

<ModemPassThroughValues>

<e>Disable</e>

<e>Auto</e>

<e>Force</e>

</ModemPassThroughValues>

<InterfaceStateValues>

<e>Closed</e>

<e>Closeing</e>

<e>Restarting</e>

<e>Inservice</e>

<e>Graceful Closed</e>

<e>MGC Disconetcted</e>

<e>MGC Switching</e>

</InterfaceStateValues>

<ClipModeValues>

<e>FSK</e>

<e>DTMF</e>

<e>MDMF</e>

<e>SDMF</e>

</ClipModeValues>

<DigitmapMatchPatternValues>

<e>MaximumMatch</e>

<e>MinimumMatch</e>

</DigitmapMatchPatternValues>

<HeartbeatDetectMethodValues>

<e>ActiveDectect</e>

<e>PassiveResponse</e>

</HeartbeatDetectMethodValues>

<SupplementaryServicesTypeValues>

<e>LocalControl</e>

<e>CTC_IMS</e>

<e>Huawei_Info</e>

</SupplementaryServicesTypeValues>

<CodecPreferRuleValues>

<e>RemoteFirst</e>

<e>LocalFirst</e>

</CodecPreferRuleValues>

<NTPStatusValues>

<e>Disabled</e>

<e>Unsynchronized</e>

<e>Synchronized</e>

<e>Error_FailedToSynchronized</e>

<e>Error</e>

</NTPStatusValues>

<NetAccessCfgValues>

<e>LAN</e>

<e>WAN</e>

<e>LANorWAN</e>

<e>Disabled</e>

</NetAccessCfgValues>

<PPPAuthenticationProtocolValues>

<e>AUTO_AUTH</e>

<e>PAP</e>

<e>CHAP</e>

<e>MS-CHAP</e>

</PPPAuthenticationProtocolValues>

<PPPCompressionProtocolValues>

<e>None</e>

<e>VanJacobsen</e>

<e>STACLZS</e>

</PPPCompressionProtocolValues>

<PPPEncryptionProtocolValues>

<e>None</e>

<e>MPPE</e>

</PPPEncryptionProtocolValues>

<PhysicalLinkStatusValues>

<e>Up</e>

<e>Down</e>

<e>Initializing</e>

<e>Unavailable</e>

</PhysicalLinkStatusValues>

<PortMappingProtocolValues>

<e>TCP</e>

<e>UDP</e>

</PortMappingProtocolValues>

<PowerValues>

<e>Self</e>

<e>Bus</e>

<e>Unknown</e>

</PowerValues>

<PriorityValues>

<e>Low</e>

<e>Medium</e>

<e>High</e>

</PriorityValues>

<ProviderNameValues>

<e>dyndns</e>

<e>tzo</e>

</ProviderNameValues>

<PstnRoutingRuleValues>

<e>Auto</e>

<e>Line</e>

<e>Voip</e>

</PstnRoutingRuleValues>

<RateValues>

<e>Low</e>

<e>Full</e>

<e>High</e>

</RateValues>

<RegisterModeValues>

<e>Wildcard</e>

<e>Individual</e>

</RegisterModeValues>

<RegulatoryModeValues>

<e>802.11b</e>

<e>Auto</e>

<e>performance</e>

<e>lrs</e>

</RegulatoryModeValues>

<RingFileFormatsValues>

<e>MIDI</e>

<e>SMAF</e>

<e>RTTTL</e>

<e>MP3</e>

<e>WAV</e>

<e>AMR</e>

</RingFileFormatsValues>

<RoleValues>

<e>UserAgent</e>

<e>BackToBackUserAgents</e>

<e>OutboundProxy</e>

</RoleValues>

<RouteProtocolRxValues>

<e>Off</e>

<e>RIPv1</e>

<e>RIPv2</e>

<e>RIPv1v2</e>

</RouteProtocolRxValues>

<SRTPKeyingMethodsValues>

<e>Null</e>

<e>Static</e>

<e>SDP</e>

<e>IKE</e>

</SRTPKeyingMethodsValues>

<SchedulerAlgorithmValues>

<e>WFQ</e>

<e>WRR</e>

<e>SP</e>

</SchedulerAlgorithmValues>

<SignalingProtocolsValues>

<e>SIP</e>

<e>MGCP</e>

<e>MGCP-NCS</e>

<e>H.248</e>

<e>H.323</e>

</SignalingProtocolsValues>

<StandardValues>

<e>a</e>

<e>b</e>

<e>g</e>

</StandardValues>

<StandbyStateValues>

<e>Disabled</e>

<e>StandbyorWakeUpTimeisnotset</e>

<e>StandbyTimemustbedifferentfromWakeUpTime</e>

<e>Localtimehasnotbeenacquired</e>

<e>WaitingforStandbyTime</e>

<e>WaitingforWakeUpTime</e>

</StandbyStateValues>

<TLSAuthenticationProtocolsValues>

<e>Null</e>

<e>MD5</e>

<e>SHA-1</e>

</TLSAuthenticationProtocolsValues>

<TLSEncryptionProtocolsValues>

<e>Null</e>

<e>RC4</e>

<e>RC2</e>

<e>DES</e>

<e>3DES</e>

</TLSEncryptionProtocolsValues>

<TLSKeyExchangeProtocolsValues>

<e>RSA</e>

<e>DSS</e>

</TLSKeyExchangeProtocolsValues>

<ToneFileFormatsValues>

<e>G.711MuLaw</e>

<e>G.711ALaw</e>

<e>MP3</e>

<e>WAV</e>

<e>AMR</e>

</ToneFileFormatsValues>

<TransportTypeValues>

<e>PPPoA</e>

<e>PPPoE</e>

<e>L2TP</e>

<e>PPTP</e>

</TransportTypeValues>

<TransportsValues>

<e>UDP</e>

<e>TCP</e>

<e>TLS</e>

<e>SCTP</e>

</TransportsValues>

<UseAllocatedWANValues>

<e>Normal</e>

<e>UseAllocatedSubnet</e>

<e>Passthrough</e>

</UseAllocatedWANValues>

<WANAccessTypeValues>

<e>DSL</e>

<e>Ethernet</e>

<e>POTS</e>

<e>PON</e>

<e>EPON</e>

<e>GPON</e>

<e>X_CU_EPON</e>

<e>X_CU_10GEPON_ASYM</e>

<e>X_CU_GPON</e>

<e>X_CU_XGPON1</e>

<e>X_CU_XGPON1</e>

<e>X_CU_XGPON</e>

</WANAccessTypeValues>

<WEPEncryptionLevelValues>

<e>Disabled</e>

<e>40-bit</e>

<e>104-bit</e>

</WEPEncryptionLevelValues>

<WPAAuthenticationModeValues>

<e>PSKAuthentication</e>

<e>EAPAuthentication</e>

</WPAAuthenticationModeValues>

<WPAEncryptionModesValues>

<e>WEPEncryption</e>

<e>TKIPEncryption</e>

<e>WEPandTKIPEncryption</e>

<e>AESEncryption</e>

<e>WEPandAESEncryption</e>

<e>TKIPandAESEncryption</e>

<e>WEPandTKIPandAESEncryption</e>

</WPAEncryptionModesValues>

<WPSConfigurationErrorValues>

<e>NoError</e>

<e>OOBInterfaceReadError</e>

<e>DecryptionCRCFailure</e>

<e>2.4ChannelNotSupported</e>

<e>5.0ChannelNotSupported</e>

<e>SignalTooWeak</e>

<e>NetworkAuthFailure</e>

<e>NetworkAssociationFailure</e>

<e>NoDHCPResponse</e>

<e>FailedDHCPConfig</e>

<e>IPAddressConflict</e>

<e>CouldntConnectToRegistrar</e>

<e>MultiplePBCSessionsDetected</e>

<e>RogueActivitySuspected</e>

<e>DeviceBusy</e>

<e>SetupLocked</e>

<e>MessageTimeout</e>

<e>RegistrationSessionTimeout</e>

<e>DevicePasswordAuthFailure</e>

</WPSConfigurationErrorValues>

<WPSDevicePasswordIdValues>

<e>Default</e>

<e>UserSpecified</e>

<e>MachineSpecified</e>

<e>Rekey</e>

<e>PushButton</e>

<e>RegistrarSpecified</e>

</WPSDevicePasswordIdValues>

<X_BROADCOM_COM_BitmapValues>

<e>Bmode_D</e>

<e>Bmode_F</e>

</X_BROADCOM_COM_BitmapValues>

<X_BROADCOM_COM_BridgeRestrictValues>

<e>Enabled</e>

<e>Disabled</e>

</X_BROADCOM_COM_BridgeRestrictValues>

<X_BROADCOM_COM_DNSType>

<e>Static</e>

<e>DHCP</e>

</X_BROADCOM_COM_DNSType>

<X_BROADCOM_COM_IPv6AddressScope>

<e>GUA</e>

<e>ULA</e>

<e>LLA</e>

</X_BROADCOM_COM_IPv6AddressScope>

<X_BROADCOM_COM_PhoneLinePairValues>

<e>InnerPair</e>

<e>OuterPair</e>

</X_BROADCOM_COM_PhoneLinePairValues>

<X_BROADCOM_COM_RipOperationModeValues>

<e>Active</e>

<e>Passive</e>

</X_BROADCOM_COM_RipOperationModeValues>

<X_BROADCOM_COM_SitePrefixType>

<e>Static</e>

<e>Delegated</e>

</X_BROADCOM_COM_SitePrefixType>

<adslWanLinkStatusValues>

<e>Up</e>

<e>Down</e>

<e>Initializing</e>

<e>Unavailable</e>

</adslWanLinkStatusValues>

<adslWanLinkTypeValues>

<e>EoA</e>

<e>IPoA</e>

<e>PPPoA</e>

<e>PPPoE</e>

<e>CIP</e>

<e>Unconfigured</e>

</adslWanLinkTypeValues>

<atmEncapsulationValues>

<e>LLC</e>

<e>VCMUX</e>

</atmEncapsulationValues>

<bertTestModeValues>

<e>Start</e>

<e>Stop</e>

</bertTestModeValues>

<bertTestStatusValues>

<e>Running</e>

<e>NotRunning</e>

</bertTestStatusValues>

<bridgingIntfTypeValues>

<e>LANInterface</e>

<e>WANInterface</e>

<e>LANRouterConnection</e>

<e>WANRouterConnection</e>

</bridgingIntfTypeValues>

<classInterfaceValues>

<e>LAN</e>

<e>WAN</e>

<e>Local</e>

</classInterfaceValues>

<debugDirectionValues>

<e>Unknown</e>

<e>IN</e>

<e>OUT</e>

</debugDirectionValues>

<dslDiagStateValues>

<e>None</e>

<e>Requested</e>

<e>Running</e>

<e>Stopped</e>

</dslDiagStateValues>

<dslIntfStatusValues>

<e>Up</e>

<e>Initializing</e>

<e>EstablishingLink</e>

<e>NoSignal</e>

<e>Error</e>

<e>Disabled</e>

</dslIntfStatusValues>

<duplexModeValues>

<e>Half</e>

<e>Full</e>

<e>Auto</e>

</duplexModeValues>

<enable3qValues>

<e>Disabled</e>

<e>Quiescent</e>

<e>Enabled</e>

</enable3qValues>

<enabledDisabledStatusValues>

<e>Disabled</e>

<e>Enabled</e>

</enabledDisabledStatusValues>

<ethLanMaxBitRateValues>

<e>10</e>

<e>100</e>

<e>1000</e>

<e>2500</e>

<e>10000</e>

<e>Auto</e>

</ethLanMaxBitRateValues>

<ethWanMaxBitRateValues>

<e>10</e>

<e>100</e>

<e>Auto</e>

</ethWanMaxBitRateValues>

<h235AuthenticationMethodsValues>

<e>dhExch</e>

<e>pwdSymEnc</e>

<e>pwdHash</e>

<e>certSign</e>

<e>ipsec</e>

<e>TLS</e>

</h235AuthenticationMethodsValues>

<intf4StatusValues>

<e>Up</e>

<e>NoLink</e>

<e>Error</e>

<e>Disabled</e>

</intf4StatusValues>

<ipProtocol2Values>

<e>TCP</e>

<e>UDP</e>

<e>TCPorUDP</e>

</ipProtocol2Values>

<ipProtocol3Values>

<e>TCP</e>

<e>UDP</e>

<e>ICMP</e>

</ipProtocol3Values>

<ipProtocol5Values>

<e>TCP</e>

<e>UDP</e>

<e>TCP or UDP</e>

<e>ICMP</e>

<e>ICMPv6</e>

<e>None</e>

</ipProtocol5Values>

<ipVersionValues>

<e>4</e>

<e>6</e>

</ipVersionValues>

<lanIntfTypeValues>

<e>Ethernet</e>

<e>USB</e>

<e>802.11</e>

<e>802.11ac</e>

<e>HomePNA</e>

<e>HomePlug</e>

<e>Other</e>

</lanIntfTypeValues>

<linkStatusValues>

<e>Up</e>

<e>Down</e>

<e>Initializing</e>

<e>Unavailable</e>

</linkStatusValues>

<macFilter2modes>

<e>FORWARD</e>

<e>BLOCKED</e>

</macFilter2modes>

<macFilterDirections>

<e>LAN_TO_WAN</e>

<e>WAN_TO_LAN</e>

<e>BOTH</e>

</macFilterDirections>

<mocaControlValues>

<e>None</e>

<e>Start</e>

<e>Stop</e>

<e>Restart</e>

<e>UpdateInit</e>

<e>UpdateConfig</e>

<e>UpdateTrace</e>

</mocaControlValues>

<modulationTypeValues>

<e>ADSL_Modulation_All</e>

<e>ADSL_G.dmt</e>

<e>ADSL_G.lite</e>

<e>ADSL_G.dmt.bis</e>

<e>ADSL_re-adsl</e>

<e>ADSL_2plus</e>

<e>ADLS_four</e>

<e>ADSL_ANSI_T1.413</e>

<e>G.shdsl</e>

<e>IDSL</e>

<e>HDSL</e>

<e>SDSL</e>

<e>VDSL</e>

<e>VDSL2</e>

<e>AnnexM</e>

</modulationTypeValues>

<onOffValues>

<e>On</e>

<e>Off</e>

</onOffValues>

<ponTypeValues>

<e>GPON</e>

<e>EPON</e>

<e>BPON</e>

<e>GEPON</e>

</ponTypeValues>

<TripchurnMode>

<e>disable</e>

<e>enable</e>

</TripchurnMode>

<FECAbilityMode>

<e>unsupport</e>

<e>support</e>

</FECAbilityMode>

<FECMD>

<e>disable</e>

<e>enable</e>

</FECMD>

<LightsingnalMD>

<e>abnormal</e>

<e>normal</e>

</LightsingnalMD>

<EponConnStat>

<e>Up</e>

<e>Initializing</e>

<e>EstablishingLink</e>

<e>NoSignal</e>

<e>Error</e>

<e>Disabled</e>

</EponConnStat>

<CUGponStandardsSupported>

<e>GPON</e>

<e>XGSPON</e>

<e>XGPON1</e>

</CUGponStandardsSupported>

<PonStatusValues>

<e>None</e>

<e>Down</e>

<e>Up</e>

</PonStatusValues>

<potsWanLinkStatusValues>

<e>Up</e>

<e>Down</e>

<e>Dialing</e>

<e>Connecting</e>

<e>Unavailable</e>

</potsWanLinkStatusValues>

<potsWanLinkTypeValues>

<e>PPP_Dialup</e>

</potsWanLinkTypeValues>

<qosActionValues>

<e>Null</e>

<e>Drop</e>

<e>Count</e>

<e>__X_UINT</e>

</qosActionValues>

<qosMeterTypeValues>

<e>SimpleTokenBucket</e>

<e>SingleRateThreeColor</e>

<e>TwoRateThreeColor</e>

</qosMeterTypeValues>

<routeTypeValues>

<e>Default</e>

<e>Network</e>

<e>Host</e>

</routeTypeValues>

<securityDirectionValues>

<e>Incoming</e>

<e>Outgoing</e>

</securityDirectionValues>

<securityProtocolValues>

<e>PPPoE</e>

<e>IPv4</e>

<e>IPv6</e>

<e>AppleTalk</e>

<e>IPX</e>

<e>NetBeui</e>

<e>IGMP</e>

<e>ICMP</e>

<e>None</e>

</securityProtocolValues>

<status3eValues>

<e>Disabled</e>

<e>Enabled</e>

<e>Error</e>

</status3eValues>

<syslogDestinationValues>

<e>localbuffer</e>

<e>remote</e>

<e>localbufferandremote</e>

<e>localfile</e>

<e>localfileandremote</e>

</syslogDestinationValues>

<syslogLevelValues>

<e>Emergency</e>

<e>Alert</e>

<e>Critical</e>

<e>Error</e>

<e>Warning</e>

<e>Notice</e>

<e>Informational</e>

<e>Debug</e>

</syslogLevelValues>

<unneeded4EnableValues>

<e>Disabled</e>

<e>Quiescent</e>

<e>Enabled</e>

</unneeded4EnableValues>

<usbIntfTypeValues>

<e>Host</e>

<e>Hub</e>

<e>Device</e>

</usbIntfTypeValues>

<userConnectionRequestValues>

<e>None</e>

<e>Down</e>

<e>Up</e>

</userConnectionRequestValues>

<voiceBitRateValues>

<e>2400</e>

<e>4800</e>

<e>7200</e>

<e>9600</e>

<e>12000</e>

<e>14400</e>

<e>33600</e>

</voiceBitRateValues>

<voiceCallTypeValues>

<e>IN</e>

<e>OUT</e>

<e>MISSED</e>

</voiceCallTypeValues>

<voiceDectBaseResetValues>

<e>Yes</e>

<e>No</e>

</voiceDectBaseResetValues>

<voiceDectCallModeValues>

<e>Single</e>

<e>Multiple</e>

</voiceDectCallModeValues>

<voiceDectClockMasterValues>

<e>FP</e>

<e>PP</e>

</voiceDectClockMasterValues>

<voiceNonFxsPhyInterfaceType>

<e>UNASSIGNED</e>

<e>FXO</e>

<e>ISDN</e>

</voiceNonFxsPhyInterfaceType>

<voicePacketRateValues>

<e>10</e>

<e>20</e>

<e>30</e>

<e>40</e>

</voicePacketRateValues>

<voiceRingerFunctionValues>

<e>Default</e>

<e>RingSplash</e>

</voiceRingerFunctionValues>

<voiceStatusValues>

<e>Up</e>

<e>Initializing</e>

<e>Registering</e>

<e>Unregistering</e>

<e>Error</e>

<e>Testing</e>

<e>Quiescent</e>

<e>Disabled</e>

</voiceStatusValues>

<voiceCodecValues>

<e>G.711MuLaw</e>

<e>G.711ALaw</e>

<e>G.729</e>

<e>G.722</e>

<e>T.38</e>

</voiceCodecValues>

<voiceTCFMethodValues>

<e>Local</e>

<e>Network</e>

</voiceTCFMethodValues>

<voiceG711FaxControlTypeValues>

<e>all</e>

<e>other</e>

</voiceG711FaxControlTypeValues>

<voiceIADDiagnosticsStateValues>

<e>None</e>

<e>Requested</e>

<e>Complete</e>

</voiceIADDiagnosticsStateValues>

<voiceTestSelectorValues>

<e>PhoneConnectivityTest</e>

<e>X_CT-COM_SimulateTest</e>

<e>X_CU_SimulateTest</e>

<e>X_CU_LineTest</e>

<e>X_CMCC_SimulateTest</e>

<e>None</e>

</voiceTestSelectorValues>

<voiceTestStateValues>

<e>None</e>

<e>Requested</e>

<e>Complete</e>

<e>Error_TestNotSupported</e>

</voiceTestStateValues>

<simulateTestTypes>

<e>Caller</e>

<e>Called</e>

<e>None</e>

</simulateTestTypes>

<simulateTestStatus>

<e>Idle</e>

<e>Off-hook</e>

<e>Dialtone</e>

<e>Receiving</e>

<e>ReceiveEnd</e>

<e>Ringing-back</e>

<e>Connected</e>

<e>Testend</e>

</simulateTestStatus>

<simulateTestConclusion>

<e>Success</e>

<e>Fail</e>

</simulateTestConclusion>

<simulateTestCallerFailedReason>

<e>NoDialTone</e>

<e>OffhookRelease</e>

<e>DialingRelease</e>

<e>AfterDialRelease</e>

<e>NoAnswer</e>

<e>KeyError</e>

</simulateTestCallerFailedReason>

<simulateTestCalledFailedReason>

<e>NoIncomingCall</e>

<e>OffhookRelease</e>

<e>NoAnswer</e>

</simulateTestCalledFailedReason>

<lineTestConlusionValues>

<e>Normal</e>

<e>PhoneDisconnect</e>

<e>PhoneOffhook</e>

<e>PowerLineContacted</e>

<e>BothLoopLineMixOther</e>

<e>ALineMixOther</e>

<e>BLineMixOther</e>

<e>BothLineGrounding</e>

<e>ALineGrounding</e>

<e>BLineGrounding</e>

<e>ABLinePoorInsulation</e>

<e>ShortCircuit</e>

<e>BothLineLeakageToGround</e>

<e>ALineLeakageToGround</e>

<e>BLineLeakageToGround</e>

</lineTestConlusionValues>

<dialModeValues>

<e>First</e>

<e>DTMF</e>

<e>Pulse</e>

</dialModeValues>

<kcTypeValues>

<e>16Kc</e>

<e>12Kc</e>

</kcTypeValues>

<clipTransWhenValues>

<e>AfterRing</e>

<e>BeforeRing</e>

</clipTransWhenValues>

<clipFormatValues>

<e>Sdmf-fsk</e>

<e>Mdmf-fsk</e>

<e>Dtmf</e>

</clipFormatValues>

<voiceToneFunctionValues>

<e>Busy</e>

<e>Confirmation</e>

<e>Dial</e>

<e>MessageWaiting</e>

<e>OffHookWarning</e>

<e>RingBack</e>

<e>ReOrder</e>

<e>Stutterdial</e>

<e>CallWaiting1</e>

<e>CallWaiting2</e>

<e>CallWaiting3</e>

<e>CallWaiting4</e>

<e>AlertingSignal</e>

<e>SpecialDial</e>

<e>SpecialInfo</e>

<e>Release</e>

<e>Congestion</e>

<e>UserDefined1</e>

<e>UserDefined2</e>

<e>UserDefined3</e>

<e>UserDefined4</e>

</voiceToneFunctionValues>

<voiceTransportValues>

<e>UDP</e>

<e>TCP</e>

<e>TLS</e>

<e>SCTP</e>

</voiceTransportValues>

<TimeSyncEnableValues>

<e>true</e>

<e>false</e>

<e>0</e>

<e>1</e>

<e>2</e>

</TimeSyncEnableValues>

<h248Encoding>

<e>ABNF</e>

<e>ASN.1</e>

</h248Encoding>

<h248DeviceIdType>

<e>0</e>

<e>1</e>

<e>2</e>

</h248DeviceIdType>

<h248MIDFormat>

<e>DomainName</e>

<e>IP</e>

<e>DeviceName</e>

</h248MIDFormat>

<h248SoftswitchVendor>

<e>0</e>

<e>1</e>

<e>2</e>

<e>3</e>

</h248SoftswitchVendor>

<h248HeaderSecurityType>

<e>noah</e>

<e>sha1</e>

<e>md5</e>

</h248HeaderSecurityType>

<h248MsgFormat>

<e>Short</e>

<e>Long</e>

</h248MsgFormat>

<h248MgcSwitchMethod>

<e>NotSupport</e>

<e>SupportSwitch</e>

<e>AutoSwitchBack</e>

</h248MgcSwitchMethod>

<h248PhyTermCfgType>

<e>0</e>

<e>1</e>

</h248PhyTermCfgType>

<h248EphTermFormat>

<e>0</e>

<e>1</e>

</h248EphTermFormat>

<h248MgcRegMethod>

<e>Root</e>

<e>Termination</e>

</h248MgcRegMethod>

<h248HandShake>

<e>0</e>

<e>1</e>

</h248HandShake>

<h248HBMode>

<e>0</e>

<e>1</e>

<e>2</e>

</h248HBMode>

<h248AuthenType>

<e>0</e>

<e>1</e>

<e>100</e>

</h248AuthenType>

<wanIpConnectionStatusValues>

<e>Unconfigured</e>

<e>Connecting</e>

<e>Connected</e>

<e>PendingDisconnect</e>

<e>Disconneting</e>

<e>Disconnected</e>

</wanIpConnectionStatusValues>

<wanIpLastConnectionErrorValues>

<e>ERROR_NONE</e>

<e>ERROR_COMMAND_ABORTED</e>

<e>ERROR_NOT_ENABLED_FOR_INTERNET</e>

<e>ERROR_USER_DISCONNECT</e>

<e>ERROR_ISP_DISCONNECT</e>

<e>ERROR_IDLE_DISCONNECT</e>

<e>ERROR_FORCED_DISCONNECT</e>

<e>ERROR_NO_CARRIER</e>

<e>ERROR_IP_CONFIGURATION</e>

<e>ERROR_UNKNOWN</e>

</wanIpLastConnectionErrorValues>

<wanIpPossibleConnectionTypesValues>

<e>Unconfigured</e>

<e>IP_Routed</e>

<e>IP_Bridged</e>

</wanIpPossibleConnectionTypesValues>

<wanPppConnectionStatusValues>

<e>Unconfigured</e>

<e>Connecting</e>

<e>Authenticating</e>

<e>Connected</e>

<e>PendingDisconnect</e>

<e>Disconnecting</e>

<e>Disconnected</e>

</wanPppConnectionStatusValues>

<wanPppLastConnectionErrorValues>

<e>ERROR_NONE</e>

<e>ERROR_ISP_TIME_OUT</e>

<e>ERROR_COMMAND_ABORTED</e>

<e>ERROR_NOT_ENABLED_FOR_INTERNET</e>

<e>ERROR_BAD_PHONE_NUMBER</e>

<e>ERROR_USER_DISCONNECT</e>

<e>ERROR_ISP_DISCONNECT</e>

<e>ERROR_ISP_DISCONNECT_IPv4</e>

<e>ERROR_ISP_DISCONNECT_IPv6</e>

<e>ERROR_IDLE_DISCONNECT</e>

<e>ERROR_FORCED_DISCONNECT</e>

<e>ERROR_SERVER_OUT_OF_RESOURCES</e>

<e>ERROR_SERVER_OUT_OF_RESOURCES_IPv6</e>

<e>ERROR_RESTRICTED_LOGON_HOURS</e>

<e>ERROR_ACCOUNT_DISABLED</e>

<e>ERROR_ACCOUNT_EXPIRED</e>

<e>ERROR_PASSWORD_EXPIRED</e>

<e>ERROR_AUTHENTICATION_FAILURE</e>

<e>ERROR_NO_DIALTONE</e>

<e>ERROR_NO_CARRIER</e>

<e>ERROR_NO_ANSWER</e>

<e>ERROR_LINE_BUSY</e>

<e>ERROR_UNSUPPORTED_BITSPERSECOND</e>

<e>ERROR_TOO_MANY_LINE_ERRORS</e>

<e>ERROR_IP_CONFIGURATION</e>

<e>ERROR_UNKNOWN</e>

</wanPppLastConnectionErrorValues>

<wanPppPossibleConnectionTypesValues>

<e>Unconfigured</e>

<e>IP_Routed</e>

<e>DHCP_Spoofed</e>

<e>PPPoE_Bridged</e>

<e>PPPoE_Relay</e>

<e>PPTP_Relay</e>

<e>L2TP_Relay</e>

</wanPppPossibleConnectionTypesValues>

<wifiIntfStatusValues>

<e>Up</e>

<e>Error</e>

<e>Disabled</e>

</wifiIntfStatusValues>

<DownloadDiagState>

<e>None</e>

<e>Requested</e>

<e>Completed</e>

<e>Error_InitConnectionFailed</e>

<e>Error_NoResponse</e>

<e>Error_TransferFailed</e>

<e>Error_PasswordRequestFailed</e>

<e>Error_LoginFailed</e>

<e>Error_NoTransferMode</e>

<e>Error_NoPASV</e>

<e>Error_IncorrectSize</e>

<e>Error_NoTransferComplete</e>

<e>Error_Timeout</e>

</DownloadDiagState>

<UploadDiagState>

<e>None</e>

<e>Requested</e>

<e>Completed</e>

<e>Error_InitConnectionFailed</e>

<e>Error_NoResponse</e>

<e>Error_PasswordRequestFailed</e>

<e>Error_LoginFailed</e>

<e>Error_NoTransferMode</e>

<e>Error_NoPASV</e>

<e>Error_NoCWD</e>

<e>Error_NoSTOR</e>

<e>Error_NoTransferComplete</e>

</UploadDiagState>

<IPoEemulatorStateValues>

<e>None</e>

<e>Start</e>

<e>Stop</e>

<e>Complete</e>

<e>DHCPProceeding</e>

</IPoEemulatorStateValues>

<IPOEemulatorResultValues>

<e>None</e>

<e>Other</e>

<e>Success</e>

<e>SendDHCPMsgError</e>

<e>ServerNotFound</e>

<e>ServerDeny</e>

<e>GetIPAddressTimeout</e>

<e>AllDestinationPingFail</e>

<e>SomeDestinationPingFail</e>

</IPOEemulatorResultValues>

<PPPoeEmulatorStateValues>

<e>None</e>

<e>Start</e>

<e>Stop</e>

<e>Complete</e>

<e>Running</e>

</PPPoeEmulatorStateValues>

<ResultValues>

<e>Success</e>

<e>ParamNegoFail</e>

<e>UserAuthenticationFail</e>

<e>Timeout</e>

<e>UserStop</e>

<e>unknown</e>

</ResultValues>

<onuTypeValues>

<e>SFU</e>

<e>HGU</e>

</onuTypeValues>

<AttachedPortValues>

<e>LAN_Port1</e>

<e>LAN_Port2</e>

<e>LAN_Port3</e>

<e>LAN_Port4</e>

<e>Wireless_2.4G</e>

<e>Wireless_5.8G</e>

</AttachedPortValues>

<VOIPCfgTypeValues>

<e>OMCIV1</e>

<e>TR069</e>

</VOIPCfgTypeValues>

<PLOAMTypValues>

<e>PP</e>

<e>PW</e>

<e>PPV</e>

<e>PWV</e>

</PLOAMTypValues>

<IPFilterProtocolValues>

<e>TCP</e>

<e>UDP</e>

<e>TCP/UDP</e>

<e>ICMP</e>

<e>ALL</e>

</IPFilterProtocolValues>

</vsaInfo>

</InternetGatewayDevice.>


#cat /proc/mtd

dev: size erasesize name

mtd0: 00080000 00020000 "bootloader"

mtd1: 00040000 00020000 "romfile"

mtd2: 003af5c1 00020000 "kernel"

mtd3: 01cb0000 00020000 "rootfs"

mtd4: 00480000 00020000 "kernel_slave"

mtd5: 02400000 00020000 "rootfs_slave"

mtd6: 00040000 00020000 "bosa"

mtd7: 00040000 00020000 "ri"

mtd8: 00040000 00020000 "flag"

mtd9: 00040000 00020000 "flagback"

mtd10: 00a00000 00020000 "config"

mtd11: 080e0000 00020000 "data"

mtd12: 00400000 00020000 "oopsfs"

mtd13: 00a00000 00020000 "log"

mtd14: 02880000 00020000 "nsb_master"

mtd15: 02880000 00020000 "nsb_slave"

mtd16: 0eba0000 00020000 "all_flash"

top

CPU: 0.0% usr 0.1% sys 0.0% nic 99.8% idle 0.0% io 0.0% irq 0.0% sirq

Load average: 5.49 5.15 4.42 3/151 5758

PID PPID USER STAT VSZ %MEM CPU %CPU COMMAND

5736 5687 root R 5572 1.2 1 0.0 top

401 2 root SW 0 0.0 0 0.0 [xpon_daemon]

2666 1 root S 347m 78.3 2 0.0 upnpd br0 br0

1438 1 root S 315m 71.2 2 0.0 /sbin/omciMgr

2134 1 user-com S 153m 34.7 1 0.0 spccm

707 1 root S 153m 34.7 0 0.0 /sbin/qosSrv

638 1 root S 98m 22.1 2 0.0 tcwdog -t 1 /dev/watchdog

701 1 root S 92040 20.2 0 0.0 /sbin/securitysrv

681 1 root S 84276 18.5 0 0.0 /sbin/evtmgr

2518 1 user-com S 83980 18.5 0 0.0 lanhostsd -i 5 -a

3067 1 root S 81252 17.9 2 0.0 /userfs/stunnel/stunnel /userfs/stunnel/stunnel.conf

670 1 root S 79832 17.6 1 0.0 /sbin/msgmgr

1951 1 root S 77704 17.1 2 0.0 /sbin/arpwan

508 1 root S 76112 16.7 0 0.0 /sbin/rebootinfo_power

1383 1 root S 40092 8.8 1 0.0 /sbin/parser

856 1 root S 29812 6.5 2 0.0 cfgmgr

2609 1 root S 24152 5.3 2 0.0 powersave

2835 1 user-com S 22260 4.9 2 0.0 trafficsrv

2830 1 root S 18248 4.0 1 0.0 pcmcm

2840 1 user-com S 16548 3.6 1 0.0 http_traffic_process

2832 1 root S 14976 3.3 2 0.0 lansrv

2833 1 root S 14776 3.2 1 0.0 wansrv

2836 1 root S 14292 3.1 2 0.0 syssrv

2834 1 root S 12760 2.8 1 0.0 wifisrv

2814 1 root S 12068 2.6 1 0.0 /sbin/diagnosis

2102 1 root S 9888 2.1 2 0.0 /usr/sbin/vtysh

2831 1 root S 8404 1.8 0 0.0 diagsrv

2837 1 root S 8248 1.8 2 0.0 usbsrv

2786 1 user-com S 5708 1.2 0 0.0 /usr/sbin/telnetd -l /bin/login -p 23 -b 192.168.1.1 -d

1 0 root S 5572 1.2 1 0.0 init

302 1 root S 5572 1.2 0 0.0 /sbin/syslogd -s 1024 -b 5 -f /logs/syslog/syslog.conf

304 1 root S 5572 1.2 0 0.0 /sbin/klogd

2965 1 root S 5572 1.2 0 0.0 /bin/bash /usr/script/thermal_plus.sh init

5632 2786 useradmi S 5572 1.2 1 0.0 -sh

2913 1 root S 5572 1.2 2 0.0 crond -b -c /tmp/crond

5687 5632 root S 5572 1.2 2 0.0 sh

3103 2965 root S 5440 1.2 0 0.0 sleep 24h

691 1 root S 5336 1.1 1 0.0 /sbin/ramond

2808 1 user-com S 4952 1.0 2 0.0 proftpd: (accepting connections)

2326 1 user-com S 4768 1.0 2 0.0 /usr/sbin/smbd -D

1784 1 user-com S 4552 1.0 2 0.0 udhcpd /etc/udhcpd.conf

1953 1 root S 4464 0.9 1 0.0 /sbin/sysmon

660 1 root S 4392 0.9 0 0.0 /sbin/appmgr

2828 1 user-com S 4368 0.9 0 0.0 traffic_mirror

1955 1 root S 4280 0.9 1 0.0 samba

2682 1 root S 4244 0.9 1 0.0 storageSrv

2528 1 root S 4180 0.9 0 0.0 /sbin/alarmd

1962 1 user-com S 4156 0.9 0 0.0 /sbin/dnsproxy -D Home -v 0

1996 1 user-com S 4092 0.9 2 0.0 dhcp6s -c /etc/dhcp6s.conf br0

683 1 root S 3944 0.8 2 0.0 /sbin/umonitor

2611 1 root S 3860 0.8 1 0.0 batch_upgrade

587 1 user-com S 3140 0.6 2 0.0 /webs/thttpd -dd /webs/

2133 1 root S 2240 0.4 1 0.0 ubusd

3268 1 user-com S 2036 0.4 1 0.0 xl2tpd -c /etc/ppp/xl2tpd.conf -D

2001 1 user-com S 2028 0.4 2 0.0 /usr/local/sbin/radvd -C /etc/radvd.conf -m stderr

3270 1 user-com S 2024 0.4 2 0.0 xl2tpd6 -D

672 1 root S 1916 0.4 1 0.0 /sbin/inotify_monitor /configs/ -t 3600 -l 300 -d 0 -o /

407 2 root DW 0 0.0 0 0.0 [dis_if]

77 2 root IW< 0 0.0 2 0.0 [kworker/2:1H-kb]

78 2 root IW< 0 0.0 0 0.0 [kworker/0:1H-kb]

75 2 root IW< 0 0.0 1 0.0 [kworker/1:1H-kb]

479 2 root SW 0 0.0 0 0.0 [phythread]

468 2 root IW 0 0.0 0 0.0 [kworker/u8:2-ev]

10 2 root IW 0 0.0 0 0.0 [rcu_sched]

69 2 root SW 0 0.0 0 0.0 [kswapd0]

621 2 root SW 0 0.0 0 0.0 [usb-storage]

9 2 root SW 0 0.0 0 0.0 [ksoftirqd/0]

74 2 root IW 0 0.0 2 0.0 [kworker/2:2-eve]

457 2 root SW 0 0.0 0 0.0 [buttonfunc]

455 2 root DW 0 0.0 0 0.0 [led_task]

15 2 root SW 0 0.0 1 0.0 [ksoftirqd/1]

307 2 root SW 0 0.0 0 0.0 [ubi_bgt1d]


Comment