ELS Messages for Packet Filtering (FLT)


FLT.001

Level:
UI-ERROR
Short Syntax:
FLT.001 no free mem to create structure_type
Long Syntax:
FLT.001 No free memory to create a structure_type
Description:
This message is generated when the filtering subsystem cannot allocate the memory to hold a data structure to hold filtering information. This results in a filter not being built.

FLT.002

Level:
U-TRACE
Short Syntax:
FLT.002 cant apply fltr (offset filter_offset ), pkt too shrt (ln packet_offset )
Long Syntax:
FLT.002 Cannot apply filter (offset filter_offset ), to packet of length packet_offset
Description:
This message is generated when the maximum offset in a filter is larger than the length of a packet. The filter is not applied to the packet.

FLT.003

Level:
U-TRACE
Short Syntax:
FLT.003 no mem to cache pkt (max cache_entries_allocated )
Long Syntax:
FLT.003 No memory to cache packet (maximum cache_entries_allocated )
Description:
This message is generated if a filter is attempting to create a cache entry but cannot do so because there is no available memory on the heap. Instead, an existing entry is reused from the filter.

FLT.004

Level:
C-INFO
Short Syntax:
FLT.004 crtng flt, sys system_name
Long Syntax:
FLT.004 Creating filter for system system_name
Description:
A filter is being created for the router system identified by system_name

FLT.005

Level:
C-INFO
Short Syntax:
FLT.005 flt che hit, sys system_name
Long Syntax:
FLT.005 Filter cache hit, system system_name
Description:
A filter produced a cache hit. System_name is the system name of a filter that was previously created.

FLT.006

Level:
C-INFO
Short Syntax:
FLT.006 flt match, sys system_name
Long Syntax:
FLT.006 Filter match, system system_name
Description:
A filter produced a match, but with no cache hit. System_name is the system name of a filter that was previously created.

FLT.007

Level:
C-INFO
Short Syntax:
FLT.007 flt miss, sys system_name
Long Syntax:
FLT.007 Filter miss, system system_name
Description:
A filter was applied to a block a data, but no match was found. System_name is the system name of a filter that was previously created.

FLT.008

Level:
C-INFO
Short Syntax:
FLT.008 PASS protocol_name source_address -> dest_address , Fltr filter_name match
Long Syntax:
FLT.008 PASS protocol_name source_address -> dest_address , Filter filter_name match
Description:
The filtering system found a match on a pass filter. The packet will be forwarded.

FLT.009

Level:
C-INFO
Short Syntax:
FLT.009 BLOCK protocol_name source_address -> dest_address , Fltr filter_name match
Long Syntax:
FLT.009 BLOCK protocol_name source_address -> dest_address , Filter filter_name match
Description:
The filtering system found a match on a block filter. The packet will be dropped.

FLT.010

Level:
C-INFO
Short Syntax:
FLT.010 BLOCK protocol_name source_address -> dest_address , dflt fltr
Long Syntax:
FLT.010 BLOCK protocol_name source_address -> dest_address , default filter match
Description:
The filtering system found no filter for the given packet, so the packet has been blocked.

FLT.011

Level:
C-INFO
Short Syntax:
FLT.011 user_message
Long Syntax:
FLT.011 IP Filter User message 1: user_message
Description:
A user defined message has been produced. The body of this message is defined by the user via the IP FILTERS configuration command.

FLT.012

Level:
C-INFO
Short Syntax:
FLT.012 user_message
Long Syntax:
FLT.012 IP Filter User message 2: user_message
Description:
A user defined message has been produced. The body of this message is defined by the user via the IP FILTERS configuration command.

FLT.013

Level:
C-INFO
Short Syntax:
FLT.013 user_message
Long Syntax:
FLT.013 IP Filter User message 3: user_message
Description:
A user defined message has been produced. The body of this message is defined by the user via the IP FILTERS configuration command.

FLT.014

Level:
C-INFO
Short Syntax:
FLT.014 user_message
Long Syntax:
FLT.014 IP Filter User message 4: user_message
Description:
A user defined message has been produced. The body of this message is defined by the user via the IP FILTERS configuration command.

FLT.015

Level:
C-INFO
Short Syntax:
FLT.015 user_message
Long Syntax:
FLT.015 IP Filter User message 5: user_message
Description:
A user defined message has been produced. The body of this message is defined by the user via the IP FILTERS configuration command.

FLT.016

Level:
C-INFO
Short Syntax:
FLT.016 user_message
Long Syntax:
FLT.016 IP Filter User message 6: user_message
Description:
A user defined message has been produced. The body of this message is defined by the user via the IP FILTERS configuration command.

FLT.017

