cancel
Showing results for 
Search instead for 
Did you mean: 

Out of profile status and rate-limit flood

Out of profile status and rate-limit flood

Marc
New Contributor
Model: Summit X460 Software version: 16.1 With the "rate-limit flood broadcast 500 out-actions log disable-port" configured. When a flood rate is exceeded. Is there another way to enable a port with a "Out of profile" status other than enter the command Clear port rate-limit flood ?
7 REPLIES 7

Henrique
Extreme Employee
Hi Marc,

You might be able to do that using UPM script triggered by an EMS event "vlan.msgs.FldRateOutActDsblPort" which is related to that flood control out-action disable-port.

Example:

create upm profile "enableport"
enable port 10
.

Note: The script above is related to flood control applied to port 10

create log filter "disableportflood"
configure log filter "disableportflood" add events "vlan.msgs.FldRateOutActDsblPort"

create log target upm "enableport"
configure log target upm "enableport" filter "disableportflood"
enable log target upm "enableport"

As soon as the port 10 is disabled by the flood control feature, a log message is created and the UPM is triggered to enable the port.

Please let me know if that can give some clue otherwise we can think in another solution.

Hi Marc, In my lab setup I was able to use both commands clear ports x rate-limit flood out-of-profile and enable ports x. Both worked as expected.

If the traffic is still hitting the condition applied, then the port will go up/down right after using one of the 2 commands.

However, if the traffic stops hitting the rate-limit rule, then the port will remain up.

I have tested this scenario with EXOS 16.1.3.6 patch1-9.

Marc
New Contributor
Hi,

I mean I cannot enable a port with enable port x after a port status goes to Out of profile. I need to use the command clear ports x rate-limit flood out-of-profile first.

When I tried to enable a port without clearing the counters first, the port enable and disable as soon as it is up.

Hi Marc,

You mean you cannot enable a port with enable port x after a port status goes to Out of profile/disabled or the command clear port rate-limit flood does not work?
GTM-P2G8KFN