Traffic Queueing - Random Early Discard Sample Configuration

  • Traffic marked as flash-override should be candidate for drop if there are 20 packets in the output queue
  • If there are 30 packets of flash-override in the output queue one out six should be dropped
  • Traffic marked as priority should be candidate for drop if there are 12 packets in the output queue
  • If there are 18 packets of priority in the output queue two out of eighteen should be dropped



Router(config)#interface f0/0
Router(config-if)#random-detect
Router(config-if)#random-detect precedence 1 12 18 9
Router(config-if)#random-detect precedence 4 20 30 6

Comments

Popular posts from this blog

L2TPv3 Enables Layer 2 Services for IP Networks

TCP/IP 明確擁塞通知 (ECN)

Q-in-Q(Dot1Q Tunnel) Sample Configuration