Netgate Discussion Forum
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Search
    • Register
    • Login

    Traffic Shaper Graphs without new data

    Scheduled Pinned Locked Moved 1.2.3-PRERELEASE-TESTING snapshots - RETIRED
    1 Posts 1 Posters 1.7k Views
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • T
      tohil
      last edited by

      hi there

      i have the following traffic shaper config. but the rrd graphs are empty. not showing, that they cannot be created, them are empty. without any new data. ideas?

      • <shaper><schedulertype>hfsc</schedulertype>

      • <queue><name>qwanRoot</name>
          <associatedrule>0</associatedrule>
          <priority>0</priority>
          <parentqueue>on</parentqueue>
          <bandwidth>1000</bandwidth>
          <bandwidthtype>Kb</bandwidthtype></queue>

      • <queue><name>qlanRoot</name>
          <associatedrule>0</associatedrule>
          <priority>0</priority>
          <parentqueue>on</parentqueue>
          <bandwidth>10000</bandwidth>
          <bandwidthtype>Kb</bandwidthtype></queue>

      • <queue><name>qwandef</name>
          <attachtoqueue>qwanRoot</attachtoqueue>
          <associatedrule>0</associatedrule>
          <defaultqueue>true</defaultqueue>
          <priority>1</priority>
          <realtime>on</realtime>
          <realtime3>1%</realtime3>
          <bandwidth>1</bandwidth>
          <bandwidthtype>%</bandwidthtype>
          <qlimit>500</qlimit></queue>

      • <queue><name>qlandef</name>
          <priority>1</priority>
          <attachtoqueue>qlanRoot</attachtoqueue>
          <associatedrule>0</associatedrule>
          <defaultqueue>true</defaultqueue>
          <realtime>on</realtime>
          <realtime3>1%</realtime3>
          <bandwidth>1</bandwidth>
          <bandwidthtype>%</bandwidthtype>
          <qlimit>500</qlimit></queue>

      • <queue><name>qwanacks</name>
          <ack><attachtoqueue>qwanRoot</attachtoqueue>
          <associatedrule>0</associatedrule>
          <priority>7</priority>
          <realtime>on</realtime>
          <realtime3>10%</realtime3>
          <bandwidth>25</bandwidth>
          <bandwidthtype>%</bandwidthtype></ack></queue>

      • <queue><name>qlanacks</name>
          <ack><attachtoqueue>qlanRoot</attachtoqueue>
          <associatedrule>0</associatedrule>
          <priority>7</priority>
          <realtime>on</realtime>
          <realtime3>10%</realtime3>
          <bandwidth>25</bandwidth>
          <bandwidthtype>%</bandwidthtype></ack></queue>

      • <queue><name>qP2PUp</name>
          <attachtoqueue>qwanRoot</attachtoqueue>
          <associatedrule>0</associatedrule>
          <priority>1</priority>
          <red>on</red>
          <ecn>on</ecn>
          <realtime>on</realtime>
          <realtime3>1Kb</realtime3>
          <bandwidth>1</bandwidth>
          <bandwidthtype>%</bandwidthtype>
          <qlimit>500</qlimit></queue>

      • <queue><name>qP2PDown</name>
          <attachtoqueue>qlanRoot</attachtoqueue>
          <associatedrule>0</associatedrule>
          <priority>1</priority>
          <red>on</red>
          <ecn>on</ecn>
          <realtime>on</realtime>
          <realtime3>1Kb</realtime3>
          <bandwidth>1</bandwidth>
          <bandwidthtype>%</bandwidthtype>
          <qlimit>500</qlimit></queue>

      • <queue><name>qOthersUpH</name>
          <attachtoqueue>qwanRoot</attachtoqueue>
          <associatedrule>0</associatedrule>
          <priority>4</priority>
          <red>on</red>
          <ecn>on</ecn>
          <realtime>on</realtime>
          <realtime3>1Kb</realtime3>
          <bandwidth>25</bandwidth>
          <bandwidthtype>%</bandwidthtype></queue>

      • <queue><name>qOthersDownH</name>
          <attachtoqueue>qlanRoot</attachtoqueue>
          <associatedrule>0</associatedrule>
          <priority>4</priority>
          <red>on</red>
          <ecn>on</ecn>
          <realtime>on</realtime>
          <realtime3>1Kb</realtime3>
          <bandwidth>25</bandwidth>
          <bandwidthtype>%</bandwidthtype></queue>

      • <queue><name>qOthersUpL</name>
          <attachtoqueue>qwanRoot</attachtoqueue>
          <associatedrule>0</associatedrule>
          <priority>2</priority>
          <red>on</red>
          <ecn>on</ecn>
          <realtime>on</realtime>
          <realtime3>1Kb</realtime3>
          <bandwidth>1</bandwidth>
          <bandwidthtype>%</bandwidthtype>
          <qlimit>500</qlimit></queue>

      • <queue><name>qOthersDownL</name>
          <attachtoqueue>qlanRoot</attachtoqueue>
          <associatedrule>0</associatedrule>
          <priority>2</priority>
          <red>on</red>
          <ecn>on</ecn>
          <realtime>on</realtime>
          <realtime3>1Kb</realtime3>
          <bandwidth>1</bandwidth>
          <bandwidthtype>%</bandwidthtype>
          <qlimit>500</qlimit></queue>

      • <rule><inqueue>qOthersDownH</inqueue>
          <outqueue>qOthersUpH</outqueue>
          <in-interface>lan</in-interface>
          <out-interface>wan</out-interface>

      • <source>
          <network>lan</network>

      • <destination><any><port>25-25</port></any></destination>
          <descr>m_Other SMTP outbound</descr>
          <protocol>tcp</protocol></rule>

      • <rule><inqueue>qOthersUpH</inqueue>
          <outqueue>qOthersDownH</outqueue>
          <in-interface>wan</in-interface>
          <out-interface>lan</out-interface>

      • <source>
          <any>- <destination><network>lan</network>
          <port>25-25</port></destination>
          <descr>m_Other SMTP inbound</descr>
          <protocol>tcp</protocol></any></rule>

      • <rule><inqueue>qOthersDownH</inqueue>
          <outqueue>qOthersUpH</outqueue>
          <in-interface>lan</in-interface>
          <out-interface>wan</out-interface>

      • <source>
          <network>lan</network>

      • <destination><any><port>110-110</port></any></destination>
          <descr>m_Other POP3 outbound</descr>
          <protocol>tcp</protocol></rule>

      • <rule><inqueue>qOthersUpH</inqueue>
          <outqueue>qOthersDownH</outqueue>
          <in-interface>wan</in-interface>
          <out-interface>lan</out-interface>

      • <source>
          <any>- <destination><network>lan</network>
          <port>110-110</port></destination>
          <descr>m_Other POP3 inbound</descr>
          <protocol>tcp</protocol></any></rule>

      • <rule><inqueue>qOthersDownH</inqueue>
          <outqueue>qOthersUpH</outqueue>
          <in-interface>lan</in-interface>
          <out-interface>wan</out-interface>

      • <source>
          <network>lan</network>

      • <destination><any><port>443-443</port></any></destination>
          <descr>m_Other HTTPS outbound</descr>
          <protocol>tcp</protocol></rule>

      • <rule><inqueue>qOthersUpH</inqueue>
          <outqueue>qOthersDownH</outqueue>
          <in-interface>wan</in-interface>
          <out-interface>lan</out-interface>

      • <source>
          <any>- <destination><network>lan</network>
          <port>443-443</port></destination>
          <descr>m_Other HTTPS inbound</descr>
          <protocol>tcp</protocol></any></rule>

      • <rule><inqueue>qOthersDownH</inqueue>
          <outqueue>qOthersUpH</outqueue>
          <in-interface>lan</in-interface>
          <out-interface>wan</out-interface>

      • <source>
          <network>lan</network>

      • <destination><any><port>80-80</port></any></destination>
          <descr>m_Other HTTP outbound</descr>
          <protocol>tcp</protocol></rule>

      • <rule><inqueue>qOthersUpH</inqueue>
          <outqueue>qOthersDownH</outqueue>
          <in-interface>wan</in-interface>
          <out-interface>lan</out-interface>

      • <source>
          <any>- <destination><network>lan</network>
          <port>80-80</port></destination>
          <descr>m_Other HTTP inbound</descr>
          <protocol>tcp</protocol></any></rule>

      • <rule><in-interface>opt2</in-interface>
          <out-interface>wan</out-interface>
          <protocol>tcp</protocol>

      • <source>
          <network>opt2</network>

      • <destination><any></any></destination>
          <direction><iptos><tcpflags><descr>m_Other Skype outbound</descr>
          <inqueue>qOthersDownH</inqueue>
          <outqueue>qOthersUpH</outqueue></tcpflags></iptos></direction></rule>

      • <rule><in-interface>wan</in-interface>
          <out-interface>opt2</out-interface>
          <protocol>tcp</protocol>

      • <source>
          <any>- <destination><network>opt2</network></destination>
          <direction><iptos><tcpflags><descr>m_Other Skype inbound</descr>
          <inqueue>qOthersUpH</inqueue>
          <outqueue>qOthersDownH</outqueue></tcpflags></iptos></direction></any></rule>

      • <rule><in-interface>opt4</in-interface>
          <out-interface>wan</out-interface>

      • <source>
          <network>opt4</network>

      • <destination><any></any></destination>
          <direction><iptos><tcpflags><descr>p2pCatchAll outbound</descr>
          <inqueue>qP2PDown</inqueue>
          <outqueue>qP2PUp</outqueue></tcpflags></iptos></direction></rule>

      • <rule><in-interface>wan</in-interface>
          <out-interface>opt4</out-interface>

      • <source>
          <any>- <destination><network>opt4</network></destination>
          <direction><iptos><tcpflags><descr>p2pCatchAll inbound</descr>
          <inqueue>qP2PUp</inqueue>
          <outqueue>qP2PDown</outqueue></tcpflags></iptos></direction></any></rule>

      • <rule><in-interface>opt4</in-interface>
          <out-interface>wan</out-interface>

      • <source>
          <network>opt4</network>

      • <destination><any></any></destination>
          <direction><iptos><tcpflags><descr>p2pCatchAll outbound</descr>
          <inqueue>qP2PDown</inqueue>
          <outqueue>qP2PUp</outqueue></tcpflags></iptos></direction></rule>

      • <rule><in-interface>wan</in-interface>
          <out-interface>opt4</out-interface>

      • <source>
          <any>- <destination><network>opt4</network></destination>
          <direction><iptos><tcpflags><descr>p2pCatchAll inbound</descr>
          <inqueue>qP2PUp</inqueue>
          <outqueue>qP2PDown</outqueue></tcpflags></iptos></direction></any></rule>
          <enable></enable></shaper>

      1 Reply Last reply Reply Quote 0
      • First post
        Last post
      Copyright 2025 Rubicon Communications LLC (Netgate). All rights reserved.