cc/td/doc/product/atm/c8540/wa5/12_0/12_3
hometocprevnextglossaryfeedbacksearchhelp
PDF

Table of Contents

Configuring Port Adapter Interfaces

Configuring Port Adapter Interfaces

This chapter describes the steps required to configure the physical interfaces on the ATM switch router. Your switch is configured as specified in your order and is ready for installation and startup when it leaves the factory.


Note This chapter provides advanced configuration instructions for the Catalyst 8540 MSR, Catalyst 8510 MSR, and LightStream 1010 ATM switch routers. For overview information, refer to the Guide to ATM Technology. For complete descriptions of the commands mentioned in this chapter, refer to the ATM Switch Router Command Reference publication.

Each port on the port adapter physical interface can be configured to support the following clocking options:

The plug-and-play mechanisms of the ATM switch router allow it to come up automatically. All configuration information for port adapters can be saved between hot swaps and switch reboots, while interface types are automatically discovered by the switch, eliminating mandatory manual configuration.

When you upgrade your system, add components, or customize the initial configuration, refer to the following sections:


Note For hardware installation and cabling instructions, refer to the ATM Port Adapter Installation Guide. For complete descriptions of the commands mentioned in this chapter, refer to the ATM Switch Router Command Reference publication.

To configure the circuit emulation service (CES) T1 and E1 port adapters and the Frame Relay E1 port adapters, see the chapters "Configuring Circuit Emulation Services" and "Configuring Frame Relay-to-ATM Interworking Port Adapter Interfaces."

Configuring 25-Mbps Interfaces (LightStream 1010 and Catalyst 8510)

The ATM switch supports two types of 25-Mbps port adapters: a 4-port version and a 12-port version. The number of ports is determined by the type of cable used with the 25-Mbps port adapters. The cables have a 96-pin Molex connector with a multileg RJ-45 cable assembly. That is, multiple RJ-45 cables branch off from one large 96-pin Molex connector. You can choose either a 4-port version (with four RJ-45 cables) or a 12-port version (with 12 RJ-45 cables). Each 25.6-Mbps ATM port can be used for workgroup links. Each port complies with the ATM Forum PHY standard for 25.6 Mbps over twisted-pair cable.

The plug-and-play mechanisms of the ATM switch allow the switches to come up automatically. All configuration information for the port adapters can be saved between hot swaps and switch reboots, while interface types are automatically discovered by the switch, thereby eliminating mandatory manual configuration.

The ATM switch supports any combination of port adapters. You can configure your switch with up to 32 25-Mbps interface ports with the 4-port 25-Mbps port adapter, or up to 96 25-Mbps interface ports with the 12-port 25-Mbps port adapter.

Default 25-Mbps ATM Interface Configuration without Autoconfiguration

If ILMI is disabled or if the connecting end node does not support ILMI, the following defaults are assigned to all 25-Mbps interfaces:

For the 12-port 25-Mbps port adapter, the following parameters can be configured on physical ports 0 or 6. Parameters configured on port 0 apply to ports 0 to 5, and parameters configured on port 6 apply to ports 6 to 11. For the 4-port 25-Mbps port adapter, parameters configured on port 0 apply to ports 0 to 4:


Note Pacing might not be configured on any physical port of the 25-Mbps port adapter.

Manual 25-Mbps Interface Configuration

To manually change any of the default configuration values, perform the following tasks, beginning in global configuration mode:
Step Command Purpose

1 . 

interface atm card/subcard/port

Specifies an ATM interface and enters interface configuration mode.

2 . 

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

Modifies the ATM interface side, type, or version.

3 . 

atm uni version {3.0 | 3.1 | 4.0}

Modifies the UNI version.

4 . 

atm maxvpi-bits max-vpi-bits

Modifies the maximum VPI bits configuration.

5 . 

atm maxvci-bits max-vci-bits

Modifies the maximum VCI bits configuration.

6 . 

atm uni type {network | user}

Modifies the ATM interface side.

Example

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

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

Configuring 155-Mbps SM, MM, and UTP Interfaces

The 155-Mbps Synchronous Optical Network (SONET) Synchronous Transport Signal level 3/Synchronous Digital Hierarchy (STS3c/SDH) Synchronous Transport Module level 1 (STM1) port adapter, used for intercampus or wide-area links, has four ports.

155-Mbps Interface Configuration (Catalyst 8540 MSR)

You can configure your Catalyst 8540 MSR with any number and type of interfaces required, up to 64 155-Mbps interface ports.


