cc/td/doc/product/dsl_prod/ios_dsl/rel121
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

C Commands for Cisco DSLAMs with NI-2

C Commands for Cisco DSLAMs with NI-2

cap baud

To enable upstream or downstream baud (symbol) rates, use the cap baud command in profile configuration mode. Use the no form of the command to disable a previously set baud rate.

cap baud {downstream cap-baudrate | upstream cap-baudrate}

no cap baud {downstream cap-baudrate | upstream cap-baudrate}

Syntax Description

downstream cap-baudrate

Set the downstream baud rate. The valid value is 136k.

upstream cap-baudrate

Set the upstream baud rate. The valid values are 17k and 68k.

Default

Disabled

Command Mode

Profile configuration

Command History

Release Modification

12.0(8)DA

This command was introduced.

Usage Guidelines

Enabling each of the kbaud symbol rates allows you to configure data rates with greater granularity.

Refer to Chapter 7, Configuring Digital Subscriber Lines in the Cisco Configuration Guide for DSLAMs with NI-2, for more information about configuring specific profiles.


Note   The 17k and 68k upstream baud rates are not available on the dual-port CAP line card. The upstream parameter is used with the ATU-C FLEX card.

When you execute the cap baud command, Cisco IOS creates the named profile, if it does not exist. Changed values apply to all ports associated with the selected configuration profile.

Example

In this example, the command enables the 136 downstream and 68 upstream kbaud symbol rates for the profile named issis:

DSLAM# conf t DSLAM# dsl-profile issis DSLAM(config-dsl-prof)# cap baud downstream 136k DSLAM(config-dsl-prof)# cap baud upstream 68k DSLAM(config-dsl-prof)# CNTL/z
Related Commands
cap bitrate

show dsl interface atm slot # / port #

show dsl profile

cap bitrate

To set the downstream and upstream minimum or maximum bit rates, use the profile configuration command command cap bitrate. Use the no form of the command to set bit rates to default values.

cap bitrate {minimum | maximum } downstream int upstream int

no cap bitrate {minimum | maximum} downstream int upstream int

Syntax Description

int

Integer ( any whole, natural number, its negative, or zero)

Value Type Default

Minimum downstream

0 kbps

Minimum upstream

0 kbps

Maximum downstream

640 kbps

Maximum upstream

91 kbps

Defaults

Command Mode

Profile configuration

Command History

Release Modification

12.0(8)DA

This command was introduced.

Usage Guidelines

The alarm subsystem uses the minimum bitrate settings. The Cisco IOS asserts an alarm if the line card trains at a rate below the configured minimum bitrate.


Note   Refer to Section 7.12, Setting Upstream and Downstream bitrate Parameters, in the Cisco Configuration Guide for DSLAMs with NI-2, for more information about configuring bitrates.

Example

In this example, the command sets the maximum downstream and upstream bitrates to 7168 kbps, and 1088 kbps respectively:

DSLAM# conf t DSLAM# dsl-profile issis DSLAM(config-dsl-prof)# cap bitrate maximum downstream 7168 upstream 1088 DSLAM(config-dsl-prof)# CNTL/z
Related Commands
cap baud

show dsl profile

show dsl interface atm slot # / port #

cap cpe-signature

The CPE signature indicates the CPE equipment supported feature set. To set the CPE signature value for each configuration profile, use the cap cpe-signature command in profile configuration mode. Use the no form of the command to set the CPE signature to the default value.

cap cpe-signature 0-255

no cap cpe-signature 0-255

Syntax Description

0-255

Range of values for the CPE signature.

Default

The default value is zero.

Command Mode

Profile configuration

Command History

Release Modification

12.0(8)DA

This command was introduced.

Usage Guidelines

If the CPE signature value returned by the CPE is less than the configured value, training discontinues.

Example

In this example, the command sets the CPE signature to 130 for the DSL profile named issis:

