Bandwidth Policy per VLAN and Port

Post Reply
mrenner
Member
Posts: 5
Joined: 12 Feb 2018 08:25

Bandwidth Policy per VLAN and Port

Post by mrenner »

Hi everyone

I need to implement an bandwith Limit per VLAN on a specific port
i tried it with:

Code: Select all

policy condition VLAN401_1-1-18 destination port 1/1/18 destination vlan 401
policy action Limit_1G maximum bandwidth 1G
Executing

Code: Select all

policy rule HSB_ETH_LIMIT condition VLAN401_1-1-18 action Limit_1G
gives me

Code: Select all

ERROR: HSB_ETH_LIMIT: Can only use 'Destination port' with 'Destination VLAN' when using Multicast/Egress policies
What would be the correct way to implement this?

Regards
Michael
silvio
Alcatel Unleashed Certified Guru
Alcatel Unleashed Certified Guru
Posts: 2087
Joined: 01 Jul 2008 10:51
Location: Germany

Re: Bandwidth Policy per VLAN and Port

Post by silvio »

destination vlan is not possible (only for qinq). You can use source vlan or destination ip ....
Post Reply

Return to “OmniSwitch 6900”