- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
Re: How To Get Daily Usage from ORBI with API/REST?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I want to get daily internet usage (I'd like by device but I'd take total) of interent connection. I use comcast and they cap and I need to track without having to login.
Solved! Go to Solution.
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It is the "without login" that makes this difficult. There is a web page that displays the current usage: htp://<ip of orbi router>/show_traffic.htm
You could put a bookmark on a web browser. If the web browser has stored the Orbi credentials, the screen will pop up. People who enjoy programming can whip up a task that does the http, scrapes the values off the page, then "does something " with them.
If someone has discovered API's for the Orbi, please share because I have never heard any mention of it.
All Replies
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How To Get Daily Usage from ORBI with API/REST?
Try Traffic Meter?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
It is the "without login" that makes this difficult. There is a web page that displays the current usage: htp://<ip of orbi router>/show_traffic.htm
You could put a bookmark on a web browser. If the web browser has stored the Orbi credentials, the screen will pop up. People who enjoy programming can whip up a task that does the http, scrapes the values off the page, then "does something " with them.
If someone has discovered API's for the Orbi, please share because I have never heard any mention of it.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How To Get Daily Usage from ORBI with API/REST?
that does not show me any useful info.
This one does as shown in the orbi dashboard under stats though, but does not give me any bytes transferred info.
http://172.16.0.1/RST_statistic.htm
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How To Get Daily Usage from ORBI with API/REST?
My assumption is that show_traffic.htm is geared directly toward "caps". i.e. if a value is put in for usage cap, it is a matter of arithmetic. n/30 days, I have used x/cap of data. I think Netgear could have done the arithmetic for us and put the percentages in.
Still can't get around the login, and still no direct API.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How To Get Daily Usage from ORBI with API/REST?
Where are "caps" set? I went through all menu's and could not find it. Is there someway that keeps track of daily or monthly usage? Not obvious to me at all. Mine just shows 0.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How To Get Daily Usage from ORBI with API/REST?
In the Orbi web interface, Advanced tab, Advanced Setup, the bottom menu item Traffic Meter. If traffic meter is "Enabled", then traffic can be controlledd by No limit, Download, or Both direction (pull down menu) OR by time in hours. Have no idea how Orbi "pops up a warning" if that option is selected.
This is what I referred to as a "cap".
P. S. I have no cap, and have idea if this "works" or not.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How To Get Daily Usage from ORBI with API/REST?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How To Get Daily Usage from ORBI with API/REST?
How can I login with a shell sript? I try ssh to my IP of the router and the ssh port rejected me. Also, I see these URL's
http://172.16.0.1/RST_statistic.htm
http://172.16.0.1/show_traffic.htm
Are there others? I'm hoping to find traffic for at each of at least the last 30 days.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How To Get Daily Usage from ORBI with API/REST?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How To Get Daily Usage from ORBI with API/REST?
I just tried telnet to 172.16.0.1 (same as my public stats) on port 23 and got connection refused.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How To Get Daily Usage from ORBI with API/REST?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How To Get Daily Usage from ORBI with API/REST?
always inside. This works: http://172.16.0.1/RST_statistic.htm so I assume that is my IP that I want to telnet to.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How To Get Daily Usage from ORBI with API/REST?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How To Get Daily Usage from ORBI with API/REST?
This is definitly not meant to be an enterprise device, though it is a little scary if the wifi exposes telnet and https through unencrypted transmissions that include my router password. My downstairs neighbor works for google and I guess it's good he's an honest guy.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How To Get Daily Usage from ORBI with API/REST?
I just realized that I'm writing a chrome extension that uses basic auth connect to the public url on the local side of the router at http://172.16.0.1/show_traffic.htm. I tried https and it said there is an invalid cert there so it does me no good as I don't want to load that into everyone's browsers.
So, I'm issuing myself a "stop work" order because if I continue and publish this, I'm basically inviting anyone with an Orbi router who connects to it over wifi to expose there router's password to the admin control panel over wifi.
Come to think of it, NetGear has already done that by exposing the admin control panel over wifi and http.
Is my thinking flawed here? Should I be reporting to the world that NetGear's routers have a horrible security flaw in them?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How To Get Daily Usage from ORBI with API/REST?
That is why Netgear feels less pressure on the LAN side. The evil doer has to be either (1) wired, or (2) connected to the WiFi with the password
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How To Get Daily Usage from ORBI with API/REST?
Hmm. Interesting thoughts.
What happens if I'm at starbucks connected to their wifi. I try to login in to my 172... ip address (even though of course there is no orbi there because I'm not at home). Will I generate traffic that someone with a network scanner would see who is connected to the local starbucks wifi?
That would be my case if I deploy this chrome extension I'm almost done with. That is, it will try to connect to 172... even when at starbucks (it does not know I'm not at home)
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How To Get Daily Usage from ORBI with API/REST?
How about setting up a Hotspot on your cell phone to test? That is what I did to test OPENVPN on the Orbi.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How To Get Daily Usage from ORBI with API/REST?
I'm confident that netgear wouldn't route traffic from the outside to port 172... but what I'm worried about is if my laptop connected to starbucks wifi attempted to connect to 172.. that it would broadcast my username and password of my home router. does that make sense?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How To Get Daily Usage from ORBI with API/REST?
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How To Get Daily Usage from ORBI with API/REST?
Hopefully, my google extension will be out in a couple days.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: How To Get Daily Usage from ORBI with API/REST?
Concerning security of the external link. I set up my cell phone Hot Spot, connected a laptop to it, and attempted to reach my Orbi:
- Telnet failed to connect to the public IP.
- HTTP and HTTPS failed to connect to the public IP.
- I enabled Remote Administration, which uses an https connection to mynetgear.com, and was able to connect.
(although, of course, it warned about the Orbi certificate being invalid - so sad)
My conclusion is that login credentials are not likely to be passed "in the clear" because your Chrome extension will not get connected to the Orbi public IP.
• Introducing NETGEAR WiFi 7 Orbi 770 Series and Nighthawk RS300
• What is the difference between WiFi 6 and WiFi 7?
• Yes! WiFi 7 is backwards compatible with other Wifi devices? Learn more