Cisco MICA Modem Dial Modifiers for Cisco AS5300 and AS5800 Universal Access Servers

Size: px
Start display at page:

Download "Cisco MICA Modem Dial Modifiers for Cisco AS5300 and AS5800 Universal Access Servers"

Transcription

1 Cisco MICA Modem Dial Modifiers for Cisco AS5300 and AS5800 Universal Access Servers June 22, 2001 This feature module describes dial modifier support for Cisco MICA modems through enhanced Cisco MICA attention (AT) commands on Cisco AS5300 and Cisco AS5800 universal access servers. This document includes the following sections: Feature Overview, page 1 Supported Platforms, page 3 Supported Standards, MIBs, and RFCs, page 3 Prerequisites, page 3 Configuration Tasks, page 3 Configuration Examples, page 6 Command Reference, page 7 Glossary, page 9 Feature Overview Dial modifiers permit multi stage dialing for outbound modem calling through public (PSTN) and private switched telephone networks. The Cisco MICA Modem Dal Modifiers feature is enabled by arguments to the ATD AT command. The AT prefix informs the modem that commands are being sent to it, and the D (dial string or dial) suffix dials a telephone number, establishing a connection. With Cisco MICA Modem Dal Modifiers running Cisco IOS Release 12.1(5)T or higher, you can enter the following dial modifiers after the D in your dial string: X, W, and the comma (,) character. These modifiers had been previously accepted without error but ignored in Cisco MICA modems. Corporate Headquarters: Cisco Systems, Inc., 170 West Tasman Drive, San Jose, CA USA Copyright Cisco Systems, Inc. All rights reserved. OL

2 Feature Overview Table 1 Dial Modifiers for Cisco MICA Modems Dial Modifier X Definition Switches to in-band dual tone multifrequency (DTMF) mode for any subsequent digits remaining in the ATD string. The X dial modifier has been added to serve as a delimiter for the host when processing the dial string. Allows Cisco MICA portware to be used in many environments that do not support DTMF dialing (for example, PRI). W Waits for dial tone then switches to in-band DTMF mode for any subsequent digits remaining in the ATD string. The W dial modifier also acts as a delimiter between the primary and secondary sections of the dial string, so that no additional X modifier is needed. Once either an X or a W has been parsed in the dial string, any additional X modifiers are ignored. Additional W modifiers cause Cisco MICA to wait for a dial tone., Delay: Number of seconds in S8. Default is 2 seconds. The (,) dial modifier is treated as a silent DTMF tone for the duration of seconds specified in S8. The (,) is acted on only after the call switching module (CSM) has been transitioned into DTMF mode, which requires either that it follow an X or a W in the dial string or that the T1/E1 is configured for DTMF signaling. In the following example dial string, the portion of the string before the X is dialed for the given line type used in your configuration. All digits after the X generate the appropriate DTMF tones. atdt x,,567 Benefits Universal Service The Cisco MICA Modem Dal Modifiers feature meets industry demands for multi role, multi application access server capabilities. Standard Feature The Cisco MICA Modem Dal Modifiers feature is available as part of the listed standard features offered by the Cisco MICA modem platform and the AT command set contained within Cisco MICA modems. Related Documents AT Command Set and Register Summary for MICA Six-Port Modules Cisco AS5x00 MICA 6-Port and 12-Port Modem Module Portware/Cisco IOS Software Compatibility Matrixes Cisco IOS Configuration Guide Master Index, Cisco IOS Release 12.1 Cisco IOS Command Reference Master Index, Cisco IOS Release 12.1 Release Notes for Cisco MICA Portware Version on Cisco AS5x00 Universal Access Servers 2 OL

3 Supported Platforms Supported Platforms Cisco AS5300 Cisco AS5800 Supported Standards, MIBs, and RFCs Standards No new or modified standards are supported by this feature. MIBs No new or modified MIBS are supported by this feature. To obtain lists of supported MIBs by platform and Cisco IOS release, and to download MIB modules, go to the Cisco MIB web site on Cisco Connection Online (CCO) at RFCs No new or modified RFCs are supported by this feature. Prerequisites You must be running Cisco IOS Software Release 12.1(5)T or higher. Configuration Tasks See the following section for configuration tasks for the Cisco MICA Modem Dal Modifiers feature. Each task in the list is identified as either optional or required. Using X, W, and (,) Dial Modifiers (required) Verifying Modem Connection (optional) Using W, X, and (,) Dial Modifiers To send AT commands to the modem, you must first put the modem in AT command mode. Entering AT command mode involves a reverse Telnet procedure. Enter AT command mode from Cisco IOS privileged EXEC mode using reverse Telnet. Note Cisco MICA does not support the modem at-mode commands used in Cisco IOS line configuration mode. Therefore, you cannot issue AT commands to Cisco MICA modems from the Cisco IOS command line. OL

