Skip to content

Instantly share code, notes, and snippets.

@Kohei-Toyoda
Last active September 18, 2018 01:33
Show Gist options
  • Save Kohei-Toyoda/1ce745f867c5556a3e8120cd5f569762 to your computer and use it in GitHub Desktop.
Save Kohei-Toyoda/1ce745f867c5556a3e8120cd5f569762 to your computer and use it in GitHub Desktop.
QoS Strategy

TX QoS Strategy

VoIP

Strategy

  • Most Priority
  • Low Latency
  • High Bandwidth (>10Mbps)

Feature

  • DSCP Very High

High Priority

Strategy

  • High Priority
  • Middle Bandwidth (>5Mbps)

Feature

  • DSCP High

Important Protocol

Strategy

  • Most Priority
  • Low Latency
  • Low Bandwidth (<1Mbps)

Feature

  • DNS
  • ICMP
  • NTP

TCP ACK

Strategy

  • High Priority
  • Middle Bandwidth (<10Mbps)

Feature

  • TCP ACK without data

SSH

Strategy

  • High Priority
  • Low Bandwidth (<1Mbps)

Feature

  • SSH

Server

Strategy

  • High Priority
  • High Bandwidth (>30Mbps)

Feature

  • HTTP/HTTPS Server Access

Client

Strategy

  • Middle Priority
  • High Bandwidth (>10Mbps)

Feature

  • HTTP/HTTPS Client Access

Other UDP

Strategy

  • Middle Priority
  • Middle Bandwidth (>5Mbps)

Feature

  • UDP

Other

Strategy

  • Low Priority
  • Low Bandwidth (<1Mbps)

Feature

  • Other Protocol (TCP etc.)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment