Advanced Services. IPSec Configuration on IOS Platforms

Size: px
Start display at page:

Download "Advanced Services. IPSec Configuration on IOS Platforms"

Transcription

1 Advanced Services on IOS Platforms Corporate Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA USA Tel: NETS (6387) Fax:

2 Legal Notice THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS DOCUMENT ARE SUBJECT TO CHANGE WITHOUT NOTICE. ALL STATEMENTS, INFORMATION, AND RECOMMENDATIONS IN THIS MANUAL ARE BELIEVED TO BE ACCURATE BUT ARE PRESENTED WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED. USERS MUST TAKE FULL RESPONSIBILITY FOR THEIR APPLICATION OF ANY PRODUCTS. THE SOFTWARE LICENSE AND LIMITED WARRANTY FOR THE ACCOMPANYING PRODUCT ARE SET FORTH IN THE INFORMATION PACKET THAT SHIPPED WITH THE PRODUCT AND ARE INCORPORATED HEREIN BY THIS REFERENCE. IF YOU ARE UNABLE TO LOCATE THE SOFTWARE LICENSE OR LIMITED WARRANTY, CONTACT YOUR CISCO REPRESENTATIVE FOR A COPY. The Cisco implementation of TCP header compression is an adaptation of a program developed by the University of California, Berkeley (UCB) as part of UCB s public domain version of the UNIX operating system. All rights reserved. Copyright 1981, Regents of the University of California. NOTWITHSTANDING ANY OTHER WARRANTY HEREIN, ALL DOCUMENT FILES AND SOFTWARE OF THESE SUPPLIERS ARE PROVIDED AS IS WITH ALL FAULTS. CISCO AND THE ABOVE-NAMED SUPPLIERS DISCLAIM ALL WARRANTIES, EXPRESSED OR IMPLIED, INCLUDING, WITHOUT LIMITATION, THOSE OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT OR ARISING FROM A COURSE OF DEALING, USAGE, OR TRADE PRACTICE. IN NO EVENT SHALL CISCO OR ITS SUPPLIERS BE LIABLE FOR ANY INDIRECT, SPECIAL, CONSEQUENTIAL, OR INCIDENTAL DAMAGES, INCLUDING, WITHOUT LIMITATION, LOST PROFITS OR LOSS OR DAMAGE TO DATA ARISING OUT OF THE USE OR INABILITY TO USE THIS MANUAL, EVEN IF CISCO OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. CCDE, CCENT, CCSI, Cisco Eos, Cisco HealthPresence, the Cisco logo, Cisco Lumin, Cisco Nexus, Cisco Nurse Connect, Cisco Stackpower, Cisco StadiumVision, Cisco TelePresence, Cisco WebEx, 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. Copyright 2009 Cisco Systems, Inc. All rights reserved. 2

3 Contents Contents Contents 3 Tables 4 Introduction 5 Preface 5 Scope 5 Assumptions 5 6 ISAKMP Policy 6 ISAKMP Dead Peer Detection 6 IPSec Policy 7 Site-to-Site IPSec Tunnel Configuration with Pre-shared Key Authentication 7 Remote Access 8 Site-to-Site IPSec Tunnel Configuration with IVRF/FVRF and Pre-shared Key Authentication 10 Remote Access IPSec with VRF Configuration 11 ISAKMP Authentication Using Digital Certificates 13 IPSec HA Configuration 14 3

4 Tables Table 1 - IPSec Policy 7 4

5 Introduction Preface Scope This document addresses the most common IPSec configurations on Cisco IOS platforms. The scope of this document will cover IPSec Stateless HA, Site-to-Site and Remote Access Configurations with and without VRF's. Assumptions All the tests in the lab have been performed on the 7200 platforms with the c7200padvipservicesk9-mz t1.bin IOS image. 5

