Protected URL Database

Size: px
Start display at page:

Download "Protected URL Database"

Transcription

1 Revised: October, 2008, Contents Managing URL Blacklists Using the SCE 1 Configuring User Authorization 2 How to specify a new owner of the sce-url-database 2 How to configure the sce-url-database write-protection 3 How to configure the sce-url-database lookup-protection 3 How to configure the sce-url-database encryption key 4 How to remove all sce-url-database protection 4 How to view the current sce-url-database protection settings 5 Managing the sce-url-database 5 sce-url-database Import File 6 How to import the sce-url-database file 6 How to add an entry to the sce-url-database 7 How to view the sce-url-database 7 How to look for a specific URL in the sce-url-database 8 How to clear the sce-url-database 8 Configuration Example 8 Americas Headquarters: Cisco Systems, Inc., 170 West Tasman Drive, San Jose, CA USA

2 Managing URL Blacklists Using the SCE The SCE platform managed URL database is a URL database that resides in the SCE platform and is managed via CLI commands rather than being managed by the SCA BB Console. In addition to the advantage of having a separate URL database that is configurable directly by CLI commands, this database can be used to hide a list of URLs so that they are not accessible by the Console or the CLI. The database must be declared as a separate flavor in the SCA BB application, but all other configuration and management is performed using the CLI. The database can be protected. When the sce-url-database is protected, one user is designated as the owner of the database and only that user can execute any CLI commands on the database. This requires defining the AAA authorization method (either based on local users or based on a TACACS+ server, etc.) and defining at least one user to be the owner of the database. For further details see Configuring the Management Interface and Security. If the database is defined to be protected, none of the database information (including the owner, the database entries, and the authorization information itself) is accessible to any users, including the relevant saved configuration in the log files and in the relevant SCA BB reports. The database owner user may change the authorizations using the CLI; however, when any of the protections are relaxed (or all of the protections are relaxed by removing the protections entirely) the database is reset. In order to ensure the secrecy of the database information, the database entries may be imported to the SCE (using the CLI) in an encrypted form using 128-, 192-, or 256-bit key length AES. The key may be set or updated using the appropriate CLI command; typically, this command should be run over a secure Telnet session. There are two general categories of CLI commands related to the SCE managed URL database: User authorization commands Database management commands Configuring User Authorization The sce-url-database is managed by a single authorized user, who is the designated owner of the sce-url-database. When there is no designated owner, the sce-url-database is unprotected and the contents can be read and modified by any user. When there is a designated owner, the sce-url-database is protected. The default protection settings are as follows: Read permission no-user. This setting is not configurable Write permission owner-only. The owner can configure this setting to all-users. Lookup permission no-user. The owner can configure this setting to owner-only. Encryption key no key. The owner can configure an encryption key. User Authorization Guidelines: The default user cannot be the owner. Only the owner can configure the protection settings. If there is no owner, the database is unprotected and any user has read and write permission. A user may be configured to be the owner of the database only while no owner user is designated for the database. 2

3 When any protection setting is relaxed, the database is reset. Protection is relaxed in the following cases: Protection is removed completely using the no sce-url-database protection command. Write permission is changed from owner-only to all-users. Lookup permission is changed from no-user to owner-only. The sce-url-database configuration information is not accessible as part of the running config and startup config files. Protected information is not displayed when a show or more command is executed on the config files. Protected information is included when a copy command is executed on the config files. How to specify a new owner of the sce-url-database sce-url-database protection owner (myself (name user-name)) If there is currently an owner assigned to the sce-url-database, that owner must first remove the owner designation using the no sce-url-database protection command, which removes all DB protection (see How to remove all sce-url-database protection, page 5). myself The owner of the DB is the user who is currently logged in. Cannot be logged in under the default username. user-name The user name to be assigned as the owner of the DB. Cannot be the default username. Note that in this case, if no such user exists (either in the local database or in the Tacacs+ server) or the AAA authorization is not configured accordingly (that is, the logic user), there is no effective way of utilizing this owner user's permissions. Once the relevant user or AAA settings are configured, the owner user's permissions are effective accordingly. Default: no owner Results The specified user is the owner of the sce-url-database. Read of the sce-url-database is not permitted for any user (including the owner). No RDRs or traps will contain data of these URLs. By default, only the owner has Write permission to the sce-url-database. By default, Lookup is not permitted for any user (including the owner). 3

4 How to configure the sce-url-database write-protection This command can be executed only by the assigned owner of the sce-url-database. sce-url-database protection allow-write (all-users owner-only) Assign an owner to the sce-url-database. all-users owner-only Results If protections are relaxed (changed from owner-only to all-users), the sce-url-database is reset. Default: If no owner has been assigned, the default is all-users. If an owner has been assigned, the default is owner-only. How to configure the sce-url-database lookup-protection This command can be executed only by the assigned owner of the sce-url-database. sce-url-database protection allow-lookup (owner-only no-user) Assign an owner to the sce-url-database. owner-only no-user Results If protections are relaxed (changed from no-user to owner-only), the sce-url-database is reset. Default: If no owner has been assigned, the default is all-users. If an owner has been assigned, the default is no-user. 4

5 How to configure the sce-url-database encryption key This command can be executed only by the assigned owner of the sce-url-database. sce-url-database protection encryption-key encryption-key Assign an owner to the sce-url-database. encryption-key The AES encryption key either 128-, 192-, or 256-bits long. The key is supplied in hexadecimal format and is 32, 48, or 64 hexadecimal digits respectively. Default: no encryption key Removing the Encryption Key no sce-url-database protection encryption-key No other sce-url-database protection settings are changed by this command. How to remove all sce-url-database protection This command can be executed only by the assigned owner of the sce-url-database. no sce-url-database protection Assign an owner to the sce-url-database. Results Removes all the sce-url-database protections and resets the sce-url-database Reverts to default protection settings: no designated owner user no protections no encryption key. How to view the current sce-url-database protection settings show interface linecard 0 sce-url-database protection Command Mode User Exec Authorization Level Viewer 5