Level:
C-INFO
Short Syntax:
FLT.017 user_message
Long Syntax:
FLT.017 IP Filter User message 7: user_message
Description:
A user defined message has been produced. The body of this message is defined by the user via the IP FILTERS configuration command.

FLT.018

Level:
C-INFO
Short Syntax:
FLT.018 user_message
Long Syntax:
FLT.018 IP Filter User message 8: user_message
Description:
A user defined message has been produced. The body of this message is defined by the user via the IP FILTERS configuration command.

FLT.019

Level:
C-INFO
Short Syntax:
FLT.019 user_message
Long Syntax:
FLT.019 IP Filter User message 9: user_message
Description:
A user defined message has been produced. The body of this message is defined by the user via the IP FILTERS configuration command.

FLT.020

Level:
C-INFO
Short Syntax:
FLT.020 user_message
Long Syntax:
FLT.020 IP Filter User message 10: user_message
Description:
A user defined message has been produced. The body of this message is defined by the user via the IP FILTERS configuration command.

FLT.021

Level:
C-INFO
Short Syntax:
FLT.021 Inst stat prf profile_name
Long Syntax:
FLT.021 Inst stat prf profile_name
Description:
The filtering system is installing a static profile.

FLT.022

Level:
C-INFO
Short Syntax:
FLT.022 Refreshing dynamic filter filter_name
Long Syntax:
FLT.022 Refreshing dynamic filter filter_name
Description:
A dynamic filter has been refreshed.

FLT.023

Level:
C-INFO
Short Syntax:
FLT.023 Inst stat flt filter_name
Long Syntax:
FLT.023 Inst stat flt filter_name
Description:
The filtering system is installing a static filter.

FLT.024

Level:
C-INFO
Short Syntax:
FLT.024 Inst dyn flt filter_name
Long Syntax:
FLT.024 Inst dyn flt filter_name
Description:
The filtering system is installing a dynamic filter.

FLT.025

Level:
C-INFO
Short Syntax:
FLT.025 Rmv stat prf profile_name
Long Syntax:
FLT.025 Rmv stat prf profile_name
Description:
The filtering system is removing a static profile.

FLT.026

Level:
C-INFO
Short Syntax:
FLT.026 Rmv dyn prf profile_name
Long Syntax:
FLT.026 Rmv dyn prf profile_name
Description:
The filtering system is removing a dynamic profile.

FLT.027

Level:
C-INFO
Short Syntax:
FLT.027 Rmv stat flt filter_name
Long Syntax:
FLT.027 Rmv stat flt filter_name
Description:
The filtering system is removing a static filter.

FLT.028

Level:
C-INFO
Short Syntax:
FLT.028 Rmv dyn flt filter_name
Long Syntax:
FLT.028 Rmv dyn flt filter_name
Description:
The filtering system is removing a dynamic filter.

FLT.029

Level:
C-INFO
Short Syntax:
FLT.029 Dynamic filter filter_name deleted itself
Long Syntax:
FLT.029 Dynamic filter filter_name deleted itself
Description:
A dynamic filter has deleted itself.

FLT.030

Level:
C-INFO
Short Syntax:
FLT.030 Active profile profile_name for user user_name deleted by operator
Long Syntax:
FLT.030 Active profile profile_name for user user_name deleted by operator
Description:
An active profile for the indicated user was deleted by the operator.

FLT.031

Level:
C-INFO
Short Syntax:
FLT.031 Reinstalled profile profile_name for user user_name
Long Syntax:
FLT.031 Reinstalled profile profile_name for user user_name
Description:
An active profile for the indicated user was reinstalled by the operator.

FLT.032

Level:
C-INFO
Short Syntax:
FLT.032 RADIUS installed profile profile_name for user user_name
Long Syntax:
FLT.032 RADIUS server installed profile profile_name for user user_name
Description:
An active profile for the indicated user was installed by the RADIUS server.

FLT.033

Level:
C-INFO
Short Syntax:
FLT.033 Oper installed profile profile_name for user user_name
Long Syntax:
FLT.033 Operator installed profile profile_name for user user_name
Description:
An active profile for the indicated user was installed by the operator.

FLT.034

Level:
C-INFO
Short Syntax:
FLT.034 Profile profile_name for user user_name expired
Long Syntax:
FLT.034 Profile profile_name for user user_name expired
Description:
An active profile for the indicated user has expired and has been removed.

FLT.035

Level:
C-INFO
Short Syntax:
FLT.035 Profile profile_name for user user_name idled out
Long Syntax:
FLT.035 Profile profile_name for user user_name idled out
Description:
An active profile for the indicated user has idled out and has been removed.