search for: 256kbpss

Displaying 1 result from an estimated 1 matches for "256kbpss".

Did you mean: 256kbps
2006 Mar 29
1
How to define class type hierarchy of speeds?
...ot;inherits" from this master class. Example: one queue for 128Kbps other queue for 256Kbps What I want now is that for example in "class" 128Kbps the ip 10.0.0.5, 10.0.0.8 etc. goes BUT every ip adress will have 128Kbps. The same for 256Kbps. 128Kbps |_ 10.0.0.5 |_ 10.0.0.8 256Kbpss |_ 10.0.0.6 |_ 10.0.0.7 Is there now way to do that without create for any ip address its own "master" class? Do I have to do it like in example 15.1 (Cookbook) in the howto i.e. if I have 1000 ip addresses they are all flat there in? It would be nice to add such an example to ilus...