<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: HTB mutiple session in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/htb-mutiple-session/m-p/4071079#M30052</link>
    <description>Hi amzad,&lt;BR /&gt;If you want to assign dedicated BW to multiple IP then its better to make a group of IP.&lt;BR /&gt;&lt;BR /&gt;upload&lt;BR /&gt;==========&lt;BR /&gt;/sbin/tc qdisc add dev eth0 root handle 1: htb default 99&lt;BR /&gt;&lt;BR /&gt;/sbin/tc class add dev eth0 parent 1: classid 1:1 htb rate 100Mbit ceil&lt;BR /&gt; 100Mbit&lt;BR /&gt;/sbin/tc class add dev eth0 parent 1:1 classid 1:101 htb rate 512Kbit&lt;BR /&gt; ceil 512Kbit&lt;BR /&gt;/sbin/tc qdisc add dev eth0 parent 1:101 handle 105: pfifo limit 10&lt;BR /&gt;/sbin/tc filter add dev eth0 protocol ip parent 1:0 prio 8 u32 match \&lt;BR /&gt;ip src 203.188.244.163/32 flowid 1:101&lt;BR /&gt;&lt;BR /&gt;download&lt;BR /&gt;=============&lt;BR /&gt;/sbin/tc qdisc add dev eth1 root handle 10: htb default 99 &lt;BR /&gt;&lt;BR /&gt;/sbin/tc class add dev eth1 parent 10: classid 10:1 htb rate 100Mbit&lt;BR /&gt; ceil 100Mbit&lt;BR /&gt;/sbin/tc class add dev eth1 parent 10:1 classid 10:1001 htb  rate&lt;BR /&gt; 1024Kbit ceil 1024Kbit&lt;BR /&gt;/sbin/tc qdisc add dev eth1 parent 10:1001 handle 1005: pfifo limit 10&lt;BR /&gt;/sbin/tc filter add dev eth1 protocol ip parent 10:0 prio 8 u32 match \&lt;BR /&gt;ip dst 203.188.244.163/32 flowid 10:1001&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;&lt;BR /&gt;Aashique</description>
    <pubDate>Mon, 07 Apr 2008 09:40:46 GMT</pubDate>
    <dc:creator>Aashique</dc:creator>
    <dc:date>2008-04-07T09:40:46Z</dc:date>
    <item>
      <title>HTB mutiple session</title>
      <link>https://community.hpe.com/t5/operating-system-linux/htb-mutiple-session/m-p/4071078#M30051</link>
      <description>Dear Recepent &lt;BR /&gt;&lt;BR /&gt;I am using 3 lines for dedicat B/W like:&lt;BR /&gt;i)tc class add dev eth1 parent 1:1 classid 1:7 htb rate 1kbit ceil 1kbit&lt;BR /&gt;&lt;BR /&gt;ii)tc qdisc add dev eth1 parent 1:7 handle 70: sfq&lt;BR /&gt;&lt;BR /&gt;iii)tc filter add dev eth1 parent 1:0 protocol ip prio 1 u32 match ip dst 192.168.0.133 flowid 1:7&lt;BR /&gt;&lt;BR /&gt;Now i want to dedicate B/W multiple IP and MAC address. What is the formate for multiple IP and MAC address ?&lt;BR /&gt;&lt;BR /&gt;Thanks &lt;BR /&gt;&lt;BR /&gt;amzad&lt;BR /&gt;</description>
      <pubDate>Sat, 15 Sep 2007 23:44:26 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/htb-mutiple-session/m-p/4071078#M30051</guid>
      <dc:creator>amzad</dc:creator>
      <dc:date>2007-09-15T23:44:26Z</dc:date>
    </item>
    <item>
      <title>Re: HTB mutiple session</title>
      <link>https://community.hpe.com/t5/operating-system-linux/htb-mutiple-session/m-p/4071079#M30052</link>
      <description>Hi amzad,&lt;BR /&gt;If you want to assign dedicated BW to multiple IP then its better to make a group of IP.&lt;BR /&gt;&lt;BR /&gt;upload&lt;BR /&gt;==========&lt;BR /&gt;/sbin/tc qdisc add dev eth0 root handle 1: htb default 99&lt;BR /&gt;&lt;BR /&gt;/sbin/tc class add dev eth0 parent 1: classid 1:1 htb rate 100Mbit ceil&lt;BR /&gt; 100Mbit&lt;BR /&gt;/sbin/tc class add dev eth0 parent 1:1 classid 1:101 htb rate 512Kbit&lt;BR /&gt; ceil 512Kbit&lt;BR /&gt;/sbin/tc qdisc add dev eth0 parent 1:101 handle 105: pfifo limit 10&lt;BR /&gt;/sbin/tc filter add dev eth0 protocol ip parent 1:0 prio 8 u32 match \&lt;BR /&gt;ip src 203.188.244.163/32 flowid 1:101&lt;BR /&gt;&lt;BR /&gt;download&lt;BR /&gt;=============&lt;BR /&gt;/sbin/tc qdisc add dev eth1 root handle 10: htb default 99 &lt;BR /&gt;&lt;BR /&gt;/sbin/tc class add dev eth1 parent 10: classid 10:1 htb rate 100Mbit&lt;BR /&gt; ceil 100Mbit&lt;BR /&gt;/sbin/tc class add dev eth1 parent 10:1 classid 10:1001 htb  rate&lt;BR /&gt; 1024Kbit ceil 1024Kbit&lt;BR /&gt;/sbin/tc qdisc add dev eth1 parent 10:1001 handle 1005: pfifo limit 10&lt;BR /&gt;/sbin/tc filter add dev eth1 protocol ip parent 10:0 prio 8 u32 match \&lt;BR /&gt;ip dst 203.188.244.163/32 flowid 10:1001&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Thanks &amp;amp; Regards&lt;BR /&gt;&lt;BR /&gt;Aashique</description>
      <pubDate>Mon, 07 Apr 2008 09:40:46 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/htb-mutiple-session/m-p/4071079#M30052</guid>
      <dc:creator>Aashique</dc:creator>
      <dc:date>2008-04-07T09:40:46Z</dc:date>
    </item>
  </channel>
</rss>