6 ISAKMP Policy The ISAKMP policy controls the parameters ISAKMP uses to control things like encryption type for ISAKMP communication, authentication method, hashing algorithm, and Diffie-Hellman group used for calculating initial keys. The encryption algorithm used for ISAKMP is mostly based on the IPSec SA (usually AES 256). The hashing algorithm sets the security level for the authentication on a per-packet basis, making sure that packets are not changed or spoofed. This should be the same as the IPSec SA. It is recommended to use the more-secure 160-bit hash function SHA. The Diffie-Hellman group sets the level of strength for the Diffie-Hellman calculation. Group 5 is preferred in environments using AES as the encryption method. DH Group 5 specifies the 1536-bit Diffie-Hellman group, which is a method of establishing a shared key over an insecure medium. Diffie-Hellman is used within IKE to establish session keys. IKE provides authentication of the IPSec peers, negotiates IPSec security associations, and establishes IPSec keys. Group 5 should be used for site-to-site tunnels and group 2 for remote access connections. VPN Client software supports only group 2 with AES 256 encryption. Diffie-Hellman group 2 uses 1024-bit keys. It is less secure than Group 5 but is the only supported DH group with AES 256 encryption for VPN clients. By default the ISAKMP lifetime is set to one day or 86,400 seconds. In many cases lowering this time to 8 hours or 28,800 seconds is preferred. It is recommended not to change the IPSec SA default lifetime of 3600 seconds. ISAKMP Dead Peer Detection Dead Peer Detection (DPD) is a mechanism used to detect dead IPSec peers. IPSec is a peer-to-peer type of technology. It is possible that IP connectivity may be lost between peers due to routing problems, peer reloading, or some other situation. This lost connectivity can result in black holes where traffic is lost. DPD, based on a traffic-detection method, is one possible mechanism to remedy this situation. DPD supports two options: on-demand or periodic. The on-demand approach is the default. With ondemand DPD, messages are sent on the basis of traffic patterns. For example, if a router must send outbound traffic and the liveliness of the peer is questionable, the router sends a DPD message to query the status of the peer. If a router has no traffic to send, it never sends a DPD message. If a peer is dead, and the router never has any traffic to send to the peer, the router will not find out until the IKE or IPSec security association has to be rekeyed (the liveliness of the peer is unimportant if the router is not trying to communicate with the peer). On the other hand, if the router has traffic to send to the peer, and the peer does not respond, the router initiates a DPD message to determine the state of the peer. After 5 notacknowledged DPD requests the router declares the peer dead. With the periodic option, you can configure your router so that DPD messages are "forced" at regular intervals. This forced approach results in earlier detection of dead peers. For example, if a router has no traffic to send, a DPD message is still sent at regular intervals, and if a peer is dead, the router does not have to wait until the IKE SA times out to find out.

7 The DPD on-demand option is preferred as it is less resource intensive. You can configure DPD's ondemand option on both tunnel ends with the following command: crypto isakmp keepalive 10 The DPD timer is set to 10 seconds and the router sends a DPD Request every 10 seconds (unless the router receives one from the peer). If DPD Acknowledgement does not get received from the peer. the router uses a default retry timer of two seconds and starts sending DPD Requests at this interval. After the 5th notacknowledged DPD Request the peer is declared dead. IPSec Policy The IPSec policy protects data sent through the network. The transform set controls the encryption method that protects the tunnel. It also controls which authentication hash is used for the packets, if any. It is recommended to use strong encryption with ESP-AES 256 and for the authentication algorithm AH- SHA-HMAC. The following IPSEC policy should be used: Table 1 - IPSec Policy Proposal Definition Authentication algorithm AH-SHA-HMAC Encryption algorithm ESP-AES 256 Encapsulation mode Tunnel mode Lifetime measurement Time Time lifetime 3600s (1 hours) The IPSec SA lifetime of 3600 seconds or 1 hour as the Tunnel mode are the default values and don't require to be explicitly configured. Site-to-Site IPSec Tunnel Configuration with Pre-shared Key Authentication Perform the following steps to setup a site-to-site tunnel. Step 1 Define the ISAKMP policy for a site-to-site tunnel. crypto isakmp policy 10 encr aes 256 authentication pre-share group 5 lifetime Step 2 Define the pre-shared key for a peer. crypto isakmp key pre-shared-key address a.a.a.a10 Step 3 Enable on-demand DPDs. crypto isakmp keepalive 10 7