6 Results Displays the following information: owner username current protection settings whether a key is configured Sample Output SCE>show interface linecard 0 sce-url-database protection Protection Domain BLACK_LIST_DOMAIN Status: Domain owner:black Read is allowed to no user Write is allowed to user black only Lookup is allowed to no user Encryption key is not set Managing the sce-url-database The designated owner of the sce-url-database can do the following: import the list of URLs from a sce-url-database file add a single entry to the sce-url-database clear the sce-url-database lookup a specific URL (unless lookup protection is set to no-user) If write protection is set to all-users, any user can do the following: import the list of URLs from a sce-url-database file add a single entry to the sce-url-database clear the sce-url-database If there is no designated owner (and therefore no protection), any user can do the following: display a listing of the entire sce-url-database If there is a designated owner, the contents of the sce-url-database are protected and cannot be displayed. Guidelines for Managing the sce-url-database When a new file is imported, the existing database is cleared before the import. Incremental update is not supported. Therefore the import file must contain all the relevant URLs, not only new ones to be added to the database. Add a large number of new URLs by importing an updated sce-url-database file. Typically, if the database is protected this option is used with an encrypted file. Add a few new URLs by adding the new URLs using the sce-url-database add-entry command. sce-url-database Import File The database import file may be either clear text or encrypted. If the file is encrypted, the matching encryption key must be configured by the database owner. 6

7 If the file is encrypted, it must be prefixed with a cleartext header specifying the relevant encryption information. The encrypted file header format is as follows: Encrypted file version: 0x01 Block cipher index: <a cipher index using two hexadecimal digits '0x01', '0x02', or '0x03' corresponding to AES 128, 192, or 256 respectively> Mode of operation index: 0x01 to 0X02 Padder index: 0x00 to 0X02 IV length: 0x10 Each line in the file represents a single URL. sce-url-database Import File Format [Flavor <tab>] URL Where: Flavor: Flavor-id. The flavor ID must either be included for every line in the file or none of the lines. The flavor must be separated from the URL by a <tab>. URL: ('*' URL-Prefix ['*'] [URL-Prefix] '*' URL-Suffix) How to import the sce-url-database file See sce-url-database Import File, page 6 for the required format of the sce-url-database import file. If the import file does not contain the flavor, you must specify the flavor in the CLI command. The specified flavor must be the one that was designated for the black list in the pqb file that was applied, other wise the operation will fail. sce-url-database import cleartext-file encrypted-file file-name flavor-id flavor-id If the import file does contain the flavor, you may not specify the flavor in the CLI command. sce-url-database import cleartext-file encrypted-file file-name The user executing the command must have write permission for the sce-url-database. cleartext-file encrypted-file An encrypted file may be imported only if a matching encryption key has been configured. file-name Path and filename of the sce-url-database import file. flavor-id The flavor is applied to all entries in the file. Default: sce-url-database is empty 7

8 Results The sce-url-database is first cleared. The entries from the file are written to the database. Duplicate keys in the file are overwritten with no warning. In case of a failure, writing continues to the next entry. The total number of failures and a listing of the failed file line numbers are reported when the import is finished. How to add an entry to the sce-url-database sce-url-database add-entry url-wildcard URL-wildcard-format flavor-id flavor-id The user executing the command must have write permission for the sce-url-database. flavor-id flavor-id is required when adding a single entry. Entry line format: URL Flavor Where: URL: ('*' URL-Prefix ['*'] [URL-Prefix] '*' URL-Suffix) flavor-id: Decimal number representing the Flavor How to view the sce-url-database show interface linecard 0 sce-url-database all-entries Command Mode Privileged Exec The sce-url-database must have all protection removed and no assigned owner. If there is an assigned owner, the database is protected and cannot be displayed. How to look for a specific URL in the sce-url-database show interface linecard 0 sce-url-database url url Command Mode Privileged Exec The user executing the command must have lookup permission for the sce-url-database. 8

9 url Specific URL to lookup in the sce-url-database. Result If the specified URL exists, the flavor index will be returned. How to clear the sce-url-database sce-url-database remove-all The user executing the command must have write permission for the sce-url-database. Configuration Example The following example shows how to configure the protected URL databse, including defining the flavor in the SCA BB console, configuring the protections in the SCE platform and importing a URL file. Step 1 From the Flavor Settings window, right-click HTTP URL and choose New > HTTP URL Flavor. 9

10 Step 2 Enter a Name and Index as required. Note Step 3 Step 4 Step 5 Step 6 Step 7 Step 8 Step 9 Step 10 The Index number is the flavor-id that is required by a number of CLI commands. Click OK. Define a Service that uses the new Flavor. Apply the service configuration to the SCE. Define the SCE to require user login and define the special owner user: #configure (config)#aaa authentication login default local enable none (config)#username BlacklistOwner privilege 10 password pass Login as the owner user: User Access Verification Username: BlacklistOwner Password: Set the owner of the sce-url-database: #configure (config)#interface LineCard 0 (config if)#sce-url-database protection owner myself (Optional) Allow all users to update the database: (config if)#sce-url-database protection allow-write all-users (Optional) Allow the owner to perform lookup on the database: (config if)#sce-url-database protection allow-lookup owner-only 10

11 Step 11 Step 12 Step 13 Step 14 Define an encryption key to be used when importing an encrypted URLs file: This is typically done periodically over a secure Telenet session. (config if)#sce-url-database protection encryption-key AABBCCDDEEFF Import an encrypted (according to the key defined in Step 11) file containing the required URLs for the relevant flavor ID: This is typically done periodically; either first copy the file to the SCE or import directly over FTP. (config if)#sce-url-database import encrypted-file urls.csv flavor-id 10 Save the configuration: (config if)#>ex (config)#>ex #>copy running-config-all startup-config-all Writing general configuration file to temporary location... Backing-up general configuration file... Copy temporary file to final location... Writing general (protected) configuration file to temporary location... Backing-up general (protected) configuration file... Copy temporary (protected) file to final location... Writing general configuration file to temporary location... Removing old application configuration file... Renaming temporary application configuration file with the final file's name... Writing general (protected) configuration file to temporary location... Removing old application (protected) configuration file... Renaming temporary application (protected) configuration file with the final file's name... Logout to prevent unauthorized users from manipulating the protected database: #logout Are you sure? y 11