Note The 155-Mbps port adapter supports mixed mode. Port 0 is a single-mode interface and ports 1 through 3 are multimode interfaces.

The port adapter supports SC-type and unshielded twisted-pair (UTP) connectors, while receive and transmit LEDs on each port give quick, visual indications of port status and operation.

Traffic pacing allows the aggregate output traffic rate on any port to be set 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.

155-Mbps Interface Configuration (Catalyst 8510 MSR and LightStream 1010)

You can configure your Catalyst 8510 MSR and LightStream 1010 ATM switch router with any number and type of interfaces required, with up to 32 155-Mbps interface ports.

The port adapter supports SC-type and unshielded twisted-pair (UTP) connectors, while receive and transmit LEDs on each port give quick, visual indications of port status and operation.

Traffic pacing allows the aggregate output traffic rate on any port to be set 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.

Default 155-Mbps ATM Interface Configuration without Autoconfiguration

If Integrated Local Management Interface (ILMI) has been disabled or if the connecting end node does not support ILMI, the following defaults are assigned to all 155-Mbps interfaces:

Manual 155-Mbps Interface Configuration

To manually change any of the default configuration values, perform the following tasks, beginning in global configuration mode:
Step Command Purpose
1

interface atm card/subcard/port

Specifies an ATM interface and enters interface configuration mode.

2

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

Modifies the ATM interface side, type, or version.

3

atm maxvpi-bits 0-8

Modifies the maximum VPI bits configuration.

4

atm maxvci-bits 0-14

Modifies the maximum VCI bits configuration.

5

sonet {stm-1 | sts-3c}

Modifies the framing mode.

6

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

Modifies the clock source.

7

scrambling {cell-payload | sts-stream}

Modifies the scrambling mode.

Example

The following example configures ATM interface 3/1/1 as the network side of a private UNI running version 3.1.

Switch# interface atm 3/1/1
Switch(config-if)# no atm auto-configuration
Switch(config-if)#
%ATM-6ILMIOAUTOCFG: ILMI(ATM/0/0): Auto-configuration is disabled, current interface parameters will be used at next interface restart.
Switch(config-if)# atm uni version 3.1
 

Refer to the section "Troubleshooting the Interface Configuration" later in this chapter to confirm your interface configuration.

Configuring OC-3c MMF Interfaces (Catalyst 8540 MSR)

The 16-port OC-3c MMF interface module provides short-reach intercampus and WAN ATM connections. The OC-3c interface module provides an interface to ATM switching fabrics for transmitting and receiving data bidirectionally at up to 155 Mbps. The OC-3c interface module can support interfaces that connect to the OC-3c MMF STS-3c/STM1 physical layer.

The Catalyst 8540 MSR supports up to eight OC-3c interface modules per chassis, with a maximum of 128 OC-3c interface ports.


Note You can configure traffic pacing on the interfaces to allow the aggregate output traffic rate on any interface to be set 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.

Default OC-3c MMF Interface Configuration without Autoconfiguration (Catalyst 8540 MSR)

If Integrated Local Management Interface (ILMI) has been disabled or if the connecting end node does not support ILMI, the following defaults are assigned to all OC-3c interfaces:

Manual OC-3c MMF Interface Configuration (Catalyst 8540 MSR)

To manually change any of the default configuration values, perform the following tasks, beginning in global configuration mode:
Step Command Purpose
1

interface atm card/subcard/port

Specifies an ATM interface and enters interface configuration mode.

2

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

Modifies the ATM interface side, type, or version.

3

atm maxvpi-bits max-vpi-bits

Modifies the maximum VPI bits configuration.

4

atm maxvci-bits max-vci-bits

Modifies the maximum VCI bits configuration.

5

sonet {stm-1 | sts-3c}

Modifies the framing mode.

6

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

Modifies the clock source.

7

scrambling {cell-payload | sts-stream}

Modifies the scrambling mode.

Example

The following example configures ATM interface 3/0/1 as the network side of a private UNI running version 3.1.

Switch# interface atm 3/0/1
Switch(config-if)# no atm auto-configuration
Switch(config-if)#
%ATM-6-ILMINOAUTOCFG: ILMI(ATM3/0/1): Auto-configuration is disabled, current interface parameters will be used at next interface restart.
Switch(config-if)# atm uni version 3.1

Configuring 622-Mbps SM and MM Interfaces

These interfaces are used for intercampus or wide-area links.

622-Mbps Interface Configuration (Catalyst 8540 MSR)

