This command is
used to configure threshold values to set and clear the alarms for
each monitoring parameters separately.
Privilege
Security Administrator,
Administrator
Mode
Exec > Global Configuration
> Context > EPDG Service Configuration
configure > context context_name > epdg service service_name
Entering the above
command sequence results in the following prompt:
[context_name]host_name(config-epdg-service)#
Syntax
threshold { epdg-ikev2-authentication-failures | epdg-ikev2-setup-attempts | epdg-ikev2-setup-failure | epdg-ikev2-setup-failure-rate | epdg-ikev2-setup-success } threshold_value [ clear clear_value ]
no threshold { epdg-ikev2-authentication-failures | epdg-ikev2-setup-attempts | epdg-ikev2-setup-failure | epdg-ikev2-setup-failure-rate | epdg-ikev2-setup-success }
no
Disables the configuration
of a specific threshold for ePDG service.
epdg-ikev2-authentication-failures threshold_value
Configures the threshold
value for IKEv2 Authentication Failures.
threshold_value is
the threshold value for IKEv2 Authentication Failures, which is
an integer between 0 and 1000000.
epdg-ikev2-setup-attempts threshold_value
Configures the threshold
value for IKEv2 Setup Attempts.
threshold_value is
the threshold value for IKEv2 Setup Attempts, which is an integer
between 0 and 10000000.
epdg-ikev2-setup-failure threshold_value
Configures the threshold
value for IKEv2 Setup Failure.
threshold_value is
the threshold value for IKEv2 Setup Failure, which is an integer
between 0 and 1000000.
epdg-ikev2-setup-failure-rate threshold_value
Configures the threshold
value for IKEv2 Setup Failure Rate.
threshold_value is
the percentage of IKEv2 Setup Failure Rate, which is an integer
between 0 and 100.
epdg-ikev2-setup-success threshold_value
Configures the threshold
value for IKEv2 Setup Success.
threshold_value is
the threshold value for IKEv2 Setup Success, which is an integer
between 0 and 10000000.
clear clear_value
Configures the alarm
clear threshold for the following.
- IKEv2 Authentication Failures.
clear_value is
the number of IKEv2 Authentication Failures, which is an integer
between 0 and 1000000.
- IKEv2 Setup Attempts. clear_value is
the number of IKEv2 Setup Attempts, which is an integer between
0 and 10000000.
- IKEv2 Setup Failure. clear_value is
the number of IKEv2 Setup Failure, which is an integer between 0
and 1000000.
- IKEv2 Setup Failure Rate. clear_value is
the percentage of IKEv2 Setup Failure Rate, which is an integer
between 0 and 100.
- IKEv2 Setup Success. clear_value is
the number of IKEv2 Setup Success, which is an integer between 0
and 10000000.
Usage Guidelines
Use this command to
configure a specific threshold for ePDG service.
Example
The following command
configures ePDG IKEV2 Authentication Failures threshold as 50 for
a specific ePDG Service.
threshold epdg-ikev2-authentication-failures 50