Page 2 of 2
Re: OmniSwitch 6850 vlanstacking BANDWIDTH regulation
Posted: 23 Jun 2011 13:18
by telephonist
Thanks for good doc!!!
Still in case with policy I'm getting losses.
And in case with ethernet-service I have no limit. Traffic is not shaped at all
For cvlan 2409 I have 50 000(and even more) instead of 10 000.
Idea is to limit ingress-bandwidth for cvlan 2409 on port 1/23 to 10 Mbit/s and send it to port 1/15 to the customer.
May be SW release is not supporting this?
Code: Select all
Alcatel-Lucent OS6850-U24X 6.4.3.575.R01
Code: Select all
ethernet-service svlan 2408 nni 1/15
ethernet-service sap-profile "2409" not-shared ingress-bandwidth 10000 depth 5000 priority not-assigned
ethernet-service sap-profile "2408" not-shared ingress-bandwidth 4000 depth 1000
ethernet-service service-name "qinq" svlan 2408
ethernet-service sap 10 service-name "qinq"
ethernet-service sap 10 sap-profile "2408"
ethernet-service sap 10 uni 1/23
ethernet-service sap 10 cvlan 2408
ethernet-service sap 11 service-name "qinq"
ethernet-service sap 11 sap-profile "2409"
ethernet-service sap 11 uni 1/23
ethernet-service sap 11 cvlan 2409
Re: OmniSwitch 6850 vlanstacking BANDWIDTH regulation
Posted: 29 Jun 2011 13:49
by telephonist
What about SW release? Should I try different?
Re: OmniSwitch 6850 vlanstacking BANDWIDTH regulation
Posted: 01 Jul 2011 07:23
by one6f
Newer SW is a good idea.
What about a simple "qos port"
qos port 1/15 maximum ingress-bandwidth 10M
qos port 1/15 maximum egress-bandwidth ? <num[.num]><K(kilo)|M(mega)|G(giga)|T(tera)>
Owerwise, i can't help w/o config details.
Re: OmniSwitch 6850 vlanstacking BANDWIDTH regulation
Posted: 01 Jul 2011 11:33
by telephonist
one6f wrote:Newer SW is a good idea.
What about a simple "qos port"
qos port 1/15 maximum ingress-bandwidth 10M
qos port 1/15 maximum egress-bandwidth ? <num[.num]><K(kilo)|M(mega)|G(giga)|T(tera)>
Owerwise, i can't help w/o config details.
Yes, qos port is works for me.
Code: Select all
qos port 1/15 maximum ingress-bandwidth 10M
qos port 1/15 maximum egress-bandwidth 10M
But port 1/15 is the QinQ NNI port. In port 1/15 I have svlan 2408 and 2 inner vlans 2408 and 2409.
Target is to shape inner vlan 2408 to 50M and inner vlan to 150M.
If I put ingress/egress BW limitation on port 1/15 I'll be unable to shape inner vlans.
I'm ready to share config. But it's too long. How to publish it?
Code: Select all
! VLAN STACKING:
ethernet-service svlan 2408 nni 1/15
ethernet-service sap-profile "muk_uax_2409" not-shared ingress-bandwidth 2000 depth 2000 priority not-assigned
ethernet-service sap-profile "muk_world_2408" not-shared ingress-bandwidth 4000 depth 1000
ethernet-service service-name "qinq_uzh_mukach_datagroup" svlan 2408
ethernet-service sap 10 service-name "qinq_uzh_mukach_datagroup"
ethernet-service sap 10 sap-profile "muk_world_2408"
ethernet-service sap 10 uni 1/23
ethernet-service sap 10 cvlan 2408
ethernet-service sap 11 service-name "qinq_uzh_mukach_datagroup"
ethernet-service sap 11 sap-profile "muk_uax_2409"
ethernet-service sap 11 uni 1/23
ethernet-service sap 11 cvlan 2409
In QoS only enable because I'm trying to shape in ethernet-service
Re: OmniSwitch 6850 vlanstacking BANDWIDTH regulation
Posted: 01 Jul 2011 16:45
by one6f
Hi,
if you're using SVLAN to provide ethernet services combine with QoS the inner tag is not read by QoS (QoS reads only the outer tag).
You can remap the inner tag into outer tag.
Here is an example.
Cedric has already provided good practice,
here is another tip, if it helps.
Re: OmniSwitch 6850 vlanstacking BANDWIDTH regulation
Posted: 02 Jul 2011 10:25
by telephonist
one6f wrote:Hi,
if you're using SVLAN to provide ethernet services combine with QoS the inner tag is not read by QoS (QoS reads only the outer tag).
You can remap the inner tag into outer tag.
Here is an example.
Cedric has already provided good practice,
here is another tip, if it helps.
Thanks for links
one6f!
I'm unable to open document in the 2nd link.
But how should I configure policy to limit bandwith? Or I need only something like this?
Code: Select all
ethernet-service sap-profile "INOUT" shared ingress-bandwidth 0 priority map-inner-to-outerp
I'm trying to configure policy like this now - but seems that IN+OUT BW is controled by this rule!!!
Code: Select all
policy condition cond_2_1 source vlan 2408 inner source vlan 2409
policy action tcm2 CIR 50.0M CBS 4K PIR 55.0M PBS 60.0M counter-color green-nongreen maximum depth 10M
policy rule rule2_1 condition cond_2_1 action tcm2
! VLAN STACKING:
ethernet-service svlan 2408 nni 1/15 <------ port to the customer
ethernet-service sap-profile "2409" priority map-inner-to-outer-p
ethernet-service uni-profile "DROPBPDU" l2-protocol stp discard
ethernet-service service-name "qinq" svlan 2408
ethernet-service sap 11 service-name "qinq"
ethernet-service sap 11 sap-profile "2409"
ethernet-service sap 11 uni 1/23 <---------------- source port
ethernet-service sap 11 cvlan 2409
ethernet-service uni 1/23 uni-profile "DROPBPDU"