8 Step 4 Define the IPSec transform set. crypto ipsec transform-set aes-sha esp-aes 256 esp-sha-hmac Step 5 Enable fragmentation before encryption globally.!this command is enabled globally by default and does not have to be explicitly configured. crypto ipsec fragmentation before-encryption!clearing the DF bit in the packet will allow the fragmentation to occur regardless of fact if the initial packet had it set or not. crypto ipsec df-bit clear Step 6 Define the crypto access list. access-list cust-acl permit ip local-proxy remote-proxy Step 7 Define the crypto map. crypto map vpn 10 ipsec-isakmp set peer a.a.a.a10 set transform-set aes-sha match address cust-acl Step 8 Apply the crypto map. interface GigabitEthernetX/Y ip address c.c.c.c !Define mtu size depending on physical connection in production network. ip mtu 1440 duplex full speed 100 media-type rj45 crypto map vpn Step 9 Insure that traffic for remote proxy is routed out via the interface with a crypto map applied. ip route remote-proxy GigabitEthernetX/Y Remote Access The following configuration steps define how to enable remote access for a customer. VPN clients are authenticated against the LOCAL database and the group authorization should be performed locally. Step 1 Define user authentication and group authorization. aaa authentication login default none aaa authentication login vpnclients local aaa authorization network vpnclients local Step 2 Define the local pool for VPN clients. ip local pool cust-xx-pool start-ip-address end-ip-address 8

9 Step 3 Define the ISAKMP policy for remote access. crypto isakmp policy 20 encr aes 256 authentication pre-share group 2 lifetime SHA is the default value for hash functions. Step 4 Define a split-tunneling list to define to what the VPN clients will access over an IPSec tunnel. access-list cust-client-xx-acl permit ip client-xx-servers any Step 5 Define the VPN clients group. crypto isakmp client configuration group cust-xx-group key pre-shared-key pool cust-xx-pool acl cust-client-xx-acl Step 6 Define the ISAKMP profile for VPN clients. crypto isakmp profile cust-xx-client-profile match identity group cust-xx-group client authentication list vpnclients isakmp authorization list vpnclients client configuration address respond Step 7 The IPSec transform set should be the same as for site-to-site tunnels. crypto ipsec transform-set aes-sha esp-aes 256 esp-sha-hmac Step 8 Configure a dynamic crypto map for remote access. crypto dynamic-map cust-xx-dyn 10 set transform-set aes-sha set isakmp-profile cust-xx-client-profile reverse-route Step 9 Add a new crypto map entry for remote access to the customer crypto map. crypto map vpn-cust-xx 200 ipsec-isakmp dynamic cust-xx-dyn Reverse Route Injection is enabled in Step 8. This creates the static /32 route for a VPN client assigned IP address in the global routing table. The next hop of this route is the PC's real IP address. This static route could be redistributed into dynamic routing protocols used inside the customer network to provide full connectivity on Layer 3. 9

10 Site-to-Site IPSec Tunnel Configuration with IVRF/FVRF and Pre-shared Key Authentication The following steps setup site-to-site tunnels with inside and front VRF and pre-shared key authentication. Step 1 Define the customer dedicated VRFs. ip vrf cust-xx-ivrf rd 64512:2000 route-target export 64512:2000 ip vrf cust-xx-fvrf rd 64513:2001 route-target export 64513:2001 Step 2 Define the pre-shared key for a tunnel. crypto keyring cust-xx-key vrf cust-xx-fvrf pre-shared-key address ip-address key key-string Step 3 Define ISAKMP policy for all site-to-site tunnels. crypto isakmp policy 10 encr aes 256 authentication pre-share group 5 lifetime SHA is the default value for hash functions. Step 4 Enable on-demand DPDs. This should be done only once and is applied to all site-to-site tunnels. crypto isakmp keepalive 10 Step 5 Define the customer ISAKMP profile. crypto isakmp profile cust-xx-profile vrf cust-xx-ivrf keyring cust-xx-key match identity address ip-address cust-xx-fvrf Step 6 Define the IPSec policy to use for all IPSec tunnels. crypto ipsec transform-set aes-sha esp-aes 256 esp-sha-hmac Step 7 Enable fragmentation before encryption globally.!this command is enabled globally by default and doesn't have to be explicitly configured. crypto ipsec fragmentation before-encryption!clearing the DF bit in the packet will allow the fragmentation to occur regardless of fact if the initial packet had it set or not. crypto ipsec df-bit clear 10