There are two 622-Mbps SONET STS12/SDH STM4 interfaces for the Catalyst 8540 MSR. The half-width port adapter provides one port and is available in multimode, single-mode and single-mode long reach. The full-width four-port 622-Mbps is available in either a single-mode intermediate reach interface module or a new multimode module.

You can configure your Catalyst 8540 MSR with only the number and type of interfaces required, with up to 16 622-Mbps interface ports using the half-width port adapter and up to 32 622-Mbps interface ports using the full-width interface module.

They both support an SC-type connector, and receive and transmit LEDs give quick, visual indications of port status and operation.

622-Mbps Interface Configuration (Catalyst 8510 MSR and LightStream 1010)

The 622-Mbps SONET STS12/SDH STM4 port adapter for the Catalyst 8510 MSR and LightStream 1010 ATM switch router has a single port. You can configure your switch with only the number and type of interfaces required, with up to eight 622-Mbps interface ports.


Note The configuration instructions in this section also apply to the ATM Fabric Integration Module.

The port adapter supports an SC-type connector, and receive and transmit LEDs give quick, visual indications of port status and operation.

Default 622-Mbps ATM Interface Configuration without Autoconfiguration

If ILMI has been disabled or if the connecting end node does not support ILMI, the following defaults are assigned to all 622-Mbps interfaces:

Manual 622-Mbps Interface Configuration

To manually change any of the default configuration values, perform the following steps, beginning in global configuration mode:
Step Command Purpose

1 . 

interface atm card/subcard/port1

Specifies an ATM interface and enters interface configuration mode.

2 . 

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

Modifies the ATM interface side, type, or version.

3 . 

atm maxvpi-bits 0-8

Modifies the maximum VPI bits configuration.

4 . 

atm maxvci-bits 0-14

Modifies the maximum VCI bits configuration.

5 . 

sonet {stm-4 | sts-12}

Modifies the framing mode.

6 . 

clock source {free-running | network-derived}

Modifies the clock source.

7 . 

scrambling {cell-payload | sts-stream}

Modifies the scrambling mode.

1The subcard for the full-width 622-Mbps module is always zero.

Examples

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

Switch# config term
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)# interface atm 0/0/0
Switch(config-if)# atm uni type private
 

The following example shows how to change the clock source using the clock source network-derived command:

Switch# config term
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)# interface atm 0/0/0
Switch(config-if)# clock source network-derived
 

Refer to the "Troubleshooting the Interface Configuration" section to confirm your interface configuration.

Configuring DS3 and E3 Interfaces

The 45-Mbps DS3 and the 34-Mbps E3 port adapters are used for wide-area connections, to link multiple campuses, or to connect to public networks.

DS3 and E3 Interface Configuration (Catalyst 8540 MSR)

You can configure your Catalyst 8540 MSR with only the number and type of interfaces required, with up to 64 DS3 or E3 interface ports.

Traffic-pacing allows the aggregate output traffic rate on any port to be set 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.


Note Network clocking configuration options are applicable only to DS3 quad interfaces.

DS3 and E3 Interface Configuration (Catalyst 8510 MSR and LightStream 1010)

You can configure your Catalyst 8510 MSR and LightStream 1010 ATM switch router with only the number and type of interfaces required, with up to 32 DS3 or E3 interface ports.

Traffic-pacing allows the aggregate output traffic rate on any port to be set 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.


Note Network clocking configuration options are applicable only to DS3 quad interfaces.

Default DS3 and E3 ATM Interface Configuration without Autoconfiguration

If ILMI has been disabled or if the connecting end node does not support ILMI, the following defaults are assigned to all DS3 or E3 interfaces:

The following defaults are assigned to all DS3 port adapter interfaces:

The following defaults are assigned to all E3 port adapter interfaces:

Manual DS3 and E3 Interface Configuration

To manually change any of the default configuration values, perform the following tasks, beginning in global configuration mode:
Step Command Purpose
1

network-clock-select {1-4_priority} atm card/subcard/port

Configures the network-derived clock.

2

interface atm card/subcard/port

Specifies an ATM interface and enters interface configuration mode.

3

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

Modifies the ATM interface side, type, or version.

4

atm maxvpi-bits 0-8

Modifies the maximum VPI bits configuration.

5

atm maxvci-bits 0-14

Modifies the maximum VCI bits configuration.

6

framing {cbitadm | cbitplcp | m23adm | m23plcp}

Modifies the framing mode.

7

scrambling {cell-payload | sts-stream}

Modifies the scrambling mode.

8

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

Modifies the clock source.

9

lbo {long | short}

