Actions

Difference between revisions of "%paf"

From Zenitel Wiki

(Created page with "The '''%paf''' macro is used in the Event Handler to check failure state of PA interfaces in UDP group(s). ===Syntax=== '''%paf(udp)''' Return 0 if no PA interface with fa...")
 
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{AI}}
 
The '''%paf''' macro is used in the [[Event Handler]] to check failure state of PA interfaces in UDP group(s).
 
The '''%paf''' macro is used in the [[Event Handler]] to check failure state of PA interfaces in UDP group(s).
  
Line 9: Line 10:
 
===Examples===
 
===Examples===
 
  %paf(3)          - ''Return fault state of UDP group 1 and 2 (Bit 0 and 1)''
 
  %paf(3)          - ''Return fault state of UDP group 1 and 2 (Bit 0 and 1)''
 +
 +
Back to [[Event_Handler#List_of_context_parameters]].
 +
 +
[[Category:Event Handler macros]]
 +
[[Category:Event Handler]]
 +
[[Category: IP-ARIO]]

Latest revision as of 09:48, 4 October 2019

AI.png

The %paf macro is used in the Event Handler to check failure state of PA interfaces in UDP group(s).

Syntax

%paf(udp)

Return 0 if no PA interface with failure. Return 1 if any PA interface with failure state.

  • udp: bitmap of udp flags.

Examples

%paf(3)           - Return fault state of UDP group 1 and 2 (Bit 0 and 1)

Back to Event_Handler#List_of_context_parameters.