12 Obtaining Documentation and Submitting a Service Request Obtaining Documentation and Submitting a Service Request For information on obtaining documentation, submitting a service request, and gathering additional information, see the monthly What's New in Cisco Product Documentation, which also lists all new and revised Cisco technical documentation, at: Subscribe to the What's New in Cisco Product Documentation as a Really Simple Syndication (RSS) feed and set content to be delivered directly to your desktop using a reader application. The RSS feeds are a free service and Cisco currently supports RSS version 2.0. CCDE, CCENT, Cisco Eos, Cisco Lumin, Cisco Nexus, Cisco StadiumVision, Cisco TelePresence, Cisco WebEx, the Cisco logo, DCE, and Welcome to the Human Network are trademarks; Changing the Way We Work, Live, Play, and Learn and Cisco Store are service marks; and Access Registrar, Aironet, AsyncOS, Bringing the Meeting To You, Catalyst, CCDA, CCDP, CCIE, CCIP, CCNA, CCNP, CCSP, CCVP, Cisco, the Cisco Certified Internetwork Expert logo, Cisco IOS, Cisco Press, Cisco Systems, Cisco Systems Capital, the Cisco Systems logo, Cisco Unity, Collaboration Without Limitation, EtherFast, EtherSwitch, Event Center, Fast Step, Follow Me Browsing, FormShare, GigaDrive, HomeLink, Internet Quotient, IOS, iphone, iquick Study, IronPort, the IronPort logo, LightStream, Linksys, MediaTone, MeetingPlace, MeetingPlace Chime Sound, MGX, Networkers, Networking Academy, Network Registrar, PCNow, PIX, PowerPanels, ProConnect, ScriptShare, SenderBase, SMARTnet, Spectrum Expert, StackWise, The Fastest Way to Increase Your Internet Quotient, TransPath, WebEx, and the WebEx logo are registered trademarks of Cisco Systems, Inc. and/or its affiliates in the United States and certain other countries. All other trademarks mentioned in this document or website 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. (0809R) Any Internet Protocol (IP) addresses used in this document are not intended to be actual addresses. Any examples, command display output, and figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses in illustrative content is unintentional and coincidental Cisco Systems, Inc. All rights reserved. 12

Maintenance Checklists for Microsoft Exchange on a Cisco Unity System

Maintenance Checklists for Microsoft Exchange on a Cisco Unity System Maintenance Checklists for Microsoft Exchange on a Cisco Unity System Published January 13, 2009 This document contains checklists for tasks required to ensure that the Cisco Unity system and Microsoft

More information

Maintenance Checklists for Active Directory on a Cisco Unity System with Exchange as the Message Store

Maintenance Checklists for Active Directory on a Cisco Unity System with Exchange as the Message Store Maintenance Checklists for Active Directory on a Cisco Unity System with Exchange as the Message Store Published January 13, 2009 This document contains checklists for tasks required to ensure that the

More information

Release Notes for Cisco ONS MA Release 9.01

Release Notes for Cisco ONS MA Release 9.01 Release Notes for Cisco ONS 15310-MA Release 9.01 Revised: July 2009, Release notes contain the new features and enhancements for the Cisco ONS 15310-MA platform. For detailed information regarding features,

More information

Using Microsoft Outlook to Schedule and Join Cisco Unified MeetingPlace Express Meetings

Using Microsoft Outlook to Schedule and Join Cisco Unified MeetingPlace Express Meetings Using Microsoft Outlook to Schedule and Join Cisco Unified MeetingPlace Express Meetings Cisco Unified MeetingPlace Express Release 2.x contains a plug-in that allows you to schedule, attend, and manage

More information

RAID Controller Firmware Upgrade Instructions for the Cisco WAE-7341, 7371, and 674

RAID Controller Firmware Upgrade Instructions for the Cisco WAE-7341, 7371, and 674 RAID Controller Firmware Upgrade Instructions for the Cisco WAE-7341, 7371, and 674 Revised: September 15, 2008, This document describes how to upgrade the RAID controller firmware in a Cisco Wide Area

More information

Release Notes for Cisco ONS SDH Release 9.01

Release Notes for Cisco ONS SDH Release 9.01 Release Notes for Cisco ONS 15454 SDH Release 9.01 Revised: July 2009, Release notes contain the new features and enhancements for the Cisco ONS 15454 SDH platform. For detailed information regarding features,

More information

Contextual Configuration Diff Utility

Contextual Configuration Diff Utility Contextual Configuration Diff Utility First Published: November 2003 Last Updated: May 2, 2008 The Contextual Configuration Diff Utility feature provides the ability to perform a line-by-line comparison

More information

Exclusive Configuration Change Access and Access Session Locking

Exclusive Configuration Change Access and Access Session Locking Exclusive Configuration Change Access and Access Session Locking First Published: February 28, 2005 Last Updated: May 4, 2009 Exclusive Configuration Change Access (also called the Configuration Lock feature)

More information

Release Notes for Catalyst 6500 Series and Cisco 7600 Series Internet Router CEF720 Module ROMMON Software

Release Notes for Catalyst 6500 Series and Cisco 7600 Series Internet Router CEF720 Module ROMMON Software Release Notes for Catalyst 6500 Series and Cisco 7600 Series Internet Router CEF720 Module ROMMON Software Current Release: 12.2(18r)S1 May 28, 2004 This publication describes how to upgrade the ROMMON

More information

Configuring an Intermediate IP Multicast Helper Between Broadcast-Only Networks

Configuring an Intermediate IP Multicast Helper Between Broadcast-Only Networks Configuring an Intermediate IP Multicast Helper Between Broadcast-Only Networks First Published: February 11, 2008 Last Updated: February 11, 2008 When a multicast-capable internetwork is between two subnets

More information

Cisco Software Licensing Information for Cisco Unified Communications 500 Series for Small Business

Cisco Software Licensing Information for Cisco Unified Communications 500 Series for Small Business Cisco Software Licensing Information for Cisco Unified Communications 500 Series for Small Business Feb. 06, 2008, This document describes the Cisco Software Licensing (CSL) information for the Cisco Unified

