|
|
Supplement to DOC-784561= (Text Part Number 78-4561-03)
This document provides updated information for the PA-MC-E3 Multi-Channel E3 Port Adapter Installation and Configuration note. Read this note before configuring the PA-MC-A3 port adapter on the Catalyst 6000 family FlexWAN module.
This document contains the following sections:
On page v, in the "Objectives" section, add the following bullet:
On page vii, in the "For More Information" section, add the following bullet:
On page viii, replace the fourth bullet list from the top of the page with the following:
On page 2-1, in the "List of Parts and Tools" section, add the following bullet:
On page 2-2, in the "Minimum Software and Hardware Requirements" section, add the following to Table 2-1:
| Platform | Recommended Minimum Cisco IOS Release |
|---|---|
Catalyst 6000 family switches with Catalyst 6000 family FlexWAN module
|
Cisco IOS Release 12.1(1)EX or later Catalyst 6000 family supervisor engine software release 5.4(1) or later |
On page 2-4, in the "MC-E3 Port Adapter LEDs" section, replace the bullet lists with the following:
On page 8-4, in the "Identifying Interface Slots and MC-E3 Interface Port Numbers" section, add the following subsection:
This section describes interface processor slot numbers, port adapter slot numbers, and E3 interface port numbers. These numbers are combined to form the port address, which consists of a five-part number in the following format:
module-number/port-adapter-bay/interface-port/e1-line-number:channel-group-number
Following is an explanation of the port address:
Interface ports on the Catalyst FlexWAN module maintain the same port address regardless of whether other interface processors are installed or removed; however, when you move a Catalyst 6000 family FlexWAN module to a different slot, the first number in the port address changes to reflect the new module number.
You can also identify interface ports by physically checking the module-number/port-adapter-bay/
interface-port location on the back of the router or by using show commands to display information about a specific interface or all interfaces in the router.
![]() |
Note The Cisco IOS software recognizes a configured logical channel group as a serial interface; therefore, you can use all configuration commands that are available for serial interfaces with configured logical channel groups. You can configure a logical channel group to carry data traffic using the following encapsulation methods: PPP, HDLC, SMDS, and Frame Relay. Set the encapsulation method you want using the serial interface configuration commands. For configured logical channel groups, you can use all command switches that apply to a serial interface (including Optimum Switching). |
![]() |
Note The FlexWAN module physical port address uses a zero- (0-) based port address, which differs from the conventional Catalyst 6000 family one- (1-) based port address. |
On page 8-5, in the Channelized example, add the following:
Router(config)# controller e3 5/0/0 Router(config-controller)# e1 1 channel-group 20 timeslots 1-5, 20-23 Router(config-controller)# e1 1 channel-group 21 timeslots 6-7, 25-26
On page 8-6, in the Fractional example, add the following:
Router(config)# controller e3 5/0/0 Router(config-controller)# e1 2 channel-group 0 timeslots 1-31
Also, in the Unframed example, add the following:
Router(config)# controller e3 5/0/0 Router(config-controller)# e1 3 unframed
On page 8-7, in the Channelized example, add the following:
Router(config)# controller e3 5/0/0 Router(config-controller)# no e1 1 channel-group 10
Also, in the Unframed example, add the following:
Router(config)# controller e3 5/0/0 Router(config-controller)# no e1 11 unframed
On page 8-8, in the "Setting the Framing Format on an E1 Line" section, add the following example:
Router(config)# controller e3 5/0/0 Router(config-controller)# e1 1 framing none
On page 8-9, in the second set of examples from the top, add the following:
Router(config)# controller e3 5/0/0 Router(config-controller)# e1 16 framing crc4
Also, in the "Setting the Clock Source on an E1 Line" section, add the following example:
Router(config)# controller e3 5/0/0 Router(config-controller)# e1 1 clock source internal
On page 8-10, in the examples at the top, add the following:
Router(config)# controller e3 5/0/0 Router(config-controller)# e1 16 clock source line
Also, in the "Setting the National Reserved Bit Pattern on an E1 Line" section, in the first set of examples, add the following:
Router(config)# controller e3 5/0/0 Router(config-controller)# e1 1 national bits 0x1f
In the second set of examples, add the following:
Router(config)# controller e3 5/0/0 Router(config-controller)# e1 1 national bits 0x0
On page 8-11, in the "Configuring Loopback Mode on an E1 Line" section, add the following example:
Router(config)# controller e3 5/0/0 Router(config-controller)# e1 1 loopback local
On page 8-12, add the following example:
Router(config)# controller e3 5/0/0 Router(config-controller)# e1 10 bert pattern 2^20 interval 5
On page 8-14, add the following example:
For a Catalyst 6000 family FlexWAN module, see the following example:
Router# show controller e3 5/0/0/1
E3 5/0/0 is up.
CE3 H/W Version : 3.1.0, CE3 ROM Version : 1.1, CE3 F/W Version : 1.2.1
E3 5/0/0 E1 1
No alarms detected.
Framing is crc4, Line Code is HDB3, Clock Source is line.
BERT test result (running)
Test Pattern : 2^11, Status : Sync, Sync Detected : 1
Interval : 5 minute(s), Time Remain : 5 minute(s)
Bit Errors(Since BERT Started): 6 bits,
Bits Received(Since BERT start): 8113 Kbits
Bit Errors(Since last sync): 6 bits
Bits Received(Since last sync): 8113 Kbits
On page 8-15, in the "Terminating a BERT" section, add the following example:
On a Catalyst 6000 family FlexWAN module, terminate the BERT running on E1 line 10 as follows:
Router(config)# controller e3 5/0/0 Router(config-controller)# no e1 10 bert
Also, in the "Basic Interface Configuration" section, Step 2, add the following example:
For a Catalyst 6000 family FlexWAN module, at the prompt, specify the first channel group you want to configure by entering the subcommand interface, followed by the type (serial), and mod_num/bay/
port/e1-line-number:channel-group-number. (This step assumes you have already configured the logical channel group.)
The example that follows is for logical channel group 1 on E1 line 1, of the E3 link on the first port adapter on a Catalyst 6000 family FlexWAN module in interface processor slot 5:
Router(config)# interface serial 5/0/0/1:1
On page 8-17, in the "Selecting an E3 Controller" section, after the third bullet, add the following:
Also, at the bottom of the page, add the following:
For a Catalyst 6000 family FlexWAN module, to select the E3 controller on a Catalyst 6000 family FlexWAN module (in port adapter bay 0) in module 5, enter the following commands:
Router# configure terminal Enter configuration commands, one per line. End with CNTL/Z. Router(config)# controller e3 5/0/0 Router(config-controller)#
On page 8-18, in the "Setting the E3 Clock Source " section, in the first set of examples, add the following:
For a Catalyst 6000 family FlexWAN module:
Router(config)# controller e3 5/0/0 Router(config-controller)# clock source internal
Also, in the second set of examples, add the following:
For a Catalyst 6000 family FlexWAN module:
Router(config)# controller e3 5/0/0 Router(config-controller)# clock source line
In the "Configuring the E3 National Reserved Bit" section, add the following example:
For a Catalyst 6000 family FlexWAN module:
Router(config)# controller e3 5/0/0 Router(config-controller)# national bit 0
On page 8-19, at the top, add the following example:
For a Catalyst 6000 family FlexWAN module:
Router(config)# controller e3 5/0/0 Router(config-controller)# national bit 1
Also, in the "Configuring the E3 Local Loopback Mode" section, add the following example:
For a Catalyst 6000 family FlexWAN module:
Router(config)# controller e3 5/0/0 Router(config-controller)# loopback local
Also, in the "Configuring Idle Patterns" section, add the followng:
For a Catalyst 6000 family FlexWAN module:
Router(config)# controller e3 5/0/0 Router(config-controller)# idle pattern 0x10
On page 8-20, in the second set of examples, add the following:
For a Catalyst 6000 family FlexWAN module:
Router(config)# controller e3 5/0/0 Router(config-controller)# idle pattern 23
Also, in the "Shutting Down the E3 Controller" section, add the following example:
For a Catalyst 6000 family FlexWAN module:
Router(config)# controller e3 5/0/0 Router(config-controller)# shutdown
On page 8-21, Step 3, add the following:
For a Catalyst 6000 family FlexWAN module, specify one of the new interfaces with the show interfaces [type mod_num/bay/port] command, and verify that the first line of the display specifies the interface with the correct slot number. Also verify that the interface and line protocol are in the correct state: up or down.
Also, in Step 4, add the following:
For a Catalyst 6000 family FlexWAN module, specify the new serial interface with the show controllers serial [mod_num/bay/port] command, and verify that the first line of the display specifies the interface with the correct slot number.
On page 8-22, add the following:
For a Catalyst 6000 family FlexWAN module, you can display information about a specific serial interface on an MC-E3 port adapter with the following command:
show interfaces serial mod_num/bay/port/e1-line-number:channel-group-number
where channel-group-number is 0-30.
The following example shows how this command displays status information for the serial interface you specify. In this example, the Catalyst 6000 family FlexWAN module is in slot 5, and the MC-E3 port adapter is in port adapter bay 1:
Router(config)# show interface serial 5/1/0/1:0
Serial5/1/0/1:0 is down, line protocol is down
Hardware is E3
MTU 1500 bytes, BW 1984 Kbit, DLY 20000 usec,
reliability 255/255, txload 1/255, rxload 1/255
Encapsulation HDLC, crc 16, loopback not set
Keepalive not set
Last input never, output never, output hang never
Last clearing of "show interface" counters never
Queueing strategy: fifo
Output queue 0/40, 0 drops; input queue 0/75, 0 drops
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
0 packets input, 0 bytes, 0 no buffer
Received 0 broadcasts, 0 runts, 0 giants, 0 throttles
0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort
0 packets output, 0 bytes, 0 underruns
0 output errors, 0 collisions, 2 interface resets
0 output buffer failures, 0 output buffers swapped out
0 carrier transitions alarm present
Timeslot(s) Used:1-31, Transmitter delay is 0 flags, transmit queue length 999
On page 8-23, add the following:
For a Catalyst 6000 family FlexWAN module, you can display information about all E1 lines within an MC-E3 port adapter with the command:
show controllers e3 mod_num/bay/port [brief | tabular]
On page 8-27, add the following:
For a Catalyst 6000 family FlexWAN module, you can also display brief configuration information or tabular configuration and MIB information about a specific E1 line within an MC-E3 port adapter with the following command:
show controllers e3 mod_num/bay/port/e1-line-number [brief | tabular]
On page 8-29, add the following:
For a Catalyst 6000 family FlexWAN module, you can display information about a specific E1 line within an MC-E3 port adapter with the following command:
show controllers e3 mod_num/bay/port/e1-line-number
On page 8-30, add the following:
Display information for E1 line number 1, on the E3 link on an MC-E3 port adapter in port adapter bay 1, on a Catalyst 6000 family FlexWAN module installed in slot 5 as follows:
Router# show controllers e3 5/1/0/1
E3 5/1/0 is down.
CE3 H/W Version : 3.1.0, CE3 ROM Version : 1.1, CE3 F/W Version : 1.2.1
E3 5/1/0 E1 1
No alarms detected.
Framing is crc4, Clock Source is line, National bits are 0x1F.
Data in current interval (630 seconds elapsed):
0 Line Code Violations, 0 Path Code Violations
0 Slip Secs, 0 Fr Loss Secs, 0 Line Err Secs, 0 Degraded Mins
0 Errored Secs, 0 Bursty Err Secs, 0 Severely Err Secs
0 Unavail Secs
Total Data (last 1 15 minute intervals):
0 Line Code Violations,0 Path Code Violations,
0 Slip Secs, 0 Fr Loss Secs, 0 Line Err Secs, 0 Degraded Mins,
0 Errored Secs, 0 Bursty Err Secs, 0 Severely Err Secs
On page 8-32, add the following:
For a Catalyst 6000 family FlexWAN module, an example of the show version command follows:
Router# show version Cisco Internetwork Operating System Software IOS (tm) MSFC Software (C6MSFC-JSV-M), Experimental Version 12.1(20000209:134547) [amcrae-cosmos_e_nightly 163] Copyright (c) 1986-2000 by cisco Systems, Inc. Compiled Wed 09-Feb-00 07:10 by Image text-base: 0x60008900, data-base: 0x6140E000 ROM: System Bootstrap, Version 12.0(3)XE, RELEASE SOFTWARE const-uut uptime is 5 minutes System returned to ROM by reload System image file is "bootflash:c6msfc-jsv-mz.Feb9" cisco Cat6k-MSFC (R5000) processor with 122880K/8192K bytes of memory. Processor board ID SAD03457061 R5000 CPU at 200Mhz, Implementation 35, Rev 2.1, 512KB L2 Cache Last reset from power-on Channelized E1, Version 1.0. Bridging software. X.25 software, Version 3.0.0. SuperLAT software (copyright 1990 by Meridian Technology Corp). TN3270 Emulation software. Primary Rate ISDN software, Version 1.1. 6 FlexWAN controllers (13 Serial)(8 E1)(8 T1)(2 HSSI)(2 ATM)(1 Channelized T3)(1 Channelized E3)(2 POS). 1 Virtual Ethernet/IEEE 802.3 interface(s) 17 Serial network interface(s) 2 HSSI network interface(s) 2 ATM network interface(s) 2 Packet over SONET network interface(s) 1 Channelized T3 port(s) 1 Channelized E3 port(s) 123K bytes of non-volatile configuration memory. 4096K bytes of packet SRAM memory. 16384K bytes of Flash internal SIMM (Sector size 256K). Configuration register is 0x1
On page 8-34, add the following:
You can determine which type of port adapter is installed on a Catalyst 6000 family FlexWAN module in your system with the show diag command. Specific port adapter information is displayed, as shown in the following example of one MC-E3 port adapter in port adapter bay 1, on a Catalyst 6000 family FlexWAN module in interface processor slot 5:
Router# show diag
(Additional displayed text omitted from this example.)
Slot 5: Logical_index 11
Board is analyzed ipc ready FlexWAN controller
Slot database information:
Flags: 0x2004 Insertion time: unknown
CWAN Controller Memory Size: Unknown
PA Bay 1 Information:
CE3 PA, 1 port
EEPROM format version 0
HW rev 0.00, Board revision UNKNOWN
Serial number: 00000000 Part number: 00-0000-00
Cisco Connection Online (CCO) is Cisco Systems' primary, real-time support channel. Maintenance customers and partners can self-register on CCO to obtain additional information and services.
Available 24 hours a day, 7 days a week, CCO provides a wealth of standard and value-added services to Cisco's customers and business partners. CCO services include product information, product documentation, software updates, release notes, technical tips, the Bug Navigator, configuration notes, brochures, descriptions of service offerings, and download access to public and authorized files.
CCO serves a wide variety of users through two interfaces that are updated and enhanced simultaneously: a character-based version and a multimedia version that resides on the World Wide Web (WWW). The character-based CCO supports Zmodem, Kermit, Xmodem, FTP, and Internet e-mail, and it is excellent for quick access to information over lower bandwidths. The WWW version of CCO provides richly formatted documents with photographs, figures, graphics, and video, as well as hyperlinks to related information.
You can access CCO in the following ways:
For a copy of CCO's Frequently Asked Questions (FAQ), contact cco-help@cisco.com. For additional information, contact cco-team@cisco.com.
![]() |
Note If you are a network administrator and need personal technical assistance with a Cisco product that is under warranty or covered by a maintenance contract, contact Cisco's Technical Assistance Center (TAC) at 800 553-2447, 408 526-7209, or tac@cisco.com. To obtain general information about Cisco Systems, Cisco products, or upgrades, contact 800 553-6387, 408 526-7208, or cs-rep@cisco.com |
Cisco documentation and additional literature are available in a CD-ROM package, which ships with your product. The Documentation CD-ROM, a member of the Cisco Connection Family, is updated monthly. Therefore, it might be more current than printed documentation. To order additional copies of the Documentation CD-ROM, contact your local sales representative or call customer service. The CD-ROM package is available as a single package or as an annual subscription. You can also access Cisco documentation on the World Wide Web at http://www.cisco.com, http://www-china.cisco.com, or http://www-europe.cisco.com.
If you are reading Cisco product documentation on the World Wide Web, you can submit comments electronically. Click Feedback in the toolbar and select Documentation. After you complete the form, click Submit to send it to Cisco. We appreciate your comments.

![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Sun Mar 5 13:27:52 PST 2000
Copyright 1989 - 2000©Cisco Systems Inc.