|
|
This feature is supported on the Cisco AS5800.
None
The following terms, in alphabetical order appear in this feature documentation:
DS1---The Digital Signal level for T1-class channels.
DS3---The Digital Signal level for T3-class channels.
T1---A North American standard T-Carrier, multiplexed system for channels.
T3---A North American standard T-Carrier, multiplexed system for channels.
| Step | Command | Purpose | ||
|---|---|---|---|---|
| | Enter the enable command. | ||
| | Enter global configuration mode by using the configure command. You are in global configuration mode when the prompt changes to | ||
| | Enter controller configuration mode to configure your T3 controller in the specified shelf, slot, and port. 0 is the only valid port value. | ||
| | Enter an optional text description for the T3 controller. | ||
| | Enter the controller cablelength value from 0 to 450 (feet). | ||
| | Enter the type of T3 framing used. c-bit specifies c-bit parity framing. m23 (the default) specifies M23 multiplexer framing. | ||
| | Create a logical T1 controller from each of the specified T3 line timeslots. ds1 is a T1 timeslot within the T3 line with a value from 1 to 28. (The T1 controller is in shelf/slot/0:ds1.) | ||
| | Exit controller configuration mode and return to global configuration mode. | ||
| | Enter controller configuration mode to configure your T3 controller port. t1-num is a T1 timeslot within the T3 line with a value from 1 to 28. | ||
| | Exit controller configuration mode and return to global configuration mode. | ||
| | Configure clock priority, which is a value from 1 to 50. Select a clocking source by selecting the external reference clock or any port of a trunk card. If you are using the external reference clock, no other CLI is needed. If you are using a trunk card, select a dial shelf slot from 0 to 5. Select the T3 port number, which has a value of 0. Possible T1 port values are from 1 to 28. | ||
| | Exit global configuration mode and return to EXEC mode. | ||
| | Save your changes. |
To verify your software configuration, you can use show commands for controller settings. To use show commands, you must be in privilege EXEC mode.
Router# show controller t3
T3 1/0/0 is up.
Applique type is Channelized T3
No alarms detected.
FEAC code received: No code is being received
Framing is M23, Line Code is B3ZS, Clock Source is Line.
Data in current interval (751 seconds elapsed):
0 Line Code Violations, 0 P-bit Coding Violation
0 C-bit Coding Violation, 0 P-bit Err Secs
0 P-bit Severely Err Secs, 0 Severely Err Framing Secs
0 Unavailable Secs, 0 Line Errored Secs
0 C-bit Errored Secs, 0 C-bit Severely Errored Secs
Total Data (last 16 15 minute intervals):
0 Line Code Violations, 0 P-bit Coding Violation,
0 C-bit Coding Violation, 0 P-bit Err Secs,
0 P-bit Severely Err Secs, 0 Severely Err Framing Secs,
0 Unavailable Secs, 0 Line Errored Secs,
0 C-bit Errored Secs, 0 C-bit Severely Errored Secs
T3 controller configuration: ---------------------------- controller T3 1/0/0 framing m23 clock source line cablelength 224 t1 1 controller t1 2 controller t1 3 controller t1 4 controller t1 5 controller t1 6 controller t1 7 controller t1 8 controller t1 9 controller t1 10 controller t1 11 controller t1 12 controller t1 13 controller t1 14 controller t1 15 controller t1 16 controller t1 17 controller t1 18 controller t1 19 controller t1 20 controller t1 21 controller t1 22 controller t1 23 controller t1 24 controller t1 25 controller t1 26 controller t1 27 controller t1 28 controller
T1 controller configuration:
----------------------------
controller T1 1/0/0:1
framing esf
pri-group timeslots 1-24
controller T1 1/0/0:2
channel-group 0 timeslots 1-24
.
.
.
controller T1 1/1/0:28
cas-group 0 timeslots 1-24
This section documents new or modified commands. All other commands used with this feature are documented in the Cisco IOS Release 11.3 command references.
To reset the statistical information specific to a serial interface, use the clear interface serial EXEC command.
clear interface serial dial-shelf/slot/t3-port:t1-num:chan-group
dial-shelf | Dial shelf chassis in the Cisco AS5800 access server containing the CT3 interface card. |
slot | Location of the CT3 interface card in the dial shelf chassis. |
t3-port | T3 port number. The only valid value is 0. |
t1-num | T1 timeslot in the T3 line. The value can be from 1 to 28. |
chan-group | Channel group identifier. |
None default behavior or values.
EXEC
| Release | Modification |
|---|---|
10.0 | This command was first introduced. |
The clear interface serial command clears the interface hardware. To reset the counters for an interface, use the clear counters serial command. To confirm at the prompt. use the show interface serial command.
The following example clears the interface hardware, disconnecting any active lines:
Router# clear interface serial 1/4/0:2:23 Router#
| Command | Description |
clear counters serial | Resets statistical information for the specified serial interface. |
show interface serial | Displays statistical information for the specified serial interface. |
show interfaces | Displays statistical information for all configured interfaces. |
To configure a T1 controller, use the controller t1 global configuration command. Enter the no form of this command to delete the defined controller.
controller t1 dial-shelf/slot/t3-port:t1-num
dial-shelf | Dial shelf chassis in the Cisco AS5800 access server containing the CT3 interface card. |
slot | Location of the CT3 interface card in the dial shelf chassis. |
t3-port | T3 port number. The only valid value is 0. |
t1-num | T1 timeslot in the T3 line. The value can be from 1 to 28. |
None default behavior or values.
Global configuration
| Release | Modification |
|---|---|
11.3(5)AA | This command was first introduced. |
The following example configures the T1 controller in shelf 1, slot 0, port 0:
Router(config)# controller T1 1/0/0 Router(config-controller)#
| Command | Description |
show controller t1 | Displays the hardware and software driver information for the specified T1 controller. |
To configure a T3 line, use the controller t3 global configuration command. Enter the no form of this command to delete the defined controller.
controller t3 dial-shelf/slot/t3-port
dial-shelf | Dial shelf chassis in the Cisco AS5800 access server containing the CT3 interface card. |
slot | Location of the CT3 interface card in the dial shelf chassis. |
t3-port | T3 port number. The only valid value is 0. |
None default behavior or values.
Global configuration
| Release | Modification |
|---|---|
11.1CA | This command was first introduced. |
The following example configures the T3 controller in shelf 1, slot 4, port 0:
Router(config)# controller T3 1/4/0 Router(config-controller)#
| Command | Description |
show controller t3 | Displays the hardware and software driver information for the specified T3 controller. |
To display the hardware and software driver information for the T1 controller, use the show controller t1 EXEC command.
show controller t1 dial-shelf/slot/t3-port:t1-num
dial-shelf | Dial shelf chassis in the Cisco AS5800 access server containing the CT3 interface card. |
slot | Location of the CT3 interface card in the dial shelf chassis. |
t3-port | T3 port number. The only valid value is 0. |
t1-num | T1 timeslot in the T3 line. The value can be from 1 to 28. |
None default behavior or values.
EXEC
| Release | Modification |
|---|---|
11.3(5)AA | This command was first introduced. |
The following example shows the status of the T1 controllers connected to the Cisco AS5800:
Router# show controller T1
T1 1/0/0:1 is up.
No alarms detected.
Framing is ESF, Line Code is AMI, Clock Source is Line.
Data in current interval (770 seconds elapsed):
5 Line Code Violations, 8 Path Code Violations
0 Slip Secs, 0 Fr Loss Secs, 7 Line Err Secs, 0 Degraded Mins
0 Errored Secs, 0 Bursty Err Secs, 0 Severely Err Secs, 7 Unavail Secs
Total Data (last 81 15 minute intervals):
7 Line Code Violations, 4 Path Code Violations,
6 Slip Secs, 20 Fr Loss Secs, 2 Line Err Secs, 0 Degraded Mins,
0 Errored Secs, 0 Bursty Err Secs, 0 Severely Err Secs, 2 Unavail Secs
T1 1/0/1:5 is down.
Transmitter is sending remote alarm.
Receiver has loss of frame.
Framing is SF, Line Code is AMI, Clock Source is Line.
Data in current interval (770 seconds elapsed):
50 Line Code Violations, 5 Path Code Violations
0 Slip Secs, 7 Fr Loss Secs, 7 Line Err Secs, 0 Degraded Mins
0 Errored Secs, 0 Bursty Err Secs, 0 Severely Err Secs, 7 Unavail Secs
Total Data (last 81 15 minute intervals):
27 Line Code Violations, 22 Path Code Violations,
0 Slip Secs, 13 Fr Loss Secs, 13 Line Err Secs, 0 Degraded Mins,
0 Errored Secs, 0 Bursty Err Secs, 0 Severely Err Secs, 13 Unavail Secs
Router#
Table 1 describes the fields shown in the show controller t1 display.
| Field | Description |
|---|---|
T1 ... is up | Status of T1 line. |
No alarms detected | The access server received no alarms. |
Framing is ... | Standard T1 framing type. In this example, the framing is Extended Super Frame (ESF). |
Line Code is ... | Standard T1 line-coding format. In this example, the line-coding format is Alternate Mark Inversion (AMI). |
Clock Source is ... | The source of the synchronization signal (clock). In this example, the line is providing the clock signal. |
Data in current interval ... | The summary statistics for T1 signal quality for the current time interval of 900 seconds. In this example, the statistics are for current partial interval (770 seconds of 900 seconds). |
Line Code Violations | Number of T1 line code violations for the current interval. |
Path Code Violations | Number of T1 path code violations for the current interval. |
Slip Secs | Number of seconds in this interval during which a frame misalignment occurred. |
Fr Loss Secs | Number of seconds in this interval during which frame loss occurred. |
Line Err Secs | Number of seconds in this interval during which line errors occurred. |
Degraded Mins | Number of minutes in this interval during which the signal quality was degraded. |
Errored Secs | Number of seconds in this interval during which an error was reported. |
Bursty Err Secs | Number of bursty error seconds in this interval. |
Severely Err Secs | Number of severely errored seconds in this interval. |
Unavail Secs | Number of unavailable seconds in this interval. |
Total Data (last ... 15 minutes intervals | The summary statistics for T1 signal quality for 15 minute intervals. Every twenty-four hours, that is, 96 intervals, the counters in this data block clear. |
| Command | Description |
controller t1 | Configures a T1 controller. |
To display the hardware and software driver information for a T3 controller, use the show controller t3 EXEC command.
show controller t3 dial-shelf/slot/t3-port
dial-shelf | Dial shelf chassis in the Cisco AS5800 access server containing the CT3 interface card. |
slot | Location of the CT3 interface card in the dial shelf chassis. |
t3-port | T3 port number. The only valid value is 0. |
None default behavior or values.
EXEC
| Release | Modification |
|---|---|
11.1CA | This command was first introduced. |
The following example shows the summary status of the T3 controller located in shelf 1, slot 4, port 0:
Router# show controller t3
T3 1/4/0 is up.
Applique type is Channelized T3
No alarms detected.
MDL transmission is disabled
FEAC code received: Multiple DS1 LOS/HBER
Framing is C-BIT Parity, Line Code is B3ZS, Clock Source is Line.
Data in current interval (491 seconds elapsed):
0 Line Code Violations, 0 P-bit Coding Violation
0 C-bit Coding Violation, 0 P-bit Err Secs
0 P-bit Severely Err Secs, 0 Severely Err Framing Secs
0 Unavailable Secs, 0 Line Errored Secs
0 C-bit Errored Secs, 0 C-bit Severely Errored Secs
Total Data (last 80 15 minute intervals):
3 Line Code Violations, 4 P-bit Coding Violation,
2 C-bit Coding Violation, 0 P-bit Err Secs,
0 P-bit Severely Err Secs, 0 Severely Err Framing Secs,
2 Unavailable Secs, 0 Line Errored Secs,
0 C-bit Errored Secs, 0 C-bit Severely Errored Secs
Router#
The following example shows the detail status of the T3 controller connected to the Cisco AS5800 in shelf 1, slot 4, port 0. Notice that the detail information shows the last 86 fifteen minute time periods.
Router# show controller t3 1/4/0
T3 1/4/0 is up.
Applique type is Channelized T3
No alarms detected.
MDL transmission is disabled
FEAC code received: Multiple DS1 LOS/HBER
Framing is C-BIT Parity, Line Code is B3ZS, Clock Source is Line.
Data in current interval (91 seconds elapsed):
0 Line Code Violations, 0 P-bit Coding Violation
0 C-bit Coding Violation, 0 P-bit Err Secs
0 P-bit Severely Err Secs, 0 Severely Err Framing Secs
0 Unavailable Secs, 0 Line Errored Secs
0 C-bit Errored Secs, 0 C-bit Severely Errored Secs
Data in Interval 1:
0 Line Code Violations, 0 P-bit Coding Violation
0 C-bit Coding Violation, 0 P-bit Err Secs
0 P-bit Severely Err Secs, 0 Severely Err Framing Secs
0 Unavailable Secs, 0 Line Errored Secs
0 C-bit Errored Secs, 0 C-bit Severely Errored Secs
Data in Interval 2:
0 Line Code Violations, 0 P-bit Coding Violation
0 C-bit Coding Violation, 0 P-bit Err Secs
0 P-bit Severely Err Secs, 0 Severely Err Framing Secs
0 Unavailable Secs, 0 Line Errored Secs
0 C-bit Errored Secs, 0 C-bit Severely Errored Secs
Data in Interval 3:
0 Line Code Violations, 0 P-bit Coding Violation
0 C-bit Coding Violation, 0 P-bit Err Secs
0 P-bit Severely Err Secs, 0 Severely Err Framing Secs
0 Unavailable Secs, 0 Line Errored Secs
0 C-bit Errored Secs, 0 C-bit Severely Errored Secs
Data in Interval 4:
0 Line Code Violations, 0 P-bit Coding Violation
0 C-bit Coding Violation, 0 P-bit Err Secs
0 P-bit Severely Err Secs, 0 Severely Err Framing Secs
0 Unavailable Secs, 0 Line Errored Secs
0 C-bit Errored Secs, 0 C-bit Severely Errored Secs
.
.
.
Data in Interval 86:
3 Line Code Violations, 4 P-bit Coding Violation
2 C-bit Coding Violation, 0 P-bit Err Secs
0 P-bit Severely Err Secs, 0 Severely Err Framing Secs
2 Unavailable Secs, 0 Line Errored Secs
0 C-bit Errored Secs, 0 C-bit Severely Errored Secs
Total Data (last 86 15 minute intervals):
3 Line Code Violations, 4 P-bit Coding Violation,
2 C-bit Coding Violation, 0 P-bit Err Secs,
0 P-bit Severely Err Secs, 0 Severely Err Framing Secs,
2 Unavailable Secs, 0 Line Errored Secs,
0 C-bit Errored Secs, 0 C-bit Severely Errored Secs
Router#
Table 2 describes the fields shown in the show controller t3 display.
| Field | Description |
|---|---|
T3 1/4/0 is up | T3 controller connected to this Cisco AS5800 in shelf 1, slot 4, port 0 is up. The controller's state can be up, down, or administratively down. Loopback conditions are shown by Locally looped or Remotely Looped. |
Applique type is ... | Describes the type of controller. |
No alarms detected | Any alarms detected by the controller are displayed here. Possible alarms are as follows:
|
MDL transmission ... | Maintenance Data Link status (either enabled or disabled). Used for carrying performance information and control signals across the network towards the far end T3 unit. It is the counterpart of Facility Data Link (FDL) in a T1 link. |
FEAC code received | Whether or not a far-end alarm code request is being received. Possible values are as follows:
|
Framing is ... | Standard T3 framing type: M23, C-Bit, or Auto-detect. |
Line Code is ... | Standard T3 line-coding format. In this example, the line-coding format is Bipolar 3-Zero Substitution (B3ZS). |
Clock Source is ... | The source of the synchronization signal (clock): line or internal. In this example, the line is providing the clock signal. |
Data in current interval ... | The summary statistics for T3 signal quality for the current time interval of 900 seconds (15 minutes). In this example, the statistics are for current partial interval. Statistics roll into the 24-hour accumulation buffer every 15 minutes. The oldest 15-minute period falls off the back of the 24-hour accumulation buffer. |
Line Code Violations | The count of both Bipolar Violations (BPVs) and Excessive Zeros (EXZs) occurring over the accumulation period. An EXZ increments the Line Code Violations (LCV) by one regardless of the length of the zero string. |
P-bit Coding Violation | A P-bit parity error event. A P-bit parity error event is the occurrence of a received P-bit code on the DS3 M-frame that is not identical to the corresponding locally calculated code. Referred to as PVC. |
C-bit Coding Violation | The count of coding violations reported via the C-bits. For C-bit parity, it is the count of CP-bit parity errors occurring in the accumulation interval. Referred to as CCV. |
P-bit Err Secs | Number of seconds with one or more PCVs, one or more out of frame defects, or a detected incoming AIS. This gauge is not incremented when unavailable seconds are counted. |
P-bit Severely Err Secs | Number of seconds with 44 or more PCVs, one or more out of frame defects, or a detected incoming AIS. This gauge is not incremented when unavailable seconds are counted. |
Severely Err Framing Secs | Number of a seconds with one or more out of frame defects or a detected incoming AIS. |
Unavailable Secs | Number of seconds during which the interface was not available in this interval. Referred to as UAS. |
Line Errored Secs | Number of seconds in this interval during one or more code violations or one or more LOS defects. |
C-bit Errored Secs | Number of seconds with one or more C-bit code violations (CCV), one or more Out of Frame defects, or a detected incoming AIS. This gauge is not incremented when UASs are counted. Referred to as CES. |
C-bit Severely Errored Secs | Number of seconds with 44 or more CCVs, one or more Out of Frame defects, or a detected incoming AIS. This gauge is not incremented when UASs are counted. |
Total Data (last ... 15 minutes intervals | Summary statistics for T3 signal quality for 15 minute intervals. Every twenty-four hours, that is, 96 intervals, the counters in this data block clear. |
| Command | Description |
controller t3 | Configures a T3 line. |
To display the statistical information specific to a serial interface, use the clear interface serial EXEC command.
show interface serial dial-shelf/slot/t3-port:t1-num:chan-group
dial-shelf | Dial shelf chassis in the Cisco AS5800 access server containing the CT3 interface card. |
slot | Location of the CT3 interface card in the dial shelf chassis. |
t3-port | T3 port number. The only valid value is 0. |
t1-num | T1 timeslot in the T3 line. The value can be from 1 to 28. |
chan-group | Channel group identifier. |
None default behavior or values.
EXEC
| Release | Modification |
|---|---|
10.0 | This command was first introduced. |
The following example shows the activity that occurred on the serial interface in shelf 1, slot 4, port 0 for timeslot 2 in group 23:
Router# show interface serial 1/4/0:2:23
Serial1/4/0:2:23 is up, line protocol is up (spoofing)
Hardware is DS-T1
MTU 1500 bytes, BW 64 Kbit, DLY 20000 usec, rely 255/255, load 1/255
Encapsulation HDLC, loopback not set
Last input 00:00:01, output 00:00:01, output hang never
Last clearing of "show interface" counters 22:24:30
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
5274 packets input, 20122 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
5274 packets output, 30836 bytes, 0 underruns
0 output errors, 0 collisions, 0 interface resets
0 output buffer failures, 0 output buffers swapped out
2 carrier transitions no alarm present
Timeslot(s) Used:24, subrate: 64Kb/s, transmit delay is 0 flags
Router#
Table 3 describes the fields shown in the show interface serial display.
| Field | Description |
|---|---|
Serial slot/port is up/...administratively down | Indicates whether the interface hardware is currently active or administratively down. |
line protocol is up/...administratively down | Indicates whether the software processes that handle the line protocol believe the interface is usable or administratively down. |
hardware | Hardware type. |
MTU | Maximum Transmission Unit (MTU) of the interface. (The MTU for Ethernet is 1500 bytes.) |
BW | Bandwidth of the interface in kilobits per second. |
DLY | Delay of the interface in microseconds. |
rely | Reliability of the interface as a fraction of 255, calculated as an exponential average over 5 minutes. (For example, 255/255 is 100% reliability.) |
load | Load on the interface as a fraction of 255, calculated as an exponential average over 5 minutes. (For example, 255/255 is complete saturation.) |
Encapsulation | Encapsulation method assigned to this interface. |
loopback set/not set | Loopback status. |
Last input | Number of hours, minutes, and seconds since the last packet was successfully received by an interface. |
output | Number of hours, minutes, and seconds since the last packet was successfully transmitted by an interface. |
output hang | Number of hours, minutes, and seconds (or never) since the interface was last reset because of a transmission that took too long. When the number of hours in any of the "last" fields exceeds 24 hours, the number of days and hours is printed. If that field overflows, asterisks are printed. |
Last clearing of "show interface" counters | Time at which the counters that measure cumulative statistics (such as number of bytes transmitted and received) were last reset to zero. |
Queueing strategy | Displays the type of queueing configured for this interface. In the example output, the type of queueing configured is First In First Out (FIFO). |
Output queue | Number of packets in the output queue. The format of this number is A/B, where A indicates the number of packets in the queue, and B indicates the maximum number of packets allowed in the queue. |
drops | Indicates the number of packets dropped due to a full queue. |
input queue/drops | Number of packets in the input queue. The format of this number is A/B, where A indicates the number of packets in the queue and B indicates the maximum number of packets allowed in the queue. |
drops | Indicates the number of packets dropped due to a full queue. |
Five minute input rate | Average number of bits and packets received per second in the last five minutes. |
Five minute output rate | Average number of bits and packets transmitted per second in the last five minutes. |
packets input | Total number of error-free packets received by the system. |
bytes (input) | Total number of bytes, including data and MAC encapsulation, in the error-free packets received by the system. |
no buffer | Number of received packets discarded because there was no buffer space in the main system. |
Received broadcast | Total number of broadcast or multicast packets received by the interface. |
runts | Number of packets that are discarded because they are smaller than the medium's minimum packet size. |
giants | Number of packets that are discarded because they exceed the medium's maximum packet size. |
throttles | Number of times the receiver on the port was disabled, possibly due to buffer or processor overload. |
input errors | Includes runts, giants, no buffers, CRC, frame, overrun, and ignored counts. |
CRC | Number of cyclic redundancy checksum (CRC) errors generated by the originating LAN station or far-end device. A CRC error occurs when the CRC value calculated from the data transmitted by the far-end device does not match the checksum value calculated from the data received at the near-end device. |
frame | Number of packets received incorrectly having a CRC error and a non-integer number of octets. |
overrun | Number of times the receiver hardware was unable to forward received data to a hardware buffer because the input rate exceeded the receiver's ability to handle the data. |
ignored | Number of received packets ignored by the interface because the interface hardware ran low on internal buffers. |
abort | Invalid sequence of one bits on a serial interface. This usually indicates a clocking problem between the serial interface and the data link equipment. |
packets output | Total number of messages transmitted by the system. |
bytes (output) | Total number of bytes, including data and MAC encapsulation transmitted by the system. |
underruns | Number of times the transmitter has been running faster than the receiving device can handle. |
output errors | Sum of all errors that prevented the final transmission of packets out of the interface being examined. |
collisions | Not applicable to the Cisco uBR7246. |
interface resets | Number of times an interface has been completely reset. |
output buffer failures | Number of times the output buffer has failed. |
output buffer swapped out | Number of times the output buffer has been swapped out. |
carrier transitions | Number of times the carrier detect signal of a serial interface has changed state. For example, if data carrier detect (DCD) goes down and comes up, the carrier transition counter will increment two times. Indicates modem or line problems if the carrier detect line is changing state often. If there are no problems, "no alarm present" is reported. |
Timeslot(s) Used | Number of timeslots assigned to the T1 channel. |
subrate | Bandwidth of each timeslot. |
transmit delay is ... | Number of idle flags inserted between each frame. |
| Command | Description |
clear interface serial | Resets the statistical information for the specified serial interface. |
To create a logical T1 controller from each of the specified timeslots of the T3 line, use the t1 controller configuration command. Enter the no form of this command to delete the defined logical controller.
t1 ds1 controller
ds1 | A timeslot within the T3 line. The valid timeslot range is from 1 to 28. |
None default behavior or values.
Controller configuration
| Release | Modification |
|---|---|
11.3(5)AA | This command was first introduced. |
The purpose of this command is to convert the collection of the 28 T1 controllers comprising the T3 controller into individual T1 controllers that the system can use. In other words, the Cisco AS5800 cannot pass data until a T1 controller is configured (using the controller t1 command), and you cannot configure a T1 controller until it has been created using the t1 command.
The following example configures a logical T1 controller at T1 timeslot 1 for the T3 controller located in shelf 1, slot 4, port 0. Note that you have to enter the command from the controller configuration mode.
Router(config)# controller t3 1/4/0 Router(config-controller)# t1 1 controller Router(config-controller)# end Router#
| Command | Description |
controller t1 | Configures a T1 controller. |
controller t3 | Configures a T3 line. |
For more information on the CT3, refer to the Channelized T3 Interface Processor (CT3IP) Installation and Configuration publication and the Channelized T3 Dual-Wide Port Adapter Installation and Configuration publication.
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Fri Feb 19 18:06:14 PST 1999
Copyright 1989-1999©Cisco Systems Inc.