4 Configuration Tasks Command Purpose Step 1 Router> enable Enters privileged EXEC command mode. Step 2 Router# show modem Displays a high-level performance report for all the modems or a single modem inside the Cisco AS5300. Modems are listed by slot/modem (for example, 1/0, 1/1, and so on). Locate the terminal (TTY) line number you want to configure with the AT commands in the Modem column. TTY lines can be 0 through 47 and beyond, depending on the number of modems you have. Step 3 Router# configure terminal Enters global configuration mode. Executes configuration commands from the terminal. Step 4 Router(config)# line 1 Enters config-line global configuration mode. Identifies a specific TTY line for configuration and begins the command in-line configuration mode collection mode. You must enter the relative number of the terminal line (or the first line in a contiguous group) that you want to configure when the line type is specified. Numbering begins with zero. Step 5 Router(config-line)# modem inout Allows line to support dial-in and dial-out connections. Step 6 Router(config-line)# transport output telnet Allows outbound Telnet connection. Step 7 Router(config-line)# exit Exits to global configuration mode. Step 8 Router(config)# ip host modem Configures a reverse Telnet connection to the modem. In this example, ip-host maps the hostname to the IP address (modem1 is the name used in this example to represent the modem), and 2001 is the two-digit line number of the modem, prefixed by 20. If you do not know which line number to use, enter the show line command and check the resulting display for TTY numbers that have inout listed in the Modem column. The show line command displays the TTYs by number (for example, TTY1, TTY2, and so on). Step 9 Router(config)# telnet modem1 Trying modem1 ( , 2001)... Open User Access Verification Requests Telnet session with modem1. The Telnet connection is open when you see the word Open. Step 10 Username: Password: at OK Enter your username and password. Enters AT command mode. There is no command prompt in AT command mode. The modem returns OK when you are in AT command mode. 4 OL

