I'm reviewing a service-policy setup by a consultant that has only 192kb prioritized on an ethernet interface. I don't understand why you would do this on a ethernet int when I have 100mb and no congestion.
policy-map ETHERNET_LLQ
class ETHERNET_VOICE_TRAFFIC
priority 192
class class-default
fair-queue
random-detect
!
interface FastEthernet0
ip address 10.10.1.1 255.255.255.248
speed auto
service-policy output ETHERNET_LLQ
!
Thanks!
policy-map ETHERNET_LLQ
class ETHERNET_VOICE_TRAFFIC
priority 192
class class-default
fair-queue
random-detect
!
interface FastEthernet0
ip address 10.10.1.1 255.255.255.248
speed auto
service-policy output ETHERNET_LLQ
!
Thanks!