cancel
Showing results for 
Search instead for 
Did you mean: 
cancel

Who Me Too'd this topic

Traffic Shaping for Telekom EthernetConnect 2.0

marcant01
Level 1
Level 1

Hi!

I have to setup an outbound shaping for a Telekom ethernetconnect line on a C9200L-48T-4X . It has the following parameters:

burst size: 60.000 Bytes
speed: 1 Gbit/s

According to this data sheet: https://geschaeftskunden.telekom.de/magenta-business-networks/netzwerke-fuer-standorte-und-clouds/konnektivitaet/ergaenzende-produktinformationen-ethernet-connect-2-0-englisch

With linux, it was very easy, like this:

 

tc qdisc add dev eth1 root tbf rate 999mbit latency 50ms burst 60000

 

I need a hint how to configure this. Problem is, that I have no test setup to verify this.

Thanks in advance for any help!

 

Who Me Too'd this topic