11 Step 8 Define a crypto access list. access-list cust-xx-acl permit ip local-proxy remote-proxy Step 9 Define the crypto map for a customer. crypto map vpn-cust-xx 10 ipsec-isakmp set peer ip-address set transform-set aes-sha set isakmp-profile cust-xx-profile match address cust-xx-acl reverse-route static Step 10 Apply the crypto map to an interface. interface GigabitEthernetX/Y ip vrf forwarding cust-xx-fvrf!define mtu size depending on physical connection in production network. ip mtu 1440 ip address a.a.a.a crypto map vpn-cust-xx Reverse Route Injection is enabled in Step 9 with a static option. This creates a static route for the remoteproxy subnet in the VRF cust-xx-ivrf routing table immediately after configuration. This static route could be redistributed into dynamic routing protocols inside the customer network to provide full connectivity at Layer 3. Remote Access IPSec with VRF Configuration The following configuration steps define how to enable remote access for a customer. VPN clients are authenticated against centralized TACACS servers residing in dedicated VRFs. VPN clients access services in another specific VRF cust-xx-vrf. Step 1 Define the VRF in which the TACACS server resides. ip vrf vrf rd 64511:2001 route-target export 64511:2001 ip vrf cust-xx-vrf rd 64512:2000 route-target export 64512:2000 Step 2 Define the AAA server group with the TACACS server. aaa new-model aaa group server tacacs+ tac-group server-private tacacs_srv_ip_address key key_value ip vrf forwarding vrf 11

12 Step 3 Define user authentication and group authorization. aaa authentication login default none aaa authentication login vpnclients group tac-group aaa authorization network vpnclients local Step 4 Define a local pool for VPN clients. ip local pool cust-xx-pool start-ip-address end-ip-address Step 5 Define ISAKMP policy for remote access. crypto isakmp policy 20 encr aes 256 authentication pre-share group 2 lifetime SHA is the default value for hash functions. Step 5 Define a split-tunneling list to define to what the VPN clients will access over an IPSec tunnel. access-list cust-client-xx-acl permit ip client-xx-servers any Step 6 Define a VPN clients group. crypto isakmp client configuration group cust-xx-group key pre-shared-key pool cust-xx-pool acl cust-client-xx-acl Step 7 Define an ISAKMP profile for VPN clients. crypto isakmp profile cust-xx-client-profile vrf cust-xx-vrf match identity group cust-xx-group client authentication list vpnclients isakmp authorization list vpnclients client configuration address respond Step 8 The IPSec transform set should be the same as for site-to-site tunnels. crypto ipsec transform-set aes-sha esp-aes 256 esp-sha-hmac Step 9 Configure a dynamic crypto map for remote access. crypto dynamic-map cust-xx-dyn 10 set transform-set aes-sha set isakmp-profile cust-xx-client-profile reverse-route Step 10 A new crypto map entry for remote access should be added to the customer crypto map. crypto map vpn-cust-xx 200 ipsec-isakmp dynamic cust-xx-dyn 12

13 Reverse Route Injection is enabled in Step 9. This creates the static /32 route for the VPN client assigned IP address in the VRF cust-xx-vrf routing table. The next hop of this route is the PC's real IP address. This static route could be redistributed into dynamic routing protocols used inside a customer s network to provide full connectivity at Layer 3. ISAKMP Authentication Using Digital Certificates 13 If IPSec peers use digital certificates for authentication, this chapter highlights the configuration changes that need to be implemented. The following configuration steps are required for CA enrollement: Step 1 Define the domain name on the router. ip domain-name cisco.com Step 2 Create an RSA key pair. crypto key generate rsa Step 3 Define the CA trustpoint. crypto pki trustpoint CA-name enrollment url revocation-check none Step 4 Retrieve the CA root certificate. crypto ca authenticate CA-name Step 5 Enroll with CA. crypto ca enroll CA-name Step 6 Verify with a show command show crypto ca certificate Ensure that both certificates were installed correclty and save them with the write memory command. ISAKMP policies on routers must be changed to reflect authentication with digital certificates.!isakmp Policy for Site-to-Site Tunnels crypto isakmp policy 10 authentication rsa-sig encryption aes-256 hash sha group 5 lifetime 28800!ISAKMP Policy for Remote Access crypto isakmp policy 20 authentication rsa-sig encryption aes-256 hash sha group 2 lifetime 28800

