×

Introducing the Orbi 970 Series Mesh System with WiFi 7(BE) technology. For more information visit the NETGEAR Press Room.

Orbi WiFi 7 RBE973
Reply

Re: How To Get Daily Usage from ORBI with API/REST?

pkellner
Aspirant

How To Get Daily Usage from ORBI with API/REST?

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.

Message 1 of 23

Accepted Solutions
CrimpOn
Guru

Re: How To Get Daily Usage from ORBI with API/REST?

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.

View solution in original post

Message 3 of 23

All Replies
FURRYe38
Guru

Re: How To Get Daily Usage from ORBI with API/REST?

Try Traffic Meter? 

Message 2 of 23
CrimpOn
Guru

Re: How To Get Daily Usage from ORBI with API/REST?

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.

Message 3 of 23
pkellner
Aspirant

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

 

 

Message 4 of 23
CrimpOn
Guru

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.

Message 5 of 23
pkellner
Aspirant

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.

Message 6 of 23
CrimpOn
Guru

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. 

Message 7 of 23
yata001
Star

Re: How To Get Daily Usage from ORBI with API/REST?

The traffic statistics are stored in /tmp/traffic_meter/traffic_statistics. A shell script that logs into the router and parses the file should give you the daily usage.
Message 8 of 23
pkellner
Aspirant

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.

 

 

Message 9 of 23
CrimpOn
Guru

Re: How To Get Daily Usage from ORBI with API/REST?

Orbi does Telnet, not ssh.
Message 10 of 23
pkellner
Aspirant

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.

Message 11 of 23
CrimpOn
Guru

Re: How To Get Daily Usage from ORBI with API/REST?

You want to Telnet from OUTSIDE? I always use the Orbi internal LAN IP. On my cae 193.168.1.2
Message 12 of 23
pkellner
Aspirant

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.

Message 13 of 23
CrimpOn
Guru

Re: How To Get Daily Usage from ORBI with API/REST?

Oh, my. I would not be happy to think that my Orbi accepts Telnet from the internet side. I will definitely check when I get home tomorrow (traveling today) I thout it strange that they do http: and Telnet rather than https and ssh, but justified it because a device has to be 'inside' in the first place.
Message 14 of 23
pkellner
Aspirant

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.

Message 15 of 23
pkellner
Aspirant

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?

Message 16 of 23
CrimpOn
Guru

Re: How To Get Daily Usage from ORBI with API/REST?

Wifi transmission is encrypted. I used to see articles about how WiFi could be cracked by capturing so many gigabytes of traffic (or something. Poor memory)

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
Message 17 of 23
pkellner
Aspirant

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)

Message 18 of 23
CrimpOn
Guru

Re: How To Get Daily Usage from ORBI with API/REST?

If you program it with the internal IP address, it won't work anywhere but at home. I am not certain that it would work from Starbucks.

How about setting up a Hotspot on your cell phone to test? That is what I did to test OPENVPN on the Orbi.
Message 19 of 23
pkellner
Aspirant

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?

Message 20 of 23
CrimpOn
Guru

Re: How To Get Daily Usage from ORBI with API/REST?

I would have to see a Wireshark capture. Seems to me that there would be a connect request before Orbi asks for user name and password. If Orbi does not accept the connection, maybe no credentials are ever passed. Yet another use for the Hotspot!
Message 21 of 23
pkellner
Aspirant

Re: How To Get Daily Usage from ORBI with API/REST?

Hopefully, my google extension will be out in a couple days.

 

https://twitter.com/pkellner/status/1162034492308983808

Message 22 of 23
CrimpOn
Guru

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.

Message 23 of 23
Top Contributors
Discussion stats
  • 22 replies
  • 8695 views
  • 1 kudo
  • 4 in conversation
Announcements

Orbi WiFi 7