Introduction
This document explains how to SSH into 9971/9951/8961 model phones to set and capture syslogs and other debug information required for your troubleshooting.
Prerequisites
1. Access to the Cisco Unified Communications Manager where IP Phones 9971/9951 are connected.
2. Ability to ping the phone being tested.
3. A laptop/PC to run an SSH client on (You use PuTTY)
Procedure
Step 1: Configure SSH access to the phone on the CUCM
Step 2: Install PuTTY on your PC/laptop
Step 3: SSH to the phone using PuTTY
Step 4: Capture the requested syslog/debug information
Detailed explanation:
Step 1: Configure SSH access to the phone on the CUCM.
(1) You will need login access to the CUCM
(2) Go to the Phone’s Phone Configuration page on Cisco Unified Administration Page and locate the “Secure Shell
Information” box:
(3) Enter a User name and Password. We will use this User/Password
when we SSH to the phone via PuTTY, so remember these values.
(4) Click Save and then Apply Config.

Step 2: Install PuTTY on your PC/laptop.
Install SSH client in your PC/laptop. PuTTY is a popular free tool used by many engineers.
Rest of these examples are based on PuTTY.
Step 3: SSH to the phone using PuTTY.
We will now SSH into the phone. Overview of steps:
- Get the IP address of the phone
Configure the Putty for Session logging & log file name

Wait, accept security alert, and then enter user/password. Finally a login screen will be shown.

Note: The username and password needed for second login is as follows for firmware versions 9.3(2) and earlier.
username: default
password: cisco
For firmware versions 9.3(4) and later use the following login credentials.
username: debug
password: debug
Step 4: Capture the required syslog/debug information.
You now have “console” access to the IP Phone say 9971/9951/8961 and can log syslogs and collect the debug outputs.
Note:
As ssh is disabled by default dont forget:
If you set the same parameter in the Common Phone Profile window (Device > Device Settings > Common Phone Profile) too, the precedence order of the settings is:
1. Phone Configuration window settings
2. Common Phone Profile window settings
Configuration to capture Debug output and Syslogs
1. Caputure the Debug information
Enter the “debugsh” shell to turn on the debugs. Do that by entering
# “/usr/sbin/debugsh”
debug sip-adapter ccapp sip-state sip-messages sip-reg-state gsm lsm fsm ccapp remote-cc
debug jvm Config debug
debug jvm SESSIONMANAGER debug
debug jvm Properties debug
debug jvm callhist debug
And capture the traces during the problem scenario.

2. Type ‘q’ or “quit” to exit debugsh
3. Now turn on the Syslogs by
# “/usr/sbin/sdump &”
Now you can see the syslogs start to flow

4. To stop the syslogs being displayed you can type
# pkill sdump
5. To Rerun to start the syslog again type
# /usr/sbin/sdump
Related Information