Hello everybody,
How Can i see the throughput in all my cablemodems? Cmts can´t recognize when i write scm q or scm cx/x/x qos.
Thanks
What is your goal? To identify heavy traffic users?
Some example commands :
show int cable 5/0/0 service-flow qos then show int cable 5/0/0 service-flow X to lookup the interesting service flow back to a particular cable modem
turn on netflow (ip flow ingress on your bundle and gig uplink port), then : show ip cache flow show ip flow top-talkers
turn on subscriber traffic management (doesn't need to have an enforce rule enabled), then show cable subscriber-usage
That´s what i needed thank you
What is your goal? To identify heavy traffic users?
Some example commands :
show int cable 5/0/0 service-flow qos
then
show int cable 5/0/0 service-flow X
to lookup the interesting service flow back to a particular cable modem
turn on netflow (ip flow ingress on your bundle and gig uplink port), then :
show ip cache flow
show ip flow top-talkers
turn on subscriber traffic management (doesn't need to have an enforce rule enabled), then
show cable subscriber-usage
That´s what i needed thank you