cc/td/doc/product/software/ios120/120newft/120limit/120db
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

DS3 Node Line Card
Feature Overview
Supported Platforms
Supported Standards, MIBs, and RFCs
Configuration Tasks
Monitoring and Maintaining the DS3 Node Line Card
Configuration Examples
Command Reference
auto-ferf
clock source
framing
lbo
Glossary

DS3 Node Line Card


Feature Overview

The DS3 node line card (NLC) is a component module for the Cisco 6400 Universal Access Concentrator. Each DS3 NLC supports two ATM interfaces for connection to network services.

This document describes the software and features associated with the DS3 NLC. For hardware installation instructions, refer to the Cisco 6400 UAC Hardware Installation guide and the Cisco 6400 UAC FRU Installation and Replacement document.


Figure 1   DS3 Node Line Card


Benefits

Online Insertion and Removal

The DS3 NLC, like all components of the Cisco 6400, supports online insertion and removal. You can install a DS3 NLC in the Cisco 6400 chassis without having to power down the system. Similarly, a DS3 NLC can be removed without interrupting the operation of other components of the Cisco 6400.

Port Adapter Clocking Options

Each port on the DS3 NLC can be configured to support the following clocking options:

Traffic Pacing

Traffic pacing allows you to set the aggregate output traffic rate on any port to a rate below the line rate. This feature is useful when communicating with a slow receiver or when connected to public networks with peak-rate tariffs.

Supported Platforms

The DS3 NLC is supported on the Cisco 6400.

Supported Standards, MIBs, and RFCs

MIBs

None

RFCs
Standards

None

Configuration Tasks

Perform the following tasks to configure the DS3 NLC interface values. These tasks are optional, and are used to change the default configuration values.

Table 1 lists the default values initially assigned to all DS3 interfaces.

Table 1   Default Configuration for DS3 Node Line Card

Field DS3 default

ATM interface type

UNI

UNI version

3.0

Maximum VPI bits

8

Maximum VCI bits

14

ATM interface side

network

ATM UNI type

private

Framing

cbit-adm

Cell payload scrambling

off

Clock source

network-derived

Line buildout

short

Auto-FERF (all)

on

Configuring the ATM UNI Interface

To configure the ATM user to network interface (UNI), use the following command in interface configuration mode:

Command

Purpose

atm uni [side {network | user}] [type {private | public}]
[version {3.0 | 3.1 | 4.0}]

Configure the ATM UNI interface.

Setting the Maximum VPI/VCI Bits

To set the maximum size of the VPI and VCI fields, use the following commands in interface configuration mode:

Command Purpose

atm maxvpi-bits 0-8

Modify the maximum VPI bits configuration.

atm maxvci-bits 0-14

Modify the maximum VCI bits configuration.

Setting the Framing Mode

To set the DS3 framing mode, use the following command in interface configuration mode:

Command Purpose

framing {cbitadm | cbitplcp | m23adm | m23plcp}

Modify the framing mode.

Setting the Scrambling Mode

To set the DS3 scrambling mode, use the following command in interface configuration mode:

Command Purpose

scrambling {cell-payload | sts-stream}

Modify the scrambling mode.

Configuring the Clock Source

To configure the clock source for a DS3 interface, use the following commands, starting in global configuration mode:

Command Purpose

network-clock-select {1-4_priority} atm slot/subslot/port

Configure the network-derived clock. Use this command when setting the clock source to network-derived.

interface atm slot/subslot/port

Configure the ATM interface

clock source {free-running | loop-timed | network-derived}

Modify the clock source.

Setting the Line Buildout

To select the line buildout for the DS3 NLC, use the following commands in interface configuration mode:

Command Purpose

lbo {long | short}

Modify the line buildout.

Setting the Auto-FERF Alarms

To set the automatic far-end receive failure (FERF) alarms on the DS3 NLC, use the following commands in interface configuration mode:

Command Purpose

auto-ferf {ais | lcd | los | oof | red}

Modify the auto-ferf configuration.

Troubleshooting Tips

Port Addresses

In the Cisco 6400, port IDs specify the actual physical location of each port on the system. The address is composed of a three-part number in the format slot/subslot/port. The first number identifies the slot in which the card is installed. Card slots are numbered 1 to 8 from left to right. The second number identifies the subslot number. The NLCs are numbered 0 and 1, with 0 being the top NLC facing the front of the system. The third number identifies the physical port number on the module. The port numbers always begin at 0 and are numbered from the top port to the bottom port, facing the back of the switch.

Interface ports maintain the same port ID regardless of whether other cards are installed or removed. However, when you move an NLC to a different slot, the first number in the address changes to reflect the new slot number.

Displaying Port Interface Information

You can identify module ports by physically checking the slot/subslot/port location on the front of the switch. You can also use software commands to display information about a specific interface, or all interfaces, in the system. To display information about every interface, use the show interface command without parameters. To display information about a specific interface, use the show interface command with the interface type and port address in the format show interface atm slot/subslot/port. This command is described in your command reference publication.

Monitoring and Maintaining the DS3 Node Line Card

Command Purpose
Router# show hardware
Confirm the type of hardware installed in the system.
Router# show interface ethernet
Confirm the Ethernet interface is configured correctly.
Router# show atm addresses
Confirm the ATM address is configured correctly.
Router# ping atm
Test for connectivity between the switch and a host.
Router# show atm interface
Confirm the ATM interfaces are configured correctly.
Router# show atm status
Confirm the status of the ATM interfaces.
Router# show atm vc
Confirm the status of ATM virtual interfaces.
Router# show controller atm
Confirm interface controller memory addressing.

