Quantcast
Channel: All Ethernet Switching posts
Viewing all articles
Browse latest Browse all 10307

How can do bandwidth control inet/inet6 for QFX 5100?

$
0
0

I've configured policers like:

 

set vlans V10 forwarding-options filter input FILTER-10M
set vlans V10 forwarding-options filter output FILTER-10M

 

set vlans V11 forwarding-options filter input FILTER-10M
set vlans V11 forwarding-options filter output FILTER-10M

 

set vlans V12 forwarding-options filter input FILTER-10M
set vlans V12 forwarding-options filter output FILTER-10M

 

set firewall policer 10M if-exceeding bandwidth-limit 10m
set firewall policer 10M if-exceeding burst-size-limit 1m
set firewall policer 10M then discard

 

set firewall family ethernet-switching filter FILTER-10M term 1 then accept
set firewall family ethernet-switching filter FILTER-10M term 1 then policer 10M

 

But is not working very well. Some vlans work normal, others the bandwidth is very slow. Very weird.

So I've configured filters using mx style:

 

set interfaces ge-0/0/1 unit 10 vlan-id 10
set interfaces ge-0/0/1 unit 10 family inet filter input FILTER-10M
set interfaces ge-0/0/1 unit 10 family inet filter output FILTER-10M

 

Now is working well but since qfx doesn't support logical-interface-policer like:

set firewall policer 10M logical-interface-policer

 

It can't share bandwidth for both inet/inet6.

 

Tried this way:

set interfaces ge-0/0/1 unit 10 family inet6 filter input FILTER-10M
set interfaces ge-0/0/1 unit 10 family inet6 filter output FILTER-10M

 

but it's double the bandwidth if using ipv4 and ipv6 at the same time.

 

It's possible? What is the correct way to do bandwidth control for qfx 5100?

 

 


Viewing all articles
Browse latest Browse all 10307

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>