DSLAM# conf t DSLAM# dsl-profile issis DSLAM(config-dsl-prof)# cap cpe-signature 130 DSLAM(config-dsl-prof)# CNTL/z
Related Commands
show dsl profile

show dsl interface atm slot # / port #

cap interleaving-delay

To set the interleaving delay for a profile, use the cap interleaving-delay command in profile configuration mode. Use the no form of the command to set interleaving delay to the default value.

cap interleaving-delay {short | long | none}

no cap interleaving-delay {short | long | none}

Syntax Description

short

Turns on Reed-Solomon error correction.

long

Turns on Reed-Solomon error correction.

none

Turns off Reed-Solomon error correct. This value is valid only when the downstream baud rate is set to 136k. See the "Usage Guidelines" for details.

Default

Short

Command Mode

Profile configuration

Command History

Release Modification

12.0(8)DA

This command was introduced.

Usage Guidelines

You can choose the interleaving-delay option "none" only when 136k downstream baud rate is enabled.

If you configure the interleaving-delay as "none" but the line card trains at a downstream bitrate that uses a baud rate that is other than 136k, the actual interleaving-delay value is "short."


Note   Refer to Section 7.10, Setting the Interleaving Delay in the Cisco Configuration Guide for DSLAMs with NI-2, for more information about configuring interleaving delays.

Example

In this example the command sets the interleaving-delay value to "none":

DSLAM# conf t DSLAM# dsl-profile issis DSLAM(config-dsl-prof)# cap interleaving-delay none DSLAM(config-dsl-prof)# CNTL/z
Related Commands
show dsl interface atm slot # / port #

show dsl profile

cap margin

To set the upstream and downstream CAP signal-to-noise ratio (SNR) margin values for a selected profile, use the cap margin command. Use the no form of the command to set the margins to the default values.

cap margin downstream cap-margin upstream cap-margin

no cap margin downstream cap-margin upstream cap-margin

Syntax Description

cap-margin

Enter the upstream and downstream SNR margins in decibels. The range of values is 0 to 12.

Defaults

6 dB downstream
6 dB upstream

Command Mode

Profile configuration

Command History

Release Modification

12.0(8)DA

This command was introduced.

Usage Guidelines

SNR margin values are in decibels.


Note   Refer to Section 7.11, Setting Signal-to-Noise Ratio Margins in the Cisco Configuration Guide for DSLAMs with NI-2, for more information about configuring SNR margins.

Example

In this example, the command sets the SNR margin at 8 dB downstream and 5 dB upstream for the DSL profile issis:

DSLAM# conf t DSLAM# dsl-profile issis DSLAM(config-dsl-prof)# cap margin downstream 8 upstream 5 DSLAM(config-dsl-prof)# CNTL/z
Related Commands
show dsl interface atm slot # / port #

show dsl profile

cap psdm

To set th CAP power spectral density mask (PSDM) upstream and downstream values, use the cap psdm command in profile configuration mode. Use the no form of the command to set PSDM to default values.

cap psdm downstream int upstream int

no cap psdm downstream int upstream int

Syntax Description

int

Integer ( any whole, natural number, its negative, or zero)

Defaults

-37 dB downstream
-38 dB upstream

Command Mode

Profile configuration

Command History

Release Modification

12.0(8)DA

This command was introduced.

Usage Guidelines

PSDM values are in decibels.

Example

In this example, the command sets the CAP PSDM value at -40 dB downstream and -41 dB upstream:

DSLAM# conf t DSLAM# dsl-profile issis DSLAM(config-dsl-prof)# cap psdm downstream -40 upstream -41 DSLAM(config-dsl-prof)# CNTL/z
Related Commands
show dsl interface atm slot # / port #

show dsl profile


hometocprevnextglossaryfeedbacksearchhelp
Posted: Wed Jul 24 11:48:53 PDT 2002
All contents are Copyright © 1992--2002 Cisco Systems, Inc. All rights reserved.
Important Notices and Privacy Statement.