Sunteți pe pagina 1din 17

Cisco VoIP with PPP over High Bandwidth Leased Line and L

Cisco VoIP with PPP over High Bandwidth Leased Line and LLQ

Table of Contents
VoIP with PPP over High Bandwidth Leased Line and LLQ........................................................................1 Introduction..............................................................................................................................................1 Conventions................................................................................................................................2 Configure.................................................................................................................................................2 Components Used.......................................................................................................................2 Network Diagram.......................................................................................................................2 Configurations............................................................................................................................2 Verify.......................................................................................................................................................6 Verification for the San Jose Router...........................................................................................6 Verification for the Raleigh Router..........................................................................................13 Troubleshoot..........................................................................................................................................15 Related Information...............................................................................................................................15

VoIP with PPP over High Bandwidth Leased Line and LLQ
Introduction Conventions Configure Components Used Network Diagram Configurations Verify Verification for the San Jose Router Verification for the Raleigh Router Troubleshoot Related Information

Introduction
The configurations below are for two Cisco 3640 routers to communicate via VoIP with PPP over a high bandwidth leased line with Low Latency Queueing (LLQ). Note: High bandwidth when discussed in terms of VoIP and Quality of Service (QoS) is any bandwidth above 768 kbps. Note: In some cases where you have a dedicated full T1 connection, you may not need a fragmentation feature. You will, however, still need a QoS mechanism; LLQ is used in this case. If the amount of time required to send a 1500 byte packet out onto the wire is below 10 msec, then you don't need to fragment packets. The full T1 offers enough bandwidth to allow voice packets to enter and leave the queue without delay issues. This document presents configurations without fragmentation. If the time required to send a 1500 byte packet out onto the wire is above 10 msec, then you will need to fragment packets. This document offers configurations for this situation. Also, in the cases of line rates higher than 768 kbps, you may not need Compression for Realtime Protocol (CRTP), which helps to save bandwidth by compressing IP RTP headers. CRTP is not enabled in the configurations below because the T1 allows enough bandwidth for the voice packets to stream uncompressed onto the wire without issue. If you do decide to use CRTP, be aware that this uses CPU resources and can overtax a router which is heavily burdened with voice traffic. It is important to note that in the configuration below the two routers are connected backtoback over a leased line. In most topologies, however, the voice enabled routers can exist anywhere. Usually, the voice routers are connected via LAN connectivity to other routers that are connected to the WAN. This is important to note because if your voice routers are not connected PPP over a leased line, all WAN connectivity configuration commands will be configured on those routers that are connected to the WAN, and not on the voice routers, as they are in the configurations listed below. While we use Cisco 3640 series routers in this configuration example, these configurations can be used for Cisco 2600 and Cisco 5300 series routers.

Cisco VoIP with PPP over High Bandwidth Leased Line and LLQ

Conventions
For more information on document conventions, see the Cisco Technical Tips Conventions.

Configure
In this section, you are presented with the information to configure the features described in this document. Note: To find additional information on the commands used in this document, use the IOS Command Lookup tool.

Components Used
This configuration was developed and tested using the software and hardware versions below. Cisco IOS Software release 12.2(10) or any other mainline release of 12.2 Two Cisco 3640 routers Analog phones to be attached to Foreign Exchange Station (FXS) ports for voice calls The information presented in this document was created from devices in a specific lab environment. All of the devices used in this document started with a cleared (default) configuration. If you are working in a live network, ensure that you understand the potential impact of any command before using it.

Network Diagram
This document uses the network setup shown in the diagram below.

Configurations
This document uses the configurations shown below. San Jose Raleigh San Jose
SanJose3640A#show run Building configuration... Current configuration: ! ! Last configuration change at 10:39:33 UTC Mon Mar 20 2000

Cisco VoIP with PPP over High Bandwidth Leased Line and LLQ

! NVRAM config last updated at 10:40:43 UTC Mon Mar 20 2000 ! version 12.2 service timestamps debug datetime msec service timestamps log datetime msec no service passwordencryption ! hostname SanJose3640A ! logging buffered 50000 debugging enable secret cisco ! classmap voice match ip rtp 16384 16383 ! classmap voicesignaling match accessgroup 103 ! policymap VOICEPOLICY class voicetraffic priority 100 ! Four uncompressed VoIP calls at 24 kpbs/each class voicesignaling bandwidth 16 ! Assigns a queue for voicesignaling ! traffic that ensures 8 Kbps. ! Note that this is optional and has nothing ! to do with good voice ! quality, rather a way to secure signaling. class defaultclass fairqueue ! The classdefault class is used ! to classify traffic that does ! not fall into one of the defined classes. ! The fairqueue command associates the default ! class WFQ queueing. ! call rsvpsync ! voiceport 3/0/0 ! voiceport 3/0/1 ! voiceport 3/1/0 ! voiceport 3/1/1 ! ! ! dialpeer voice 2 voip incoming callednumber destinationpattern 19193922... dtmfrelay h245alphanumeric ip precedence 5 no vad session target ipv4:172.16.120.1 ! dialpeer voice 1 pots destinationpattern 14085558001 port 3/0/0 ! ! dialpeer voice 3 pots destinationpattern 14085558002

