cisco dynamic bandwidth sharing | docsis.org

You are here

cisco dynamic bandwidth sharing

Hello all,

I am trying to figure out how dynamic bandwidth sharing works.

If I have this config...

interface Integrated-Cable6/0/0:0
cable dynamic-bw-sharing
cable rf-bandwidth-percent 50
interface Integrated-Cable6/0/0:1
cable dynamic-bw-sharing
cable rf-bandwidth-percent 50
interface Integrated-Cable6/0/0:2
cable dynamic-bw-sharing
cable rf-bandwidth-percent 50
interface Integrated-Cable6/0/0:3
cable dynamic-bw-sharing
cable rf-bandwidth-percent 50

interface Wideband-Cable6/0/0:0
cable dynamic-bw-sharing
cable rf-channel 0 bandwidth-percent 46
cable rf-channel 1 bandwidth-percent 46
cable rf-channel 2 bandwidth-percent 46
cable rf-channel 3 bandwidth-percent 46

From what I gather, this means that 50% of each channel is "reserved" for Docsis2.0 narrowband traffic, however, if it is not used, it may be utilized by wideband Docsis3.0 users.

Is this statement correct?

Appreciate the help.

Regs,
Mike

For that you would need something like this :
cable rf-channel 3 bandwidth-percent 50 remaining ratio 100
Check out this :
http://www.cisco.com/en/US/docs/ios/cable/configuration/guide/cmts_dyn_b...

> From what I gather, this means that 50% of each channel is "reserved" for
> Docsis2.0 narrowband traffic, however, if it is not used, it may be utilized
> by wideband Docsis3.0 users.

Yes that's how I understand it also.

The narrow and wide interfaces can burst into each others allocations if there is capacity going spare.

The allocations only become static when you do not have "cable dynamic-bw-sharing" enabled.