- Interworking Between RSVP Capable and RSVP Incapable Networks
- SIP INFO Method for DTMF Tone Generation
- DTMF Events through SIP Signaling
- Negotiation of an Audio Codec from a List of Codecs
- Multicast Music-on-Hold Support on Cisco UBE
- Network-Based Recording Using Cisco UBE
- Dynamic Payload Type Interworking for DTMF and Codec Packets for SIP-to-SIP Calls
- iLBC Support for SIP and H.323
- Configuring RTP Media Loopback for SIP Calls
- Support for Media Flow- Around with SIP Signaling control on CUBE
- Configuring Media Antitrombone
- SIP Ability to Send a SIP Registration Message on a Border Element
- SIP Parameter Modification
- Session Refresh with Reinvites
- SIP Stack Portability
- Interworking of Secure RTP calls for SIP and H.323
- CUBE Support for SRTP-RTP Internetworking
- Configuring RTCP Report Generation
- SIP SRTP Fallback to Nonsecure RTP
- Configuring Support for Interworking Between RSVP Capable and RSVP Incapable Networks
- VoIP for IPv6
- Cisco UBE Mid-call Re-INVITE Consumption
- Interworking Between RSVP Capable and RSVP Incapable Networks
- Support for Software Media Termination Point
- Cisco Unified Communication Trusted Firewall Control
- Cisco Unified Communication Trusted Firewall Control-Version II
- Domain-Based Routing Support on the Cisco UBE
- Finding Feature Information
- Prerequisites for Interworking Between RSVP Capable and RSVP Incapable Networks
- Restrictions for Interworking Between RSVP Capable and RSVP Incapable Networks
- How to Configure Interworking Between RSVP Capable and RSVP Incapable Networks
- Troubleshooting for Interworking Between RSVP Capable and RSVP Incapable Networks Feature
- Verifying Interworking Between RSVP Capable and RSVP Incapable Networks
- Feature Information for Interworking Between RSVP Capable and RSVP Incapable Networks
Interworking Between RSVP Capable and RSVP Incapable Networks
The Interworking Between RSVP Capable and RSVP Incapable Networks feature provides precondition-based Resource Reservation Protocol (RSVP) support for basic audio call and supplementary services on Cisco Unified Border Element (UBE). This feature improves the interoperability between RSVP and non-RSVP networks. RSVP functionality added to Cisco UBE helps you to reserve the required bandwidth before making a call.
This feature extends RSVP support to delayed-offer to delayed-offer and delayed-offer to early-offer calls, along with the early-offer to early-offer calls.
- Finding Feature Information
- Prerequisites for Interworking Between RSVP Capable and RSVP Incapable Networks
- Restrictions for Interworking Between RSVP Capable and RSVP Incapable Networks
- How to Configure Interworking Between RSVP Capable and RSVP Incapable Networks
- Troubleshooting for Interworking Between RSVP Capable and RSVP Incapable Networks Feature
- Verifying Interworking Between RSVP Capable and RSVP Incapable Networks
- Feature Information for Interworking Between RSVP Capable and RSVP Incapable Networks
Finding Feature Information
Your software release may not support all the features documented in this module. For the latest feature information and caveats, see the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the Feature Information Table at the end of this document.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Prerequisites for Interworking Between RSVP Capable and RSVP Incapable Networks
- RSVP policies allow you to configure separate bandwidth pools with varying limits so that any one application, such as video, can consume all the RSVP bandwidth on a specified interface at the expense of other applications, such as voice, which would be dropped.
- To limit bandwidth per application, you must configure a bandwidth limit before configuring Support for the Interworking Between RSVP Capable and RSVP Incapable Networks feature. See the Configuring RSVP on an Interface.
Cisco Unified Border Element
- Cisco IOS Release 15.0(1)XA or a later release must be installed and running on your Cisco Unified Border Element.
Cisco Unified Border Element (Enterprise)
- Cisco IOS XE Release 3.1S or a later release must be installed and running on your Cisco ASR 1000 Series Router.
Restrictions for Interworking Between RSVP Capable and RSVP Incapable Networks
The Support for Interworking Between RSVP Capable and RSVP Incapable Networks feature has the following restrictions:
- Segmented RSVP is not supported.
- Interoperability between Cisco UBE and Cisco Unified Communications Manager is not available.
- RSVP-enabled video calls are not supported.
How to Configure Interworking Between RSVP Capable and RSVP Incapable Networks
- Configuring RSVP on an Interface
- Configuring Optional RSVP on the Dial Peer
- Configuring Mandatory RSVP on the Dial Peer
- Configuring Midcall RSVP Failure Policies
- Configuring DSCP Values
- Configuring an Application ID
- Configuring Priority
Configuring RSVP on an Interface
You must allocate some bandwidth for the interface before enabling RSVP. Perform this task to configure RSVP on an interface.
DETAILED STEPS
Configuring Optional RSVP on the Dial Peer
Perform this task to configure optional RSVP at the dial peer level. This configuration allows you to have uninterrupted call even if there is a failure in bandwidth reservation.
DETAILED STEPS
Configuring Mandatory RSVP on the Dial Peer
Perform this task to configure Mandatory RSVP on the dial peer. This configuration ensures that the call does not connect if sufficient bandwidth is not allocated.
DETAILED STEPS
Command or Action | Purpose | |
---|---|---|
|
Example: Router> enable |
Enables privileged EXEC mode.
|
|
Example: Router# configure terminal |
Enters global configuration mode. |
|
Example: Router(config)# dial-peer 77 voip |
Enters dial peer voice configuration mode. |
|
Example: Router(config-dial-peer)# acc-qos best-effort |
Configures mandatory RSVP on the dial-peer.
|
|
Example: Router(config-dial-peer)# req-qos controlled-load |
Configures mandatory RSVP on the dial-peer.
|
|
Example: Router(config-dial-peer)# end |
(Optional) Exits dial peer voice configuration mode and returns to privileged EXEC mode. |
Configuring Midcall RSVP Failure Policies
Perform this task to enable call handling policies for a midcall RSVP failure.
DETAILED STEPS
Command or Action | Purpose | |||
---|---|---|---|---|
|
Example: Router> enable |
Enables privileged EXEC mode.
|
||
|
Example: Router# configure terminal |
Enters global configuration mode. |
||
|
Example: Router(config)# dial-peer voice 66 voip |
Enters dial peer voice configuration mode. |
||
|
Example: Router(config-dial-peer)# voice-class sip rsvp-fail-policy voice post-alert mandatory keep-alive interval 50 |
Enables call handling policies for a midcall RSVP failure.
|
||
|
Example: Router(config-dial-peer)# end |
(Optional) Exits dial peer voice configuration mode and returns to privileged EXEC mode. |
Configuring DSCP Values
Perform this task to configure different Differentiated Services Code Point (DSCP) values based on RSVP status.
DETAILED STEPS
Command or Action | Purpose | |||
---|---|---|---|---|
|
Example:
Example: Router> enable |
Enables privileged EXEC mode.
|
||
|
Example: Router# configure terminal |
Enters global configuration mode. |
||
|
Example: Router(config)# dial-peer voice 66 voip |
Enters dial peer voice configuration mode. |
||
|
Example: Router(config-dial-peer)# ip qos dscp af11 media rsvp-pass |
Configures DSCP values based on RSVP status.
|
||
|
Example: Router(config-dial-peer)# end |
(Optional) Exits dial peer voice configuration mode and returns to privileged EXEC mode. |
Configuring an Application ID
Perform this task to configure a specific application ID for RSVP establishment.
DETAILED STEPS
Command or Action | Purpose | |
---|---|---|
|
Example: Router> enable |
Enables privileged EXEC mode.
|
|
Example: Router# configure terminal |
Enters global configuration mode. |
|
Example: Router(config)# dial-peer voice 66 voip |
Enters dial peer voice configuration mode. |
|
Example: Router(config-dial-peer)# ip qos policy-locator voice |
Configures a QoS policylocator (application ID) used to deploy RSVP policies for specifying bandwidth reservations on Cisco IOS Session Initiation Protocol (SIP) devices. |
|
Example: Router(config-dial-peer)# end |
(Optional) Exits dial peer voice configuration mode and returns to privileged EXEC mode. |
Configuring Priority
Perform this task to configure priorities for call preemption.
DETAILED STEPS
Command or Action | Purpose | |
---|---|---|
|
Example:
Example: Router> enable |
Enables privileged EXEC mode.
|
|
Example: Router# configure terminal |
Enters global configuration mode. |
|
Example: Router(config)# dial-peer voice 66 voip |
Enters dial peer voice configuration mode. |
|
Example: Router(config-dial-peer)# ip qos defending-priority 66 |
Configures the RSVP defending priority value for determining QoS. |
|
Example: Router(config-dial-peer)# ip qos preemption-priority 75 |
Configures the RSVP preemption priority value for determining QoS. |
|
Example: Router(config-dial-peer)# end |
(Optional) Exits dial peer configuration mode and returns to privileged EXEC mode. |
Troubleshooting for Interworking Between RSVP Capable and RSVP Incapable Networks Feature
Use the following commands to debug any errors that you may encounter when you configure the Support for Interworking Between RSVP Capable and RSVP Incapable Networks feature.
- debug call rsvp-sync events
- debug call rsvp-sync func-trace
- debug ccsip all
- debug ccsip messages
- debug ip rsvp messages
- debug sccp all
Verifying Interworking Between RSVP Capable and RSVP Incapable Networks
This task explains how to display information to verify the configuration for the Support for Interworking Between RSVP Capable and RSVP Incapable Networks feature. These commands need not be entered in any specific order.
DETAILED STEPS
Command or Action | Purpose | |
---|---|---|
|
Example: Router> enable |
Enables privileged EXEC mode.
|
|
Example: Router# show sip-ua calls |
(Optional) Displays active user agent client (UAC) and user agent server (UAS) information on SIP calls. |
|
Example: Router# show ip rsvp installed |
(Optional) Displays RSVP-related installed filters and corresponding bandwidth information. |
|
Example: Router# show ip rsvp reservation |
(Optional) Displays RSVP-related receiver information currently in the database. |
|
Example: Router# show ip rsvp interface detail GigabitEthernet 0/0 |
(Optional) Displays the interface configuration for hello. |
|
Example: Router# show sccp connections details |
(Optional) Displays SCCP connection details, such as call-leg details. |
|
Example: Router# show sccp connections rsvp |
(Optional) Displays information about active SCCP connections that are using RSVP. |
|
Example: Router# show sccp connections internal |
(Optional) Displays the internal SCCP details, such as time-stamp values. |
|
Example: Router# show sccp statistics |
(Optional) Displays SCCP information, such as administrative and operational status. |
Feature Information for Interworking Between RSVP Capable and RSVP Incapable Networks
The following table provides release information about the feature or features described in this module. This table lists only the software release that introduced support for a given feature in a given software release train. Unless noted otherwise, subsequent releases of that software release train also support that feature.
Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required.
Feature History Table entry for the Cisco Unified Border Element.
Table 1 | Feature Information for Interworking Between RSVP Capable and RSVP Incapable Network |
Feature Name |
Releases |
Feature Information |
---|---|---|
Interworking Between RSVP Capable and RSVP Incapable Networks |
15.0(1)XA 15.1(1)T |
The Interworking Between RSVP Capable and RSVP Incapable Networks feature provides precondition-based RSVP support for basic audio call and supplementary services on the Cisco UBE. The following commands were introduced or modified: acc-qos, ip qos defending-priority, ip qos dscp, ip qos policy-locator, ip qos preemption-priority, req-qos, voice-class sip rsvp-fail-policy, |
Feature History Table entry for the Cisco Unified Border Element (Enterprise) .
Table 2 | Feature Information for Support for Interworking Between RSVP Capable and RSVP Incapable Network |
Feature Name |
Releases |
Feature Information |
---|---|---|
Interworking Between RSVP Capable and RSVP Incapable Networks |
Cisco IOS XE Release 3.1.S |
The nterworking Between RSVP Capable and RSVP Incapable Networks feature provides precondition-based RSVP support for basic audio call and supplementary services on the Cisco UBE. The following commands were introduced or modified: acc-qos, ip qos defending-priority, ip qos dscp, ip qos policy-locator, ip qos preemption-priority, req-qos, voice-class sip rsvp-fail-policy, |
Cisco and the Cisco Logo are trademarks of Cisco Systems, Inc. and/or its affiliates in the U.S. and other countries. A listing of Cisco's trademarks can be found at www.cisco.com/go/trademarks. Third party trademarks mentioned are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any other company. (1005R)
Any Internet Protocol (IP) addresses and phone numbers used in this document are not intended to be actual addresses and phone numbers. Any examples, command display output, network topology diagrams, and other figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses or phone numbers in illustrative content is unintentional and coincidental.