Cisco VoIP with PPP over High Bandwidth Leased Line and LLQ

port 3/0/1 ! numexp 2... 19193922... ! ! interface Ethernet1/0 ip address 172.16.110.1 255.255.255.0 no ip directedbroadcast ! interface Serial1/0 bandwidth 1544 ip unnumbered Ethernet1/0 encapsulation ppp clockrate 2000000 servicepolicy output VOICEPOLICY ! ip classless ip route 172.16.120.0 255.255.255.0 172.16.120.1 no ip http server ! accesslist 103 permit tcp any eq 1720 any accesslist 103 permit tcp any any eq 1720 ! line con 0 transport input none line aux 0 line vty 0 4 password cisco login ! end

Raleigh
Raleigh3640A#show run Building configuration...

Current configuration: ! ! Last configuration change at 10:39:16 UTC Mon Mar 20 2000 ! NVRAM config last updated at 10:40:40 UTC Mon Mar 20 2000 ! version 12.2 service timestamps debug datetime msec service timestamps log datetime msec no service passwordencryption ! hostname Raleigh3640A ! logging buffered 50000 debugging enable secret 5 cisco ! classmap voice match ip rtp 16384 16383 ! classmap voicesignaling match accessgroup 103 ! policymap VOICEPOLICY class voicetraffic priority 100

Cisco VoIP with PPP over High Bandwidth Leased Line and LLQ

class voicesignaling bandwidth 16 ! Assigns a queue for voicesignaling ! traffic that ensures 8 Kbps. ! Note that this is optional and has nothing ! to do with good voice ! quality, rather a way to secure signaling. class defaultclass fairqueue ! The classdefault class is used ! to classify traffic that does ! not fall into one of the defined classes. ! The fairqueue command associates the ! default class WFQ queueing. ! call rsvpsync ! voiceport 3/0/0 ! voiceport 3/0/1 ! voiceport 3/1/0 ! voiceport 3/1/1 ! ! dialpeer voice 2 voip incoming callednumber destinationpattern 14085558... dtmfrelay h245alphanumeric ip precedence 5 no vad session target ipv4:172.16.110.1 ! ! dialpeer voice 1 pots destinationpattern 19193922001 port 3/0/0 ! dialpeer voice 3 pots destinationpattern 19193922002 port 3/0/1 ! numexp 8... 14085558... ! interface Ethernet1/0 ip address 172.16.120.1 255.255.255.0 no ip directedbroadcast ! interface Serial1/0 bandwidth 1544 ip unnumbered Ethernet1/0 encapsulation ppp servicepolicy output VOICEPOLICY ! ip classless ip route 172.16.110.0 255.255.255.0 172.16.110.1 no ip http server ! accesslist 103 permit tcp any eq 1720 any accesslist 103 permit tcp any any eq 1720 ! line con 0 transport input none

Cisco VoIP with PPP over High Bandwidth Leased Line and LLQ

line aux 0 line vty 0 4 password cisco login ! end

Verify
This section provides information you can use to confirm your configuration is working properly. Certain show commands are supported by the Output Interpreter tool, which allows you to view an analysis of show command output. show interface serial 1/0 Used to check the status of your serial interface. debug voip ccapi inout Used to trace the execution path through the call control API. debug vpm all Used to enable debugging on all virtual voiceport module (VPM) areas. show log Allows you to view output from enabled debugs. show call active voice brief Allows you to view call information during a call. show call active voice Allows you to view call information during a call. After you enter the configurations shown above into your routers, it is important that you verify that they are working correctly. The following commands and respective output shows you a successful implementation of the configurations above. Since both sides are very similar in configuration and setup, debug voip ccapi will be shown only for the San Jose router.

Verification for the San Jose Router


