ngrhd
As you know, almost all critical settings are greyed and disabled on this godforsaken ONU. So I got hold of an Airtel technician after painstaking requests. He remotely enabled bridge mode on Dragonpath 707GR1 running on firmware v01.00.01_140
The most important trick is to raise a service request to get a static IP and incessantly ask them to enable the bridge mode.
Now back to the topic; fortunately, I had exported the original config XML using this excellent by @justageeek
I exported the config again (after he enabled the bridge mode) and compared the original with the newly exported one.
I have also subscribed to their static IP, so some attributes might be useless if you want to use a PPPoE client.
I discovered the following XML elements had their attributes modified that successfully enabled the bridge on the nas0_3 interface.
Please note:
The most important trick is to raise a service request to get a static IP and incessantly ask them to enable the bridge mode.
Now back to the topic; fortunately, I had exported the original config XML using this excellent by @justageeek
I exported the config again (after he enabled the bridge mode) and compared the original with the newly exported one.
I have also subscribed to their static IP, so some attributes might be useless if you want to use a PPPoE client.
I discovered the following XML elements had their attributes modified that successfully enabled the bridge on the nas0_3 interface.
Code:
<Config_Information_File_8671>
<Value Name="PPPOE_ACNAME_ACTING" Value=""/>
<Value Name="ChannelStatus" Value="0"/>
<!--[Static IP given by Airtel]-->
<Value Name="LocalIPAddr" Value="x.x.x.x"/>
<!-- [Gateway to the static IP, also provided by Airtel]-->
<Value Name="RemoteIPAddr" Value="y.y.y.y"/>
<Value Name="vlan" Value="1"/>
<Value Name="vid" Value="100"/>

Code:
<chain chainName="ATM_VC_TBL">
<Value Name="NAPT" Value="1"/>
<Value Name="ChannelStatus" Value="1"/>
<Value Name="vlan" Value="1"/>
<Value Name="vid" Value="100"/>

Please note:
- I've not played around by hard resetting the router and importing the bridged XML config for a sanity check.
- I'm not sure about some elements, such as "NAPT" and what it does
- Always back up your original config file, for it may be helpful if you brick your router.
Last edited: