You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I find the original Eos can only support traffic shape on a queue or a whole port. It can't support shape on a group of ports or queues.
So I wonder can i implement these with powerful EosSdk?
The text was updated successfully, but these errors were encountered:
Hi @btlcmr0702 - EOS SDK lets you program policy maps and assign them to one or more ports. I'm not sure what you mean by "shaping a group of ports." Can you elaborate?
Hi
Thank for your reply.
In our arista switch we can do the traffic shape only on one queue of a port or on a whole port. I mean if I use EosSdk, can I do the traffic shape like bandwidth shape command on a group of queues or a group of ports?
Expect your reply
发自我的 iPhone
在 2018年3月22日,01:10,Ryan Madsen <[email protected]<mailto:[email protected]>> 写道:
Hi @btlcmr0702<https://github.com/btlcmr0702> - EOS SDK lets you program policy maps and assign them to one or more ports. I'm not sure what you mean by "shaping a group of ports." Can you elaborate?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#45 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AS08xHmon9whtI39ZlTJ_ob0_rE-3SQkks5tgomGgaJpZM4SvnhO>.
There is no readily available EosSdk API to configure all ports or queues at once.
If you wish to configure the same parameters on a group of ports or queues, you could do so programmatically using EosSdk. It will have to be done by repeating the API with the same parameters for each port or each queue on a port.
Hi
I find the original Eos can only support traffic shape on a queue or a whole port. It can't support shape on a group of ports or queues.
So I wonder can i implement these with powerful EosSdk?
The text was updated successfully, but these errors were encountered: