Cisco IOS Voice Troubleshooting and Monitoring -- New and Modified Configuration Commands for Gatekeeper IECs in Cisco IOS Release 12.4(4)T
From DocWiki
To enable the enhanced capabilities of the gatekeeper-specific IECs in Release 12.4(4)T, there is one new command and one modified command. This section describes only the new information. For complete information on the commands for voice gateways and gatekeepers, refer to the Voice Configuration Library.
Contents |
New Gatekeeper Commands
This release introduces a new command for the gatekeeper configuration that causes retention of call history and enables you to specify the number of records to be kept in the history table.
In gatekeeper configuration mode, enter:
gatekeeper(config)# call-history max-size number
The number argument in this syntax can be any number from 0 to 1200. The default is 15. This represents the maximum number of records of old calls to be stored and available for display.
To display the historical information, enter the following command on the gatekeeper:
gatekeeper# show gatekeeper calls history
This command has been modified with the addition of the history keyword. This keyword was added to display call history information along with internal error codes at the gatekeeper. The number of disconnected calls displayed in response to this command is the number value specified in the call-history max-size number command. Use of this max-size number helps to reduce excessive CPU usage in the storage and reporting of this information.
Verifying IEC Options
You can use show command output to display IEC option configuration, to verify that the feature is working, and to display IEC counter information.
Prerequisites
Before you can display IEC counter information, you must configure voice statistics settings.
SUMMARY STEPS
- enable
- voice statistics type iec
- voice statistics max-storage-duration {day number-of-days | hour number-of-hours | minute number-of-minutes}
- voice statistics time-range periodic interval-length [start hh:mm] [end hh:mm] [days-of-week days]
- voice statistics time-range since-reset
DETAILED STEPS
| Command or Action | Purpose | |
|---|---|---|
|
1. |
enable Example: Router> enable |
Enables privileged EXEC mode.
|
|
2. |
voice statistics type iec Example: Router# voice statistics type iec |
(Optional) Configures the collection of IEC statistics. |
|
3. |
voice statistics max-storage-duration {day number-of-days| hour number-of-hours | minute number-of-minutes} Example:
Router# voice statistics max-storage-duration day 1 |
(Optional) Configures how long interval counters are kept for display.
|
|
4. |
voice statistics time-range periodic interval-length [start hh:mm] [end hh:mm] [days-of-week days] Example:
Router# voice statistics time-range periodic 30minutes |
(Optional) Specifies IEC collection intervals.
|
|
5. |
voice statistics time-range since-reset Example: Router# voice statistics time-range since-reset |
(Optional) Enables the collection of call statistics information accumulated since the last resetting of IEC counters. |
Displaying IEC Options
Perform this task to verify that the Cisco VoIP Internal Error Codes feature is working.
SUMMARY STEPS
- enable
- show running-config
- show voice cause-code category-q850
- show voice iec description string
- show voice statistics iec {interval number | since-reboot | since-reset}
- clear voice statistics iec
DETAILED STEPS
| Command or Action | Purpose | |
|---|---|---|
|
1. |
enable Example: Router> enable |
Enables privileged EXEC mode.
|
|
2. |
show running-config Example: Router# show running-config |
(Optional) Displays the configuration information currently running on the router. |
|
3. |
show voice cause-code category-q850 Example: Router# show voice cause-code category-q850 |
(Optional) Displays Q.850 cause code mapping. |
|
4. |
show voice iec description string Example: Router# show voice iec description 1.1.128.1.5.0 |
(Optional) Displays an IEC description. |
|
5. |
show voice statistics iec {interval number| since-reboot|since-reset} Example: Router# show voice statistics iec interval 15 |
(Optional) Displays IEC statistics.
|
|
6. |
clear voice statistics iec Example: Router# clear voice statistics iec |
(Optional) Resets IEC counters. |