Check the interfaces to ensure that you have the connectivity necessary to place calls. Use the show interface serial 1/0 command to check the status of your serial interface. With the configurations above, make sure that your serial and multilink interfaces are in a "line protocol up" state. Make sure that you also see the following: LCP Open, multilink Open: The link control protocol (LCP) Open statement tells you that the PPP connection is established Open: IPCP, CDPCP: The Open: Tells you that IP traffic can be sent via the PPP link. Queueing strategy dualfifo: This corresponds to the servicepolicy output CLI under serial interface which is for configuration of LLQ to prioritize voice over data.
SanJose3640A#show interface serial 1/0 Serial1/0 is up, line protocol is up Hardware is QUICC Serial Interface is unnumbered. Using address of Ethernet1/0 (172.16.110.1) MTU 1500 bytes, BW 2048 Kbit, DLY 20000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation PPP, loopback not set Keepalive set (10 sec) LCP Open

Cisco VoIP with PPP over High Bandwidth Leased Line and LLQ

Open: IPCP, CDPCP Last input 00:00:24, output 00:00:44, output hang never Last clearing of "show interface" counters 00:20:34 Input queue: 0/75/0 (size/max/drops); Total output drops: 0 Queueing strategy: dualfifo Output queue: 0/1000/64/0 (size/max total/threshold/drops) Conversations 0/1/256 (active/max active/max total) Reserved Conversations 0/0 (allocated/max allocated) 5 minute input rate 0 bits/sec, 11 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 16970 packets input, 1072133 bytes, 0 no buffer Received 0 broadcasts, 0 runts, 0 giants, 0 throttles 2 input errors, 0 CRC, 2 frame, 0 overrun, 0 ignored, 0 abort 16997 packets output, 1071314 bytes, 0 underruns 0 output errors, 0 collisions, 12 interface resets 0 output buffer failures, 0 output buffers swapped out 7 carrier transitions DCD=up DSR=up DTR=up RTS=up CTS=up

The commands and respective output above show successful connectivity between the routers. Now you can place a voice call. First, enable some debug commands so you can see what is occurring in the router during the call. Enter the debug voip ccapi inout and the debug vpm all commands. The show debug command output below shows that the debug vpm all command is enabled in the San Jose router. You can tell that the debug vpm all command is enabled because the output shows four enabled debug commands, besides the debug voip ccapi inout command. These four commands are automatically enabled when you enter the debug vpm all command. Note: Before attempting any of the above debug commands, please see Important Information on Debug Commands. It is best to run debug commands while in a production environment, as opposed to an operating network. It is important that you disable these debug commands with the undebug all command after you generate the output that you need. If you leave the debugs enabled, you may experience router performance problems. Debug commands, when enabled, consume CPU resources.
SanJose3640A#show debug PPP: PPP protocol negotiation debugging is on voip: voip ccAPI function enter/exit debugging is on Voice Port Module session debugging is on Voice Port Module DSP message debugging is on Voice Port Module error debugging is on Voice Port Module signaling debugging is on

Assume that a successful voice call is placed and terminated at this point. The logging buffered 50000 debugging command is enabled in the San Jose router so that after the call, you can retrieve the output from the enabled debugs by using the show log command after the call ends and after the call activity in the router ceases.
SanJose3640A#show log Syslog logging: enabled (0 messages dropped, 0 flushes, 0 overruns) Console logging: level debugging, 289 messages logged Monitor logging: level debugging, 0 messages logged Buffer logging: level debugging, 224 messages logged Trap logging: level informational, 38 message lines logged

Cisco VoIP with PPP over High Bandwidth Leased Line and LLQ

