可以这样修改AAM6020BI使它能够路由吗?
这个是这里的斑竹的固件AAM6020的原始配置文件,有路由功能的:<psitree>
<AtmCfg>
<initCfg structureId="2" threadPriority="25" freeCellQSize="10" freePktQSize="200" freePktQBufSize="1600" freePktQBufOffset="32" rxCellQSize="10" rxPktQSize="200" txFifoPriority="64" aal5MaxSduLen="64" aal2MaxSduLen="0"/>
</AtmCfg>
<AtmCfgTd>
<td1 cat="UBR" PCR="0" SCR="0" MBS="0"/>
</AtmCfgTd>
<AtmCfgVcc>
<vccId1 vpi="1" vci="39" tdId="1" aalType="AAL5" adminStatus="up" encap="llc" qos="disable" instanceId="0"/>
<vccId2 vpi="8" vci="35" tdId="1" aalType="AAL5" adminStatus="up" encap="llc" qos="disable" instanceId="0"/>
<vccId3 vpi="0" vci="32" tdId="1" aalType="AAL5" adminStatus="up" encap="llc" qos="disable" instanceId="0"/>
<vccId4 vpi="0" vci="100" tdId="1" aalType="AAL5" adminStatus="up" encap="llc" qos="disable" instanceId="0"/>
<vccId9999 vpi="0" vci="65534" tdId="0" aalType="AAL2" adminStatus="down" encap="unknown" qos="disable" instanceId="1509949441"/>
</AtmCfgVcc>
<SecCfg>
<srvCtrlList ftp="lan" http="lan" icmp="enable" snmp="lan" ssh="lan" telnet="lan" tftp="lan"/>
</SecCfg>
<wan_1_39>
<entry1 vccId="1" conId="1" name="mer_1_39" protocol="MER" encap="LLC" firewall="disable" nat="disable" igmp="disable" vlanId="-1" service="enable" bridgemode="disable" maclearnmode="disable" instanceId="1509949441"/>
</wan_1_39>
<Lan>
<entry9999 address="1.1.1.1" mask="255.255.255.0" dhcpServer="disable" leasedTime="0" startAddr="0.0.0.0" endAddr="0.0.0.0" instanceId="1509949445"/>
<entry1 address="192.168.1.1" mask="255.255.255.0" dhcpServer="disable" leasedTime="24" startAddr="192.168.1.2" endAddr="192.168.1.254" instanceId="1509949443"/>
</Lan>
<ipsrv_1_39>
<dhcpc_conId1 state="disable" wanAddress="0.0.0.0" wanMask="0.0.0.0"/>
</ipsrv_1_39>
<SystemInfo>
<sysLog state="disable" displayLevel="ERR" logLevel="DEBUG" option="local" serverIP="0.0.0.0" serverPort="514"/>
<protocol autoScan="enable" upnp="enable" igmpSnp ="disable" igmpMode ="disable" macFilterPolicy="forward" encodePassword="enable"/>
<snmp state="enable" readCommunity="ADSL" writeCommunity="ADSL" sysName="Sysname" sysLocation="unknown" sysC trapIP="0.0.0.0" debug="0" c/>
<sysUserName value="admin"/>
</SystemInfo>
<PMapCfg>
<pmap tableSize="1">
<pmapEntry id="1" groupName="Default" ifList="eth0|nas_8_35|nas_0_32|nas_0_100" vendorid0="" vendorid1="" vendorid2="" vendorid3="" vendorid4=""/>
</pmap>
</PMapCfg>
<wan_8_35>
<entry1 vccId="2" conId="1" name="br_8_35" protocol="BRIDGE" encap="LLC" firewall="disable" nat="disable" igmp="disable" vlanId="-1" service="enable" bridgemode="enable" maclearnmode="enable" instanceId="1509949442"/>
</wan_8_35>
<wan_0_32>
<entry1 vccId="3" conId="1" name="br_0_32" protocol="BRIDGE" encap="LLC" firewall="disable" nat="disable" igmp="disable" vlanId="-1" service="enable" bridgemode="enable" maclearnmode="enable" instanceId="1509949444"/>
</wan_0_32>
<wan_0_100>
<entry1 vccId="4" conId="1" name="br_0_100" protocol="BRIDGE" encap="LLC" firewall="disable" nat="disable" igmp="disable" vlanId="-1" service="enable" bridgemode="enable" maclearnmode="enable" instanceId="1509949445"/>
</wan_0_100>
<ADSL/>
<RouteCfg>
<ripGlobal state="disable" ripIfcTableSize="1"/>
<ripIfc tableSize="1">
<ripIfcEntry id="1" name="br0" state="disable" version="2" operation="active"/>
</ripIfc>
</RouteCfg>
</psitree> 改点或者加点什么呢?
这一行把灰色的SNMP的参数修改一下.
<snmp state="disable" readCommunity="SHITDOG" writeCommunity="FUCKDOG" sysName="HOTDOG" sysLocation="DOGknown" sysC trapIP="0.0.0.0" debug="7ffe8230" c/>
加上这几行先把访问控制的三个管理用户帐号名改一下
<sysUserName value="ADMINDOG"/>
<sptUserName value="SUPPORTDOG"/>
<usrUserName value="USERDOG"/>
服务控制列表(SCL)不是有个不能关闭的吗?这样可以不可以?
<srvCtrlList ftp="disable" http="lan" icmp="disable" snmp="disable" ssh="disable" telnet="disable" tftp="disable"/>
原来默认是icmp="LAN",想改就改,测试是成功的.如果你不想任何人使用WEB方式管理MODEM,那么改掉这个http="disable" ,如果想使用TFTP更新固件,那就改tftp="enable",还想使用SSH方式?接着改...
[ 本帖最后由 yanzihui 于 2008-1-9 23:31 编辑 ] <vccId1 vpi="1" vci="39" tdId="1" aalType="AAL5" adminStatus="up" encap="llc" qos="disable" instanceId="1509949441"/>
这个是什么东西?ADSL只要上线它也跟着上线了,有谁知道是什么?
它的配置如下:
<wan_1_39>
<entry1 vccId="1" conId="1" name="mer_1_39" protocol="MER" encap="LLC" firewall="disable" nat="disable" igmp="disable" vlanId="-1" service="enable" bridgemode="disable" maclearnmode="disable" instanceId="1509949441"/>
</wan_1_39> 。。。。呵呵,我看不明白。。。 请问高手,这个怎么搞亚,怎么刷到AAM6020里亚?
页:
[1]