5 Configuration Tasks Step 11 atd [0-9 A-D * # x w,] Enters the ATD dial string command followed by X, W, or (,). The 0-9, A-D, *, and # symbols are valid characters that can be entered before the X, W, or (,) dial modifiers. Enter these characters without spaces after entering the ATD prefix. Step 12 Command ctrl-shift-6 x Purpose Exits AT command mode and returns to privileged EXEC mode when you have finished entering AT commands (or hold down the Control and Shift keys and press 6, release, then press X). Router# disconnect Ends the Telnet connection. Use these guidelines when you send AT commands to a modem: Commands are executed when you press Return or Enter. Command lines are limited to 128 characters, not including the AT prefix and return characters. Dial strings are limited to 49 characters. You can enter several commands on the same command line, as long as you do not exceed the 128-character limit. Enter commands with no spaces or separators between them. The commands are executed in the order in which they appear on the command line. If an individual command fails (system returns ERROR), any subsequent commands on that line are not executed. Certain commands work only if they are the last command on the line. Such commands include A (answer), D (dial), H (hang up), Z (reset), and any command that takes time to execute or that does not return a result immediately. Spaces within AT commands are permitted anywhere except between the A and the T. For example, enter ATS0?, AT S0?, ATS 0?, but not A TS0?. Commands can be entered as uppercase, lowercase, or mixed case. Enter Ctrl-C (^C) to abort a partially entered command. The modem echoes ^C. Use the Backspace key (or another key specified in register S5) to erase characters on the command line, except for the leading characters AT. To clear the characters AT, press Return for a fresh command line. A missing numeric argument is assumed to be zero. For example, the Quiet command Q is equivalent to Q0. The modem operates in the following modes: Command state: The modem is idle and waiting for commands. Setup state: Establishing a connection. Online state: Connected to another modem. To return to the online state from any other state, enter ATO and press Return. You will see a fresh connect message. Escape state: Allows you to enter commands while the modem is online. To go to escape state, enter the +++ default escape code. When you enter the +++ command, pause for at least a second before and after typing it, but do not pause between characters. Do not press Return. Wait for the OK prompt before entering commands. For more information about AT commands, refer to the Cisco document, AT Command Set and Register Summary for MICA Six-Port Modules. OL

6 Configuration Examples Verifying Modem Connection If you are unable to connect to the modem, check the following: Enter the show users EXEC command to verify that the modem state is idle. You should see that the line is not in use. Shows TTY reverse Telnet status information. Enter the show line EXEC command to verify that the line is configured for modem inout. Shows TTY reverse Telnet status information. Enter the show modem EXEC command and its variations to provide modem connection information. If you do not have any connected calls, the modem is idle and the display shows no (*) characters next to the modem. Check to see if the virtual terminal connections to lines in the access server require passwords. Check to see if the speed between the modem and the access server are the same. They are likely to be different. If they are different, switch off the modem, then switch it back on. This should match the speed of the modem with the speed of the access server. Configuration Examples Use example dial strings in this section as a guide. The following examples show a call placed to with a dial extension of 1234 after a wait of four seconds. PRI example: atd x,,1234 CAS example: atd ,,1234 The following examples show a call placed to , with a wait of four seconds, then a dial to extension 71, which enables the dial tone for placing an outbound call. After detecting the outbound dial tone, a call to is placed. PRI example: atd x,,71w CAS example: atd ,,71w The following examples show a call placed to (which, for this example, provides a second dial tone for placing calls known as a call bridge) and then a wait for the dial tone indicated by the W. When the dial tone is detected, is dialed. There is no X in this PRI example, because the W will act as the delimiter to indicate to the CSM that there has been a transition to DTMF dialing. PRI example: atd w CAS example: atd w OL

7 Command Reference Command Reference This section documents the modified command that enables the Cisco MICA Modem Dal Modifiers feature. All other commands used with this feature are documented in the Cisco IOS Release 12.2 command reference publications. ATD OL

8 Command Reference ATD To enable dial modifiers X, W, or the comma (,) character on Cisco MICA modems, use the ATD command in the command state AT command mode. ATD [X W,] Syntax Description AT D X Attention. Informs the modem that commands are being sent to it. Dial string or dial command character. Dials a telephone number, establishing a connection. Always make the dial command the last (or the only) command on the command line. The dial string can contain a a maximum of 49 characters; valid characters are the digits 0 to 9 and, for tone dialing, the letters A, B, C, and D, and the characters # and *. Switches to in-band dual tone multifrequency (DTMF) mode for any subsequent digits remaining in the ATD string. The X dial modifier has been added to serve as a delimiter for the host when processing the dial string. Allows Cisco MICA portware to be used in many environments that do not support DTMF dialing (for example, PRI). W Waits for dial tone then switches to in-band DTMF mode for any subsequent digits remaining in the ATD string. The W dial modifier also acts as a delimiter between the primary and secondary sections of the dial string, so no additional X modifier is needed. Once either an X or a W has been parsed in the dial string, any additional X modifiers are ignored. Additional W modifiers cause Cisco MICA to wait for a dial tone., Delay: Number of seconds in S8. Default is two seconds. The (,) dial modifier is treated as a silent DTMF tone for the duration of seconds specified in S8. The (,) is only acted on after the CSM has been transitioned into DTMF mode, which requires that it either follow an X or a W in the dial string, or that the T1/E1 is configured for DTMF signaling. Defaults No default behavior or values. Command Modes Command state AT command mode. Command History Release 12.1(5)T Modification Dial modifiers X, W, and (,) accepted by Cisco MICA modems. Usage Guidelines The W and (,) modifiers work similarly to those used in a standalone analog modem. The W dial modifier monitors the audio content within the DS-0 channel. When the conditions of dial tone are detected, any numeric characters in the ATD string following a W are asserted as in-band. If the W is found in the remainder in the string, it is acted upon in accordance with its functional definitions. 8 OL

9 Glossary The Cisco MICA dial tone detector is required to detect a normal, continuous dial tone. You can optionally set the dial tone detector to recognize a credit card dial tone, which is characterized by a short, one-time 500ms tone with a volume decay not lasting more than 500 ms. If no dial modifier is present in an ATD string, then all digits are passed to the Cisco IOS software for delivery to the Public Switched Telephone Network (PSTN), according to the specific type of trunk being used by the access server (channelized T-1, E-1, or primary rate ISDN). If the ATD state is already in the in-band DTMF mode, any further digits appearing in the ATD string are sent as in-band DTMF tones. Once the state machine is in the in-band DTMF mode, it does not go back to the mode where digits are passed to the Cisco IOS software for trunk signaling. Examples The following shows a sample PRI call: atd x,,71w atd Number is dialed. x Switches to DTMF mode.,, Four-second pause. 71 Dials the digits 71. w Waits for a dial tone A second number is dialed. Note Depending on switch and equipment interactions, extra comma characters (,) might be required in the dial modifiers string. Glossary AT command set The modem command-line interpreter contained within Cisco MICA modems. CAS channel-associated signaling. CSM call switching module. DTMF dual tone multifrequency. MICA Modem ISDN channel aggregation. Used as a generic term to describe the Telebit high-density modem technology. PRI Primary Rate Interface. ISDN interface to primary rate access. Primary rate access consists of a single 64-Kbps D channel plus 23 (T1) or 30 (E1) B channels for voice or data. PSTN Public Switched Telephone Network. OL

10 Glossary 10 OL

ISDN Network Side for ETSI Net5 PRI

ISDN Network Side for ETSI Net5 PRI ISDN Network Side for ETSI Net5 PRI Feature History Release 12.1(T) 12.1(5)XM2 Modification This feature was introduced. Support was added for the Cisco AS5350 and Cisco AS5400 universal gateways. This

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

Interworking Signaling Enhancements for H.323 and SIP VoIP

Interworking Signaling Enhancements for H.323 and SIP VoIP Interworking Signaling Enhancements for H.323 and SIP VoIP This feature module describes enhancements to H.323 and Session Initiation Protocol (SIP) signaling when interworking with ISDN, T1 channel associated

More information

Dial Peer Features and Configuration

Dial Peer Features and Configuration Establishing voice communication over a packet network is similar to configuring a static route: You are establishing a specific voice connection between two defined endpoints. Call legs define the discrete

More information

Gateway Trunk and Carrier Based Routing Enhancements

Gateway Trunk and Carrier Based Routing Enhancements Gateway Trunk and Carrier Based Routing Enhancements Feature History Release Modification 12.2(2)XU This feature is introduced for H.323 and SIP interfaces on the Cisco 2600 series, Cisco 3600 series,

More information

This feature was introduced.

This feature was introduced. Feature History Release 12.2(11)T Modification This feature was introduced. This document describes the QSIG for TCL IVR (Tool Language Interactive Voice Response) 2.0 feature in and includes the following

More information

Voice Performance Statistics on Cisco Gateways

Voice Performance Statistics on Cisco Gateways Voice Performance Statistics on Cisco Gateways The Voice Performance Statistics on Cisco Gateways feature enables the collection of voice call signaling statistics and VoIP AAA accounting statistics based

More information

Configuring RTP Header Compression

Configuring RTP Header Compression Configuring RTP Header Compression First Published: January 30, 2006 Last Updated: July 23, 2010 Header compression is a mechanism that compresses the IP header in a packet before the packet is transmitted.

More information

1- and 2-Port V.90 Modem WICs for Cisco 2600 and Cisco 3600 Series Multiservice Platforms

1- and 2-Port V.90 Modem WICs for Cisco 2600 and Cisco 3600 Series Multiservice Platforms 1- and 2-Port V.90 Modem WICs for Cisco 2600 and Cisco 3600 Series Multiservice Platforms Feature History Release 12.2(2)XB Description This feature was introduced. The 1- and 2-port V.90 modem WAN interface

More information

OSP URL Command Change

OSP URL Command Change OSP URL Command Change Feature History Release 12.2(2)XU Modification This feature was introduced. This document describes the OSP URL Command Change feature in and includes the following sections: Feature

More information

Universal Port Resource Pooling for Voice and Data Services

Universal Port Resource Pooling for Voice and Data Services Universal Port Resource Pooling for Voice and Data Services Feature History Release 12.2(2)XA 12.2(2)XB1 12.2(11)T Description This feature was introduced on the Cisco AS5350 and AS5400. This feature was

More information

Granular Protocol Inspection

Granular Protocol Inspection The feature adds flexibility to the Cisco IOS Firewall by allowing it to perform a higher degree of inspection of TCP and User Data Protocol (UDP) traffic for most RFC 1700 application types. Finding Feature

More information

Fine-Tuning Analog and Digital Voice Ports

Fine-Tuning Analog and Digital Voice Ports The default parameter values for voice ports are usually sufficient for most networks. Depending on the specifics of your particular network, however, you may need to adjust certain parameters that are

More information

Implementing T1 CAS for VoIP

Implementing T1 CAS for VoIP This chapter describes how to implement the T1 Channel-Associated Signaling (CAS) for VoIP feature. This feature adds support for T1 CAS and E1 R2 signaling with the voice feature card (VFC). The T1 CAS

More information

AAA Authorization and Authentication Cache

AAA Authorization and Authentication Cache AAA Authorization and Authentication Cache First Published: March 16, 2006 Last Updated: March 1, 2006 The AAA Authorization and Authentication Cache feature allows you to cache authorization and authentication

More information

Multilevel Precedence and Preemption

Multilevel Precedence and Preemption This document describes the (MLPP) service introduced in Cisco Unified Communications Manager Express 7.1 (Cisco Unified CME). Prerequisites for MLPP, page 1 Information About MLPP, page 1 Configure MLPP,

More information

NetFlow Multiple Export Destinations

NetFlow Multiple Export Destinations Feature History Release 12.0(19)S 12.0(19)ST 12.2(2)T 12.2(14)S Modification This feature was introduced on the Cisco 12000 Internet router. This feature was integrated into Cisco IOS Release 12.0(19)ST.

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

No Service Password-Recovery

No Service Password-Recovery No Service Password-Recovery Last Updated: January 18, 2012 The No Service Password-Recovery feature is a security enhancement that prevents anyone with console access from accessing the router configuration

More information

Configuring SIP Support for Hookflash

Configuring SIP Support for Hookflash Configuring SIP Support for Hookflash Last Updated: September 28, 2012 This chapter contains information about the SIP Support for Hookflash feature that allows you to configure IP Centrex supplementary

More information

RSVP Interface-Based Receiver Proxy

RSVP Interface-Based Receiver Proxy RSVP Interface-Based Receiver Proxy Last Updated: January 15, 2013 The RSVP Interface-Based Receiver Proxy feature lets you configure a proxy device by outbound interface instead of configuring a destination

More information

Redundant Link Manager (RLM)

Redundant Link Manager (RLM) Redundant Link Manager (RLM) Feature History Release Modification 11.3(7) This feature was introduced. 12.1(5)XM2 Support was added for the Cisco AS5350 and Cisco AS5400 universal gateways. This document

More information

Cisco Mobile Networks Tunnel Templates for Multicast

Cisco Mobile Networks Tunnel Templates for Multicast Cisco Mobile Networks Tunnel Templates for Multicast The Cisco Mobile Networks--Tunnel Templates for Multicast feature allows the configuration of multicast on statically created tunnels to be applied

More information

Configuring TCP Header Compression

Configuring TCP Header Compression Configuring TCP Header Compression First Published: January 30, 2006 Last Updated: May 5, 2010 Header compression is a mechanism that compresses the IP header in a packet before the packet is transmitted.

More information

H.323-to-H.323 Interworking on CUBE

H.323-to-H.323 Interworking on CUBE This chapter describes how to configure and enable features for H.323-to-H.323 connections on CUBE. Configuring H.323-to-H.323 connections on a CUBE opens all ports by default. If CUBE has a public IP

More information

VoIP with Channel Associated Signaling (CAS)

VoIP with Channel Associated Signaling (CAS) VoIP with Channel Associated Signaling (CAS) Document ID: 14078 Contents Introduction Prerequisites Requirements Components Used Related Products Conventions T1 Signaling: CCS and CAS CCS CAS Configure

More information

Managing Connections Menus and System Banners

Managing Connections Menus and System Banners Managing Connections Menus and System Banners Management of connections to other hosts, banner messages for router users, and creation of menus for specific user tasks consists of many optional features

More information

ATM Software Segmentation and Reassembly

ATM Software Segmentation and Reassembly Feature History Release Modification 12.2(2)XB Cisco 2600 Series T1/E1 ATM and Cisco 3660 T1 Inverse Multiplexing over ATM (IMA) ATM Adaption Layer 2 (AAL2) Support was introduced. 12.2(8)T This feature

More information

Cisco RF Switch Firmware Command Reference Guide

Cisco RF Switch Firmware Command Reference Guide Cisco RF Switch Firmware Command Reference Guide March 31, 2011 Cisco RF Switch Firmware Version 4.0 OL-15733-03 This document describes the cable-specific RF Switch Firmware and supporting command-line

More information

Configuring Secure Shell

Configuring Secure Shell Configuring Secure Shell Last Updated: October 24, 2011 The Secure Shell (SSH) feature is an application and a protocol that provides a secure replacement to the Berkeley r-tools. The protocol secures

More information

Integrated Voice and Data WAN on T1 E1 Interfaces

Integrated Voice and Data WAN on T1 E1 Interfaces Integrated Voice and Data WAN on T1 E1 Interfaces This chapter describes how to implement the Integrated Voice and Data WAN on T1/E1 Interfaces with the AIM-ATM-VOICE-30 Module feature. This card provides

More information

Application Firewall-Instant Message Traffic Enforcement

Application Firewall-Instant Message Traffic Enforcement Application Firewall-Instant Message Traffic Enforcement Last Updated: September 24, 2012 The Application Firewall--Instant Message Traffic Enforcement feature enables users to define and enforce a policy

More information

Expires Timer Reset on Receiving or Sending SIP 183 Message

Expires Timer Reset on Receiving or Sending SIP 183 Message Expires Timer Reset on Receiving or Sending SIP 183 Message Last Updated: December 20, 2011 This feature enables support for resetting the Expires timer when receiving or sending SIP 183 messages on Cisco

More information

Distributed Traffic Shaping for Line Cards in the Cisco Gigabit Switch Router

Distributed Traffic Shaping for Line Cards in the Cisco Gigabit Switch Router Distributed Traffic Shaping for Line Cards in the Cisco 12000 Gigabit Switch Router This document describes the Distributed Traffic Shaping (DTS) feature for the 12000 series Gigabit Route Processor line

More information

IP Routing: ODR Configuration Guide, Cisco IOS Release 15M&T

IP Routing: ODR Configuration Guide, Cisco IOS Release 15M&T 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 THE SPECIFICATIONS AND INFORMATION

More information

Paging. Restrictions for Paging. Information About Paging. Audio Paging

Paging. Restrictions for Paging. Information About Paging. Audio Paging Restrictions for, page 1 Information About, page 1 Configure, page 4 Configuration Examples for, page 13 Where to Go Next, page 17 Feature Information for, page 17 Restrictions for is not supported on

More information

aaa max-sessions maximum-number-of-sessions The default value for aaa max-sessions command is platform dependent. Release 15.0(1)M.

aaa max-sessions maximum-number-of-sessions The default value for aaa max-sessions command is platform dependent. Release 15.0(1)M. aaa max-sessions aaa max-sessions To set the maximum number of simultaneous authentication, authorization, and accounting (AAA) connections permitted for a user, use the aaa max-sessions command in global

More information

Configuring a Load-Balancing Scheme

Configuring a Load-Balancing Scheme This module contains information about Cisco Express Forwarding and describes the tasks for configuring a load-balancing scheme for Cisco Express Forwarding traffic. Load-balancing allows you to optimize

More information

Implementing Traffic Filters for IPv6 Security

Implementing Traffic Filters for IPv6 Security Implementing Traffic Filters for IPv6 Security Last Updated: November 14, 2011 This module describes how to configure Cisco IOS XE IPv6 traffic filter and firewall features for your Cisco networking devices.

More information

RSVP Support for RTP Header Compression, Phase 1

RSVP Support for RTP Header Compression, Phase 1 RSVP Support for RTP Header Compression, Phase 1 The Resource Reservation Protocol (RSVP) Support for Real-Time Transport Protocol (RTP) Header Compression, Phase 1 feature provides a method for decreasing

More information

Using the Command-Line Interface

Using the Command-Line Interface CHAPTER 2 This chapter describes the Cisco IOS command-line interface (CLI) and how to use it to configure your Cisco ME 3400 Ethernet Access switch. It contains these sections: Understanding Command Modes,

More information

Passwords and Privileges Commands

Passwords and Privileges Commands Passwords and Privileges Commands This chapter describes the commands used to establish password protection and configure privilege levels. Password protection lets you restrict access to a network or

More information

Configuring Modem Transport Support for VoIP

Configuring Modem Transport Support for VoIP Configuring Modem Transport Support for VoIP This chapter explains how to configure modem transport support for Voice over IP (VoIP) and contains the following sections: Modem Transport Support Overview,

More information

Implementing ADSL and Deploying Dial Access for IPv6

Implementing ADSL and Deploying Dial Access for IPv6 Implementing ADSL and Deploying Dial Access for IPv6 Last Updated: July 31, 2012 Finding Feature Information, page 1 Restrictions for Implementing ADSL and Deploying Dial Access for IPv6, page 1 Information

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

Configuring Template ACLs

Configuring Template ACLs Configuring Template ACLs First Published: June 19, 2009 Last Updated: June 19, 2009 When user profiles are configured using RADIUS Attribute 242 or vendor-specific attribute (VSA) Cisco-AVPairs, similar

More information

To use DNS, you must have a DNS name server on your network.

To use DNS, you must have a DNS name server on your network. Configuring DNS Last Updated: December 15, 2011 The Domain Name System (DNS) is a distributed database in which you can map host names to IP addresses through the DNS protocol from a DNS server. Each unique

More information

Voice over IP Q.SIG Network Transparency

Voice over IP Q.SIG Network Transparency Voice over IP Q.SIG Network Transparency Feature History Release 12.0(7)T 12.1(5)XM2 Modification This feature was introduced Support was added for the Cisco AS5350 and Cisco AS5400 universal gateways.

More information

Firewall Stateful Inspection of ICMP

Firewall Stateful Inspection of ICMP Firewall Stateful Inspection of ICMP Last Updated: March 26, 2012 The Firewall Stateful Inspection of ICMP feature addresses the limitation of qualifying Internet Control Management Protocol (ICMP) messages

More information

DDR Routing Commands

DDR Routing Commands DDR Routing Commands This section describes the function and displays the syntax of each dial-on-demand routing (DDR) command. For more information about defaults and usage guidelines, see the corresponding

More information

Implementing NAT-PT for IPv6

Implementing NAT-PT for IPv6 Implementing NAT-PT for IPv6 Last Updated: August 1, 2012 Network Address Translation--Protocol Translation (NAT-PT) is an IPv6 to IPv4 translation mechanism, as defined in RFC 2765 and RFC 2766, allowing

More information

Configuring RTP Header Compression

Configuring RTP Header Compression Header compression is a mechanism that compresses the IP header in a packet before the packet is transmitted. Header compression reduces network overhead and speeds up the transmission of either Real-Time

More information

QoS: Per-Session Shaping and Queuing on LNS

QoS: Per-Session Shaping and Queuing on LNS QoS: Per-Session Shaping and Queuing on LNS First Published: February 28, 2006 The QoS: Per-Session Shaping and Queuing on LNS feature provides the ability to shape (for example, transmit or drop) or queue

More information

Finding Support Information for Platforms and Cisco IOS Software Images

Finding Support Information for Platforms and Cisco IOS Software Images First Published: June 19, 2006 Last Updated: June 19, 2006 The Cisco Networking Services () feature is a collection of services that can provide remote event-driven configuring of Cisco IOS networking

More information

Configuring SIP Call-Transfer Features

Configuring SIP Call-Transfer Features Configuring SIP Call-Transfer Features This chapter describes how to configure SIP call-transfer features. It describes the following features: SIP - Call Transfer Using Refer Method SIP - Call Transfer

More information

Inspection of Router-Generated Traffic

Inspection of Router-Generated Traffic Inspection of Router-Generated Traffic The Inspection of Router-Generated Traffic feature allows Context-Based Access Control (CBAC) to inspect traffic that is originated by or destined to the router on

More information

QoS: Child Service Policy for Priority Class

QoS: Child Service Policy for Priority Class QoS: Child Service Policy for Priority Class First Published: November, 2006 Last Updated: March 2, 2009 The QoS: Child Service Policy for Priority Class feature allows you to configure a child service

More information

Configuring NAT for IP Address Conservation

Configuring NAT for IP Address Conservation This module describes how to configure Network Address Translation (NAT) for IP address conservation and how to configure the inside and outside source addresses. This module also provides information

More information

Configuration File Management Commands

Configuration File Management Commands This chapter provides detailed descriptions of commands used to manage configuration files in Cisco IOS Release 12.2. Configuration files contain the set of commands used to customize the function of the

More information

Configuring SIP Call-Transfer Features

Configuring SIP Call-Transfer Features Configuring SIP Call-Transfer Features Configuring SIP Call-Transfer Features Last Updated: May 05, 2011 This chapter describes how to configure SIP call-transfer features. It describes the following features:

More information

Troubleshooting Dial Technology Connectivity IOS DDR Initiates Call

Troubleshooting Dial Technology Connectivity IOS DDR Initiates Call Troubleshooting Dial Technology Connectivity IOS DDR Initiates Call Document ID: 14954 Contents Introduction Prerequisites Requirements Components Used History Conventions Cisco IOS DDR Initiates the Call

More information

Radius-Server Domain-Stripping Enhancements

Radius-Server Domain-Stripping Enhancements Radius-Server Domain-Stripping Enhancements Feature History Release 12.2(15)B Modification This feature was introduced on the Cisco 7200 series and Cisco 7400 ASR. This document describes the Radius-Server

More information

Logging to Local Nonvolatile Storage (ATA Disk)

Logging to Local Nonvolatile Storage (ATA Disk) Logging to Local Nonvolatile Storage (ATA Last Updated: October 12, 2011 The Logging to Local Nonvolatile Storage (ATA feature enables system logging messages to be saved on an advanced technology attachment

More information

H.323 Version 2 Support

H.323 Version 2 Support H.323 Version 2 Support Feature History Release 12.0(5)T 12.1(5)XM2 12.2(2)XA 12.2(4)T 12.2(2)XB1 12.2(11)T Modification This feature was introduced. Support was added for the Cisco AS5350 and Cisco AS5400.

More information

RADIUS Packet of Disconnect

RADIUS Packet of Disconnect First Published: March 19, 2001 Last Updated: October 2, 2009 The feature is used to terminate a connected voice call. Finding Feature Information Your software release may not support all the features

More information

Configuring PSTN Audio for CMR Hybrid, page 3. Cisco VCS Control/Cisco VCS Expresswaymust be configured.

Configuring PSTN Audio for CMR Hybrid, page 3. Cisco VCS Control/Cisco VCS Expresswaymust be configured. Prerequisites, page 1 Configuring SIP Audio for CMR Hybrid, page 2 Configuring PSTN Audio for CMR Hybrid, page 3 Configuring TSP Audio for CMR Hybrid, page 5 Prerequisites To configure SIP or PSTN Audio,

More information

WRED-Explicit Congestion Notification

WRED-Explicit Congestion Notification WRED-Explicit Congestion Notification Last Updated: December 2, 2011 Currently, the congestion control and avoidance algorithms for Transmission Control Protocol (TCP) are based on the idea that packet

More information

Using Multilink PPP over Frame Relay

Using Multilink PPP over Frame Relay Using Multilink PPP over Frame Relay Multilink PPP is a method used to reduce latency and jitter for real-time traffic. This module contains conceptual information and configuration tasks for using Multilink

More information

Dial Peer Configuration on Voice Gateway Routers Configuration Guide

Dial Peer Configuration on Voice Gateway Routers Configuration Guide Dial Peer Configuration on Voice Gateway Routers Configuration Guide Cisco IOS XE Release 3S Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

Configuration Tasks. Configuring the System Using CLI Commands. Configuring the System Using the GUI

Configuration Tasks. Configuring the System Using CLI Commands. Configuring the System Using the GUI Last Update: June 28, 2007 This chapter lists the tasks for configuring and maintaining Cisco Unity Express and contains the following sections: Configuring the System Using CLI Commands, page 21 Configuring

More information

BGP Policy Accounting Output Interface Accounting

BGP Policy Accounting Output Interface Accounting BGP Policy Accounting Output Interface Accounting Last Updated: November 2, 2011 Border Gateway Protocol (BGP) policy accounting (PA) measures and classifies IP traffic that is sent to, or received from,

More information

Configuring SIP Call-Transfer Features

Configuring SIP Call-Transfer Features This chapter describes how to configure SIP call-transfer features. It describes the following features: SIP - Call Transfer Using Refer Method SIP - Call Transfer Enhancements Using Refer Method SIP Transfer

More information

Checklists for Configuring the Gateway

Checklists for Configuring the Gateway CHAPTER 7 The Cisco Unified Communications Manager Business Edition 3000 uses either Cisco 2901 Integrated Services Router (ISR2901) or Cisco Media Convergence Server 7890C1 (MCS7890-C1) to serve as your

More information

QoS: Time-Based Thresholds for WRED and Queue Limit

QoS: Time-Based Thresholds for WRED and Queue Limit QoS: Time-Based Thresholds for WRED and Queue Limit The QoS: Time-Based Thresholds for WRED and Queue Limit feature allows you to specify the Weighted Random Early Detection (WRED) minimum and maximum

More information

Single-router APS for the Cisco Series Router

Single-router APS for the Cisco Series Router Single-router APS for the Cisco 12000 Series Router This feature provides 1+1 single-router automatic protection switching (SR-APS) for the Cisco 12000 series ISE ATM line cards (Engine 3) installed in

More information

Configuring SRST Fallback Support

Configuring SRST Fallback Support Configuring SRST Fallback Support Last Updated: March 26, 2007 This chapter describes SRST fallback support using Cisco Unified Communications Manager Express (Cisco Unified CME). Finding Feature Information

More information

Configuring NAT for High Availability

Configuring NAT for High Availability Configuring NAT for High Availability Last Updated: December 18, 2011 This module contains procedures for configuring Network Address Translation (NAT) to support the increasing need for highly resilient

More information

Console Port, Telnet, SSH Handling, and Reset

Console Port, Telnet, SSH Handling, and Reset This chapter contains the following sections: Restrictions and Notes for Console Port, Telnet, and SSH, page 1 Console Port Overview, page 1 Console Port Handling Overview, page 1 Telnet and SSH Overview,

More information

Contextual Configuration Diff Utility

Contextual Configuration Diff Utility Contextual Configuration Diff Utility Last Updated: November 29, 2011 The Contextual Configuration Diff Utility feature provides the ability to perform a line-by-line comparison of any two configuration

More information

Cable Interface Bundling for the Cisco ubr7200 Series Cable Router

Cable Interface Bundling for the Cisco ubr7200 Series Cable Router Cable Interface Bundling for the Cisco ubr7200 Series Cable Router Feature Overview This feature allows multiple cable interfaces to share a single IP subnet. Currently, you must use an IP subnet for each

More information

Configuring FXS Ports for Basic Calls

Configuring FXS Ports for Basic Calls Configuring FXS Ports for Basic Calls First Published: October 2, 2008 Last updated: March 19, 2010 This module describes how to configure analog Foreign Exchange Station (FXS) ports on a Cisco Integrated

More information

RPR+ on Cisco 7500 Series Routers

RPR+ on Cisco 7500 Series Routers RPR+ on Cisco 7500 Series Routers Feature History 12.0(19)ST1 12.0(22)S 12.2(14)S This feature was introduced. This feature was integrated into Cisco IOS Release 12.0(22)S. This feature was integrated

More information

Creating an IP Access List to Filter IP Options, TCP Flags, or Noncontiguous Ports

Creating an IP Access List to Filter IP Options, TCP Flags, or Noncontiguous Ports Creating an IP Access List to Filter IP Options, TCP Flags, or Noncontiguous Ports First Published: August 18, 2006 Last Updated: July 31, 2009 This module describes how to use an IP access list to filter

More information

Configuring Dial-on-Demand Routing

Configuring Dial-on-Demand Routing C H A P T E R 7 Configuring Dial-on-Demand Routing This chapter describes how to configure your communication server for dial-on-demand routing (DDR) and dial backup. For a complete description of the

More information

Secure Shell Configuration Guide, Cisco IOS Release 15M&T

Secure Shell Configuration Guide, Cisco IOS Release 15M&T 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 THE SPECIFICATIONS AND INFORMATION

More information

TACACS+ Configuration Guide, Cisco IOS XE Release 3S

TACACS+ Configuration Guide, Cisco IOS XE Release 3S 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 THE SPECIFICATIONS AND INFORMATION

More information

CPU Thresholding Notification

CPU Thresholding Notification CPU Thresholding Notification Last Updated: October 10, 2011 The CPU Thresholding Notification feature notifies users when a predefined threshold of CPU usage is crossed by generating a Simple Network

More information

VLAN Range. Feature Overview

VLAN Range. Feature Overview VLAN Range Feature History Release 12.0(7)XE 12.1(5)T 12.2(2)DD 12.2(4)B 12.2(8)T 12.2(13)T Modification The interface range command was introduced. The interface range command was integrated into Cisco

More information

Configuring the Physical Subscriber Line for RADIUS Access and Accounting

Configuring the Physical Subscriber Line for RADIUS Access and Accounting Configuring the Physical Subscriber Line for RADIUS Access and Accounting Last Updated: December 5, 2011 Configuring a physical subscriber line for RADIUS Access and Accounting enables an L2TP access concentrator

More information

Configuring the Cisco SS7/C7 Dial Access Solution System

Configuring the Cisco SS7/C7 Dial Access Solution System Configuring the Cisco SS7/C7 Dial Access Solution System This appendix describes how to configure the Cisco network side of the Cisco Signaling System 7 (SS7)/C7 Dial Access Solution System. It includes

More information

Multicast only Fast Re-Route

Multicast only Fast Re-Route First Published: November 24, 2010 Last Updated: November 24, 2010 (MoFRR) is an IP solution that minimizes packet loss in a network when there is a link or node failure. It works by making simple enhancements

More information

Implementing Secure Shell

Implementing Secure Shell Implementing Secure Shell Secure Shell (SSH) is an application and a protocol that provides a secure replacement to the Berkeley r-tools. The protocol secures sessions using standard cryptographic mechanisms,

More information

Configuring MAC Authentication Bypass

Configuring MAC Authentication Bypass Configuring MAC Authentication Bypass Last Updated: January 18, 2012 The MAC Authentication Bypass feature is a MAC-address-based authentication mechanism that allows clients in a network to integrate

More information

QoS: Classification, Policing, and Marking on LAC Configuration Guide, Cisco IOS Release 12.4T

QoS: Classification, Policing, and Marking on LAC Configuration Guide, Cisco IOS Release 12.4T QoS: Classification, Policing, and Marking on LAC Configuration Guide, Cisco IOS Release 12.4T Americas Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com

More information

Restrictions for Secure Copy Performance Improvement

Restrictions for Secure Copy Performance Improvement The Protocol (SCP) feature provides a secure and authenticated method for copying router configuration or router image files. SCP relies on Secure Shell (SSH), an application and a protocol that provide

More information

Console Port, Telnet, and SSH Handling

Console Port, Telnet, and SSH Handling This chapter contains the following sections: Restrictions and Notes for Console Port, Telnet, and SSH, page 1 Console Port Overview, page 1 Console Port Handling Overview, page 1 Telnet and SSH Overview,

More information

QoS: Child Service Policy for Priority Class

QoS: Child Service Policy for Priority Class QoS: Child Service Policy for Priority Class First Published: November, 2006 The QoS: Child Service Policy for Priority Class feature allows you to configure a child service policy with nonqueuing-based

More information

Configuring Call Blocking

Configuring Call Blocking Last Updated: March 13, 2009 This chapter describes Call Blocking features in Cisco Unified Communications Manager Express (Cisco Unified CME). Finding Feature Information in This Module Your Cisco Unified

More information

Products & Services Understanding Digital Modem Network Modules on Cisco 3600 and 3700 Series Routers

Products & Services Understanding Digital Modem Network Modules on Cisco 3600 and 3700 Series Routers Products & Services Understing Digital Modem Network Modules on 3600 3700 Series Routers Document ID: 7234 Contents Introduction Prerequisites Requirements Components Used Conventions Product Numbers Features

More information

RADIUS Vendor-Specific Attributes (VSA) and RADIUS Disconnect-Cause Attribute Values

RADIUS Vendor-Specific Attributes (VSA) and RADIUS Disconnect-Cause Attribute Values RADIUS Vendor-Specific Attributes (VSA) and RADIUS Disconnect-Cause Attribute Values First Published: September 23, 2005 Last Updated: August 18, 2010 The Internet Engineering Task Force (IETF) draft standard

More information