Log Buffer (50000 bytes): Note: Mar 20 10:44:16.627: htsp_dsp_message: SEND/RESP_SIG_STATUS: state=0xC timestamp=51490 systime=221123 Mar 20 10:44:16.627: htsp_process_event: [3/0/0, 1.2 , 36] fxsls_onhook_offhookhtsp_setup_ind Mar 20 10:44:16.631: cc_api_call_setup_ind (vdbPtr=0x61944E9C, callInfo={called=, calling=14085558001, fdest=0 peer_tag=1}, callID=0x61A35E88) Mar 20 10:44:16.631: cc_process_call_setup_ind (event=0x619C3CF4) handed call to app "SESSION" Mar 20 10:44:16.631: sess_appl: ev(23=CC_EV_CALL_SETUP_IND), cid(7), disp(0) Mar 20 10:44:16.631: ccCallSetContext (callID=0x7, context=0x61A393C4) Mar 20 10:44:16.631: ccCallSetupAck (callID=0x7) Mar 20 10:44:16.631: ccGenerateTone (callID=0x7 tone=8) Mar 20 10:44:16.635: dsp_digit_collect_on: [3/0/0] packet_len=20 channel_id=128 packet_id=35 min_inter_delay=290 max_inter_delay=3200 mim_make_time=18 max_make_time=75 min_brake_time=18 max_brake_time=75 Mar 20 10:44:16.635: dsp_soutput: [3/0/0] Mar 20 10:44:16.635: htsp_process_event: [3/0/0, 1.3 , 8] Mar 20 10:44:17.539: cc_api_call_digit_begin (vdbPtr=0x61944E9C, callID=0x7, digit=2, flags=0x1, timestamp=0x5F07A9F1, expiration=0x0) Mar 20 10:44:17.539: sess_appl: ev(10=CC_EV_CALL_DIGIT_BEGIN), cid(7), disp(0) Mar 20 10:44:17.539: ssaTraceSct: cid(7)st(0)oldst(0) cfid(1)csize(0)in(1)fDest(0) Mar 20 10:44:17.539: ssaIgnore cid(7), st(0),oldst(0), ev(10) Mar 20 10:44:17.639: cc_api_call_digit (vdbPtr=0x61944E9C, callID=0x7, digit=2, duration=150) Mar 20 10:44:17.639: sess_appl: ev(9=CC_EV_CALL_DIGIT), cid(7), disp(0) Mar 20 10:44:17.639: ssaTraceSct: cid(7)st(0)oldst(0)cfid(1) csize(0)in(1)fDest(0) Mar 20 10:44:17.759: cc_api_call_digit_begin (vdbPtr=0x61944E9C, callID=0x7, digit=0, flags=0x1, timestamp=0x5F07A9F1, expiration=0x0) Mar 20 10:44:17.759: sess_appl: ev(10=CC_EV_CALL_DIGIT_BEGIN), cid(7), disp(0) Mar 20 10:44:17.759: ssaTraceSct: cid(7)st(0)oldst(0)cfid(1) csize(0)in(1)fDest(0) Mar 20 10:44:17.759: ssaIgnore cid(7), st(0),oldst(0), ev(10) Mar 20 10:44:17.839: cc_api_call_digit (vdbPtr=0x61944E9C, callID=0x7, digit=0, duration=130) Mar 20 10:44:17.839: sess_appl: ev(9=CC_EV_CALL_DIGIT), cid(7), disp(0) Mar 20 10:44:17.839: ssaTraceSct: cid(7)st(0)oldst(0)cfid(1) csize(0)in(1)fDest(0) Mar 20 10:44:17.971: cc_api_call_digit_begin (vdbPtr=0x61944E9C, callID=0x7, digit=0, flags=0x1, timestamp=0x5F07A9F1, expiration=0x0) Mar 20 10:44:17.971: sess_appl: ev(10=CC_EV_CALL_DIGIT_BEGIN), cid(7), disp(0) Mar 20 10:44:17.971: ssaTraceSct: cid(7)st(0)oldst(0)cfid(1) csize(0)in(1)fDest(0) Mar 20 10:44:17.971: ssaIgnore cid(7), st(0),oldst(0), ev(10) Mar 20 10:44:18.051: cc_api_call_digit (vdbPtr=0x61944E9C, callID=0x7, digit=0, duration=130) Mar 20 10:44:18.051: sess_appl: ev(9=CC_EV_CALL_DIGIT), cid(7), disp(0) Mar 20 10:44:18.051: ssaTraceSct: cid(7)st(0)oldst(0)cfid(1) csize(0)in(1)fDest(0) Mar 20 10:44:18.179: cc_api_call_digit_begin (vdbPtr=0x61944E9C,

Cisco VoIP with PPP over High Bandwidth Leased Line and LLQ

callID=0x7, digit=1, flags=0x1, timestamp=0x5F07A9F1, expiration=0x0) Mar 20 10:44:18.179: sess_appl: ev(10=CC_EV_CALL_DIGIT_BEGIN), cid(7), disp(0) Mar 20 10:44:18.179: ssaTraceSct: cid(7)st(0)oldst(0) cfid(1)csize(0)in(1)fDest(0) Mar 20 10:44:18.179: ssaIgnore cid(7), st(0),oldst(0), ev(10) Mar 20 10:44:18.259: cc_api_call_digit (vdbPtr=0x61944E9C, callID=0x7, digit=1, duration=130) Mar 20 10:44:18.259: sess_appl: ev(9=CC_EV_CALL_DIGIT), cid(7), disp(0) Mar 20 10:44:18.259: ssaTraceSct: cid(7)st(0)oldst(0)cfid (1)csize(0)in(1)fDest(0) Mar 20 10:44:18.263: ssaSetupPeer cid(7) peer list: tag(2) called number (19193922001) Mar 20 10:44:18.263: ssaSetupPeer cid(7), destPat(19193922001), matched(8), prefix(), peer(61A31664) Mar 20 10:44:18.263: ccCallProceeding (callID=0x7, prog_ind=0x0) Mar 20 10:44:18.263: ccCallSetupRequest (Inbound call = 0x7, outbound peer =2, dest=, params=0x61A393D8 mode=0, *callID=0x619C6970) Mar 20 10:44:18.263: callingNumber=14085558001, calledNumber=19193922001, redirectNumber= Mar 20 10:44:18.263: accountNumber=, finalDestFlag=0, guid=174f.c94b.2c19.000f.0000.0000.0021.bda8 Mar 20 10:44:18.263: peer_tag=2 Mar 20 10:44:18.263: ccIFCallSetupRequest: (vdbPtr=0x618712B4, dest=, callParams={called=19193922001, calling=14085558001, fdest=0, voice_peer_tag=2}, mode=0x0) Mar 20 10:44:18.263: ccCallSetContext (callID=0x8, context=0x61A3964C) Mar 20 10:44:18.263: dsp_digit_collect_off: [3/0/0] packet_len=8 channel_id=128 packet_id=36 Mar 20 10:44:18.263: dsp_soutput: [3/0/0] Mar 20 10:44:18.267: htsp_process_event: [3/0/0, 1.3 , 10] Mar 20 10:44:18.291: cc_api_call_alert(vdbPtr=0x618712B4, callID=0x8, prog_ind=0x8, sig_ind=0x1) Mar 20 10:44:18.291: sess_appl: ev(7=CC_EV_CALL_ALERT), cid(8), disp(0) Mar 20 10:44:18.291: ssaTraceSct: cid(8)st(1)oldst(0)cfid (1)csize(0)in(0)fDest(0)cid2(7)st2(1)oldst2(0) Mar 20 10:44:18.291: ccCallAlert (callID=0x7, prog_ind=0x8, sig_ind=0x1) Mar 20 10:44:18.291: ccConferenceCreate (confID=0x619C69B0, callID1=0x7, callID2=0x8, tag=0x0) Mar 20 10:44:18.295: cc_api_bridge_done (confID=0x4, srcIF=0x618712B4, srcCallID=0x8, dstCallID=0x7, disposition=0, tag=0x0)htsp_alert_notify Mar 20 10:44:18.295: cc_api_bridge_done (confID=0x4, srcIF=0x61944E9C, srcCallID=0x7, dstCallID=0x8, disposition=0, tag=0x0) Mar 20 10:44:18.295: cc_api_caps_ind (dstVdbPtr=0x618712B4, dstCallId=0x8, srcCallId=0x7, caps={codec=0xEBFB, fax_rate=0x7F, vad=0x3, modem=0x0 codec_bytes=0, signal_type=3}) Mar 20 10:44:18.295: sess_appl: ev(28=CC_EV_CONF_CREATE_DONE), cid(7), disp(0) Mar 20 10:44:18.295: ssaTraceSct: cid(7)st(3)oldst(0)cfid(4) csize(0)in(1)fDest(0)cid2(8)st2(3)oldst2(1) Mar 20 10:44:18.903: cc_api_caps_ind (dstVdbPtr=0x61944E9C, dstCallId=0x7, srcCallId=0x8, caps={codec=0x4, fax_rate=0x2, vad=0x2, modem=0x1 codec_bytes=20, signal_type=0})

