H.323 Stack Monitoring

In releases prior to S-C6.2.0, the Oracle® Enterprise Session Border Controller provides SNMP monitoring of H.323 session agents but not of the H.323 stacks themselves. The H.323 stack/interface configuration now provides a way for you to set alarm thresholds on a per-stack basis. When enabled, this alarm system ties into the max-calls value to send critical, major, or minor alarms when the number of calls approaches the threshold.

Each H.323 stack now has a threshold crossing alert (TCA) where you can set up three severity levels: critical, major, and minor. You can define one severity level or all three for each stack. To prevent the alarm from firing continuously as call volume through the stack varies, each severity level has an has a reset value below the TCA you set. In addition, each threshold value resets when:

  • An alarm with a higher severity is triggered, or
  • The built-in reset value for the threshold level is 1% less than the parameter value

RTN 1477

H.323 Stack Monitoring Configuration

This section shows you how to configure H.323 stack monitoring for one H.323 stack configuration. This example shows one instance of the alarm-threshold sub-configuration being established; remember that you can set three—critical, major, and minor. Simply repeat the configuration steps to add more severity levels.

To set up H.323 stack monitoring:

  1. In Superuser mode, type configure terminal and press Enter.
    ORACLE# configure terminal
    ORACLE(configure)#
  2. Type session-router and press Enter.
    ORACLE(configure)# session-router
    ORACLE(session-router)#
  3. Type h323 and press Enter to access the global H.323 configuration.
    ORACLE(session-router)# h323
    ORACLE(h323)#
  4. Type h323-stack and press Enter. If you are adding H.323 stack monitoring to an existing H.323 stack configuration, then remember you must select the stack you want to edit.
    ORACLE(h323)# h323-stack
    ORACLE(h323-stack)#
  5. Type alarm-threshold and press Enter to configure this feature.
    ORACLE(h323-stack)# alarm-threshold
    ORACLE(alarm-threshold)#
  6. severity—Enter the type of severity level for the alarm you want to define. Choose from: critical, major, or minor. This value is required, and defaults to minor.
  7. value—Enter the percentage of the number of calls defined in the max-calls parameter that triggers the alarm. For example, if you want to set a minor alarm to fire when the call rate through the stack reaches half the max-calls value, enter 50 (meaning 50%). The default value for this parameter is 0, which disables the alarm.

    Remember that if the number of calls falls to below 1% of the max-calls threshold you set, the clear trap fires.

  8. Save your work. You can see the data related to this feature using the ACLI display-alarms and show h323 stack stack-alarms commands.