由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
EmergingNetworking版 - 隔壁没人回答,只能在这里求助了
相关主题
有什么好的方法识别各种stream package的?netflix太强大了 整个控制internet速度 (转载)
SDN acquisition again, Cisco to acquire BroadHop问个multicast 问题。
IBM to buy micromusemulticast在现在网路上是不是还是理论上可行,现实中很少用?
blocking skypeverizon的wireless backhaul主要用什么现在?
BGP question大侠来说说路由器的核心技术是什么?
请问我有一条无线上网、一条有线上网,能否同时使用加快网速?How many nexthops?
shift all outbound traffic to one BGP peerinfinistream i120
BGP 多线切换问题。。。Verizon Virtually blocks China Internet
相关话题的讨论汇总
话题: high话题: usage话题: so话题: functions话题: bras
进入EmergingNetworking版参与讨论
1 (共1页)
w**********8
发帖数: 4112
1
路由刷什么固件可以控制时间段的流量

比如控制连续24小时的流量不超过一定值?但不限制上下行的速率,怎么实现呢?
a**********k
发帖数: 1953
2
How would you enforce the accumulated volume cap if you
can not control the interface input/output bandwidth?
Typically you can do rate-limiting via dropping packets.
Some intelligent network devices with video optimization
capability can perform video traffic rate-limiting via
trans-rating or trans-coding etc.

【在 w**********8 的大作中提到】
: 路由刷什么固件可以控制时间段的流量
:
: 比如控制连续24小时的流量不超过一定值?但不限制上下行的速率,怎么实现呢?

m**t
发帖数: 1292
3
这更多的是 IP accounting, 应该用 netflow 可以 monitor 和 enforce usage
billing

【在 a**********k 的大作中提到】
: How would you enforce the accumulated volume cap if you
: can not control the interface input/output bandwidth?
: Typically you can do rate-limiting via dropping packets.
: Some intelligent network devices with video optimization
: capability can perform video traffic rate-limiting via
: trans-rating or trans-coding etc.

c*a
发帖数: 806
4
guess it was asking home networking? doubt these functions available
on cheap routers. Most of these functions are availale on BRAS devices
not necessarily vanilla routers, even high end would not have this types
of function.

【在 m**t 的大作中提到】
: 这更多的是 IP accounting, 应该用 netflow 可以 monitor 和 enforce usage
: billing

m**t
发帖数: 1292
5
ah.. you are right..had hard time understand 路由固件,now it seems to be
home router with firmware update. 如果有firmware 源程序,可以自己编译。基
于LINUX的应该可以弄 netfilter flow based accounting plugin 吧, 否则没见过有
什么家用的router 能支持这种东东

【在 c*a 的大作中提到】
: guess it was asking home networking? doubt these functions available
: on cheap routers. Most of these functions are availale on BRAS devices
: not necessarily vanilla routers, even high end would not have this types
: of function.

z**r
发帖数: 17771
6
this is popular, say for at&t, even you have the unlimited data plan, but
when your monthly usage exceeds 2GB, your speed will be rate limited. So
similar to this, all he needs is when the usage exceeds xxGB, then drop
everything until the next billing cycle?

【在 a**********k 的大作中提到】
: How would you enforce the accumulated volume cap if you
: can not control the interface input/output bandwidth?
: Typically you can do rate-limiting via dropping packets.
: Some intelligent network devices with video optimization
: capability can perform video traffic rate-limiting via
: trans-rating or trans-coding etc.

z**r
发帖数: 17771
7
it is true these functions are usually available on a BRAS, but high end
usually means high performance, high availability, .... not necessarily
means high in functionality
I am not 100% sure, but seems like, these can be done on a linux box with tc
and a script, maybe there is a tool for this too. So if his soho router can
be flashed with ddwrt or other linux based open source roms, he might be
able to do this

【在 c*a 的大作中提到】
: guess it was asking home networking? doubt these functions available
: on cheap routers. Most of these functions are availale on BRAS devices
: not necessarily vanilla routers, even high end would not have this types
: of function.

c*a
发帖数: 806
8
It's certainly possible. But what's the use case?
1) Parental control - limit kids download
2) Roommate fair use -
3) ISP started to cap monthly usage, so better control oursevles first?
4) 3G/4G hotspot router?

tc
can

【在 z**r 的大作中提到】
: it is true these functions are usually available on a BRAS, but high end
: usually means high performance, high availability, .... not necessarily
: means high in functionality
: I am not 100% sure, but seems like, these can be done on a linux box with tc
: and a script, maybe there is a tool for this too. So if his soho router can
: be flashed with ddwrt or other linux based open source roms, he might be
: able to do this

m**t
发帖数: 1292
9
无线里面好做,PCRF policy driven 这些都有了
固网里面很多hosting 公司有限流量和带宽。 fairuse 主要是实时带宽问题吧

【在 c*a 的大作中提到】
: It's certainly possible. But what's the use case?
: 1) Parental control - limit kids download
: 2) Roommate fair use -
: 3) ISP started to cap monthly usage, so better control oursevles first?
: 4) 3G/4G hotspot router?
:
: tc
: can

a**********k
发帖数: 1953
10
To talk to PCRF, the device needs to be re-flashed with firmware
to act as a PCEF, being able to talk in diameter/Gx/Gy
etc, that's quite an undertaking if it's not yet supported.

【在 m**t 的大作中提到】
: 无线里面好做,PCRF policy driven 这些都有了
: 固网里面很多hosting 公司有限流量和带宽。 fairuse 主要是实时带宽问题吧

c*a
发帖数: 806
11
对具体实现不熟,能否指一段现成的opensource code?

【在 a**********k 的大作中提到】
: To talk to PCRF, the device needs to be re-flashed with firmware
: to act as a PCEF, being able to talk in diameter/Gx/Gy
: etc, that's quite an undertaking if it's not yet supported.

c*a
发帖数: 806
12
fairuse not only for realtime bw management, but also volume
esp. with many ISP's capping download volume per month for home broadband

【在 m**t 的大作中提到】
: 无线里面好做,PCRF policy driven 这些都有了
: 固网里面很多hosting 公司有限流量和带宽。 fairuse 主要是实时带宽问题吧

1 (共1页)
进入EmergingNetworking版参与讨论
相关主题
Verizon Virtually blocks China InternetBGP question
[合集] BGP question请问我有一条无线上网、一条有线上网,能否同时使用加快网速?
关于我的电脑的IP地址的问题。shift all outbound traffic to one BGP peer
为什么搬家后router不能用了?BGP 多线切换问题。。。
有什么好的方法识别各种stream package的?netflix太强大了 整个控制internet速度 (转载)
SDN acquisition again, Cisco to acquire BroadHop问个multicast 问题。
IBM to buy micromusemulticast在现在网路上是不是还是理论上可行,现实中很少用?
blocking skypeverizon的wireless backhaul主要用什么现在?
相关话题的讨论汇总
话题: high话题: usage话题: so话题: functions话题: bras