Cisco VoIP with PPP over High Bandwidth Leased Line and LLQ

Mar 20 10:44:18.907: cc_api_caps_ack (dstVdbPtr=0x61944E9C, dstCallId=0x7, srcCallId=0x8, caps={codec=0x4, fax_rate=0x2, vad=0x2, modem=0x1 codec_bytes=20, signal_type=0}) Mar 20 10:44:18.907: cc_api_caps_ack (dstVdbPtr=0x618712B4, dstCallId=0x8, srcCallId=0x7, caps={codec=0x4, fax_rate=0x2, vad=0x2, modem=0x1 codec_bytes=20, signal_type=0}) Mar 20 10:44:18.911: htsp_process_event: [3/0/0, 1.3 , 11] Mar 20 10:44:19.319: cc_api_call_connected(vdbPtr=0x618712B4, callID=0x8) Mar 20 10:44:19.319: sess_appl: ev(8=CC_EV_CALL_CONNECTED), cid(8), disp(0) Mar 20 10:44:19.319: ssaTraceSct: cid(8)st(4)oldst(1)cfid(4) csize(0)in(0)fDest(0)cid2(7)st2(4)oldst2(3) Mar 20 10:44:19.319: ccCallConnect (callID=0x7) Mar 20 10:44:19.319: ssaFlushPeerTagQueue cid(7) peer list: (empty) Mar 20 10:44:19.319: htsp_process_event: [3/0/0, 1.3 , 6] Mar 20 10:44:28.259: cc_api_call_digit (vdbPtr=0x61944E9C, callID=0x7, digit=T, duration=0) Mar 20 10:44:28.259: sess_appl: ev(9=CC_EV_CALL_DIGIT), cid(7), disp(0) Mar 20 10:44:28.259: ssaTraceSct: cid(7)st(5)oldst(3)cfid(4) csize(0)in(1)fDest(0)cid2(8)st2(5)oldst2(4) Mar 20 10:44:41.819: htsp_dsp_message: SEND/RESP_SIG_STATUS: state=0x4 timestamp=11145 systime=223642 Mar 20 10:44:41.819: htsp_process_event: [3/0/0, 1.3 , 28] fxsls_offhook_onhook Mar 20 10:44:41.839: cc_api_call_disconnected(vdbPtr=0x618712B4, callID=0x8, cause=0x10) Mar 20 10:44:41.839: sess_appl: ev(12=CC_EV_CALL_DISCONNECTED), cid(8), disp(0) Mar 20 10:44:41.839: ssaTraceSct: cid(8)st(5)oldst(4)cfid(4) csize(0)in(0)fDest(0)cid2(7)st2(5)oldst2(5) Mar 20 10:44:41.839: ssa: Disconnected cid(8) state(5) cause(0x10) Mar 20 10:44:41.843: ccConferenceDestroy (confID=0x4, tag=0x0) Mar 20 10:44:41.843: cc_api_bridge_drop_done (confID=0x4, srcIF=0x618712B4, srcCallID=0x8, dstCallID=0x7, disposition=0 tag=0x0) Mar 20 10:44:41.843: cc_api_bridge_drop_done (confID=0x4, srcIF=0x61944E9C, srcCallID=0x7, dstCallID=0x8, disposition=0 tag=0x0) Mar 20 10:44:41.843: sess_appl: ev(29=CC_EV_CONF_DESTROY_DONE), cid(7), disp(0) Mar 20 10:44:41.843: ssaTraceSct: cid(7)st(6)oldst(5)cfid(4) csize(0)in(1)fDest(0)cid2(8)st2(6)oldst2(5) Mar 20 10:44:41.843: ccCallDisconnect (callID=0x7, cause=0x10 tag=0x0) Mar 20 10:44:41.843: ccCallDisconnect (callID=0x8, cause=0x10 tag=0x0) Mar 20 10:44:41.851: cc_api_call_disconnect_done(vdbPtr=0x618712B4, callID=0x8, disp=0, tag=0x0) Mar 20 10:44:41.851: sess_appl: ev(13=CC_EV_CALL_DISCONNECT_DONE), cid(8), disp(0) Mar 20 10:44:41.851: ssaTraceSct: cid(8)st(7)oldst(5)cfid(1)csize(0) in(0)fDest(0)cid2(7)st2(7)oldst2(6)htsp_release_req: cause 16 Mar 20 10:44:41.855: htsp_process_event: [3/0/0, 1.3 , 7] fxsls_offhook_release Mar 20 10:44:41.855: dsp_set_sig_state: [3/0/0] packet_len=12 channel_id=128 packet_id=39 state=0xC timestamp=0x0 Mar 20 10:44:41.855: dsp_soutput: [3/0/0] Mar 20 10:44:41.859: dsp_set_sig_state: [3/0/0] packet_len=12 channel_id=128 packet_id=39 state=0x4 timestamp=0x2EE Mar 20 10:44:41.859: dsp_soutput: [3/0/0] Mar 20 10:44:41.971: htsp_process_event: [3/0/0, 1.4 , 41] fxsls_waitonhook_onhook Mar 20 10:44:41.971: cc_api_call_disconnect_done(vdbPtr=0x61944E9C, callID=0x7, disp=0, tag=0x0)