More information

Connecting Cisco DSU/CSU High-Speed WAN Interface Cards

Connecting Cisco DSU/CSU High-Speed WAN Interface Cards Connecting Cisco DSU/CSU High-Speed WAN Interface Cards Revised: April 15, 2008, Overview This document describes Cisco serial and DSU/CSU high-speed WAN interface cards (HWICs) and how to connect them

More information

Connecting Cisco 4-Port FXS/DID Voice Interface Cards

Connecting Cisco 4-Port FXS/DID Voice Interface Cards Connecting Cisco 4-Port FXS/DID Voice Interface Cards Revised: April 15, 2008, OL-15695-01 Overview This document provides an overview of Cisco interface cards and explains how to install the Cisco 4-port

More information

Release Notes for Cisco Service Control Management Suite Collection Manager (SCMS CM) 3.1.6

Release Notes for Cisco Service Control Management Suite Collection Manager (SCMS CM) 3.1.6 Release s for Cisco Service Control Management Suite Collection Manager (SCMS CM) 3.1.6 Covers: SCMS CM 3.1.6, SCMS CM 3.1.5, SCMS CM 3.1.0 February 14, 2009 Introduction, page 1 Release SCMS CM 3.1.6,

More information

7825-I4, 7828-I4 Hard Disk Firmware Update

7825-I4, 7828-I4 Hard Disk Firmware Update 7825-I4, 7828-I4 Hard Disk Firmware Update October 6, 2010 Document Revision 2 A firmware solution for a hard disk drive issue on the MCS 7825-I4, and 7828-I4 models Contents This document discuss the

More information

Cisco Unified Web and Interaction Manager Browser Settings Guide

Cisco Unified Web and  Interaction Manager Browser Settings Guide Cisco Unified Web and E-Mail Interaction Manager Browser Settings Guide For Unified Contact Center Enterprise and Hosted and Unified ICM Release 4.3(1) September 2009 Americas Headquarters Cisco Systems,

More information

Installing IEC Rack Mounting Brackets on the ONS SDH Shelf Assembly

Installing IEC Rack Mounting Brackets on the ONS SDH Shelf Assembly Installing IEC Rack Mounting Brackets on the ONS 15454 SDH Shelf Assembly Product Name: 15454E-19IEC-KIT= This document provides installation procedures for installing mounting brackets on the ONS 15454

More information

Cisco Aironet Very Short 5-GHz Omnidirectional Antenna (AIR-ANT5135SDW-R)

Cisco Aironet Very Short 5-GHz Omnidirectional Antenna (AIR-ANT5135SDW-R) Cisco Aironet Very Short 5-GHz Omnidirectional Antenna (AIR-ANT5135SDW-R) This document outlines the specifications for the Cisco Aironet Very Short 5-GHz Omnidirectional Antenna (AIR-ANT5135SDW-R) and

More information

Connecting Cisco WLAN Controller Enhanced Network Modules to the Network

Connecting Cisco WLAN Controller Enhanced Network Modules to the Network Connecting Cisco WLAN Controller Enhanced Network Modules to the Network Revised: May 1, 2008, OL-16632-01 This guide describes how to connect Cisco wireless LAN (WLAN) controller enhanced network modules

More information

Configuration Replace and Configuration Rollback

Configuration Replace and Configuration Rollback Configuration Replace and Configuration Rollback First Published: March 3, 2004 Last Updated: May 4, 2009 The Configuration Replace and Configuration Rollback feature provides the capability to replace

More information

Cisco Unified Web and Interaction Manager Browser Settings Guide

Cisco Unified Web and  Interaction Manager Browser Settings Guide Cisco Unified Web and E-Mail Interaction Manager Browser Settings Guide For Unified Contact Center Enterprise and Hosted and Unified ICM Release 4.2(5) October 2008 Americas Headquarters Cisco Systems,

More information

Cisco Video Surveillance Virtual Matrix Client Configuration Guide

Cisco Video Surveillance Virtual Matrix Client Configuration Guide Cisco Video Surveillance Virtual Matrix Client Configuration Guide Release 6.2 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408

More information

Cisco Service Control Service Security: Outgoing Spam Mitigation

Cisco Service Control Service Security: Outgoing Spam Mitigation CISCO SERVICE CONTROL SOLUTION GUIDE Cisco Service Control Service Security: Outgoing Spam Mitigation Solution Guide, Release 3.5.5 1 Introduction and Scope 2 Functionality Overview 3 Mass-Mailing Based

More information

Modified LNS Dead-Cache Handling

Modified LNS Dead-Cache Handling First Published: Sept. 30, 2007 Last Updated: Aug. 28, 2008 The feature allows you to display and clear (restart) any Layer 2 Tunnel Protocol (L2TP) Network Server (LNS) entry in a dead-cache (DOWN) state.

More information

Cisco Unified Attendant Console Backup and Restore Guide

Cisco Unified Attendant Console Backup and Restore Guide Cisco Unified Attendant Console Backup and Restore Guide Revised: May 30, 2013, 2011, This document describes how to back up Cisco Unified Attendant Console server Version 9.1 (all Editions), and restore

More information

The CVD program consists of systems and solutions designed, tested, and documented to facilitate faster, more reliable, and more predictable customer

The CVD program consists of systems and solutions designed, tested, and documented to facilitate faster, more reliable, and more predictable customer The CVD program consists of systems and solutions designed, tested, and documented to facilitate faster, more reliable, and more predictable customer deployments. For more information, visit: http://www.cisco.com/go/designzone.

More information

Release Notes for Cisco Small Business Pro ESW 500 Series Switches

Release Notes for Cisco Small Business Pro ESW 500 Series Switches Release Notes for Cisco Small Business Pro ESW 500 Series Switches October, 2009 These Release Notes describe the recommended practices and known issues that apply to the ESW 500 Series of Switches for

More information

Installing the RJ-45 Bracket and Cable on the Cisco ONS Rack

Installing the RJ-45 Bracket and Cable on the Cisco ONS Rack Installing the RJ-45 Bracket and Cable on the Cisco ONS 15454 Rack This document describes how to install the optional RJ-45 bracket and cable on the Cisco ONS 15454 equipment rack. This kit, included