Configuration Examples

This section provides the following configuration examples:

UNI Interface Type

The following example shows how to change the default ATM interface type to private using the atm uni command:

6400(config)# interface atm 3/0/0
6400(config-if)# atm uni type private

Network Clock Source

The following example shows how to select a network-derived clock source for a DS3 interface using the clock source and network-clock-select commands:

6400(config)# network-clock-source 1 atm 3/0/0
6400(config)# interface atm 3/0/0
6400(config-if)# clock source network-derived

Command Reference

This section documents new commands. All other commands used with this feature are documented in the Cisco IOS Release 12.0 T command references.

auto-ferf

To allow an automatic far end receive failure (FERF) to be inserted when an incoming alarm is received, use the auto-ferf interface configuration command. To cancel automatic FERF insertion, use the no form of this command.

auto-ferf {los | oof | red | ais | lcd}
no auto-ferf { los | oof | red | ais | lcd}

Syntax Description

los

Loss of signal.

oof

Out of frame.

red

Indicates a major alarm. Does not apply to the DS3 NLC.

ais

Alarm indication signaling.

lcd

Loss of cell delineation.

Default

auto-ferf los
auto-ferf oof
auto-ferf red
auto-ferf ais
auto-ferf lcd (
applies to non-plcp mode only)

Command Mode

Interface configuration

Command History

Release Modification

12.0(1)DB

This command was first introduced.

Usage Guidelines

This command applies to the DS3 interfaces only.

clock source

To select a transmit clock source for a physical device such as a port, use the clock source interface configuration command. To return the clock source to the default, use the no form of this command.

clock source {free-running | loop-timed | network-derived}
no clock source {free-running | loop-timed | network-derived}

Syntax Description

free-running

The transmit clock is derived from the NSP.

loop-timed

The transmit clock is derived from the receive (rx) clock.

network-derived

The transmit clock is derived from the port system clock specified at highest priority when you use the network-clock-select global configuration command.

Default

loop-timed

Command Mode

Interface configuration

Command History

Release Modification

12.0(1)DB

This command was first introduced.

Usage Guidelines

This command allows selection of the transmit clock source for a port's physical device. When a transmit clock port is set to free-running, the port uses the NSP oscillator for clocking.

Example

The following example shows how to enable the loop-timed clocking mode.

Switch(config-if)# clock source loop-timed

Related Commands

framing (interface configuration)
network-clock-select

framing

To select the frame type for the data line, use the framing controller interface configuration command.

framing {m23adm | m23plcp | cbitadm | cbitplcp}

Syntax Description

m23adm

The framing mode is M23 ADM.

m23plcp

The framing mode is M23 PLCP.

cbitadm

The framing mode is C-Bit ADM.

cbitplcp

The framing mode is C-Bit PLCP.

Default

DS3 default is cbitplcp.

Command Mode

Interface configuration

Command History

Release Modification

12.0(1)DB

This command was first introduced.

Usage Guidelines

In the DS3 environment, this subcommand allows selection of DS3 framing mode to M23 ADM, M23 PLCP, C-Bit ADM, or C-Bit PLCP.

Example

The following example selects m23adm as the frame type:

Switch(config-if)# framing m23adm

Related Command

show controllers

lbo

To set the line buildout to various lengths, use the lbo interface configuration command. For the DS3 NLC, the syntax is:

lbo {short | long}

Syntax Description

short

Sets the line buildout up to 255 feet.

long

Sets the line buildout to more than 255 feet.

Default

The default is short.

Command Mode

Interface configuration

Command History

Release Modification

12.0(1)DB

This command was first introduced.

Usage Guidelines

The lbo command applies on DS3 interfaces only.

Example

The following example illustrates how to set the line buildout to more than 255 feet for a DS3 NLC:

Switch(config-if)# lbo long

Glossary

ADM—add drop multiplexer. In an operations support system, a multiplexer that allows a signal to be added into or dropped out of a Synchronous Optical Network (SONET) span.

DS3—digital signal level 3. Framing specification used for transmitting digital signals at 44.736-Mbps on a T3 facility.

FERF—far-end receive failure.

NLC—node line card. One of the component cards used in the Cisco 6400. These cards provide the interfaces for moving data into and out of the Cisco 6400 system. They can be used as either uplink or downlink interfaces. Different types of node line cards support different transmission protocols and data rates.

NNI—Network-to-Network Interface. ATM Forum standard that defines the interface between two ATM switches that are both located in a private network or are both located in a public network. The interface between a public switch and private one is defined by the UNI standard.

PLCP—physical layer convergence procedure. Specification that maps ATM cells into physical media, such as T3 or E3, and defines certain management information.

UNI—User-to-Network Interface. ATM Forum specification that defines an interoperability standard for the interface between ATM-based products (a router or an ATM switch) located in a private network and the ATM switches located within the public carrier networks.

VCI—virtual channel identifier. 16-bit field in the header of an ATM cell. The VCI, together with the VPI, is used to identify the next destination of a cell as it passes through a series of ATM switches on its way to its destination.

VPI—virtual path identifier. 8-bit field in the header of an ATM cell. The VPI, together with the VCI, is used to identify the next destination of a cell as it passes through a series of ATM switches on its way to its destination.


hometocprevnextglossaryfeedbacksearchhelp
Posted: Fri Jan 17 01:39:15 PST 2003
All contents are Copyright © 1992--2002 Cisco Systems, Inc. All rights reserved.
Important Notices and Privacy Statement.