|
|
This chapter describes methods for detecting and correcting data errors on the Cisco 10000's serial interfaces.
Signal input and output problems can occur at any point in the network and can be caused by mechanical defects in cables or fiber, poor connections, or loss of signal caused by other equipment failures.
Refer to your site log and other facility records to isolate signal connections for your facility.
An optical signal I/O problem can be caused by
Be sure to use single-mode fiber for a single-mode interface and multimode fiber for a multimode interface. Table 6-1 describes the fiber types appropriate for each Cisco 10000 line card.
| Card Type | Appropriate Fiber Type |
|---|---|
OC-12 Packet Over SONET line card | |
Gigabit Ethernet line card | The appropriate fiber type for the gigabit Ethernet line card is dependent upon the installed GBIC. |
Use the following equation to ensure that an appropriate power budget has been allotted to optical links terminating at the Cisco 10000.
The power budget (PB) is the maximum possible amount of power transmitted. The following equation shows the calculation of the power budget:
Where:
Insufficient power budget occurs when the power margin (PM) is less than 0. PM is equal to the power budget minus the link loss (LL).
Three factors contribute to link loss:
![]() |
Note These are typical values; refer to the manufacturer for the actual values. |
![]() |
Note For the gigabit Ethernet line card, PRmax is greater than or equal to PTmax, so an attenuator is unnecessary. |
This section discusses problem isolation using bit error rate (BER) tests. The topics discussed are:
BER test circuitry is built into the CT3 line card. With BER tests, you can test cables and signal problems in the field. You can configure individual T1 lines to run BER tests, but only one BER test circuit exists for all 28 T1 lines. Hence, only one BER test can be run on a single T3 port at any given time.
There are two categories of test patterns that can be generated by the onboard BER test circuitry: pseudorandom and repetitive. Pseudorandom test patterns are exponential numbers and conform to the CCITT/ITU O.151 and O.153 specifications; repetitive test patterns are all zeros, all ones, or alternating zeros and ones.
A description of each type of test pattern follows:
Both the total number of error bits received and the total number of bits received are available for analysis. You can set the testing period from 1 minute to 14,400 minutes (240 hours), and you can also retrieve the error statistics anytime during the BER test.
When running a BER test, your system expects to receive the same pattern that it is transmitting. To help ensure this:
You can send a BER test pattern on a T1 line with the controller command. The unframed option causes the BER test pattern to use the entire T1 bandwidth including the T1 framing as well as payload bits. If "unframed" is omitted then the T1 will be either SF or ESF framed as configured by the T1 framing command and the BER test pattern will occupy only the T1 payload bits.
t1 t1-line-number bert pattern pattern interval time [unframed]
where:
Examples:
Router(config)# controller T3 1/0/0 Router(config-controller)# t1 10 bert pattern 2^20 interval 5 unframed
Router(config)# controller T3 1/0/0 Router(config-controller)# t1 10 bert pattern 1s interval 14400 unframed
![]() |
Note You can terminate a BER test during the specified test period with the no t1 bert command. |
You can view the results of a BER test using the controller command:
show controllers T3 slot/port-adapter/port/t1-line-number
where: t1-line-number is 1-28.
You can view the results of a BER test at the following times:
You can view information about a BER test using the controller command:
show controllers T3 slot/subslot/port
where: t1-line-number is 1-28.
Examples follow:
Router# show controllers T3 1/0/0 T3 1/0/0 is up. C2T3 H/W Version : 3, C2T3 ROM Version : 0.79, C2T3 F/W Version : 0.29.0 T3 1/0/0 T1 1 No alarms detected. Clock Source is internal. 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
Table 6-2 explains the output of the preceding command, starting at the arrow:
| Output Display Line | Explanation |
| Indicates the current state of the test. In this case, "running" indicates that the BER test is still in progress. After a test is completed, "done" is displayed. |
| Indicates the test pattern you selected for the test (2^11), the current synchronization state (sync), and the number of times synchronization has been detected during this test (1). |
| Indicates the time the test takes to run and the time remaining for the test to run. If you terminate a BER test, you receive a message similar to the following: "Interval: 5 minutes" indicates the configured run time for the test. "Time Remain : 2 minutes" indicates |
| These four lines show the bit errors that have been detected versus the total number of test bits that have been received since the test started and since the last synchronization was detected. |
![]() |
Note Unless unframed is selected, the BER test runs over the configured framing option for the specified T1 line (ESF or SF). Before running a BER test, you should configure the framing option that is appropriate to your application. |
To terminate a BER test, type
no t1 t1-line-number bert
where: t1-line-number is 1-28.
Examples:
Router(config)# controller T3 1/0/0 Router(config-controller)# no t1 10 bert
The following sections describe the configuration and use of loopback tests in problem isolation:
You can configure the loopback modes for a T3 controller by using the loopback command:
loopback [local | network | remote]
The default loopback mode for the T3 controller is no loopback.
To return the T3 controller to its default condition, use the no form of the command.
Examples:
Router(config)# controller T3 1/0/0 Router(config-controller)# loopback local
Router(config)# controller T3 1/0/0 Router(config-controller)# loopback network
Router(config)# controller T3 1/0/0 Router(config-controller)# loopback remote
The equipment customer loopback command allows a port to respond to loopback commands from remote T3 equipment. The equipment network loopback causes a controller to ignore remote T3 loopback commands.
Syntax:
equipment [customer | network] loopback
Example:
To enable the controller's ability to respond to remote loopback requests, type:
Router(config)# controller T3 1/0/0 Router(config-controller)#equipment customer loopback
To prevent a controller from responding to remote loopback commands, type:
Router(config)# controller T3 1/0/0 Router(config-controller)#equipment network loopback
![]() |
Note Remote loopbacks are only available when you use c-bit parity framing. |
To set loopback mode on a gigabit Ethernet interface, use the loopback command in interface configuration mode.
loopback[internal|external][no]loopback[internal|external]
Where:
Use the no form of the command to stop the loopback.
In the following example, an internal loopback mode is defined for a gigabit Ethernet interface:
router(config)# interface GigabitEthernet 1/0/0 router(config-if)# loopback internal
![]() |
Tips If you are performing a hard plug loopback test on a gigabit Ethernet interface, be sure to set the loopback type for the interface to external. Otherwise, no packets are transmitted onto the fiber optic cable. |
To enable loopback testing of data transmitted from the Cisco 10000 ESR PRE card to the OC-12 POS card and back, use the loopback command in interface configuration mode:
loopback [line | internal][no]loopback [line | internal]
Where:
Both line and internal do the following
Use the no form of the command to stop the loopback test.
In the following example, a loopback is set for the OC-12 POS line card in slot 5:
Router(config)# interface pos 5/0/0
Router(config-if)# loopback line
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Fri May 12 10:44:30 PDT 2000
Copyright 1989 - 2000©Cisco Systems Inc.