More information

Logging to Local Nonvolatile Storage (ATA Disk)

Logging to Local Nonvolatile Storage (ATA Disk) Logging to Local Nonvolatile Storage (ATA Disk) First Published: August 26, 2003 Last Updated: June 28, 2007 The Logging to Local Nonvolatile Storage (ATA Disk) feature enables system logging messages

More information

Cisco Virtual Office End User Instructions for Cisco 1811 Router Set Up at Home or Small Office

Cisco Virtual Office End User Instructions for Cisco 1811 Router Set Up at Home or Small Office Cisco Virtual Office End User Instructions for Cisco 1811 Router Set Up at Home or Small Office Introduction This document describes the end-user instructions to deploy the Cisco Virtual Office (CVO) for

More information

Behavioral Change for Buffer Recarving

Behavioral Change for Buffer Recarving Part Number: OL-18534-01 First Published: December 8, 2008 Table 1 Feature History Cisco IOS Release 12.0(32.03)S03, 12.0(32)S08, 12.0(32)SY04 12.0(32)SY07, 12.0(32)S06c 12.0(32)SY07, 12.0(32)S06c, and

More information

VPDN LNS Address Checking

VPDN LNS Address Checking First Published: Sept. 30, 2007 Last Updated: Aug. 28, 2008 The feature allows a Layer 2 Tunnel Protocol (L2TP) Access Concentrator (LAC), that is receiving data from an L2TP Network Server (LNS) to check

More information

Cisco WAAS Mobile User Guide

Cisco WAAS Mobile User Guide Cisco WAAS Mobile User Guide Software Version 3.5 April 2010 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS

More information

Release Notes for Cisco Unified Attendant Console Standard Release

Release Notes for Cisco Unified Attendant Console Standard Release Release Notes for Cisco Unified Attendant Console Standard Release 10.0.1.1208 First Published: January 9, 2014, 2011, These release notes describe the new features and caveats for Cisco Unified Attendant

More information

Release Notes for SPA942 and SPA962 IP Phones Firmware Version 6.1.3

Release Notes for SPA942 and SPA962 IP Phones Firmware Version 6.1.3 Release Notes for SPA942 and SPA962 IP Phones Firmware Version 6.1.3 September 2008 These Release Notes describe the new features and enhancements in the SPA942 and SPA962 firmware version 6.1.3. Contents

More information

1 Obtaining Cisco ANA NSA 1.0 Patch 1

1 Obtaining Cisco ANA NSA 1.0 Patch 1 Readme File for the Cisco ANA NSA 1.0 Patch 1 This readme file supports the release of Cisco Active Network Abstraction Network Service Activation (Cisco ANA NSA) 1.0, Patch 1. The patch is installed on

More information

Cisco 806, Cisco 820 Series, Cisco 830 Series, SOHO 70 Series and SOHO 90 Series Routers ROM Monitor Download Procedures

Cisco 806, Cisco 820 Series, Cisco 830 Series, SOHO 70 Series and SOHO 90 Series Routers ROM Monitor Download Procedures Cisco 806, Cisco 820 Series, Cisco 830 Series, SOHO 70 Series and SOHO 90 Series Routers ROM Monitor Download Procedures November 18, 2004 This document contains procedures for downloading ROM Monitor

More information

RAID Battery Backup Unit Replacement and RAID Firmware Upgrade for Cisco Security MARS

RAID Battery Backup Unit Replacement and RAID Firmware Upgrade for Cisco Security MARS RAID Battery Backup Unit Replacement and RAID Firmware Upgrade for Cisco Security MARS Published: August 20, 2009 This document ships with the Cisco Security MARS RAID Controller Back-Up Battery Unit (BBU),

More information

Cisco Redundant Power System 2300 Compatibility Matrix

Cisco Redundant Power System 2300 Compatibility Matrix Cisco Redundant Power System 2300 Compatibility Matrix November 2008 This document contains the list of Cisco products that are compatible with the Cisco Redundant Power System 2300 (RPS 2300). Table 1

More information

ATM VP Average Traffic Rate

ATM VP Average Traffic Rate First Published: April, 2008 This document describes the feature. Finding Feature Information in This Module Your Cisco IOS software release may not support all of the features documented in this module.

More information

Cisco BTS Softswitch Turkish ISUP Feature Module

Cisco BTS Softswitch Turkish ISUP Feature Module Cisco BTS 10200 Softswitch Turkish ISUP Feature Module Revised: July 31, 2008 This document describes the Turkish ISUP feature for of the Cisco BTS 10200 Softswitch and explains how to use this feature.

More information

BGP Enforce the First Autonomous System Path

BGP Enforce the First Autonomous System Path BGP Enforce the First Autonomous System Path The BGP Enforce the First Autonomous System Path feature is used to configure a Border Gateway Protocol (BGP) routing process to discard updates received from

More information

Release Notes for TimeCardView 7.0.x

Release Notes for TimeCardView 7.0.x First published: January 26, 2009, Revised: August 7, 2009 Contents Introduction, page 1 System Requirements, page 2 Files Included in TimeCardView 7.0.x, page 4 Caveats, page 5 Additional References,

More information

Release Notes for Cisco Broadband Access Center 3.5

Release Notes for Cisco Broadband Access Center 3.5 Release Notes for Cisco Broadband Access Center 3.5 Revised: June 15, 2009, These release notes describe new software features, bug fixes, and documentation for Cisco Broadband Access Center (Cisco BAC),

More information

Release Notes for Cisco Video Surveillance Manager 4.1/6.1

Release Notes for Cisco Video Surveillance Manager 4.1/6.1 Release Notes for Cisco Video Surveillance Manager 4.1/6.1 February, 2009 These release notes provide important information for the following Cisco Video Surveillance Manager (Cisco VSM) products: Cisco

More information

Wireless-G IP Phone QUICK INSTALLATION GUIDE. Package Contents

