This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Bandwidth Shaping

I'm trying to set up QOS so that Vonage doesn't break up during a conversation and there's uploading on a nother location.

Here are my entries for QOS:

Vonage_ATA  Any  External_Interface__  high  borrow
Xbox  Any  External_Interface__  medium  borrow 
Web_Mail_Server  { DMZ Services } External_Interface__  low  borrow
PC1  Any  External_Interface__  low  borrow

and the advanced settings are set to max BW 230Kbps (256Kbps cable) and saved BW to 1 (couldn't enter 0)...MTU 1500.

Do these settings look OK?

Thanks   


This thread was automatically locked due to age.
Parents
  • What is your setting for reserved unshaped bandwidth?
    It is appropriate to put a figure of 64 (Kbits/sec) in that field.

    If your transmit maximum channel bandwidth is 256 Kbits/sec,
    then that is the number you should use for your link BW, not 230.

    You do not have any QoS entries for FTP or HTTP.
    If you have any outbound traffic of these two types,
    then it would be appropriate to make QoS entries for them.

    If you are doing QoS on the basis of sub protocol type,
    then keep in mind that the destination of your traffic is not
    the interfaces on your ASL box.
    Use Any as the source and the destination.
    Here are some examples:

    Any    DNS   Any  medium    borrow
    Any  SMTP   Any  medium    borrow 
    Any  POP3   Any medium    borrow
         
  • I put in 230Kbps for my maximum b/c of overhead...I have a theoretical speed of 256Kbps but only see about 234Kbps...that's where the 230 number comes from...

    About QOS'ing HTTP, FTP, etc... I didn't go the services way and instead did it by station (ie. Server Service External_Interface_ low borrow).  Would it be better to do it by service?...also, I pointed to the External_Interface_ instead of 'Any' for the 'To' as I don't want to shape the traffic within the network...is this correct?...or is this only shaping through eth1 (external) only even with 'Any' as the 'To'?  Another thing, do I have to have an entry for every device on the network?

    I'm going to try the 64Kbps entry for the reserved bandwidth...what does that give me?

    Thanks  
  • Here's what my QOS rules look like right now:

    Code:

    eth1

    Class 1
    Total link bandwidth.
    Min. BW: 256Kbit
    Max. BW: 256Kbit

    Class 10
    Reserved Bandwidth for unshaped traffic.
    Min. BW: 64Kbit
    Max. BW: 256Kbit

    Class 11
    Min. BW: 24Kbit
    Max. BW: 256Kbit

    Filter:
    Protocol tcp
    Source 192.168.3.75/255.255.255.255
    Destination 24.0.xxx.xxx/255.255.255.255
    Destination Port 25
    Destination Port 993
    Destination Port 80
    Destination Port 443

    Class 12
    Min. BW: 24Kbit
    Max. BW: 256Kbit

    Filter:
    Source 192.168.2.101/255.255.255.255
    Destination 24.0.xxx.xxx/255.255.255.255

    Class 13
    Min. BW: 72Kbit
    Max. BW: 256Kbit

    Filter:
    Source 192.168.2.205/255.255.255.255
    Destination 24.0.xxx.xxx/255.255.255.255

    Class 14
    Min. BW: 72Kbit
    Max. BW: 256Kbit

    Filter:
    Source 192.168.2.204/255.255.255.255
    Destination 24.0.xxx.xxx/255.255.255.255





    class 11 --> Server (on DMZ)
    class 12 --> PC
    class 13 --> Vonage Cisco ATA (high priority)
    class 14 --> Xbox  

    I've set up Vonage to use 50Kbps (supposedly) and Xbox needs 64Kbps (if I remember correctly)...after that everything else is low priority...  
Reply
  • Here's what my QOS rules look like right now:

    Code:

    eth1

    Class 1
    Total link bandwidth.
    Min. BW: 256Kbit
    Max. BW: 256Kbit

    Class 10
    Reserved Bandwidth for unshaped traffic.
    Min. BW: 64Kbit
    Max. BW: 256Kbit

    Class 11
    Min. BW: 24Kbit
    Max. BW: 256Kbit

    Filter:
    Protocol tcp
    Source 192.168.3.75/255.255.255.255
    Destination 24.0.xxx.xxx/255.255.255.255
    Destination Port 25
    Destination Port 993
    Destination Port 80
    Destination Port 443

    Class 12
    Min. BW: 24Kbit
    Max. BW: 256Kbit

    Filter:
    Source 192.168.2.101/255.255.255.255
    Destination 24.0.xxx.xxx/255.255.255.255

    Class 13
    Min. BW: 72Kbit
    Max. BW: 256Kbit

    Filter:
    Source 192.168.2.205/255.255.255.255
    Destination 24.0.xxx.xxx/255.255.255.255

    Class 14
    Min. BW: 72Kbit
    Max. BW: 256Kbit

    Filter:
    Source 192.168.2.204/255.255.255.255
    Destination 24.0.xxx.xxx/255.255.255.255





    class 11 --> Server (on DMZ)
    class 12 --> PC
    class 13 --> Vonage Cisco ATA (high priority)
    class 14 --> Xbox  

    I've set up Vonage to use 50Kbps (supposedly) and Xbox needs 64Kbps (if I remember correctly)...after that everything else is low priority...  
Children
No Data