Port-based traffic shaping x430 and x440
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎03-30-2015 04:54 AM
Hi, I'm looking for an easy way (and best practice) to do port-based traffice shaping ingress/egress on both x430 and x440.
-Is the way we shape x440 today best practice?
-As far as I know, the x430 does not have the meter feature, how should we do shaping on x430?
On x440 to day we use:
Egress:
configure ports XX rate-limit egress 11 Mbps max-burst-size 400 Kb
Ingress:
Meter:
create meter US10Mbit
configure meter US10Mbit committed-rate 11000 Kbps max-burst-size 400 Kb out-action drop
Then we add a script:
edit policy US10Mbit.pol
#Acl entry US10Mbit
entry US10Mbit
{
if match all {
}
then
{
count limit_counter;
permit;
meter US10Mbit;
}
}
And at the end, add the port we want to shape:
configure access-list US10Mbit port 22 ingress
-Is the way we shape x440 today best practice?
-As far as I know, the x430 does not have the meter feature, how should we do shaping on x430?
On x440 to day we use:
Egress:
configure ports XX rate-limit egress 11 Mbps max-burst-size 400 Kb
Ingress:
Meter:
create meter US10Mbit
configure meter US10Mbit committed-rate 11000 Kbps max-burst-size 400 Kb out-action drop
Then we add a script:
edit policy US10Mbit.pol
#Acl entry US10Mbit
entry US10Mbit
{
if match all {
}
then
{
count limit_counter;
permit;
meter US10Mbit;
}
}
And at the end, add the port we want to shape:
configure access-list US10Mbit port 22 ingress
3 REPLIES 3
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-07-2015 11:42 AM
We are shaping on edge switches (US/DS towards customers), what max-burst-size would you recommend?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-03-2015 03:58 PM
Wow, thanks, I have no idea how I missed that.
One thing when using meters and acl's like this:
as far as I see, the acl is added to the port (and not the other way), so if I use this method to shape more than one port, each port will get a maximum committed-rate of 10 mbit and not share 10 mbit all together?
One thing when using meters and acl's like this:
as far as I see, the acl is added to the port (and not the other way), so if I use this method to shape more than one port, each port will get a maximum committed-rate of 10 mbit and not share 10 mbit all together?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Get Direct Link
- Report Inappropriate Content
‎04-01-2015 10:37 AM
Hello Truls
Yes that is the best way to use meters and QoS queues. Depending on where in the network you are using them you may be able to use some in one part over the other, for example edge versus core.
Metering should be there in the 430 it is part of the L2 Edge license which comes with the 430.
Hope that helps
P
Yes that is the best way to use meters and QoS queues. Depending on where in the network you are using them you may be able to use some in one part over the other, for example edge versus core.
Metering should be there in the 430 it is part of the L2 Edge license which comes with the 430.
Hope that helps
P