Wireless-G IP Phone QUICK INSTALLATION GUIDE. Package Contents QUICK INSTALLATION GUIDE Wireless-G IP Phone Model: WIP310 Package Contents Handset Phone Charger Power Adapter Li-ion Battery USB Cable Quick Installation Guide Read Me First Card 1 Installation A. Insert

More information

IS-IS Incremental SPF

IS-IS Incremental SPF IS-IS Incremental SPF Integrated Intermediate System-to-Intermediate System (IS-IS) can be configured to use an incremental SPF algorithm for calculating the shortest path first routes. Incremental SPF

More information

PPPoE Agent Remote-ID and DSL Line Characteristics Enhancement

PPPoE Agent Remote-ID and DSL Line Characteristics Enhancement PPPoE Agent Remote-ID and DSL Line Characteristics Enhancement First Published: December 5, 2006 Revised: August 29, 2008 The PPPoE Agent Remote-ID and DSL Line Characteristics Enhancement feature provides

More information

IP SLAs Proactive Threshold Monitoring

IP SLAs Proactive Threshold Monitoring IP SLAs Proactive Threshold Monitoring First Published: May 2, 2005 Last Updated: July 18, 2008 This document describes the proactive monitoring capabilities of Cisco IOS IP Service Level Agreements (SLAs)

More information

OSPF Incremental SPF

OSPF Incremental SPF OSPF Incremental SPF The Open Shortest Path First (OSPF) protocol can be configured to use an incremental SPF algorithm for calculating the shortest path first routes. Incremental SPF is more efficient

More information

Cisco Unity Express Voic System User s Guide

Cisco Unity Express Voic System User s Guide Cisco Unity Express Voice-Mail System User s Guide Release 2.1 This guide provides information about some advanced voice-mail features of your Cisco Unity Express voice-mail system. Use this guide together

More information

Configuring the WIP310 Wireless-G IP Phone with the SPA9000 Voice System

Configuring the WIP310 Wireless-G IP Phone with the SPA9000 Voice System Configuring the WIP310 Wireless-G IP Phone with the SPA9000 Voice System Contents Introduction 2 Audience 2 Scope 2 Related Documents 3 Overview 3 2008 Cisco Systems, Inc. All rights reserved. This document

More information

Configuring ISG VRF Transfer (Cisco IOS Release 12.2(28)SB)

Configuring ISG VRF Transfer (Cisco IOS Release 12.2(28)SB) Configuring ISG VRF Transfer (Cisco IOS Release 12.2(28)SB) First Published: March 20, 2006 Last Updated: June 25, 2009 Intelligent Services Gateway (ISG) is a Cisco IOS software feature set that provides

More information

Release Notes for Click to Call Release 7.x

Release Notes for Click to Call Release 7.x Revised: November 27, 2009 These release notes describe all versions of Click to Call Release 7.x. To access the latest software upgrades for all versions of Click to Call, go to http://www.cisco.com/kobayashi/sw-center/sw-voice.shtml

More information

DHCP Lease Limit per ATM/RBE Unnumbered Interface

DHCP Lease Limit per ATM/RBE Unnumbered Interface DHCP Lease Limit per ATM/RBE Unnumbered Interface The DHCP Lease Limit per ATM/RBE Unnumbered Interface feature limits the number of Dynamic Host Configuration Protocol (DHCP) leases per subinterface offered

More information

Release Notes for SPA9000 Voice System

Release Notes for SPA9000 Voice System Release Notes for SPA9000 Voice System Firmware Version 6.1 September 2008 These Release Notes describe the new features and enhancements in the SPA9000 Voice System firmware release for SPA9000, SPA400,

More information

PPPoE Agent Remote-ID and DSL Line Characteristics Enhancement

PPPoE Agent Remote-ID and DSL Line Characteristics Enhancement PPPoE Agent Remote-ID and DSL Line Characteristics Enhancement First Published: December 4, 2006 Last Updated: October 2, 2009 The PPPoE Agent Remote-ID and DSL Line Characteristics Enhancement feature

More information

Cisco Registered Envelope Recipient Guide

Cisco Registered Envelope Recipient Guide September 8, 2008 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000 800 553-NETS (6387) Fax: 408 527-0883 Text Part Number:

More information

Configuring LDAP. Finding Feature Information. Contents

Configuring LDAP. Finding Feature Information. Contents Configuring LDAP First Published: March 19, 2010 Last Updated: March 19, 2010 Lightweight Directory Access Protocol (LDAP) is integrated into Cisco IOS software as a AAA protocol alongside the existing

More information

Release Notes for Cisco MDS 9000 Family Fabric Manager Release 4.1(3b)

Release Notes for Cisco MDS 9000 Family Fabric Manager Release 4.1(3b) Release Notes for Cisco MDS 9000 Family Fabric Manager Release 4.1(3b) Release Date: June 1, 2009 Part Number: This document describes the new features, limitations, and caveats for Cisco MDS 9000 Family

More information

Cisco Smart Business Communications System Teleworker Set Up

Cisco Smart Business Communications System Teleworker Set Up Cisco Smart Business Communications System Teleworker Set Up The Cisco Smart Business Communications System is a unified communications solution for small businesses that provides voice, data, video, security,

More information

Upgrading to the Cisco ASR 1000 Series Routers ROMmon Image Release 12.2(33r)XNC

Upgrading to the Cisco ASR 1000 Series Routers ROMmon Image Release 12.2(33r)XNC Upgrading to the Cisco ASR 1000 Series Routers ROMmon Image Release 12.2(33r)XNC Published: October 23, 2009 This document contains procedures for downloading independent ROM monitor (ROMmon) software

More information

Generic Routing Encapsulation Tunnel IP Source and Destination VRF Membership

Generic Routing Encapsulation Tunnel IP Source and Destination VRF Membership Generic Routing Encapsulation Tunnel IP Source and Destination VRF Membership Last Updated: April, 2007 The feature allows you to configure the source and destination of a tunnel to belong to any virtual

More information

Cisco Software Activation Document for IBM

Cisco Software Activation Document for IBM April 23, 2008 This document describes the Cisco software activation process for the Cisco Catalyst Switch Module 3110 for IBM BladeCenter, hereafter referred to as the switch. Note You cannot use the

More information