Modifies the line build-out.

10

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

Modifies the auto-ferf configuration.

Examples

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

Switch# config term
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)# interface atm 0/0/0
Switch(config-if)# atm uni type private
 

The following example shows how to change the clock source using the clock source network-derived command:

Switch# config term
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)# interface atm 0/0/0
Switch(config-if)# clock source network-derived
 

Refer to the section "Troubleshooting the Interface Configuration" later in this chapter to confirm your interface configuration.

Configuring T1/E1 Trunk Interfaces

The T1 and E1 trunk port adapters, used for intercampus or wide-area links, have four ports.

T1/E1 Trunk Interface Configuration (Catalyst 8540 MSR)

The Catalyst 8540 MSR supports any combination of port adapters. You can configure your switch with only the number and type of interfaces required, with up to 64 T1 or E1 interface ports.

The port adapter supports SC-type and BNC connectors while receive and transmit LEDs on each port give quick, visual indications of port status and operation.

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

T1/E1 Trunk Interface Configuration (Catalyst 8510 MSR and LightStream 1010)

The Catalyst 8510 MSR and LightStream 1010 ATM switch router support any combination of port adapters. You can configure your switch with only the number and type of interfaces required, with up to 32 T1 or E1 interface ports.

The port adapter supports SC-type and BNC connectors while receive and transmit LEDs on each port give quick, visual indications of port status and operation.

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

Default T1 and E1 ATM Interface Configuration without Autoconfiguration

If ILMI is disabled or if the connecting end node does not support ILMI, the following defaults are assigned to all T1 and E1 interfaces:

The following port adapter types have specific defaults assigned.

T1 port adapter:

E1 port adapter:

Manual T1 and E1 Interface Configuration

To manually change any of the default configuration values, perform the following tasks, beginning in global configuration mode:
Step Command Purpose
1

network-clock-select {1-4_priority} atm card/subcard/port

Configures the network-derived clock.

2

interface atm card/subcard/port

Specifies an ATM interface and enters interface configuration mode.

3

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

Modifies the ATM interface side, type, or version.

4

atm maxvpi-bits 0-8

Modifies the maximum VPI bits configuration.

5

atm maxvci-bits 0-14

Modifies the maximum VCI bits configuration.

6

framing {esfadm | esfplcp | sfadm | sfplcp}

framing {crc4adm | crc4plcp | pcm30adm pcm30plcp}

Modifies the T1 framing mode.

Modifies the E1 framing mode.

7

linecode {ami | b8zs}

linecode {ami | hdb3}

Modifies the T1 line coding.

Modifies the E1 line coding.

8

scrambling {cell-payload | sts-stream}

Modifies the scrambling mode.

9

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

Modifies the clock source.

10

lbo {0_110 | 110_220 | 220_330 | 330_440 | 440_550 | 550_600 | gt_600}

Modifies the line build-out.

11

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

Modifies the auto-ferf configuration.

Examples

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

Switch# config term
Enter configuration commands, one per line. End with CNTL/Z.
Switch(config)# interface atm 0/0/0
Switch(config-if)# atm uni type private
 

The following example shows how to change the clock source using the clock source network-derived command:

Switch# config term
Enter configuration commands, one per line.  End with CNTL/Z.
Switch(config)# interface atm 0/0/0
Switch(config-if)# clock source network-derived
 

Refer to the section "Troubleshooting the Interface Configuration" later in this chapter to confirm your interface configuration.

Troubleshooting the Interface Configuration

Table 17-1 describes commands that you can use to confirm that the hardware, software, and interfaces for the ATM switch router are configured as intended:


Table 17-1:
Command Purpose

show version

Confirms the correct version and type of software is installed.

show hardware

Confirms the type of hardware installed in the system.

show interface ethernet

Confirms the type of hardware installed in the system.

show atm addresses

Confirms the ATM address is configured correctly.

ping atm

Tests for connectivity between the switch and a host.

show {atm | ces} interface

Confirms the ATM interfaces are configured correctly.

show atm status

Confirms the status of the ATM interfaces.

show atm vc

Confirms the status of ATM virtual interfaces.

show running-config

Confirms the configuration being used is configured correctly.

show startup-config

Confirms the configuration saved in NVRAM is configured correctly.

show controller {atm | ethernet}

Confirms interface controller memory addressing.

Configuration Testing Commands

hometocprevnextglossaryfeedbacksearchhelp
Posted: Mon Aug 16 14:22:18 PDT 1999
Copyright 1989-1999©Cisco Systems Inc.