14 In the case of Remote Access OU field from certificate will need to match the configured VPN Clients groups on the routers and will be used as identity in the ISAKMP profile dedicated for Remote Access. In the case of Site-to-Site tunnels the certificate map will need to be configured to match the hostname from certificate: crypto pki certificate map cust-xx-cert-map 10 name co hostname-from-remote-router-certificate The ISAKMP profile will then need to be matched based on the certificate map as follows: crypto isakmp profile cust-xx-profile vrf cust-xx-vrf ca trust-point CA-name match certificate cust-xx-cert-map IPSec HA Configuration Hot Standby Routing Protocol (HSRP) is commonly used to provide failover between routers. HSRP tracks the state of router interfaces and provides a failover mechanism between primary and secondary devices. This functionality can be exploited to provide IPSec redundancy. HSRP has been coupled with RRI and IPSec to provide a stateless IPSec failover mechanism. The Reverse Route Injection (RRI) feature allows dynamic routing information updates during the HSRP and IPSec failover. With stateless IPSec HA in the case of primary router failure/interface failure the secondary router will resume using virtual IP address and becomes new tunnel headend device. Dead Peer Detection - DPD allows customer s spoke routers and VPN clients to detect failure of a router and to reconnect to the new active router. In this kind of implementation all customer s spoke routers and VPN clients connect to the HSRP virtual IP address. The following configuration enables IPSec HA: interface GigabitEthernetX/Y ip mtu 1440 ip address a.a.a.a standby x ip a.a.a.a10 standby x name ipsec-ha-x crypto map vpn-cust-xx redundancy ipsec-ha-x 14

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 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

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

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

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 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

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

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

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

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

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

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

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

Cisco Next Generation Enterprise WAN

Cisco Next Generation Enterprise WAN Deployment Guide Cisco Next Generation Enterprise WAN Regional WAN Remote Access VPN Deployment Guide September, 2011 2011 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public

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

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

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

Protected URL Database

Protected URL Database 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

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

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 Express Release 4.2(1) July 2007 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive

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

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

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

User Guide for Cisco IP Phone Messenger Release 8.0, 8.5, and 8.6

User Guide for Cisco IP Phone Messenger Release 8.0, 8.5, and 8.6 User Guide for Cisco IP Phone Messenger Release 8.0, 8.5, and 8.6 May 15, 2012 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408

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

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 Interaction Manager Supervision Console User s Guide

Cisco Interaction Manager Supervision Console User s Guide Cisco Interaction Manager Supervision Console User s Guide Release 4.1(1) January 2007 Corporate Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

Catalyst 2955 Switch DIN Rail Clip Installation Notes

Catalyst 2955 Switch DIN Rail Clip Installation Notes Catalyst 955 Switch DIN Rail Clip Installation Notes These installation notes provide updated installation and removal instructions for the DIN rail clip on the Catalyst 955 switch. Note For installation,

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

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

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

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

Cisco IP Phone Agent User Guide

Cisco IP Phone Agent User Guide Cisco IP Phone Agent User Guide Cisco Desktop Product Suite 4.5 (ICD) Corporate Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel: 408 526-4000

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

Applying the Tunnel Template on the Home Agent

Applying the Tunnel Template on the Home Agent Tunnel templates allow a mobile router to carry multicast sessions to mobile networks as it roams. The for Multicast feature allows the configuration of multicast sessions on statically created tunnels

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

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

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 Unified Web and Interaction Manager Sizing Guide

Cisco Unified Web and  Interaction Manager Sizing Guide Cisco Unified Web and E-mail Interaction Manager Sizing Guide Release 4.1(1) January 2007 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

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

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

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

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

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

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

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 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

Cisco Unified Interaction Manager

Cisco Unified  Interaction Manager Cisco Unified E-Mail Interaction Manager Release 4.2(1) August 2007 Tools and Considerations for Users of Cisco E-Mail Manager Option Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San

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

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

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

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

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

RADIUS Tunnel Preference for Load Balancing and Fail-Over

RADIUS Tunnel Preference for Load Balancing and Fail-Over RADIUS Tunnel Preference for Load Balancing and Fail-Over Feature History for RADIUS Tunnel Preference for Load Balancing and Fail-Over Release Modification 12.2(4)T This feature was introduced. 12.2(11)T

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

Hardware and System Software Specification (Bill of Materials)