Cisco PGW 2200 Softswitch Generic Call Tagging Feature Module

Cisco PGW 2200 Softswitch Generic Call Tagging Feature Module Cisco PGW 2200 Softswitch Feature Module Document Release History Publication Date August 28, 2009 Comments Initial release of document. Feature History Release Modification 9.8(1) S5P5 The feature was

More information

User Guide for Microsoft Outlook Plug-in for Cisco Unified Videoconferencing Manager Release 7.1

User Guide for Microsoft Outlook Plug-in for Cisco Unified Videoconferencing Manager Release 7.1 User Guide for Microsoft Outlook Plug-in for Cisco Unified Videoconferencing Manager Release 7.1 March 2010 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

Per IP Subscriber DHCP Triggered RADIUS Accounting

Per IP Subscriber DHCP Triggered RADIUS Accounting Per IP Subscriber DHCP Triggered RADIUS First Published: February 19, 2007 Last Updated: February 19, 2007 The Per IP Subscriber DHCP Triggered RADIUS feature enables system administrators to track IP

More information

Installing the Cisco ONS Deep Door Kit

Installing the Cisco ONS Deep Door Kit Product Number: 15454-DOOR-KIT This document describes how to install the deep door kit for the Cisco ONS 15454. A door is pre-installed on the ONS 15454 but the 15454-DOOR-KIT provides a deeper door and

More information

Security Best Practices Supplement for Cisco Digital Media Encoders

Security Best Practices Supplement for Cisco Digital Media Encoders Security Best Practices Supplement for Cisco Digital Media Encoders Published: November 10, 2009 Revised: November 10, 2009 This supplement describes our recommendations about how to establish and maintain

More information

Release Notes for Cisco Unified Attendant Console Compact Edition Version

Release Notes for Cisco Unified Attendant Console Compact Edition Version Release Notes for Cisco Unified Attendant Console Compact Edition Version 8.6.4.1106 Revised: July 3, 2012, These release notes describe the new features and caveats for Cisco Unified Attendant Console

More information

PPPoE Session Recovery After Reload

PPPoE Session Recovery After Reload If the PPP keepalive mechanism is disabled on a customer premises equipment (CPE) device, a PPP over Ethernet (PPPoE) session will hang indefinitely after an aggregation device reload. The PPPoE Session

More information

DHCP Option 82 Support for Routed Bridge Encapsulation

DHCP Option 82 Support for Routed Bridge Encapsulation DHCP Option 82 Support for Routed Bridge Encapsulation Feature History for the Feature Release Modification 12.2(2)T This feature was introduced. 12.2(27)SBA This feature was integrated into Cisco IOS

More information

Cisco Aironet Directional Antenna (AIR-ANT-SE-WiFi-D)

Cisco Aironet Directional Antenna (AIR-ANT-SE-WiFi-D) Cisco Aironet Directional Antenna (AIR-ANT-SE-WiFi-D) This document describes the Cisco Directional Antenna (AIR-ANT-SE-WiFi-D) and provides instructions for mounting it. The antenna operates in the 2.4-GHz

More information

Cisco Report Server Readme

Cisco Report Server Readme Cisco Report Server Readme For Cisco Network Planning Solution 2.1, Cisco Network Planning Solution Service Provider 2.1, and Cisco Application Analysis Solution 2.1 Release 2.1 Americas Headquarters Cisco

More information

Suppress BGP Advertisement for Inactive Routes

Suppress BGP Advertisement for Inactive Routes Suppress BGP Advertisement for Inactive Routes The Suppress BGP Advertisements for Inactive Routes features allows you to configure the suppression of advertisements for routes that are not installed in

More information

Cisco BTS Softswitch Site Preparation and Network Communications Requirements, Release 6.0. Safety and Compliance

Cisco BTS Softswitch Site Preparation and Network Communications Requirements, Release 6.0. Safety and Compliance Cisco BTS 10200 Softswitch Site Preparation and Network Communications Requirements, Release 6.0.x This document explains the requirements for site preparation and network communications. Use this document

More information

SSG Service Profile Caching

SSG Service Profile Caching SSG Service Profile Caching The SSG Service Profile Caching feature enhances the authentication process for Service Selection Gateway services by allowing users to authenticate a service using the service

More information

Cisco Unified Web and Interaction Manager Supervision Console User s Guide

Cisco Unified Web and  Interaction Manager Supervision Console User s Guide Cisco Unified Web and E-Mail Interaction Manager Supervision Console User s Guide For Unified Contact Center Enterprise and Hosted and Unified ICM Release 4.2(5) October 2008 Americas Headquarters Cisco

More information

Configuring Multiple Basic Service Set Identifiers and Microsoft WPS IE SSIDL

Configuring Multiple Basic Service Set Identifiers and Microsoft WPS IE SSIDL Configuring Multiple Basic Service Set Identifiers and Microsoft WPS IE SSIDL This module describes how to configure multiple basic service set identifiers (BSSID) on a Cisco 800, 1800, 2800, or 3800 series

More information

RADIUS NAS-IP-Address Attribute Configurability

RADIUS NAS-IP-Address Attribute Configurability RADIUS NAS-IP-Address Attribute The RADIUS NAS-IP-Address Attribute feature allows you to configure an arbitrary IP address to be used as RADIUS attribute 4, NAS-IP-Address, without changing the source

More information

Release Notes for Cisco Aironet a/b/g Client Adapters (CB21AG and PI21AG) for Windows Vista 1.0

Release Notes for Cisco Aironet a/b/g Client Adapters (CB21AG and PI21AG) for Windows Vista 1.0 Release Notes for Cisco Aironet 802.11a/b/g Client Adapters (CB21AG and PI21AG) for Windows Vista 1.0 Contents This document contains the following sections: Introduction, page 2 System Requirements, page

More information

Installing and Configuring the Microsoft Outlook Client Plug-in for Cisco Unified Videoconferencing Manager Release 7.1

Installing and Configuring the Microsoft Outlook Client Plug-in for Cisco Unified Videoconferencing Manager Release 7.1 INTEGRATION NOTE Installing and Configuring the Microsoft Outlook Client Plug-in for Cisco Unified Videoconferencing Manager Release 7.1 Revised: March 31, 2010, OL-22091-01 1 Overview 2 Prerequisites

