R
randompleb
Hi, first post here. I read about how the Jio Fiber ONT is locked down here before making the decision to subscribe to their services. This was done as there is no other fiber provider here. Anyway let's cut right to the chase.
It was mentioned on this forum that the ONT uses Tr-069. Yeah, it does use that along with GPON. You can check it for yourself, it'll show "O5 State" when it's authenticated properly. So, I guess it sends a serial number to authenticate with the OLT? Does anyone know how would I be able to monitor GPON/TR-069 stuff with a packet monitoring program of some sorts?
Also, this is what I found in js/menuSearchList.js
I guess you could, theoretically speaking, access it using some curl POST magic? Because sticking
Edit: Just to be clear, isn't Jio's ONT actually ONT+Router?
It was mentioned on this forum that the ONT uses Tr-069. Yeah, it does use that along with GPON. You can check it for yourself, it'll show "O5 State" when it's authenticated properly. So, I guess it sends a serial number to authenticate with the OLT? Does anyone know how would I be able to monitor GPON/TR-069 stuff with a packet monitoring program of some sorts?
Also, this is what I found in js/menuSearchList.js
Code:
"menu74": {
"mainMenu": "Advanced",
"secondLevelMenu": "VLAN Configuration",
"thirdLevelMenu": "",
"hrefAttrLink": "vlanWan.html",
"breadCrumb": "Advanced@@Network@@VLAN Configuration"
},
I guess you could, theoretically speaking, access it using some curl POST magic? Because sticking
vlanWan.html
right at the end of "platform.cgi?=
" will throw a 401 unauthorized error. But I guess this is useless as the ONT itself uses TR-069?Edit: Just to be clear, isn't Jio's ONT actually ONT+Router?
Last edited: