Skip to main content
dmatta
New Member
January 29, 2015
Solved

Limit traffic bandwidth on VDOM interfaces bases

  • January 29, 2015
  • 2 replies
  • 8968 views

Hi all,

i need to limit the physical interface total bandwidth (1Gb for instance).

I have a firewall with 4 VDOMS, 1 root with the WAN interface and 3 VDOMS with the LAN interface. Of course the 3 VDOMS are sharing the same physical interface with 3 different VLANS.

I would like to limit the VDOMS access bandwidth, for exaple:

 

VDOM A ---- VLAN 10 ---- INT G1 --------- 100Mb

VDOM B ---- VLAN 11 ---- INT G1 --------- 10Mb

VDOM C ---- VLAN 12 ---- INT G1 --------- 50Mb

 

Does anyone did something similar?

 

Bye

 

D.

    Best answer by emnoc

    Have you looked at interface rate-limits?

     

    e.g

     

    config system interface     edit "vlan1"         set vdom "root"         set ip 10.33.220.1 255.255.254.0         set inbandwidth 10000         set outbandwidth 10000         set interface "port7"         set vlanid 222     next end

    This along with vdom global resources show allow you to control the  vdom resources used.

     

     

     

    2 replies

    emnoc
    emnocAnswer
    New Member
    January 29, 2015

    Have you looked at interface rate-limits?

     

    e.g

     

    config system interface     edit "vlan1"         set vdom "root"         set ip 10.33.220.1 255.255.254.0         set inbandwidth 10000         set outbandwidth 10000         set interface "port7"         set vlanid 222     next end

    This along with vdom global resources show allow you to control the  vdom resources used.

     

     

     

    dmatta
    dmattaAuthor
    New Member
    January 29, 2015

    That's what i was looking for!!

    Many thanks!!

     

    D.

    emnoc
    New Member
    January 29, 2015

    Just keep in mind if you do this over the interface in your widget, you will get a bar that shows the limits. Take this  setting ;

     

    ( 15mbps )

    set inbandwidth 15000

    set outbandwidth 15000

     

    See jpg