Feedback
|
Table Of Contents
Cisco Unified Presence Server Interoperability Guide, Release 1.0(1)
Industry Standards Requirements
Back-end Subscription Description
Notification From Foreign Server Description
Instant Messaging Applications
Cisco Product Security Overview
Reporting Security Problems in Cisco Products
Obtaining Technical Assistance
Cisco Technical Support Website
Definitions of Service Request Severity
Obtaining Additional Publications and Information
Cisco Unified Presence Server Interoperability Guide, Release 1.0(1)
This document describes the overall architecture of the Cisco Unified Presence Server system and provides a detailed description of the messages and interfaces that are related to the Cisco Unified Presence Engine.
Contents
This document covers the following topics:
•
Industry Standards Requirements
•
Back-end Subscription Description
•
Notification From Foreign Server Description
•
Instant Messaging Applications
Introduction
The SUBSCRIBE, NOTIFY, and PUBLISH interfaces for the presence event package that the Cisco Unified Presence Engine provides are compliant to the Simple specifications that are provided in the "Industry Standards Requirements" section. This document provides the expected contents of each of the fields in the messages, specifically for the Enterprise Presence application, and describes how those contents correlate to the provisioned information on the Cisco Unified Presence Engine.
Overall Architecture
The Cisco Unified Presence Server contains the following main pieces: IP Phone Messenger (IPPM), proxy, and the Cisco Unified Presence Engine. It also works with third-party SIMPLE-based instant messaging clients, such as Sametime, Xten, and GAIM. An entity can send the Cisco Unified Presence Engine a SUBSCRIBE message through the proxy. After policy is applied, the Cisco Unified Presence Engine sends the appropriate presence status in NOTIFY messages. Also, a SIMPLE interface exists that is available external to the Enterprise. Figure 1 shows the overall Cisco Unified Presence Server system architecture.
Figure 1 Cisco Unified Presence Server System Architecture
Address of Record Definition
In this architecture, a single Address of Record (AOR) represents or addresses a human user. This AOR typically has the form of username@domain.com. The user who is represented by this AOR may have multiple devices and/or components of state. The AOR itself gets provisioned as a distinct resource on the Cisco Unified Presence Engine, whereas the individual does not.
Some components of state get received through a PUBLISH from the client (through the proxy). The Cisco Unified Presence Engine retrieves other components of state through a series of back-end subscriptions. The back-end sources of state must get provisioned at the Cisco Unified Presence Engine. Each component of state gets assigned a provisioned priority.
Composition and Filtering
Figure 2 shows generically how composition and filtering are applied after the components of state are collected.
Figure 2 Presence Data Model Processing
Persona composition policy governs the combination of all components of state. After the state is composed, privacy (presentity asserted) and watcher (subscriber asserted) filtering rules get applied to modify the composed state prior to sending to the watcher. The privacy filters remain outside the scope of this interface document because they involve a non-SIMPLE means for a presentity to define filtering rules concerning who can watch what subset of persona state. The subscriber determines watcher filtering rules.
Simple Interface
Industry Standards Requirements
The following list shows the applicable industry standards that describe the SIMPLE interface supported for the presence package by the Cisco Unified Presence Engine:
•
RFC3261—SIP: Session Initiation Protocol
•
RFC3265—Session Initiation Protocol (SIP)-Specific Event Notification
•
RFC3856—A Presence Event Package for the Session Initiation Protocol (SIP)
•
RFC 3863—Presence Information Data Format (PIDF)
•
RFC3903—Session Initiation Protocol (SIP) Extension for Event State Publication
•
draft-ietf-simple-rpid-07—RPID: Rich Presence: Extensions to the Presence Information Data Format (PIDF)
•
draft-ietf-simple-prescaps-ext-03—User Agent Capability Extension to Presence Information Data Format (PIDF)
•
draft-ietf-simple-event-list-07—A Session Initiation Protocol (SIP) Event Notification Extension for Resource Lists
Other pidf Extensions
Because the Cisco Unified Presence Engine is agnostic to pidf extensions, any Presence User Agent Client or Presence User Agent Server that interfaces with the Cisco Unified Presence Engine must be prepared to handle these extensions.
Call Flows
This section provides examples of call flows to show the interfaces into and out of Cisco Unified Presence Server.
Figure 3 shows the messaging exchange for a client to log in to the Cisco Unified Presence Server.
Figure 3 Call flow for a client log in to the Cisco Unified Presence Server
Figure 4 shows the messaging exchange for Client 2 to PUBLISH its own state to the Cisco Unified Presence Server, as well as the messaging exchange for a separate Client 1 to subscribe to that presence state.
Figure 4 Call flow for PUBLISH and Subscribe to Local Resource
Figure 5 shows the messaging exchange for the case when a client subscribes to the presence state of a resource that is not stored locally on the Cisco Unified Presence Engine. In this scenario, the Cisco Unified Presence Engine will create a back-end subscription to the Cisco Unified Presence Server that has the presence state stored locally to retrieve the state and send it on in a NOTIFY to the watcher/subscriber.
Figure 5 Call Flow for SUBSCRIBE to Foreign Resource
Figure 6 shows the call flow into and out of the instant messaging clients. Each client registers with the Cisco Unified Presence Server registrar and publishes its own status. Each client then subscribes to the status of its buddy and receives notifications. At this point, either client can send an instant message to the other.
Figure 6 Call Flow for IP Phone Messenger
Transport
The Cisco Unified Presence Engine uses the protocols, TLS, TCP, or UDP, for the transport type for the SIP messages. See the "Security" section for more information.
Security
In the Enterprise Presence product, no support exists on the Cisco Unified Presence Engine for MD5 authentication. A proxy server in the Cisco Unified Presence Server architecture performs authentication of the users. After configuration, the Cisco Unified Presence Engine only accepts requests from "trusted peers". The authentication that is performed at the Cisco Unified Presence Engine involves the configuration of these trusted peer elements, by using either IP addresses for nodes that communicate over IPSec or TLS Subject Alt names for nodes that communicate over TLS.
In Cisco Unified Presence Server 1.0, the list of trusted peers gets configured automatically to include the proxy and Cisco Unified CallManager nodes. This configuration does not include TLS.
Subscription Description
Example 1 shows the SUBSCRIBE message that gets sent from the watcher device to the Cisco Unified Presence Engine. Table 1 describes the bold Headers that need mapping to the provisioned information for the Cisco Unified Presence Engine. For the headers that are not in bold, refer to the appropriate SIMPLE/SIP specification.
On a refresh SUBSCRIBE, only the expiration time gets extended. The characteristics that define the subscription, that is, the other bold fields, should not change in a refresh SUBSCRIBE. If the client wants to change the characteristics of the subscription, terminate the existing subscription and create a new subscription.
Example 1 Subscribe message
SUBSCRIBE sip:xten3@compB.cisco.com:5060;transport=tcp SIP/2.0Via: SIP/2.0/TCP 57.1.1.15:5060;branch=7d37939e-f68c2040-34226455-fb8872e6-1Via: SIP/2.0/UDP 57.1.1.15:5051;received=57.1.1.15From: <sip:ippm4@compB.cisco.com>;tag=82c1000To: <sip:xten3@compB.cisco.com:5060;transport=TCP>Call-ID: 4207647f-178-2f538b99-8c4@57.1.1.15Csque: 166 SUBSCRIBEContact: <sip:ippm4@57.1.1.15:5060>Content-Length: 0Event: presenceAccept: application/pidf+xmlExpires: 300User-Agent: MeetingPlace/5.1P-Asserted-Identity: <sip:ippm4@compB.cisco.com>
Subscription Response
No message body/payload exists in the response to the subscription. It comes in the Notify, as per RFC3903.
Notification Description
Example 2 shows a Notify request that is sent by the Cisco Unified Presence Engine to a watcher for an authorized subscription. Table 2 provides a description of the usage portions of the message that are in bold.
Example 2 Notification Description
NOTIFY sip:ippm4@compB.cisco.com:5060 SIP/2.0Call-ID: 42078b79-e0-30e78af6-8c4@57.1.1.15From: <sip:xten3@compB.cisco.com:5060;transport=TCP>;tag=52fc53aeTo: <sip:ippm4@compB.cisco.com>;tag=82d1158Event: presenceCSeq: 1073741825 NOTIFYContact: <sip:57.1.1.14:5060>Content-Length: 599Content-Type: application/pidf+xmlSubscription-State: active;expires=300Via: SIP/2.0/UDP 57.1.1.14:5060;branch=z9hG4bK76d2e702-1dd2-11b2-8fe0-b1c8ef4f8c83Max-Forwards: 69<?xml version="1.0" encoding="UTF-8"?><presence entity="sip:xten3@compB.cisco.com" xmlns="urn:ietf:params:xml:ns:pidf"><ep:person xmlns:ep="urn:ietf:params:xml:ns:pidf:rpid:rpid-person" ><status xmlns="urn:ietf:params:xml:ns:pidf"> <basic>open</basic></status></ep:person><tuple xmlns="urn:ietf:params:xml:ns:pidf" id="t31"><contact priority="1">sip:xten3@57.1.1.15</contact><sc:sercvaps xmlns:sc="urn:ietf:params:xml:ns:pidf:servcaps"><sc:audio>true</sc:audio><sc:video>false</sc:video><sc:text>true</sc:text></sc:servcaps><es:user-input xmlns:es="urn:ietf:params:xml:ns:pidf:rpid:status:rpid-status">active</es:user-input><status><basic>open</basic></status></tuple><tuple xmlns="urn:ietf:params:xml:ns:pidf" id="t32"><contact priority="1">sip:xten4@57.1.1.16</contact><sc:sercvaps xmlns:sc="urn:ietf:params:xml:ns:pidf:servcaps ><sc:audio>true</sc:audio><sc:video>false</sc:video><sc:text>true</sc:text></sc:servcaps><es:user-input xmlns:es="urn:ietf:params:xml:ns:pidf:rpid:status:rpid-status" >active</es:user-input><status><basic>open</basic></status></tuple></presence>
Event List Notification
Example 3 shows a NOTIFY request for the state of a list subscription. The Require header gets included with a value of eventlist for a Notification due to a list subscription.
Example 3 Notify Request of the State of a List Subscription
NOTIFY sip:handset0@10.21.91.156:5060 SIP/2.0Call-ID: 2085017328@10.21.91.156From: <sip:publisher@cisco.com>;tag=970c4542To: <sip:publisher@cisco.com>;tag=82d1158Event: presenceCSeq: 2045 NOTIFYContact: <sip:10.89.51.203:5060>Content-Length: 1344Content-Type: multipart/related;type="application/rlmi+xml";start="<972014@10.89.51.203>";boundary="9720 1414-1dd1-11b2-b"Require: eventlistSubscription-State: active;expires=300Via: SIP/2.0/UDP 10.89.51.203:5060;branch=z9hG4bK9721baee-1dd1-11b2-b7c3-f9efc6ad7818Max-Forwards: 69--97201414-1dd1-11b2-bContent-Transfer-Encoding: binaryContent-ID: <972014@10.89.51.203>Content-Type: application/rlmi+xml;charset="UTF-8"<?xml version="1.0" encoding="UTF-8"?><list xmlns="urn:ietf:params:xml:ns:rlmi" uri="sip:publisher@cisco.com" version="0" fullState="true"><resource uri="sip:scalar1@cisco.com"><instance cid="971a00@10.89.51.203" id="1" state="active"/></resource><resource uri="sip:scalar2@cisco.com"><instance cid="971a28@10.89.51.203" id="1" state="active"/></resource></list>--97201414-1dd1-11b2-bContent-Transfer-Encoding: binaryContent-ID: <971a00@10.89.51.203>Content-Type: application/pidf+xml<?xml version="1.0" encoding="UTF-8"?><presence entity="sip:scalar1@cisco.com" ><ep:person xmlns:ep="urn:ietf:params:xml:ns:pidfrpid:rpid-person"><status xmlns="urn:ietf:params:xml:ns:pidf" > <basic>open</basic></status></ep:person><tuple xmlns="urn:ietf:params:xml:ns:pidf" id="t31"><contact priority="1">sip:scalar1@57.1.1.15</contact><sc:sercvaps xmlns:sc="urn:ietf:params:xml:ns:pidf:servcaps"><sc:audio>true</sc:audio><sc:video>false</sc:video><sc:text>true</sc:text></sc:servcaps><es:user-input xmlns:es="urn:ietf:params:xml:ns:pidf:rpid:status:rpid-status">active</es:user-input><status><basic>open</basic></status></tuple></presence>--97201414-1dd1-11b2-bContent-Transfer-Encoding: binaryContent-ID: <971a28@10.89.51.203>Content-Type: application/pidf+xml<?xml version="1.0" encoding="UTF-8"?><presence entity="sip:scalar2@cisco.com"><ep:person xmlns:ep="urn:ietf:params:xml:ns:pidfrpid:rpid-person" ><status xmlns="urn:ietf:params:xml:ns:pidf" > <basic>open</basic></status></ep:person><tuple xmlns="urn:ietf:params:xml:ns:pidf" id="t31"><contact priority="1">sip:scalar2@57.1.1.15</contact><sc:sercvaps xmlns:sc="urn:ietf:params:xml:ns:pidf:servcaps"><sc:audio>true</sc:audio><sc:video>false</sc:video><sc:text>true</sc:text></sc:servcaps><es:user-input xmlns:es="urn:ietf:params:xml:ns:pidf:rpid:status:rpid-status" >active</es:user-input><status><basic>open</basic></status></tuple><tuple xmlns="urn:ietf:params:xml:ns:pidf" id="t32"><contact priority="1">sip:xten4@57.1.1.16</contact><sc:sercvaps xmlns:sc="urn:ietf:params:xml:ns:pidf:servcaps"><sc:audio>true</sc:audio><sc:video>false</sc:video><sc:text>true</sc:text></sc:servcaps><es:user-input xmlns:es="urn:ietf:params:xml:ns:pidf:rpid:status:rpid-status" >active</es:user-input><status><basic>open</basic></status></tuple></presence>--97201414-1dd1-11b2-b--Publication Description
Example 4 shows a Publish request that is sent to the Cisco Unified Presence Engine from a Presence UAC. Table 3 describes the usage portions of the message that are in bold.
Example 4 Publish Request
PUBLISH sip:xten3@compB.cisco.com:5060;transport=tcp SIP/2.0Via: SIP/2.0/TCP 57.1.1.15:5060;branch=42fe6223-25e92eae-dd09f88a-7fcf9be6-1To: <sip:xten3@57.1.1.15>From: xten3<sip:xten3@compB.cisco.com>;tag=5577e92bVia: SIP/2.0/UDP 57.1.1.83:6756;received=57.1.1.83;rport=6756;branch=z9hG4bK-d87543-1071201803-1--d87543-Call-ID: 3178d777074bee32CSeq: 1 PUBLISHContact: <sip:xten3@57.1.1.83:6756>Expires: 3600Max-Forwards: 69Allow: INVITE, ACK, CANCEL, OPTIONS, BYE, REFER, NOTIFY, MESSAGE, SUBSCRIBEContent-Type: application/pidf+xmlUser-Agent: eyeBeam release 8888a stamp 16336 (sn:a0d46d0c5ff5ecfbb8d8)P-Asserted-Identity: < sip:xten3@compB.cisco.com >Event: presenceContent-Length: 591<?xml version="1.0" encoding="UTF-8"?><presence xmlns="urn:ietf:params:xml:ns:pidf"xmlns:et="urn:ietf:params:xml:ns:pidf:rpid:rpid-tuple"xmlns:ep="urn:ietf:params:xml:ns:pidf:rpid:rpid-person"xmlns:es="urn:ietf:params:xml:ns:pidf:rpid:status:rpid-status"xmlns:ci="urn:ietf:params:xml:ns:pidf:cipid"xmlns:sc="urn:ietf:params:xml:ns:pidf:servcaps"xmlns:so="urn:cisco:params:xml:ns:pidf:source"entity="sip:xten3@57.1.1.15"><ep:person><status><basic>open</basic></status></ep:person><tuple id="t0"><contact priority="1">sip:xten3@57.1.1.15</contact><so:source> Manually set by persona </so:source><sc:servcaps><sc:audio>true</sc:audio><sc:video>false</sc:video><sc:text>true</sc:text></sc:servcaps><es:user-input>active</es:user-input><status><basic>open</basic></status></tuple></presence>
Publication Response
No message body/payload occurs in the response to the publication. All presence status gets retrieved from the Cisco Unified Presence Engine via SUBSCRIBE/NOTIFY as per RFC3903.
Back-end Subscription Description
When some or all the state for a user is not stored locally at the Cisco Unified Presence Engine, it may create a back-end subscription to the element that is responsible for storing that state. Refer to the "Subscription Description" section for an example of a SUBSCRIBE message.
Table 4 Back-end Subscription Header Descriptions
Header Name Description Mapping to provisioningRequestURI
This field contains the URI of the presentity to be watched. This may differ from the URI of the presentity that the received.
The Cisco Unified Presence Engine provides a provisioned mapping of local presentity URIs to foreign back-end presentity URIs when applicable.
An example would be a subscription received by the Cisco Unified Presence Engine for a whole persona, 'sip:joe@cisco.com' that may result in a back-end subscription to obtain phone state for the phone that is owned by Joe, 'sip:5555@cm.cisco.com'.
P-Asserted-Identity
This header gets set to the original watcher identity that Cisco Unified Presence Engine receive. That identity comes from one of the P-Asserted-Identity, Remote-Party-ID, or from headers as described in Table 3.
Not applicable
From
This header gets set to the original watcher identity that the Cisco Unified Presence Engine receives. That identity comes from one of the P-Asserted-Identity, Remote-Party-ID, or from headers as described in Table 3.
Not applicable
Expires
This field contains the relative expiration time of the back-end subscription.
This value comes from either a foreign- server specific provisioned value, or a global default value for all back-end subscriptions.
Event
For Enterprise Presence, ensure that the value of this field specifies "presence". This specification does not cover other Event packages.
Not applicable
Accept
This field gets set the list of accepted mime types for the subscription that Cisco Unified Presence Engine received from the original watcher.
The following mime types get used for Cisco Unified Presence Server for an Event type of "presence":
•
application/pidf+xml
•
application/cpim-pidf+xml
Note
If Cisco Unified Presence Engine received additional mime types, they get transmitted to the foreign server.
Notification From Foreign Server Description
The foreign server that receives a back-end subscription request from the Cisco Unified Presence Engine sends the state of the requested resource back to the Cisco Unified Presence Engine in a NOTIFY request. Example 3 shows a NOTIFY request in the "Notification Description" section.
The main difference occurs because NOTIFY requests from foreign servers need to also contain a User-Agent header as described in Table 5.
Instant Messaging Applications
This section provides information related to instant messaging applications. The Cisco Unified Presence Server instant messaging interface is based on the following standard:
RFC3428—Session Initiation Protocol (SIP) Extension for Instant Messaging
Subscription Description
Instant messaging applications subscribe to the presence status of each buddy that you have provisioned. The duration of the subscription is configurable, and it gets refreshed as long as the user is logged into the instant messaging application. All subscriptions get terminated when the user logs out.
Notification Description
The instant messaging application receives presence event notifications from the Cisco Unified Presence Engine while the subscription remains active. See "Notification Description" section for more information.
Publication Description
The instant messaging application publishes status changes to the Cisco Unified Presence Engine whenever the user logs in, logs out, or manually overrides his status. See the "Publication Description" section for more information.
Register Description
Example 5 shows an example Register request by which clients receive instant messages. Table 6 provides a description of the Register Description fields.
Example 5 Register Request
REGISTER sip:cisco.com:5060;transport=tcp SIP/2.0Via: SIP/2.0/TDP 172.18.201.90:5060;branch=z9hG4bK-8337e00To: xten4<sip:xten4@comB.cisco.com>From: xten4<sip:xten4@compB.cisco.com>;tag=5577e92bCall-ID: 5543173d19-c8-6825acfd-767b@comB.cisco.comCSeq: 101 REGISTERContact: <sip:xten4@172.18.201.90:5060>;q=0.5Max-Forwards: 69P-Asserted-Identity: <sip:xten3@cisco.com>Expires: 3600Content-Type: text/plain; charset=UTF-8User-Agent: CSCO/IPPM-1.0Content-Length: 0
Message Description
Example 6 shows an example Message request that gets sent between clients. Table 7 provides a description of the Message Description fields.
Example 6 Message Description
MESSAGE sip:xten4@esp.compB.cisco.com:5060;transport=tcp SIP/2.0Via: SIP/2.0/TDP 172.18.201.90:5060;received=172.18.201.90;branch=z9hG4bK-8337e00To: xten4<sip:xten4@cisco.com>From: xten3<sip:xten3@compB.cisco.com>;tag=5577e92bCall-ID: 43173d19-c8-6825abfd-767b@comB.cisco.comCSeq: 101 MESSAGEContact: <sip:xten3@57.1.1.2:5060>Max-Forwards: 69P-Asserted-Identity: <sip:xten3@cisco.com>Content-Type: text/plain; charset=UTF-8User-Agent: CSCO/IPPM-1.0Content-Length: 12Hello xten4!
Related Documentation
The followings documents contain additional information related to Cisco Unified Presence Server:
•
Cisco Unified Presence Server Administration Guide
•
Cisco Unified Presence Server Serviceability Administration Guide
•
Cisco Unified Communications Operating System Administration Guide
•
Cisco IP Phone Messenger User Guide for Cisco Unified Presence Server
Obtaining Documentation
Cisco documentation and additional literature are available on Cisco.com. Cisco also provides several ways to obtain technical assistance and other technical resources. These sections explain how to obtain technical information from Cisco Systems.
Cisco.com
You can access the Cisco website at this URL:
You can access the most current Cisco documentation at this URL:
http://www.cisco.com/univercd/home/home.htm
You can access international Cisco websites at this URL:
http://www.cisco.com/public/countries_languages.shtml
Ordering Documentation
You can find instructions for ordering documentation at this URL:
http://www.cisco.com/univercd/cc/td/doc/es_inpck/pdi.htm
You can order Cisco documentation in these ways:
•
Registered Cisco.com users (Cisco direct customers) can order Cisco product documentation from the Ordering tool:
http://www.cisco.com/en/US/partner/ordering/
•
Nonregistered Cisco.com users can order documentation through a local account representative by calling Cisco Systems Corporate Headquarters (California, USA) at 408 526-7208 or, elsewhere in North America, by calling 1 800 553-NETS (6387).
Documentation Feedback
You can send comments about technical documentation to bug-doc@cisco.com.
You can submit comments by using the response card (if present) behind the front cover of your document or by writing to the following address:
Cisco Systems
Attn: Customer Document Ordering
170 West Tasman Drive
San Jose, CA 95134-9883We appreciate your comments.
Cisco Product Security Overview
Cisco provides a free online Security Vulnerability Policy portal at this URL:
http://www.cisco.com/en/US/products/products_security_vulnerability_policy.html
From this site, you can perform these tasks:
•
Report security vulnerabilities in Cisco products.
•
Obtain assistance with security incidents that involve Cisco products.
•
Register to receive security information from Cisco.
A current list of security advisories and notices for Cisco products is available at this URL:
If you prefer to see advisories and notices as they are updated in real time, you can access a Product Security Incident Response Team Really Simple Syndication (PSIRT RSS) feed from this URL:
http://www.cisco.com/en/US/products/products_psirt_rss_feed.html
This product contains cryptographic features and is subject to United States and local country laws governing import, export, transfer and use. Delivery of Cisco cryptographic products does not imply third-party authority to import, export, distribute or use encryption. Importers, exporters, distributors and users are responsible for compliance with U.S. and local country laws. By using this product you agree to comply with applicable laws and regulations. If you are unable to comply with U.S. and local laws, return this product immediately.
A summary of U.S. laws governing Cisco cryptographic products may be found at: http://www.cisco.com/wwl/export/crypto/tool/stqrg.html.
If you require further assistance please contact us by sending email to export@cisco.com.
Reporting Security Problems in Cisco Products
Cisco is committed to delivering secure products. We test our products internally before we release them, and we strive to correct all vulnerabilities quickly. If you think that you might have identified a vulnerability in a Cisco product, contact PSIRT:
•
Emergencies — security-alert@cisco.com
•
Non emergencies — psirt@cisco.com
Tip
We encourage you to use Pretty Good Privacy (PGP) or a compatible product to encrypt any sensitive information that you send to Cisco. PSIRT can work from encrypted information that is compatible with PGP versions 2.x through 8.x.
Never use a revoked or an expired encryption key. The correct public key to use in your correspondence with PSIRT is the one that has the most recent creation date in this public key server list:
http://pgp.mit.edu:11371/pks/lookup?search=psirt%40cisco.com&op=index&exact=on
In an emergency, you can also reach PSIRT by telephone: 1-877-228-7302 or 1-408-525-6532.
Obtaining Technical Assistance
For all customers, partners, resellers, and distributors who hold valid Cisco service contracts, Cisco Technical Support provides 24-hour-a-day, award-winning technical assistance. The Cisco Technical Support Website on Cisco.com features extensive online support resources. In addition, Cisco Technical Assistance Center (TAC) engineers provide telephone support. If you do not hold a valid Cisco service contract, contact your reseller.
Cisco Technical Support Website
The Cisco Technical Support Website provides online documents and tools for troubleshooting and resolving technical issues with Cisco products and technologies. The website is available 24 hours a day, 365 days a year, at this URL:
http://www.cisco.com/techsupport
Access to all tools on the Cisco Technical Support Website requires a Cisco.com user ID and password. If you have a valid service contract but do not have a user ID or password, you can register at this URL:
http://tools.cisco.com/RPF/register/register.do
Note
Use the Cisco Product Identification (CPI) tool to locate your product serial number before submitting a web or phone request for service. You can access the CPI tool from the Cisco Technical Support Website by clicking the Tools & Resources link under Documentation & Tools. Choose Cisco Product Identification Tool from the Alphabetical Index drop-down list, or click the Cisco Product Identification Tool link under Alerts & RMAs. The CPI tool offers three search options: by product ID or model name; by tree view; or for certain products, by copying and pasting show command output. Search results show an illustration of your product with the serial number label location highlighted. Locate the serial number label on your product and record the information before placing a service call.
Submitting a Service Request
Using the online TAC Service Request Tool is the fastest way to open S3 and S4 service requests. (S3 and S4 service requests are those in which your network is minimally impaired or for which you require product information.) After you describe your situation, the TAC Service Request Tool provides recommended solutions. If your issue is not resolved using the recommended resources, your service request is assigned to a Cisco TAC engineer. The TAC Service Request Tool is located at this URL:
http://www.cisco.com/techsupport/servicerequest
For S1 or S2 service requests or if you do not have Internet access, contact the Cisco TAC by telephone. (S1 or S2 service requests are those in which your production network is down or severely degraded.) Cisco TAC engineers are assigned immediately to S1 and S2 service requests to help keep your business operations running smoothly.
To open a service request by telephone, use one of the following numbers:
Asia-Pacific: +61 2 8446 7411 (Australia: 1 800 805 227)
EMEA: +32 2 704 55 55
USA: 1 800 553-2447For a complete list of Cisco TAC contacts, go to this URL:
http://www.cisco.com/techsupport/contacts
Definitions of Service Request Severity
To ensure that all service requests are reported in a standard format, Cisco has established severity definitions.
Severity 1 (S1)—Your network is "down," or there is a critical impact to your business operations. You and Cisco will commit all necessary resources around the clock to resolve the situation.
Severity 2 (S2)—Operation of an existing network is severely degraded, or significant aspects of your business operation are negatively affected by inadequate performance of Cisco products. You and Cisco will commit full-time resources during normal business hours to resolve the situation.
Severity 3 (S3)—Operational performance of your network is impaired, but most business operations remain functional. You and Cisco will commit resources during normal business hours to restore service to satisfactory levels.
Severity 4 (S4)—You require information or assistance with Cisco product capabilities, installation, or configuration. There is little or no effect on your business operations.
Obtaining Additional Publications and Information
Information about Cisco products, technologies, and network solutions is available from various online and printed sources.
•
Cisco Marketplace provides a variety of Cisco books, reference guides, and logo merchandise. Visit Cisco Marketplace, the company store, at this URL:
http://www.cisco.com/go/marketplace/
•
Cisco Press publishes a wide range of general networking, training and certification titles. Both new and experienced users will benefit from these publications. For current Cisco Press titles and other information, go to Cisco Press at this URL:
•
Packet magazine is the Cisco Systems technical user magazine for maximizing Internet and networking investments. Each quarter, Packet delivers coverage of the latest industry trends, technology breakthroughs, and Cisco products and solutions, as well as network deployment and troubleshooting tips, configuration examples, customer case studies, certification and training information, and links to scores of in-depth online resources. You can access Packet magazine at this URL:
•
iQ Magazine is the quarterly publication from Cisco Systems designed to help growing companies learn how they can use technology to increase revenue, streamline their business, and expand services. The publication identifies the challenges facing these companies and the technologies to help solve them, using real-world case studies and business strategies to help readers make sound technology investment decisions. You can access iQ Magazine at this URL:
http://www.cisco.com/go/iqmagazine
•
Internet Protocol Journal is a quarterly journal published by Cisco Systems for engineering professionals involved in designing, developing, and operating public and private internets and intranets. You can access the Internet Protocol Journal at this URL:
•
World-class networking training is available from Cisco. You can view current offerings at this URL:
http://www.cisco.com/en/US/learning/index.html
This document is to be used in conjunction with the documents listed in the "Related Documentation" section.
Feedback