Hardware and System Software Specification (Bill of Materials) (Bill of Materials) Cisco Unified Intelligence Suite Release 7.5(x) Revision 1.8 Updated for Maintenance Release 7.5(4) on August 10, 2010 Corporate Headquarters Cisco Systems, Inc. 170 West Tasman Drive

More information

Hardware and System Software Specification for Cisco Unified Web and Interaction Manager

Hardware and System Software Specification for Cisco Unified Web and  Interaction Manager Hardware and System Software Specification f Cisco Unified Web and E-Mail Interaction Manager F Unified Contact Center Enterprise Release 9.0(1) January 2013 Americas Headquarters Cisco Systems, Inc. 170

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

Cisco Unity User Guide--Modified/Abridged

Cisco Unity User Guide--Modified/Abridged --Modified/Abridged Managing Voice Mail Using Your Telephone Corporate 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

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 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

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

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

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

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

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

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 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

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

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

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

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 MDS 9000 Family NX-OS High Availability and Redundancy Configuration Guide

Cisco MDS 9000 Family NX-OS High Availability and Redundancy Configuration Guide Cisco MDS 9000 Family NX-OS High Availability and Redundancy Configuration Guide July 2009 Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

Using Application Level Gateways with NAT

Using Application Level Gateways with NAT Using Application Level Gateways with NAT Network Address Translation (NAT) performs translation service on any Transmission Control Protocol/User Datagram Protocol (TCP/UDP) traffic that does not carry

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

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

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

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

Recovery Guide for Cisco Digital Media Suite 5.2 Appliances

Recovery Guide for Cisco Digital Media Suite 5.2 Appliances Recovery Guide for Cisco Digital Media Suite 5.2 Appliances May 3, 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

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

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

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

PPP/MLP MRRU Negotiation Configuration

PPP/MLP MRRU Negotiation Configuration PPP/MLP MRRU Negotiation Configuration The PPP/MLP MRRU Negotiation Configuration feature allows a router to send and receive frames over Multilink PPP (MLP) bundles that are larger than the default Maximum

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 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

RADIUS Logical Line ID

RADIUS Logical Line ID RADIUS Logical Line ID Feature History for RADIUS Logical Line ID Release Modification 12.2(13)T This feature was introduced. 12.2(15)B This feature was integrated into Cisco IOS Release 12.2(15)B. 12.2(27)SBA

More information

PPPoE Client DDR Idle Timer

PPPoE Client DDR Idle Timer The feature supports the dial-on-demand routing (DDR) interesting traffic control list functionality of the dialer interface with a PPP over Ethernet (PPPoE) client, but also keeps original functionality

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

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

Cisco Group Encrypted Transport VPN (GET VPN) and LISP Interaction

Cisco Group Encrypted Transport VPN (GET VPN) and LISP Interaction Cisco Group Encrypted Transport VPN (GET VPN) and LISP Interaction SDU DCI Validation and Configuration Notes June 19, 2012 CCDE, CCENT, CCSI, Cisco Eos, Cisco Explorer, Cisco HealthPresence, Cisco IronPort,

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

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

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

DHCP Relay MPLS VPN Support

DHCP Relay MPLS VPN Support DHCP Relay MPLS VPN Support Feature History Release 12.2(4)B 12.2(8)T 12.2(13)T 12.2(27)SBA Modification This feature was introduced. This feature was integrated into Cisco IOS Release 12.2(8)T The feature

More information

Adding a Cisco Small Business 300 Series Switch to SBCS 2.0

Adding a Cisco Small Business 300 Series Switch to SBCS 2.0 SMART Designs Smart Business Communications Systems v2.0 Adding a Cisco Small Business 300 Series Switch to SBCS 2.0 Application Note September, 2010 Americas Headquarters Cisco Systems, Inc. 170 West

More information

Cisco TEO Adapter Guide for BMC Remedy

Cisco TEO Adapter Guide for BMC Remedy Release 2.2 September 2011 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

More information

Configuring the Cisco IOS DHCP Relay Agent

Configuring the Cisco IOS DHCP Relay Agent Configuring the Cisco IOS DHCP Relay Agent Cisco routers running Cisco IOS software include Dynamic Host Configuration Protocol (DHCP) server and relay agent software. A DHCP relay agent is any host that

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 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