Cisco VoIP with PPP over High Bandwidth Leased Line and LLQ

Mar 20 10:44:41.971: sess_appl: ev(13=CC_EV_CALL_DISCONNECT_DONE), cid(7), disp(0) Mar 20 10:44:41.971: ssaTraceSct: cid(7)st(7)oldst(6)cfid(1) csize(1)in(1)fDest(0)

The output above shows that the call was successful. You can also use the show call active voice brief and the show call active voice commands to view call information during the call. The output below illustrates this. The output from the show call active voice brief command below shows a successful call from the Raleigh router to the San Jose router. In the show call active voice brief command output below, some of the statements are in bold. These statements are explained below: Answer 14085558001 active signifies that San Jose is the router to which the call is terminated. This is the incoming call side. Tele 3/0/0 signifies that this is the telephony call leg. Originate 19193922001 active signifies that a phone from the Raleigh side placed the call. IP 172.16.120.1 signifies that this is the IP call leg.
SanJose3640A#show call active voice brief <ID>: <start>hs.<index> +<connect> pid:<peer_id> <dir> <addr> <state> dur hh:mm:ss tx:<packets>/<bytes> rx:<packets>/<bytes> <state> IP <ip>:<udp> rtt:<time>ms pl:<play>/<gap>ms lost:<lost>/<early>/<late> delay:<last>/<min>/<max>ms <codec> FR <protocol><y/n><y/n><y/n><on/off> [int dlci cid] vad: dtmf: seq: sig: <codec> (payload size) Tele <int>: tx:<tot>/<v>/<fax>ms <codec> noise:<l> acom:<l> i/o:<l>/<l> dBm

