|
Table Of Contents
show mrcp client session active
show mrcp client session history
show mrcp client statistics hostname
show sccp connections internal
show mrcp client session active
To display information about active Media Resource Control Protocol (MRCP) client sessions, use the show mrcp client session active command in EXEC mode.
show mrcp client session active [detailed]
Syntax Description
Command Modes
Privileged EXEC
Command History
Release Modification12.2(11)T
This command was introduced on the Cisco 3640, Cisco 3660, Cisco AS5300, Cisco AS5350, and Cisco AS5400.
Usage Guidelines
Use this command to display information about all active MRCP sessions for the gateway. Use the detailed keyword to display additional information about the sessions.
Examples
The following is sample output from this command:
Router# show mrcp client session active
No Of Active MRCP Sessions:1
Call-ID:0x1A
Resource Type:Synthesizer URL:rtsp://server-asr/synthesizer
Method In Progress:SPEAK State:SPEAKING
Resource Type:Recognizer URL:rtsp://server-asr/recognizer
Method In Progress:RECOGNIZE State:RECOGNIZING
The following is sample output when the detailed keyword is used:
Router> show mrcp client session active detailed
No Of Active MRCP Sessions:1
Call-ID:0x36
Resource Type:Synthesizer URL:rtsp://server-asr/synthesizer
Method In Progress:SPEAK State:SPEAKING
Resource Type:Recognizer URL:rtsp://server-asr/recognizer
Method In Progress:RECOGNIZE State:RECOGNIZED
Associated CallID:0x36
Control Protocol:TCP Data Protocol:RTP
Local IP Address:10.1.2.230 Local Port 19344
Server IP Address:10.1.2.58 Server Port 3810
Stream URL:rtsp://server-asr/synthesizer
Packets Transmitted:376 (90240 bytes)
Packets Received:563 (90080 bytes)
Table 83 describes the fields shown in this output.
Related Commands
show mrcp client session history
To display information about past Media Resource Control Protocol (MRCP) client sessions that are stored on the gateway, use the show mrcp client session history command in EXEC mode.
show mrcp client session history [detailed]
Syntax Description
Command Modes
Privileged EXEC
Command History
Release Modification12.2(11)T
This command was introduced on the Cisco 3640, Cisco 3660, Cisco AS5300, Cisco AS5350, and Cisco AS5400.
Usage Guidelines
The maximum number of inactive MRCP sessions that are stored in history is configured by using the mrcp client session history records command. If the mrcp client session history records command is not used, the maximum number of history records that are saved is 50.
MRCP history records are stored for the length of time that is specified by the mrcp client session history duration command. If the mrcp client session history duration command is not configured, MRCP history records are stored for a maximum of 3600 seconds (1 hour).
Examples
The following is sample output from this command:
Router# show mrcp client session history
MRCP Session ID:0x9
Associated CallID:0x1A
Control Protocol:TCP Data Protocol:RTP
Local IP Address:10.1.2.230 Local Port 17120
Server IP Address:10.1.2.58 Server Port 4858
Stream URL:rtsp://server-asr:554
Packets Transmitted:423 (101520 bytes)
Packets Received:819 (131040 bytes)
MRCP Session ID:0x8
Associated CallID:0x16
Control Protocol:TCP Data Protocol:RTP
Local IP Address:10.1.2.230 Local Port 16948
Server IP Address:10.1.2.58 Server Port 4850
Stream URL:rtsp://server-asr:554
Packets Transmitted:284 (68160 bytes)
Packets Received:598 (95680 bytes)
MRCP Session ID:0x7
Associated CallID:0x12
Control Protocol:TCP Data Protocol:RTP
Local IP Address:10.1.2.230 Local Port 16686
Server IP Address:10.1.2.58 Server Port 4842
Stream URL:rtsp://server-asr:554
Packets Transmitted:353 (84720 bytes)
Packets Received:716 (114560 bytes)
MRCP Session ID:0x6
Associated CallID:0xE
Control Protocol:TCP Data Protocol:RTP
Local IP Address:10.1.2.230 Local Port 19398
Server IP Address:10.1.2.58 Server Port 4834
Stream URL:rtsp://server-asr:554
Packets Transmitted:358 (85920 bytes)
Packets Received:720 (115200 bytes)
The following is sample output from the show mrcp client session history detailed command:
Router> show mrcp client session history detailed
MRCP Session ID:0x11
Associated CallID:0x36
Control Protocol:TCP Data Protocol:RTP
Local IP Address:10.1.2.230 Local Port 19344
Server IP Address:10.1.2.58 Server Port 3810
Stream URL:rtsp://server-asr:554
Packets Transmitted:376 (90240 bytes)
Packets Received:742 (118720 bytes)
OntimeRcvPlayout:610
GapFillWithSilence:0
GapFillWithPrediction:0
GapFillWithInterpolation:0
GapFillWithRedundancy:0
HighWaterPlayoutDelay:65
LoWaterPlayoutDelay:64
ReceiveDelay:64 LostPackets:2
EarlyPackets:0 LatePackets:0
MRCP Session ID:0x10
Associated CallID:0x32
Control Protocol:TCP Data Protocol:RTP
Local IP Address:10.1.2.230 Local Port 18682
Server IP Address:10.1.2.58 Server Port 3796
Stream URL:rtsp://server-asr:554
Packets Transmitted:0 (0 bytes)
Packets Received:0 (0 bytes)
OntimeRcvPlayout:0
GapFillWithSilence:0
GapFillWithPrediction:0
GapFillWithInterpolation:0
HighWaterPlayoutDelay:0
LoWaterPlayoutDelay:0
ReceiveDelay:0 LostPackets:0
EarlyPackets:0 LatePackets:0
MRCP Session ID:0xF
Associated CallID:0x2E
Control Protocol:TCP Data Protocol:RTP
Local IP Address:10.1.2.230 Local Port 17022
Server IP Address:10.1.2.58 Server Port 3790
Stream URL:rtsp://server-asr:554
Packets Transmitted:0 (0 bytes)
Packets Received:0 (0 bytes)
OntimeRcvPlayout:0
GapFillWithSilence:0
GapFillWithPrediction:0
GapFillWithInterpolation:0
GapFillWithRedundancy:0
HighWaterPlayoutDelay:0
LoWaterPlayoutDelay:0
ReceiveDelay:0 LostPackets:0
EarlyPackets:0 LatePackets:0
Table 84 describes the fields shown in this output.
Related Commands
show mrcp client statistics hostname
To display statistics about Media Resource Control Protocol (MRCP) sessions for a specific MRCP client host, use the show mrcp client statistics hostname command in privileged EXEC mode.
show mrcp client statistics hostname {hostname | ip-address}
Syntax Description
hostname
Host name of the MRCP server. Format uses host name only or hostname:port.
ip-address
IP address of the MRCP server.
Command Modes
Privileged EXEC
Command History
Release Modification12.2(11)T
This command was introduced on the Cisco 3640, Cisco 3660, Cisco AS5300, Cisco AS5350, and Cisco AS5400.
Usage Guidelines
To display output from this command, you must first use the mrcp client statistics enable command.
Examples
The following is sample output from this command:
Router# show mrcp client statistics hostname asr-host
hostname:asr-host
Method :Count Min Avg Max
RECOGNIZE :3 40 562 1604
DEFINE-GRAMMAR :3 48 568 1604
RECOGNITION-START-TIMERS :2 140 164 188
SPEAK :6 44 568 1596
RECOG-TIME :3 804 965 1128
SPEAK-TIME :6 3636 7063 12068
Table 85 describes the fields shown in this output.
Related Commands
show mwi relay clients
To display registration information for the list of message-waiting indicator (MWI) relay clients, use the show mwi relay clients command in EXEC mode.
show mwi relay clients
Syntax Description
This command has no arguments or keywords.
Command Modes
EXEC
Command History
Examples
The following is sample output from this command:
Router# show mwi relay clients
Client IPADDR EXPIRES(sec) MWI
============ =============== ============ ====
4085558653 10.8.17.25 89077 ON
6505556543 10.8.17.34 87654 OFF
Table 86 describes significant fields shown in this output.
Table 86 show mwi relay clients Field Descriptions
Field DescriptionClient
Client number.
IPADDR
IP address.
EXPIRES
Seconds before expiration.
MWI
MWI status.
Related Commands
Command Descriptionmwi relay
Enables the Cisco IOS Telephony Service router to relay MWI information to remote Cisco IP phones.
show num-exp
To display the number expansions configured, use the show num-exp command in privileged EXEC mode.
show num-exp [dialed-number]
Syntax Description
Command Modes
Privileged EXEC
Command History
Usage Guidelines
Use this command to display all the number expansions configured for this router. To display number expansion for only one number, specify that number by using the dialed-number argument.
Examples
The following is sample output from this command:
Router# show num-exp
Dest Digit Pattern = '0...' Translation = '+14085270...'
Dest Digit Pattern = '1...' Translation = '+14085271...'
Dest Digit Pattern = '3..' Translation = '+140852703..'
Dest Digit Pattern = '4..' Translation = '+140852804..'
Dest Digit Pattern = '5..' Translation = '+140852805..'
Dest Digit Pattern = '6....' Translation = '+1408526....'
Dest Digit Pattern = '7....' Translation = '+1408527....'
Dest Digit Pattern = '8...' Translation = '+14085288...'
Table 87 describes significant fields shown in this output.
Related Commands
show piafs status
To display the status of Personal Handyphone System (PHS) Internet Access Forum Standard (PIAFS) calls for each B channel in use on a router, use the show piafs status command in privileged EXEC mode.
show piafs status
Syntax Description
This command has no arguments or keywords.
Command Modes
Privileged EXEC
Command History
Release Modification12.2(8)T
This command was introduced on the Cisco 803, Cisco 804, and Cisco 813.
Examples
The following is sample output from this command showing the status of PIAFS calls on B channel 1 on a Cisco 813 router:
Router# show piafs status
PIAFS STATUS INFORMATION
-------------------------
Number of active calls = 1
Details of connection 1
************************
Call Direction is: INCOMING
Call speed is: 64K
Current speed is: 64K
Call Elapsed Time: 59 seconds
The B channel assigned for this call is: B1 CHAN
Control Parameters Agreed Upon:
ARQ Control Information Transfer Protocol: Version 1
ARQ Data Transmission Protocol: Version 1
Measured RTF value: 9
PIAFS Frame Length in Bytes: 80
Maximum Frame Number: 63
Data Transmission Protocol of Peer: FIXED SPEED
Data Transmission Protocol of 800 Router: FIXED SPEED
V42 Negotiated: YES
V42 Parameters:
Direction: BOTH
No of code words: 4096
Max string length: 250
First PPP Frame Detected: YES
Piafs main FSM state: PIAFS_DATA
PIAFS Data Frames Tx Statistics:
Total No: of PIAFS Frames Confirmed: 344
Total Bytes of Application Data Transmitted:
Before Compression: 47021
After Compression: 30952
Compression Ratio in Tx direction is 1.51: 1
Total No: of PIAFS Frames Retransmitted: 32
Total Bytes of Application Data Retransmitted: 2336
Total Throughput in Tx Direction:
Including PIAFS Dummy Frames: 8000 Bytes/Second
Excluding PIAFS Dummy Frames: 859 Bytes/Second
Excluding PIAFS Dummy and Retransmitted Data Frames: 593 Bytes/Second
PIAFS Data Frames Rx Statistics:
Total No: of PIAFS Frames Received: 86
Total No: of Bad PIAFS Frames Received: 0
Total Bytes of Application Data Received:
Before Uncompression: 1459
After Uncompression: 2955
Compression Ratio in Rx direction is 2.02: 1
Total Throughput in Rx Direction:
Including PIAFS Dummy Frames: 8000 Bytes/Second
Excluding PIAFS Dummy Frames: 656 Bytes/Second
Excluding PIAFS Dummy and Retransmitted Data Frames: 126 Bytes/Second
No: of ReSynchronizations so far: 0
Table 88 describes significant fields shown in this output.
Related Commands
show pots csm
To display the current state of calls and the most recent event received by the call-switching module (CSM) on a Cisco 800 series router, use the show pots csm command in EXEC mode.
show pots csm port
Syntax Description
Command Modes
EXEC
Command History
Examples
The following is sample output from this command:
Router# show pots csm 1
POTS PORT: 1
CSM Finite State Machine:
Call 0 - State: idle, Call Id: 0x0
Active: no
Event: CSM_EVENT_NONE Cause: 0
Call 1 - State: idle, Call Id: 0x0
Active: no
Event: CSM_EVENT_NONE Cause: 0
Call 2 - State: idle, Call Id: 0x0
Active: no
Event: CSM_EVENT_NONE Cause: 0
Related Commands
show pots status
To display the settings of the telephone port physical characteristics and other information on the telephone interfaces of a Cisco 800 series router, use the show pots status command in privileged EXEC mode.
show pots status [1 | 2]
Syntax Description
1
(Optional) Displays the settings of telephone port 1.
2
(Optional) Displays the settings of telephone port 2.
Defaults
No default behavior or values
Command Modes
Privileged EXEC
Command History
Examples
The following is sample output from this command.
Router# show pots status
POTS Global Configuration:
Country: United States
Dialing Method: Overlap, Tone Source: Remote, CallerId Support: YES
Line Type: 600 ohm, PCM Encoding: u-law, Disc Type: OSI,
Ringing Frequency: 20Hz, Distinctive Ring Guard timer: 0 msec
Disconnect timer: 1000 msec, Disconnect Silence timer: 5 sec
TX Gain: 6dB, RX Loss: -6dB,
Filter Mask: 6F
Adaptive Cntrl Mask: 0
POTS PORT: 1
Hook Switch Finite State Machine:
State: On Hook, Event: 0
Hook Switch Register: 10, Suspend Poll: 0
CODEC Finite State Machine:
State: Idle, Event: 0
Connection: None, Call Type: Two Party, Direction: Rx only
Line Type: 600 ohm, PCM Encoding: u-law, Disc Type: OSI,
Ringing Frequency: 20Hz, Distinctive Ring Guard timer: 0 msec
Disconnect timer: 1000 msec, Disconnect Silence timer: 5 sec
TX Gain: 6dB, RX Loss: -6dB,
Filter Mask: 6F
Adaptive Cntrl Mask: 0
CODEC Registers:
SPI Addr: 2, DSLAC Revision: 4
SLIC Cmd: 0D, TX TS: 00, RX TS: 00
Op Fn: 6F, Op Fn2: 00, Op Cond: 00
AISN: 6D, ELT: B5, EPG: 32 52 00 00
SLIC Pin Direction: 1F
CODEC Coefficients:
GX: A0 00
GR: 3A A1
Z: EA 23 2A 35 A5 9F C2 AD 3A AE 22 46 C2 F0
B: 29 FA 8F 2A CB A9 23 92 2B 49 F5 37 1D 01
X: AB 40 3B 9F A8 7E 22 97 36 A6 2A AE
R: 01 11 01 90 01 90 01 90 01 90 01 90
GZ: 60
ADAPT B: 91 B2 8F 62 31
CSM Finite State Machine:
Call 0 - State: idle, Call Id: 0x0
Active: no
Call 1 - State: idle, Call Id: 0x0
Active: no
Call 2 - State: idle, Call Id: 0x0
Active: no
POTS PORT: 2
Hook Switch Finite State Machine:
State: On Hook, Event: 0
Hook Switch Register: 20, Suspend Poll: 0
CODEC Finite State Machine:
State: Idle, Event: 0
Connection: None, Call Type: Two Party, Direction: Rx only
Line Type: 600 ohm, PCM Encoding: u-law, Disc Type: OSI,
Ringing Frequency: 20Hz, Distinctive Ring Guard timer: 0 msec
Disconnect timer: 1000 msec, Disconnect Silence timer: 5 sec
TX Gain: 6dB, RX Loss: -6dB,
Filter Mask: 6F
Adaptive Cntrl Mask: 0
CODEC Registers:
SPI Addr: 3, DSLAC Revision: 4
SLIC Cmd: 0D, TX TS: 00, RX TS: 00
Op Fn: 6F, Op Fn2: 00, Op Cond: 00
AISN: 6D, ELT: B5, EPG: 32 52 00 00
SLIC Pin Direction: 1F
CODEC Coefficients:
GX: A0 00
GR: 3A A1
Z: EA 23 2A 35 A5 9F C2 AD 3A AE 22 46 C2 F0
B: 29 FA 8F 2A CB A9 23 92 2B 49 F5 37 1D 01
X: AB 40 3B 9F A8 7E 22 97 36 A6 2A AE
R: 01 11 01 90 01 90 01 90 01 90 01 90
GZ: 60
ADAPT B: 91 B2 8F 62 31
CSM Finite State Machine:
Call 0 - State: idle, Call Id: 0x0
Active: no
Call 1 - State: idle, Call Id: 0x0
Active: no
Call 2 - State: idle, Call Id: 0x0
Active: no
Time Slot Control: 0
Table 89 describes significant fields shown in this output.
Related Commands
show pots volume
To display the receiver volume level that is configured for each POTS port on a router, use the show pots volume command in privileged EXEC mode.
show pots volume
Syntax Description
This command has no arguments or keywords.
Command Modes
Privileged EXEC
Command History
Release Modification12.2(8)T
This command was introduced on the Cisco 803, Cisco 804, and Cisco 813.
Examples
The following is sample output from this command showing that the receiver volume level is 5 for both POTS port 1 and POTS port 2.
Router# show pots volume
POTS PORT 1: Volume 5
POTS PORT 2: Volume 5
Related Commands
show proxy h323 calls
To display a list of active calls on the proxy, use the show proxy h323 calls command in privileged EXEC mode.
show proxy h323 calls
Syntax Description
This command has no arguments or keywords.
Command Modes
Privileged EXEC
Command History
Release Modification11.3(2)NA
This command was introduced.
12.0(3)T
The command was integrated into Cisco IOS Release 12.0(3)T and implemented on the Cisco MC3810.
Examples
The following is sample output from this command:
Router# show proxy h323 calls
Call unique key = 1
Conference ID = [277B87C0A283D111B63E00609704D8EA]
Calling endpoint call signalling address = 55.0.0.41
Calling endpoint aliases:
H323_ID: ptel11@zone1.com
Call state = Media Streaming
Time call was initiated = 731146290 ms
show proxy h323 detail-call
To display the details of a particular call on a proxy, use the show proxy h323 detail-call command in privileged EXEC mode.
show proxy h323 detail-call call-key
Syntax Description
Defaults
No default behavior or values
Command Modes
Privileged EXEC
Command History
Release Modification11.3(2)NA
This command was introduced.
12.0(3)T
The command was integrated into Cisco IOS Release 12.0(3)T and implemented on the Cisco MC3810.
Usage Guidelines
You can use this command with or without proxy statistics enabled.
Examples
The following is sample output from this command without proxy statistics enabled:
Router# show proxy h323 detail-call 1
ConferenceID = [277B87C0A283D111B63E00609704D8EA]
Calling endpoint aliases:
H323_ID: ptel11@zone1.com
Called endpoint aliases:
H323_ID: ptel21@zone2.com
Peer proxy call signalling address = 55.0.0.41
Time call was initiated = 731146290 ms
Inbound CRV = 144
Outbound CRV = 70
Call state = Media Streaming
H245 logical channels for call leg pte111@zone1.com<->px1@zone.com
Channel number = 2
Type = VIDEO
State = OPEN
Bandwidth = 374 kbps
Time created = 731146317 ms
Channel number = 1
Type = AUDIO
State = OPEN
Bandwidth = 81 kbps
Time created = 731146316 ms
Channel number = 2
Type = VIDEO
State = OPEN
Bandwidth = 374 kbps
Time created = 731146318 ms
Channel number = 1
Type = AUDIO
State = OPEN
Bandwidth = 81 kbps
Time created = 731146317 ms
H245 logical channels for call leg pte111@zone1.com<->50.0.0.41:
Channel number = 2
Type = VIDEO
State = OPEN
Bandwidth = 374 kbps
Time created = 731146317 ms
Channel number = 1
Type = AUDIO
State = OPEN
Bandwidth = 81 kbps
Time created = 731146316 ms
Channel number = 2
Type = VIDEO
State = OPEN
Bandwidth = 374 kbps
Time created = 731146318 ms
Channel number = 1
Type = AUDIO
State = OPEN
Bandwidth = 81 kbps
Time created = 731146317 ms
The following is sample output from this command with proxy statistics enabled:
Router# show proxy h323 detail-call 1
ConferenceID = [677EB106BD0D111976200002424F832]
Calling endpoint call signalling address = 172.21.127.49
Calling endpoint aliases:
H323_ID: intel2
E164_ID: 2134
Called endpoint aliases:
H323_ID: mcs@sanjose.cisco.com
Peer proxy call signalling address = 171.68.183.199
Peer proxy aliases:
H323_ID: proxy.sanjose.cisco.com
Time call was initiated = 730949651 ms
Inbound CRV = 2505
Outbound CRV = 67
Call state = H245 open logical channels
H245 logical channels for call leg intel2 <-> cisco7-pxy:
Channel number = 259
RTP stream from intel2 to cisco7-pxy
Type = VIDEO
State = OPEN
Bandwidth = 225 kbps
Time created = 730949676 ms
Channel number = 257
RTP stream from intel2 to cisco7-pxy
Type = AUDIO
State = OPEN
Bandwidth = 18 kbps
Time created = 730949658 ms
Channel number = 2
RTP stream from cisco7-pxy to intel2
Type = VIDEO
State = OPEN
Bandwidth = 225 kbps
Time created = 730949664 ms
RTP Statistics:
Packet Received Count = 3390
Packet Dropped Count = 0
Packet Out of Sequence Count = 0
Number of initial packets used for Arrival-Spacing bin setup = 200
min_arrival_spacing = 0(ms) max_arrival_spacing = 856(ms)
Average Arrival Rate = 86(ms)
Arrival-Spacing(ms) Packet-Count
0 2116
26 487
52 26
78 0
104 0
130 1
156 0
182 1
208 0
234 4
260 99
286 315
312 154
338 8
364 0
390 2
416 10
442 73
468 51
494 43
==============================
Min Jitter = 34(ms) Max Jitter = 408(ms)
Average Jitter Rate = 117
Jitter Rate(ms) Packet-Count
0 0
41 514
82 2117
Number of initial packets used for Arrival-Spacing bin setup = 200
min_arrival_spacing = 32(ms) max_arrival_spacing = 96(ms)
Average Arrival Rate = 60(ms)
Arrival-Spacing(ms) Packet-Count
32 35
34 0
36 177
38 0
40 56
42 0
44 10
46 0
48 27
50 0
52 541
54 0
56 2642
58 1
60 1069
62 0
64 77 0
68 6
70 257
==============================
Min Jitter = 0(ms) Max Jitter = 28(ms)
Average Jitter Rate = 5
Jitter Rate(ms) Packet-Count
0 1069
3 2720
6 0
9 804
12 27
15 10
18 0
21 56
24 177
27 35
H245 logical channels for call leg cisco7-pxy <->
proxy.sanjose.cisco.com:
Channel number = 259
RTP stream from cisco7-pxy to proxy.sanjose.cisco.com
Type = VIDEO
State = OPEN
Bandwidth = 225 kbps
Time created = 730949676 ms
RTP Statistics:
Packet Received Count = 3398
Packet Dropped Count = 1
Packet Out of Sequence Count = 0
Number of initial packets used for Arrival-Spacing bin setup = 200
min_arrival_spacing = 0(ms) max_arrival_spacing = 872(ms)
Average Arrival Rate = 85(ms)
Arrival-Spacing(ms) Packet-Count
0 2636
28 0
56 0
84 0
112 0
140 1
168 0
196 0
224 0
252 0
280 2
308 425
336 154
364 5
392 0
420 0
448 0
476 114
504 41
532 20
==============================
Min Jitter = 55(ms) Max Jitter = 447(ms)
Average Jitter Rate = 127
Jitter Rate(ms) Packet-Count
0 0
45 1
90 2636
135 0
180 2
225 425
270 159
315 0
360 0
405 175
Channel number = 257
RTP stream from cisco7-pxy to proxy.sanjose.cisco.com
Type = AUDIO
State = OPEN
Bandwidth = 18 kbps
Time created = 730949658 ms
RTP Statistics:
Packet Received Count = 2537
Packet Dropped Count = 3
Packet Out of Sequence Count = 0
Number of initial packets used for Arrival-Spacing bin setup = 200
min_arrival_spacing = 0(ms) max_arrival_spacing = 32716(ms)
Average Arrival Rate = 112(ms)
Arrival-Spacing(ms) Packet-Count
0 2191
72 253
144 31
216 7
288 3
360 4
432 4
504 2
576 1
648 3
720 2
792 1
864 2
936 1
1008 1
1080 1
1152 1
1224 1
1296 0
1368 28
==============================
Min Jitter = 32(ms) Max Jitter = 1256(ms)
Average Jitter Rate = 121
Jitter Rate(ms) Packet-Count
0 284
126 2201
252 4
378 6
504 4
630 3
756 2
882 2
1008 2
1134 29
Channel number = 2
RTP stream from proxy.sanjose.cisco.com to cisco7-pxy
Type = VIDEO
State = OPEN
Bandwidth = 225 kbps
Time created = 730949664 ms
Channel number = 1
RTP stream from proxy.sanjose.cisco.com to cisco7-pxy
Type = AUDIO
State = OPEN
Bandwidth = 18 kbps
Time created = 730949661 ms
Related Commands
show proxy h323 status
To display the overall status of a proxy, use the show proxy h323 status command in privileged EXEC mode.
show proxy h323 status
Syntax Description
This command has no arguments or keywords.
Command Modes
Privileged EXEC
Command History
Release Modification11.3(2)NA
This command was introduced.
12.0(3)T
The command was integrated into Cisco IOS Release 12.0(3)T and implemented on the Cisco MC3810.
Examples
The following is sample output from this command:
Router# show proxy h323 status
H.323 Proxy Status
==================
H.323 Proxy Mode: Enabled
Proxy interface = Serial1: UP
Application Specific Routing: Disabled
RAS Initialization: Complete
Proxy aliases configured:
H323_ID: px2
Proxy aliases assigned by Gatekeeper:
H323_ID: px2
Gatekeeper multicast discovery: Disabled
Gatekeeper:
Gatekeeper ID: gk.zone2.com
IP address: 70.0.0.31
Gatekeeper registration succeeded
T.120 Mode: BYPASS
RTP Statistics: OFF
Number of calls in progress: 1
show raw
To display leaking raw buffers that have been captured, use the show raw command in privileged EXEC mode.
show raw {all | cas | ccapi | h323 | ivr | reclaimed | tsp | vtsp}
Syntax Description
Command Modes
Privileged EXEC
Command History
Release Modification12.2(2)XU3
This command was introduced.
12.2(11)T
This command was integrated into Cisco IOS Release 12.2(11)T.
Usage Guidelines
The number of raw leaks that are displayed by the show raw reclaimed command should be zero, indicating that there are no memory leaks.
Examples
The following is a sample output from this command showing that there are no leaking raw buffers:
Router#
show raw reclaimed
RAW LEAK REPORT:
ORPHAN : 0 raw buffers reclaimed
TSP : 0 raw buffers reclaimed
VTSP : 0 raw buffers reclaimed
H323 : 0 raw buffers reclaimed
SIP : 0 raw buffers reclaimed
CCAPI : 0 raw buffers reclaimed
VOATM : 0 raw buffers reclaimed
XGCP : 0 raw buffers reclaimed
CAS : 0 raw buffers reclaimed
IVR : 0 raw buffers reclaimed
SSAPP : 0 raw buffers reclaimed
Last Audit Session is at 20:28:13 UTC Fri Mar 27 2002
Table 90 describes significant fields shown in this output.
Related Commands
show rawmsg
To display the raw messages owned by the required component, use the show rawmsg command in privileged EXEC mode.
show rawmsg {all | tsp | vtsp | ccapi | h323}
Syntax Description
Command Modes
Privileged EXEC
Command History
Usage Guidelines
The number displayed for show rawmsg all should be zero to indicate that there are no memory leaks.
Examples
The following command displays memory leaks from the telephony service provider:
Router# show rawmsg tsp
Related Commands
show rlm group statistics
To display the network latency of the Redundant Link Manager (RLM) group, use the show rlm group statistics command in privileged EXEC mode.
show rlm group group-number statistics
Syntax Description
Command Modes
Privileged EXEC
Command History
Examples
The following is sample output from this command:
Router# show rlm group 1 statistics
RLM Group 1 Statistics
Link_up:
last time occurred at 02:45:48.724, total transition=1
avg=00:00:00.000, max=00:00:00.000, min=00:00:00.000, latest=00:00:00.000
Link_down:
last time occurred at 02:42:33.724, total transition=1
avg=00:03:15.000, max=00:03:15.000, min=00:00:00.000, latest=00:03:15.000
Link_recovered:
last time occurred at 00:00:00.000, success=0(0%), failure=0
avg=0.000s, max=0.000s, min=0.000s, latest=0.000s
Link_switched:
last time occurred at 00:00:00.000, success=0(0%), failure=0
avg=0.000s, max=0.000s, min=0.000s, latest=0.000s
Server_changed:
last time occurred at 00:00:00.000 for totally 0 times
Server Link Group[r1-server]:
Open the link [10.1.1.1(Loopback1), 10.1.4.1]:
last time occurred at 02:43:03.724, success=1(100%), failure=0
avg=162.000s, max=162.000s, min=0.000s, latest=162.000s
Echo over link [10.1.1.1(Loopback1), 10.1.4.1]:
last time occurred at 02:47:15.724, success=91(62%), failure=54
avg=0.000s, max=0.000s, min=0.000s, latest=0.000s
Open the link [10.1.1.2(Loopback2), 10.1.4.2]:
last time occurred at 02:43:03.724, success=1(100%), failure=0
avg=162.000s, max=162.000s, min=0.000s, latest=162.000s
Echo over link [10.1.1.2(Loopback2), 10.1.4.2]:
last time occurred at 02:47:19.724, success=95(63%), failure=54
avg=0.000s, max=0.000s, min=0.000s, latest=0.000s
Server Link Group[r2-server]:
Open the link [10.1.1.1(Loopback1), 10.1.5.1]:
last time occurred at 02:46:06.724, success=0(0%), failure=1
avg=0.000s, max=0.000s, min=0.000s, latest=0.000s
Echo over link [10.1.1.1(Loopback1), 10.1.5.1]:
last time occurred at 02:47:18.724, success=0(0%), failure=85
avg=0.000s, max=0.000s, min=0.000s, latest=0.000s
Open the link [10.1.1.2(Loopback2), 10.1.5.2]:
last time occurred at 02:46:06.724, success=0(0%), failure=1
avg=0.000s, max=0.000s, min=0.000s, latest=0.000s
Echo over link [10.1.1.2(Loopback2), 10.1.5.2]:
last time occurred at 02:47:18.724, success=0(0%), failure=85
avg=0.000s, max=0.000s, min=0.000s, latest=0.000s
Table 91 describes significant fields shown in this output.
Related Commands
show rlm group status
To display the status of the Redundant Link Manager (RLM) group, use the show rlm group status command in privileged EXEC mode.
show rlm group group-number status
Syntax Description
Command Modes
Privileged EXEC
Command History
Examples
The following is sample output from this command:
Router# show rlm group 1 status
RLM Group 1 Status
User/Port: RLM_MGR/3000
Link State: Up Last Link Status Reported: Up
Next tx TID: 1 Last rx TID: 0
Server Link Group[r1-server]:
link [10.1.1.1(Loopback1), 10.1.4.1] = socket[active]
link [10.1.1.2(Loopback2), 10.1.4.2] = socket[standby]
Server Link Group[r2-server]:
link [10.1.1.1(Loopback1), 10.1.5.1] = socket[opening]
link [10.1.1.2(Loopback2), 10.1.5.2] = socket[opening]
Table 92 describes significant fields shown in this output.
Related Commands
show rlm group timer
To display the current timer values, use the show rlm group timer command in privileged EXEC mode.
show rlm group group-number timer
Syntax Description
Command Modes
Privileged EXEC
Command History
Examples
The following is sample output from this command:
Router# show rlm group 1 timer
RLM Group 1 Timer Values
open_wait = 3s force-down = 30s
recovery = 12s switch-link = 5s
minimum-up = 60s retransmit = 1s
keepalive = 1s
Table 93 describes significant fields shown in this output.
Related Commands
show rpms-proc counters
To display statistics for the number of leg 3 authentication, authorization, and accounting (AAA) preauthentication requests, successes, and rejects, use the show rpms-proc counters command in privileged EXEC mode.
show rpms-proc counters
Syntax Description
This command has no arguments or keywords.
Command Modes
Privileged EXEC
Command History
Usage Guidelines
Leg 3 refers to a call segment from the IP network to a terminating (outgoing) gateway that takes traffic from an IP network to a PSTN network.
Examples
The following sample output displays leg 3 statistics for AAA preauthentication requests, successes, and rejects:
Router# show rpms-proc counters
H323 Calls
Preauth Requests Sent : 43433
Preauth Requests Accepted : 43433
Preauth Requests Rejected : 0
Preauth Requests TimedOut : 0
Disconnects during Preauth : 0
SIP Calls
Preauth Requests Sent : 43080
Preauth Requests Accepted : 43080
Preauth Requests Rejected : 0
Preauth Requests TimedOut : 0
Disconnects during Preauth : 0
Table 94 describes significant fields shown in this output.
Related Commands
Command Descriptionclear rpms-proc counters
Clears statistics counters for AAA preauthentication requests, successes, and rejects.
show rtsp client session
To display cumulative information about Real Time Streaming Protocol (RTSP) session records, use the show rtsp client session command in privileged EXEC mode.
show rtsp client session {history | active} [detailed]
Syntax Description
Defaults
Active (current) stream information is displayed.
Command Modes
Privileged EXEC
Command History
Usage Guidelines
Use this command to display cumulative information about the session, packet statistics, and general call information such as call ID and session ID.
Note Session refers to a session between the application and the RTSP client. Each call leg that is configured to use RTSP streaming has a session.
A call leg could play several prompts in a session; the "Play Time" refers to the play time associated with a stream or, in other words, a prompt; the cumulative play time is the sum total of all streams (or prompts) played out in a session.
The command output is a stream block that contains information about the stream (URL, packet statistics, current state of the stream, play duration, call ID, session ID, individual RTSP stream URLs, and packet statistics).
Examples
The following is sample output from the show rtsp client session active command:
Router# show rtsp client session active
RTSP Session ID:0x8 Current Status:RTSP_STATUS_PLAYING
Associated CallID:0xF
Active Request:RTSP_API_REQ_PLAY
Control Protocol:TCP Data Protocol:RTP
Total Packets Transmitted:0 (0 bytes)
Total Packets Received:708 (226560 bytes)
Cumulative Elapsed Play Time:00:00:28.296
Cumulative Elapsed Record Time:00:00:00.000
Session ID:0x8 State:ACTIVE
Local IP Address:10.13.79.45 Local Port 16660
Server IP Address:10.13.79.6 Server Port 11046
Stream URL:rtsp://rtsp-cisco.cisco.com:554/chinna.au/streamid=0
Packets Transmitted:0 (0 bytes)
Packets Received:708 (226560 bytes)
Elapsed Play Time:00:00:28.296
Elapsed Record Time:00:00:00.000
ReceiveDelay:85 LostPackets:0
The following is sample output from the show rtsp client session history detailed command:
Router# show rtsp client session history detailed
RTSP Session ID:0x8
Associated CallID:0xF
Control Protocol:TCP Data Protocol:RTP
Total Packets Transmitted:0 (0 bytes)
Total Packets Received:2398 (767360 bytes)
Cumulative Elapsed Play Time:00:01:35.916
Cumulative Elapsed Record Time:00:00:00.000
Session ID:0x8 State:INACTIVE
Local IP Address:10.13.79.45 Local Port 16660
Server IP Address:10.13.79.6 Server Port 11046
Stream URL:rtsp://rtsp-cisco.cisco.com:554/chinna.au/streamid=0
Packets Transmitted:0 (0 bytes)
Packets Received:2398 (767360 bytes)
Play Time:00:01:35.916
Record Time:00:00:00.000
OntimeRcvPlayout:93650
GapFillWithSilence:0
GapFillWithPrediction:70
GapFillWithInterpolation:0
GapFillWithRedundancy:0
HighWaterPlayoutDelay:85
LoWaterPlayoutDelay:64
ReceiveDelay:85 LostPackets:0
EarlyPackets:2 LatePackets:12
Table 95 describes significant fields shown in this output.
Related Commands
show rudpv0 failures
To display SS7 Reliable User Datagram Protocol (RUDP) failure statistics, enter the show rudpv0 failures command in privileged EXEC mode.
show rudpv0 failures
Syntax Description
There are no keywords or arguments.
Command History
Release Modification12.0(7)XR
This command was introduced.
12.1(1)T
This command was integrated into Cisco IOS Release 12.1(1)T.
Examples
The following is sample output from this command showing displaying RUDP failures.
Router# show rudpv0 failures
**** RUDP Failure Stats ****
CreateBufHdrsFailure 0
CreateConnRecsFailure 0
CreateEventsFailure 0
NotReadyFailures 0
OptionNotSupportedFailures 0
OptionRequiredFailures 0
GetConnRecFailures 0
InvalidConnFailures 0
EventUnavailFailures 0
EmptyBufferSendFailures 0
BufferTooLargeFailures 0
ConnNotOpenFailures 0
SendWindowFullFailures 0
GetBufHdrSendFailures 0
GetDataBufFailures 0
GetBufHdrFailures 0
SendEackFailures 0
SendAckFailures 0
SendSynFailures 0
SendRstFailures 0
SendNullFailures 0
TimerNullFailures 0
FailedRetransmits 0
IncomingPktsDropped 0
UnknownRudpEvents 0
Related Commands
show rudpv0 statistics
To display SS7 Reliable User Datagram Protocol (RUDP) internal statistics, use the show rudpv0 statistics command in privileged EXEC command.
show rudpv0 statistics
Syntax Description
There are no keywords or arguments.
Command History
Release Modification12.0(7)XR
This command was introduced.
12.1(1)T
This command was integrated into Cisco IOS Release 12.1(1)T.
Usage Guidelines
Because statistics counters are continually updated, the cumulative total may not be exactly equal to individual connection counters. After a connection is reset, previous statistics are lost, so the current connection statistics reflect only instances of the RUDP connection since the last reset.
Cumulative statistics reflect counts since the router was rebooted or since the clear rudpv0 statistics command was used.
Examples
The following is sample output from this command displaying RUDP statistics and states for two connections. The fields are self-explanatory.
Router# show rudpv0 statistics
*** RUDP Internal Stats ****
Connection ID: 811641AC, Current State: OPEN
RcvdInSeq 1
RcvdOutOfSeq 0
SoftResets 0
SoftResetsRcvd 0
TotalPacketsSent 4828
TotalPacketsReceived 4826
TotalDataBytesSent 0
TotalDataBytesReceived 4
TotalDataPacketsSent 0
TotalDataPacketsReceived 1
TotalPacketsRetrans 0
TotalPacketsDiscarded 0
Connection ID: 81163FD4, Current State: OPEN
RcvdInSeq 2265
RcvdOutOfSeq 0
SoftResets 0
SoftResetsRcvd 0
TotalPacketsSent 7863
TotalPacketsReceived 6755
TotalDataBytesSent 173690
TotalDataBytesReceived 56121
TotalDataPacketsSent 2695
TotalDataPacketsReceived 2265
TotalPacketsRetrans 0
TotalPacketsDiscarded 0
Cumulative RudpV0 Statistics
RcvdInSeq 2266
RcvdOutOfSeq 0
SoftResets 0
SoftResetsRcvd 0
TotalPacketsSent 12691
TotalPacketsReceived 11581
TotalDataBytesSent 173690
TotalDataBytesReceived 56125
TotalDataPacketsSent 2695
TotalDataPacketsReceived 2266
TotalPacketsRetrans 0
TotalPacketsDiscarded 0
Related Commands
show rudpv1
To display Reliable User Datagram Protocol (RUDP) information, use the show rudpv1 command in privileged EXEC mode.
show rudpv1 {failures | parameters | statistics}
Syntax Description
failures
RUDP failure statistics.
parameters
RUDP connection parameters.
statistics
RUDP internal statistics.
Command Modes
Privileged EXEC
Command History
Usage Guidelines
Because statistics counters are continually updated, the cumulative total may not be exactly equal to individual connection counters. After a connection is reset, previous statistics are lost, so the current connection statistics reflect only instances of the RUDP connection since the last reset.
Cumulative statistics reflect counts since the router was rebooted or since the clear rudpv1 statistics command was used.
Examples
The following is sample output from this command:
Router# show rudpv1 failures
**** RUDPV1 Failure Stats ****
CreateBufHdrsFailure 0
CreateConnRecsFailure 0
CreateEventQueueFailure 0
OsSpecificInitFailure 0
NotReadyFailures 0
OptionNotSupportedFailures 0
InvalidOptionFailures 0
OptionRequiredFailures 0
GetConnRecFailures 0
InvalidConnFailures 0
EventUnavailFailures 0
GetConnRecFailures 0
FindConnRecFailures 0
EmptyBufferSendFailures 0
BufferTooLargeFailures 0
ConnNotOpenFailures 0
SendWindowFullFailures 0
GetBufHdrSendFailures 0
SendInProgressFailures 0
GetDataBufFailures 0
GetBufHdrFailures 0
SendFailures 0
SendEackFailures 0
SendAckFailures 0
SendSynFailures 0
SendRstFailures 0
SendTcsFailures 0
SendNullFailures 0
TimerFailures 0
ApplQueueFailures 0
FailedRetransmits 0
IncomingPktsDropped 0
CksumErrors 0
UnknownRudpv1Events 0
InvalidVersion 0
InvalidNegotiation 0
The following is sample output from the show rudpv1 parameters command:
Router# show rudpv1 parameters
*** RUDPV1 Connection Parameters ***
Next Connection Id:61F72B6C, Remote conn id 126000
Conn State OPEN
Conn Type ACTIVE
Accept Negot params? Yes
Receive Window 32
Send Window 32
Receive Seg Size 384
Send Seg Size 384
Requested Negotiated
Max Auto Reset 5 5
Max Cum Ack 3 3
Max Retrans 2 2
Max OutOfSeq 3 3
Cum Ack Timeout 100 100
Retrans Timeout 300 300
Null Seg Timeout 1000 1000
Trans State Timeout 2000 2000
Cksum type Hdr Hdr
Next Connection Id:61F72DAC, Remote conn id 126218
Conn State OPEN
Conn Type ACTIVE
Accept Negot params? Yes
Receive Window 32
Send Window 32
Receive Seg Size 384
Send Seg Size 384
Requested Negotiated
Max Auto Reset 5 5
Max Cum Ack 3 3
Max Retrans 2 2
Max OutOfSeq 3 3
Cum Ack Timeout 100 100
Retrans Timeout 300 300
Null Seg Timeout 1000 1000
Trans State Timeout 2000 2000
Cksum type Hdr Hdr
The following is sample output from the show rudpv1 statistics command:
Router# show rudpv1 statistics
*** RUDPV1 Internal Stats ****
Connection ID:61F72B6C, Current State:OPEN
RcvdInSeq 647
RcvdOutOfSeq 95
AutoResets 0
AutoResetsRcvd 0
TotalPacketsSent 1011
TotalPacketsReceived 958
TotalDataBytesSent 17808
TotalDataBytesReceived 17808
TotalDataPacketsSent 742
TotalDataPacketsReceived 742
TotalPacketsRetrans 117
TotalPacketsDiscarded 38
Connection ID:61F72DAC, Current State:OPEN
RcvdInSeq 0
RcvdOutOfSeq 0
AutoResets 0
AutoResetsRcvd 0
TotalPacketsSent 75
TotalPacketsReceived 75
TotalDataBytesSent 0
TotalDataBytesReceived 0
TotalDataPacketsSent 0
TotalDataPacketsReceived 0
TotalPacketsRetrans 0
TotalPacketsDiscarded 0
Cumulative RudpV1 Statistics
NumCurConnections 2
RcvdInSeq 652
RcvdOutOfSeq 95
AutoResets 0
AutoResetsRcvd 0
TotalPacketsSent 1102
TotalPacketsReceived 1047
TotalDataBytesSent 18048
TotalDataBytesReceived 18048
TotalDataPacketsSent 752
TotalDataPacketsReceived 752
TotalPacketsRetrans 122
TotalPacketsDiscarded 38
Related Commands
Command Descriptionclear rudpv1 statistics
Clears the RUDP statistics counters.
debug rudpv1
Displays debugging information for RUDP.
show sccp
To display Simple Client Control Protocol (SCCP) information such as administrative and operational status, use the show sccp command in privileged EXEC mode.
show sccp [all | connections | statistics]
Syntax Description
Command Modes
Privileged EXEC
Command History
Usage Guidelines
The router on which this command is used must be equipped with one or more digital T1/E1 packet voice trunk network modules (NM-HDVs) or high-density voice (HDV) transcoding/conferencing DSP farms (NM-HDV-FARMs) to provide digital-signal-processor (DSP) resources.
Examples
The following is sample output from this command:
Router# show sccp
SCCP Admin State: UP
Gateway IP Address: 10.10.10.11, Port Number: 0
Switchover Method: IMMEDIATE, Switchback Method: GUARD_TIMER
Switchback Guard Timer: 1200 sec, IP Precedence: 5
Max Supported MTP sessions: 100
Transcoding Oper State: ACTIVE - Cause Code: NONE
Active CallManager: 10.10.10.35, Port Number: 2000
TCP Link Status: CONNECTED
Conferencing Oper State: DOWN - Cause Code: DSPFARM_DOWN
Active CallManager: NONE
TCP Link Status: NOT_CONNECTED
CallManager: 10.10.10.37, Port Number: 2000
Priority: 3, Version: 3.1
CallManager: 10.10.10.35, Port Number: 2000
Priority: 2, Version: 3.0
Router# show sccp connections
sess_id conn_id stype mode codec ripaddr rport sport
4145 xcode sendrecv g711a 10.10.10.19 19460 21284
4161 xcode sendrecv g729 10.10.10.28 19414 20382
5177 xcode sendrecv g711u 10.10.10.17 18290 21170
5193 xcode sendrecv g729b 0.10.10.18 19150 18968
Router# show sccp statistics
SCCP Transcoding Application Statistics:
TCP packets rx 548, tx 559
Unsupported pkts rx 3, Unrecognized pkts rx 0
Register tx 3, successful 3, rejected 0, failed 0
KeepAlive tx 543, successful 540, failed 2
OpenReceiveChannel rx 2, successful 2, failed 0
CloseReceiveChannel rx 0, successful 0, failed 0
StartMediaTransmission rx 2, successful 2, failed 0
StopMediaTransmission rx 0, successful 0, failed 0
MediaStreamingFailure rx 0
Switchover 1, Switchback 1
SCCP Conferencing Application Statistics:
TCP packets rx 0, tx 0
Unsupported pkts rx 0, Unrecognized pkts rx 0
Register tx 0, successful 0, rejected 0, failed 0
KeepAlive tx 0, successful 0, failed 0
OpenReceiveChannel rx 0, successful 0, failed 0
CloseReceiveChannel rx 0, successful 0, failed 0
StartMediaTransmission rx 0, successful 0, failed 0
StopMediaTransmission rx 0, successful 0, failed 0
MediaStreamingFailure rx 0
Switchover 0, Switchback 0
Related Commands
show sccp ccm group
To display the groups that are configured on a specific Cisco CallManager, use the show sccp ccm group command in privileged EXEC mode.
show sccp ccm group [group-number]
Syntax Description
group-number
(Optional) Number that identifies the Cisco CallManager group. Range is 1 to 65535. There is no default value.
Command Modes
Privileged EXEC
Command History
Usage Guidelines
Use the show sccp ccm group command to show detailed information about all groups assigned to the Cisco CallManager. The optional group-number argument can be added to select details about a specific group.
Examples
The following is sample output for the two Cisco CallManager Groups assigned to the Cisco CallManager: group 5 named "boston office" and group 988 named "atlanta office".
Router# show sccp ccm group
CCM Group Identifier: 5
Description: boston office
Binded Interface: NONE, IP Address: NONE
Registration Retries: 3, Registration Timeout: 10 sec
Keepalive Retries: 3, Keepalive Timeout: 30 sec
CCM Connect Retries: 3, CCM Connect Interval: 1200 sec
Switchover Method: GRACEFUL, Switchback Method: GRACEFUL_GUARD
Switchback Interval: 10 sec, Switchback Timeout: 7200 sec
Signaling DSCP value: default, Audio DSCP value: default
CCM Group Identifier: 988
Description: atlanta office
Binded Interface: NONE, IP Address: NONE
Associated CCM Id: 1, Priority in this CCM Group: 1
Associated Profile: 6, Registration Name: MTP123456789988
Associated Profile: 10, Registration Name: CFB123456789966
Registration Retries: 3, Registration Timeout: 10 sec
Keepalive Retries: 5, Keepalive Timeout: 30 sec
CCM Connect Retries: 3, CCM Connect Interval: 10 sec
Switchover Method: IMMEDIATE, Switchback Method: IMMEDIATE
Switchback Interval: 15 sec, Switchback Timeout: 0 sec
Signaling DSCP value: default, Audio DSCP value: default
Table 96 describes significant fields shown in this output.
Related Commands
Command Descriptiondspfarm profile
Enters DSP farm profile configuration mode and defines a profile for DSP farm services.
sccp ccm
Adds a Cisco CallManager server to the list of available servers.
show sccp connections details
To display the Skinny Client Control Protocol (SCCP) connections details such as call-leg details, use the show sccp connections details command in privileged EXEC mode.
show sccp connections details
Syntax Description
This command has no arguments or keywords.
Command Modes
Privileged EXEC
Command History
Examples
The following is sample output from this command:
Router# show sccp connections details
bridge-info(bid, cid) - Normal bridge information(Bridge id, Calleg id)
mmbridge-info(bid, cid) - Mixed mode bridge information(Bridge id, Calleg id)
sess_id conn_id call-id codec pkt-period type bridge-info(bid, cid) mmbridge-info(bid, cid)
16800395 - 15 N/A N/A transmsp All RTPSPI Callegs N/A
16800395 18425889 14 g711u 20 rtpspi (10,15) N/A
16800395 18425905 13 g711u 20 rtpspi (9,15) N/A
Total number of active session(s) 1, connection(s) 2, and callegs 3
Related Commands
show sccp connections internal
To display the internal Skinny Client Control Protocol (SCCP) details such as time-stamp values, use the show sccp connections internal command in privileged EXEC mode.
show sccp connections internal
Syntax Description
This command has no arguments or keywords.
Command Modes
Privileged EXEC
Command History
Examples
The following is sample output from this command:
Router# show sccp connections internal
Total number of active session(s) 0, and connection(s) 0
Related Commands
show sccp connections summary
To display a summary of the number of sessions and connections based on the service type under the Skinny Client Control Protocol (SCCP) application, use the show sccp connections summary command in privileged EXEC mode.
show sccp connections summary
Syntax Description
This command has no arguments or keywords.
Command Modes
Privileged EXEC
Command History
Examples
The following is sample output from this command:
Router# show sccp connections summary
SCCP Application Service(s) Statistics Summary:
Total Conferencing Sessions: 0, Connections: 0
Total Transcoding Sessions: 0, Connections: 0
Total MTP Sessions: 0, Connections: 0
Total SCCP Sessions: 0, Connections: 0
Table 97 describes significant fields shown in this output.
Related Commands
show settlement
To display the configuration for all settlement servers and see specific provider and transactions, use the show settlement command in privileged EXEC mode.
show settlement [provider-number [transactions]]
Syntax Description
provider-number
(Optional) Displays the attributes of a specific provider.
transactions
(Optional) Displays the transaction status of a specific provider.
Defaults
Information about all servers is displayed.
Command Modes
Privileged EXEC
Command History
Release Modification12.0(4)XH1
This command was introduced on the Cisco 2600 series, Cisco 3600 series, and Cisco AS5300.
12.1(1)T
This command was integrated into Cisco IOS Release 12.1(1)T.
Examples
The following is sample output from this command displaying information about all settlement servers that are configured:
Router# show settlement
Settlement Provider 0
Type = osp
Address url = https://1.14.115.100:6556/
Encryption = all (default)
Max Concurrent Connections = 20 (default)
Connection Timeout = 3600 (s) (default)
Response Timeout = 1 (s) (default)
Retry Delay = 2 (s) (default)
Retry Limit = 1 (default)
Session Timeout = 86400 (s) (default)
Customer Id = 1000
Device Id = 1000
Roaming = Disabled (default)
Signed Token = on
Number of Connections = 0
Number of Transactions = 7
The following is sample output from this command displaying transaction and state information about a specific settlement server:
Router# show settlement 0 transactions
Transaction ID=8796304133625270342
state=OSPC_GET_DEST_SUCCESS, index=0
callingNumber=5710868, calledNumber=15125551212
Table 98 describes significant fields shown in this output. Provider attributes that are not configured are not shown.
.
Related Commands
show sgcp connection
To display all active Simple Gateway Control Protocol (SGCP) connections on a router, use the show sgcp connection command in EXEC mode.
show sgcp connection [interface number]
Syntax Description
interface
(Optional) Displays output for a particular DS1 interface.
number
(Optional) Interface (controller) number.
Defaults
All active SGCP connections on the host are displayed.
Command Modes
EXEC
Command History
Examples
The following is sample output from this command displaying active connections on a router:
Router# show sgcp connection
Endpoint Call_ID(C) Conn_ID(I) (P)ort (M)ode (S)tate (E)vent[SIFL] (R)esult[EA]
1. ds1-0/1@r3810-5 C=1,1,2 I=0x1 P=16492,16476 M=3 S=4 E=3,0,0,3 R=0, 0
The following is sample output from this command displaying the state of SGCP on a router:
Router# show sgcp connection
SGCP Admin State DOWN, Oper State DOWN
SGCP call-agent: 209.165.200.225 , SGCP graceful-shutdown enabled? FALSE
SGCP request timeout 40, SGCP request retries 10
Table 99 describes significant fields shown in this output.
Related Commands
Command Descriptionshow sgcp endpoint
Displays SGCP endpoint information.
show sgcp statistics
Displays global statistics for the SGCP packet count, success, and failure counts.
show sgcp endpoint
To display Simple Gateway Control Protocol (SGCP) endpoints that are eligible for SGCP management, use the show sgcp endpoint command in EXEC mode.
show sgcp endpoint [interface ds1 [ds0]]
Syntax Description
Command Modes
EXEC
Command History
Usage Guidelines
Use this command to display SGCP endpoint information for the whole router or for a specific DS1 interface and, optionally, a specific DS0. If you enter a nonexistent combination of a DS1 and DS0, the following error message appears: "No matching connection found."
Examples
The following is sample output from this command displaying SGCP endpoint information being set for a matching connection between DS1 interface 1 and DS0 interface 10:
Router# show sgcp endpoint interface 1 10
Related Commands
show sgcp statistics
To display global statistics for the Simple Gateway Control Protocol (SGCP) packet count, success and failure counts, and other information, use the show sgcp statistics command in EXEC mode.
show sgcp statistics
Syntax Description
This command has no arguments or keywords.
Command Modes
EXEC
Command History
Usage Guidelines
You can filter the displayed output, as shown in the examples.
Examples
The following is sample output from this command displaying SGCP packet statistics:
Router# show sgcp statistics
UDP pkts rx 5, tx 13
Unrecognized rx pkts 0, SGCP message parsing errors 0
Duplicate SGCP ack tx 0
Failed to send SGCP messages 0
CreateConn rx 1, successful 1, failed 0
DeleteConn rx 0, successful 0, failed 0
ModifyConn rx 0, successful 0, failed 0
DeleteConn tx 0, successful 0, failed 0
NotifyRequest rx 3, successful 3, failed 0
Notify tx 3, successful 3, failed 0
ACK tx 4, NACK tx 0
ACK rx 1, NACK rx 0
IP address based Call Agents statistics:
IP address 1.4.63.100, Total msg rx 5,
successful 5, failed 2
The following is sample output from this command showing how to filter output for specific information:
Router# show sgcp statistics | begin Failed
Failed to send SGCP messages 0
CreateConn rx 0, successful 0, failed 0
DeleteConn rx 0, successful 0, failed 0
ModifyConn rx 0, successful 0, failed 0
DeleteConn tx 0, successful 0, failed 0
NotifyRequest rx 0, successful 0, failed 0
Notify tx 0, successful 0, failed 0
ACK tx 0, NACK tx 0
ACK rx 0, NACK rx 0
Router# show sgcp statistics | exclude ACK
UDP pkts rx 0, tx 0
Unrecognized rx pkts 0, SGCP message parsing errors 0
Duplicate SGCP ack tx 0
Failed to send SGCP messages 0
CreateConn rx 0, successful 0, failed 0
DeleteConn rx 0, successful 0, failed 0
ModifyConn rx 0, successful 0, failed 0
DeleteConn tx 0, successful 0, failed 0
NotifyRequest rx 0, successful 0, failed 0
Notify tx 0, successful 0, failed 0
Router# show sgcp statistics | include ACK
ACK tx 0, NACK tx 0
ACK rx 0, NACK rx 0
Related Commands
Command Descriptionshow sgcp connection
Displays all the active connections on the host Cisco AS5300 universal access server.
show sgcp endpoint
Displays SGCP endpoint information.
show sip service
To display the status of SIP call service on a SIP gateway, use the show sip service command in voice configuration mode.
show sip service
Syntax Description
This command has no arguments or keywords
Defaults
No default behaviors or values
Command Modes
Voice service configuration
Command History
Examples
The following example displays output for the show sip service command when SIP call service is enabled:
Router# show sip service
SIP Service is up
The following example displays output for the show sip service command when SIP call service is shut down with the shutdown command:
Router# show sip service
SIP service is shut globally
under 'voice service voip'
The following example displays output for the show sip service command when SIP call service is shut down with the call service stop command:
Router# show sip service
SIP service is shut
under 'voice service voip', 'sip' submode
The following example displays output for the show sip service command when SIP call service is shut down with the shutdown forced command:
Router# show sip service
SIP service is forced shut globally
under 'voice service voip'
The following example displays output for the show sip service command when SIP call service is shut down with the call service stop forced command:
Router# show sip service
SIP service is forced shut
under 'voice service voip', 'sip' submode
show voice cause-code
To display error category to Q.850 cause code mapping, use the show voice cause-code command in user EXEC mode.
show voice cause-code category-q850
Syntax Description
Defaults
No default behavior or values.
Command Modes
User EXEC
Command History
Usage Guidelines
Use this command to display the internal error category to Q.850 cause code mapping table, and configured and default values, with category descriptions.
Examples
The following example displays Q.850 cause code mapping:
Router# show voice cause-code category-q850
The Internal Error Category to Q850 cause code mapping table:-
Error Configured Default Description
Category Q850 Q850
128 27 3 Destination address resolution failure
129 38 102 Call setup timeout
178 41 41 Internal Communication Error
179 41 41 External communication Error
180 47 47 Software Error
181 47 47 Software Resources Unavailable
182 47 47 Hardware Resources Unavailable
183 41 41 Capability Exchange Failure
184 49 49 QoS Error
185 41 41 RTP/RTCP receive timer expired or bearer layer failure
186 38 38 Signaling socket failure
187 38 38 Gateway or signaling interface taken out of service
228 50 50 User is denied access to this service
278 65 65 Media Negotiation Failure due to non-existing Codec
Table 100 describes the significant fields shown in the display.
Related Commands
show voice class uri
To display summary or detailed information about configured uniform resource identifier (URI) voice classes, use the show voice class uri command in user EXEC or privileged EXEC mode.
show voice class uri [tag | summary]
Syntax Description
tag
(Optional) Specific URI voice class for which to display detailed information.
summary
(Optional) Short summary of all URI voice classes.
Defaults
No default behavior or values
Command Modes
User EXEC
Privileged EXECCommand History
Usage Guidelines
If both the tag argument and summary keyword are omitted, the output displays detailed information about all URI voice classes.
Examples
The following is sample output from this command:
Router# show voice class uri
Voice URI class: 100
Schema = sip
pattern = 12345
Voice URI class: 101
Schema = sip
pattern = 555....
Voice URI class: 102
Schema = sip
user-id = demo
host = cisco
phone context =
Voice URI class: 103
Schema = tel
phone number = 555....
phone context =
Voice URI class: 700
Schema = sip
pattern = elmo@sip.tgw.com*
Voice URI class: 104
Schema = tel
pattern = 5551234
The following is sample output from this command with the summary keyword:
Router# show voice class uri summary
__________________________________________
Class Name Schema
------------------------------------------
100 sip
101 sip
102 sip
103 tel
700 sip
104 tel
__________________________________________
Table 101 describes significant fields in the displays.
Related Commands
show voice dnis-map
To display current dialed-number identification service (DNIS) map information, use the show voice dnis-map command in privileged EXEC mode.
show voice dnis-map [dnis-map-name | summary]
Syntax Description
dnis-map-name
(Optional) Name of a specific DNIS map.
summary
(Optional) Displays a short summary of each DNIS map.
Command Modes
Privileged EXEC
Command History
Usage Guidelines
This command displays a detailed description of each configured DNIS map.
If the name of a specific DNIS map is entered, the command displays detailed information about only that DNIS map.
If the summary keyword is used, the command displays a one-line summary about each DNIS map.
If an asterisk is displayed next to a DNIS map name when the summary keyword is used, it means that the DNIS map is configured, but not running. Normally this is because the external text file was not successfully loaded, for example:
dnis-map Entries URL
-------- ------- ---
dmap1 1
*dmap4 0 http://dnismaps/dnismap4.txt
To create a DNIS map, use the voice dnis-map command. You can link to an external DNIS map text file or use the dnis command to add numbers to a DNIS map in Cisco IOS software.
To associate a DNIS map with a dial peer, use the dnis-map command.
Examples
The following is sample output from the show voice dnis-map command:
Router# show voice dnis-map
There are 2 dnis-maps configured
Dnis-map dmap1
-----------------------------------------
It has 3 entries
It is not populated from a file.
DNIS URL
---- ---
4085551212 tftp://global/tickets/movies.vxml
4085551234 tftp://global/tickets/plays.vxml
4085554321 tftp://global/tickets/games.vxml
Dnis-map dmap4
-----------------------------------------
It has 0 entries
It is populated from url http://dnismaps/dnismap4.txt
DNIS URL
---- ---
Table 102 describes the fields shown in this output.
The following is sample output from the show voice dnis-map summary command:
Router# show voice dnis-map summary
There are 3 dnis-maps configured
dnis-map Entries URL
-------- ------- ---
dmap1 3
dmap4 0 http://dnismaps/dnismap4.txt
dmap6 8
Table 103 describes the fields shown in this output.
Related Commands
Posted: Thu Apr 7 11:28:19 PDT 2005
All contents are Copyright © 1992--2005 Cisco Systems, Inc. All rights reserved.
Important Notices and Privacy Statement.