user-defined-failure-pm

This command configures the User Defined Failure PM table, which lets you configure user-defined Performance Monitoring (PM) SNMP MIB rules for SBC calls.

Syntax

(config-system)# user-defined-failure-pm <Index>
(user-defined-failure-pm-<Index>)# 

Command

Description

Index

Defines the table row index.

description

Defines a descriptive name for the rule.

internal-reason

Defines the failure reason(s) that is generated internally by the device to count.

method {invite| register}

Defines the SIP method to which the rule is applied.

sip-reason

Defines the SIP failure reason(s) to count.

user-defined-failure-pm {1-26}

Defines the ID of the SNMP MIB group that you want to configure.

Command Mode

Privileged User

Example

This example configures a user-defined Performance Monitoring (PM) SNMP MIB group (#1)that counts SIP 403 responses due to INVITE messages:

(config-system)# user-defined-failure-pm 0
(user-defined-failure-pm-0)# method -invite
(user-defined-failure-pm-0)# sip-reason 403
(user-defined-failure-pm-0)# user-defined-failure-pm 1