13 : 238693hs.1 +261 pid:1 Answer 14085558001 active dur 00:00:30 tx:1544/12232 rx:1554/49728 Tele 3/0/0:9: tx:31180/31090/0ms g729r8 noise:25 acom:0

i/0:33/41 dBm

13 : 238850hs.1 +104 pid:2 Originate 19193922001 active dur 00:00:31 tx:1563/31260 rx:1572/31440 IP 172.16.120.1:16876 rtt:1ms pl:29240/0ms lost:0/0/0 delay:57/57/70ms g729r8

The following show call active voice command and respective output shows more detail about the active call.
SanJose3640A#show call active voice GENERIC: SetupTime=238693 ms Index=1 PeerAddress=14085558001 PeerSubAddress= PeerId=1 PeerIfIndex=9 LogicalIfIndex=5 ConnectTime=238954 CallDuration=00:00:36 CallState=4 CallOrigin=2 ChargedUnits=0 InfoType=2

Cisco VoIP with PPP over High Bandwidth Leased Line and LLQ

TransmitPackets=1807 TransmitBytes=14336 ReceivePackets=1817 ReceiveBytes=58144 TELE: ConnectionId=[0x174FC94B 0x2C190013 0x0 0x246BF8] TxDuration=36440 ms VoiceTxDuration=36350 ms FaxTxDuration=0 ms CoderTypeRate=g729r8 NoiseLevel=25 ACOMLevel=0 OutSignalLevel=40 InSignalLevel=34 InfoActivity=2 ERLLevel=8 SessionTarget= ImgPages=0 GENERIC: SetupTime=238850 ms Index=1 PeerAddress=19193922001 PeerSubAddress= PeerId=2 PeerIfIndex=10 LogicalIfIndex=0 ConnectTime=238954 CallDuration=00:00:36 CallState=4 CallOrigin=1 ChargedUnits=0 InfoType=2 TransmitPackets=1826 TransmitBytes=36520 ReceivePackets=1835 ReceiveBytes=36700 VOIP: ConnectionId[0x174FC94B 0x2C190013 0x0 0x246BF8] RemoteIPAddress=172.16.120.1 RemoteUDPPort=16876 RoundTripDelay=1 ms SelectedQoS=besteffort tx_DtmfRelay=inbandvoice SessionProtocol=cisco SessionTarget=ipv4:172.16.120.1 OnTimeRvPlayout=33370 GapFillWithSilence=0 ms GapFillWithPrediction=0 ms GapFillWithInterpolation=0 ms GapFillWithRedundancy=0 ms HiWaterPlayoutDelay=70 ms LoWaterPlayoutDelay=57 ms ReceiveDelay=57 ms LostPackets=0 ms EarlyPackets=0 ms LatePackets=0 ms VAD = enabled CoderTypeRate=g729r8 CodecBytes=20 SignalingType=cas SanJose3640A#

Cisco VoIP with PPP over High Bandwidth Leased Line and LLQ

Verification for the Raleigh Router