More information

Configuration Partitioning

Configuration Partitioning First Published: February 26, 2007 Last Updated: May 4, 2009 The feature provides modularization ( partitioning ) of the running configuration state to provide granular access to the running configuration

More information

FIPS Security Policy for Cisco Aironet Lightweight AP1131, AP1142, AP1242, AP1252, and AP1522 Wireless LAN Access Points

FIPS Security Policy for Cisco Aironet Lightweight AP1131, AP1142, AP1242, AP1252, and AP1522 Wireless LAN Access Points FIPS 140-2 Security Policy for Cisco Aironet Lightweight AP1131, AP1142, AP1242, AP1252, and AP1522 Wireless LAN Access Points August 25, 2009 Version 1.7 Contents This security policy contains these sections:

More information

IMA Dynamic Bandwidth

IMA Dynamic Bandwidth IMA Dynamic Bandwidth The IMA Dynamic Bandwidth feature introduces the ability to configure Cisco IOS software to automatically manage changes in the total bandwidth of an Asynchronous Transfer Mode (ATM)

More information

Cisco Nexus 4001I and 4005I Switch Module for IBM BladeCenter Getting Started Guide

Cisco Nexus 4001I and 4005I Switch Module for IBM BladeCenter Getting Started Guide Send feedback to nexus4k-docfeedback@cisco.com Cisco Nexus 4001I and 4005I Switch Module for IBM BladeCenter Getting Started Guide This document includes the following sections: Overview, page 1 Safety

More information

VPDN Group Session Limiting

VPDN Group Session Limiting VPDN Group Session Limiting Feature History Release 12.2(1)DX 12.2(2)DD 12.2(4)B 12.2(27)SB Modification This feature was introduced. This feature was integrated into Cisco IOS Release 12.2(2)DD. This

More information

Installing and Configuring the Lotus Notes Plug-in for Cisco Unified Videoconferencing Manager Release 7.1

Installing and Configuring the Lotus Notes Plug-in for Cisco Unified Videoconferencing Manager Release 7.1 INTEGRATION NOTE Installing and Configuring the Lotus Notes Plug-in for Cisco Unified Videoconferencing Manager Release 7.1 Revised: March 19, 2010, OL-22093-01 1 Overview 2 Lotus Domino User Interface

More information

Maintenance Checklists for Cisco Unity VPIM Networking (with Microsoft Exchange)

Maintenance Checklists for Cisco Unity VPIM Networking (with Microsoft Exchange) Maintenance Checklists for Cisco Unity VPIM Networking (with Microsoft Exchange) Published December 10, 2007 This document contains checklists for tasks required to ensure that Cisco Unity VPIM Networking

More information

IP SLAs Random Scheduler

IP SLAs Random Scheduler First Published: February 27, 2007 Last Updated: February 27, 2007 The feature is an enhancement to the existing IP SLAs Multiple Operation Scheduling feature. The IP SLAs Multiple Operation Scheduling

More information

Protocol-Independent MAC ACL Filtering on the Cisco Series Internet Router

Protocol-Independent MAC ACL Filtering on the Cisco Series Internet Router Protocol-Independent MAC ACL Filtering on the Cisco 12000 Series Internet Router Part Number OL-142368-01 (Rev A0), January 19, 2006 The Protocol-Independent MAC ACL Filtering feature allows you to create

More information

Wireless LAN Error Messages

Wireless LAN Error Messages Wireless LAN s This module lists wireless LAN (WLAN) error messages for the Cisco 800, 1800, 2800, and 3800 series integrated services routers, hereafter referred to as an access point or AP. Module History

More information

Connecting Cisco Digital Modem Network Modules to the Network

Connecting Cisco Digital Modem Network Modules to the Network Connecting Cisco Digital Modem Network Modules to the Network Revised: May 1, 2008, OL-12813-01 This guide describes how to connect Cisco digital modem network modules to your network. It contains the

More information

Release Notes for Cisco High-Performance Subnet Manager (HSM) Release 1.3

Release Notes for Cisco High-Performance Subnet Manager (HSM) Release 1.3 Release Notes for Cisco High-Performance Subnet Manager (HSM) Release 1.3 Release Date: March 17, 2009 Contents This document contains the following sections: Contents, page 1 Introduction, page 1 System

More information

Cisco IP Phone Agent User Guide

Cisco IP Phone Agent User Guide CAD 7.6 for Cisco Unified Contact Center Enterprise Release 7.5 May 2010 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000

More information

MPLS MTU Command Changes

MPLS MTU Command Changes MPLS MTU Command Changes First Published: August 11, 2004 Last Updated: June 19, 2007 This document explains the the behavior of the mpls mtu command in Cisco IOS Release 12.2(27)SBC, 12.2(33)SRA, 12.4(11)T,

More information

Configuring Token Ring LAN Emulation for Multiprotocol over ATM

Configuring Token Ring LAN Emulation for Multiprotocol over ATM Configuring Token Ring LAN Emulation for Multiprotocol over ATM This chapter describes the required and optional tasks for configuring the MPOA for Token Ring Networks feature. For a complete description

More information

OSPF RFC 3623 Graceful Restart Helper Mode

OSPF RFC 3623 Graceful Restart Helper Mode First Published: February 27, 2006 Last Updated: February 27, 2006 This document focuses on non-stop forwarding (NSF) helper mode for OSPFv2 in Cisco IOS software, using IETF standardized graceful restart

More information

Frame Relay Conditional Debug Support

Frame Relay Conditional Debug Support Frame Relay Conditional Debug Support First Published: May 06, 2004 Last Updated: June 19, 2006 The Frame Relay Conditional Debug Support feature introduces a filter to limit the number of Frame Relay

More information

Extended NAS-Port-Type and NAS-Port Support

Extended NAS-Port-Type and NAS-Port Support Extended NAS-Port-Type and NAS-Port Support First Published: March 20, 2006 Last Updated: March 20, 2006 RADIUS attributes are used to define specific authentication, authorization, and accounting (AAA)

More information