The verification for the Raleigh router is the same as with the San Jose router.
Raleigh3640A#show interface serial 1/0 Serial1/0 is up, line protocol is up Hardware is QUICC Serial Interface is unnumbered. Using address of Ethernet1/0 (172.16.120.1) MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation PPP, loopback not set Keepalive set (10 sec) LCP Open Open: IPCP, CDPCP Last input 00:00:22, output 00:00:02, output hang never Last clearing of "show interface" counters 00:09:58 Input queue: 0/75/1 (size/max/drops); Total output drops: 0 Queueing strategy: Output queue: 0/1000/64/0 (size/max total/threshold/drops) Conversations 0/1/256 (active/max active/max total) Reserved Conversations 0/0 (allocated/max allocated) 5 minute input rate 0 bits/sec, 3 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 15599 packets input, 982732 bytes, 0 no buffer Received 0 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort 15604 packets output, 983432 bytes, 0 underruns 0 output errors, 0 collisions, 1 interface resets 0 output buffer failures, 0 output buffers swapped out 2 carrier transitions DCD=up DSR=up DTR=up RTS=up CTS=up Raleigh3640A#show call active voice brief <ID>: <start>hs.<index> +<connect> pid:<peer_id> <dir> <addr> <state> dur hh:mm:ss tx:<packets>/<bytes> rx:<packets>/<bytes> <state> IP <ip>:<udp> rtt:<time>ms pl:<play>/<gap>ms lost:<lost>/<early>/<late> delay:<last>/<min>/<max>ms <codec> FR <protocol><y/n><y/n><y/n><on/off> [int dlci cid] vad: dtmf: seq: sig: <codec> (payload size) Tele <int>: tx:<tot>/<v>/<fax>ms <codec> noise:<l> acom:<l> i/o:<l>/<l> dBm

13 : 210840hs.1 +78 pid:2 Answer 14085558001 active dur 00:00:42 tx:2111/42220 rx:2102/42040 IP 172.16.110.1:16612 rtt:5ms pl:37720/0ms lost:0/0/0 delay:59/59/70ms g729r8

13 : 210840hs.2 +78 pid:1 Originate 19193922001 active dur 00:00:42 tx:2130/16920 rx:2140/68480 Tele 3/0/0 (10): tx:42900/42810/0ms g729r8 noise:6 acom:0

i/0:35/39 dBm

Raleigh3640A#show call active voice GENERIC: SetupTime=210840 ms Index=1 PeerAddress=14085558001 PeerSubAddress= PeerId=2 PeerIfIndex=10 LogicalIfIndex=0 ConnectTime=210918

Cisco VoIP with PPP over High Bandwidth Leased Line and LLQ

CallDuration=00:00:48 CallState=4 CallOrigin=2 ChargedUnits=0 InfoType=2 TransmitPackets=2407 TransmitBytes=48140 ReceivePackets=2397 ReceiveBytes=47940 VOIP: ConnectionId[0x174FC94B 0x2C190013 0x0 0x246BF8] RemoteIPAddress=172.16.110.1 RemoteUDPPort=16612 RoundTripDelay=3 ms SelectedQoS=besteffort tx_DtmfRelay=inbandvoice SessionProtocol=cisco SessionTarget= OnTimeRvPlayout=42510 GapFillWithSilence=0 ms GapFillWithPrediction=0 ms GapFillWithInterpolation=0 ms GapFillWithRedundancy=0 ms HiWaterPlayoutDelay=70 ms LoWaterPlayoutDelay=59 ms ReceiveDelay=59 ms LostPackets=0 ms EarlyPackets=0 ms LatePackets=0 ms VAD = enabled CoderTypeRate=g729r8 CodecBytes=20 SignalingType=cas GENERIC: SetupTime=210840 ms Index=2 PeerAddress=19193922001 PeerSubAddress= PeerId=1 PeerIfIndex=9 LogicalIfIndex=5 ConnectTime=210918 CallDuration=00:00:48 CallState=4 CallOrigin=1 ChargedUnits=0 InfoType=2 TransmitPackets=2426 TransmitBytes=19288 ReceivePackets=2436 ReceiveBytes=77952 TELE: ConnectionId=[0x174FC94B 0x2C190013 0x0 0x246BF8] TxDuration=48810 ms VoiceTxDuration=48720 ms FaxTxDuration=0 ms CoderTypeRate=g729r8 NoiseLevel=6 ACOMLevel=0 OutSignalLevel=40 InSignalLevel=33 InfoActivity=2 ERLLevel=5 SessionTarget=

Cisco VoIP with PPP over High Bandwidth Leased Line and LLQ

ImgPages=0 Raleigh3640A#

Troubleshoot
There is currently no specific troubleshooting information available for this configuration.

Related Information
Technology Support Product Support Technical Assistance Center Voice, Telephony and Messaging TAC eLearning Solutions
All contents are Copyright 19922002 Cisco Systems, Inc. All rights reserved. Important Notices and Privacy Statement.

Updated: Oct 07, 2002

Document ID: 8128

Cisco VoIP with PPP over High Bandwidth Leased Line and LLQ

S-ar putea să vă placă și