|
|
For more information on how to configure your IMA-specific network equipment, refer to the
Cisco IOS publications on the Documentation CD-ROM.
This chapter includes the following sections:
IMA allows you to aggregate multiple low-speed links into one larger virtual trunk or IMA group. An inverse multiplexer appears to your ATM switch router as one logical pipe. This IMA group provides modular bandwidth for user access to ATM networks for connections between ATM network elements at rates between the traditional order multiplex levels, such as between T1 or E1 and T3 or E3.
IMA involves inverse multiplexing and demultiplexing of ATM cells in a cyclical fashion among links grouped to form a higher bandwidth logical group with a rate approximately the sum of the link rates. This group of links is called an IMA group.
Inverse multiplexing in the transmit direction controls the distribution of cells onto the group of physical links available to the IMA group interface. It also handles differential delays and deals with links that are added or dropped, or fail and are later restored. In the receive direction, the IMA interface performs differential delay compensation and recombines the cells into the original ATM cell stream while allowing minimal cell delay variation (CDV). The IMA process of splitting and recombining the ATM cell stream is as transparent to the layer above as a traditional single-link physical layer interface.
Figure 20-1 illustrates the configuration of the T1 IMA port adapters (with eight ports each) on two switches which create a virtual IMA group connection.

IMA groups terminate at each end of the IMA virtual link. The transmit IMA receives the ATM cell stream from the ATM layer and distributes it on a cell-by-cell basis across the multiple T1 or E1 links within the IMA group. At the far-end, the receiving IMA recombines the cells from each link, also on a cell-by-cell basis, recreating the original ATM cell stream. The aggregate cell stream is then passed to the ATM layer.
The IMA frame is the unit of control in the IMA protocol. An IMA frame is a series of consecutive cells. Periodically, the transmit IMA sends special cells that permit reconstruction of the ATM cell stream at the receiving IMA. These cells, defined as IMA Control Protocol (ICP) cells, provide the definition of an IMA frame. The transmitter must align the transmission of IMA frames on all links (shown in Figure 20-2) to allow the receiver to adjust for differential link delays among the constituent physical links. Based on this required behavior, the receiver can detect the differential delays by measuring the arrival times of the IMA frames on each link.
At the transmitting end, the cells are sent continuously. If no ATM layer cells are sent between ICP cells within an IMA frame, the transmit IMA sends filler cells to maintain a continuous stream of cells at the physical layer. Filler cells, which provide cell rate decoupling at the IMA sublayer, are discarded by the receiving IMA.
A new OAM cell is defined for use by the IMA protocol. This cell has codes that define it as either an ICP cell or a filler cell.
Within the IMA frame, the ICP cell appears at the ICP cell offset position, which can vary among the links. Figure 20-2 shows an example of the transmission of IMA frames over three links. On interface 0/0/1, the ICP cells have their cell offset set to 0 and are the first cells in each IMA frame. On interface 0/0/2, the ICP cells have the ICP cell offset set to 3 and are the fourth cells in each IMA frame. On interface 0/0/3, the ICP cells have their ICP cell offset set to 1 and are the second cells in each IMA frame.

The T1/E1 IMA port adapter provides eight physical ports. Each port adapter supports up to four IMA groups and independent ATM interfaces. The following are possible combinations:
The T1 line operates at 1.544 Mbps, which is equivalent to 24 time slots (DS0 channels). The T1 time slot provides usable bandwidth of n x 64 kbps, where n is the time slot from 1 to 24. The E1 line operates at 2.048 Mbps.
T1/E1 IMA port adapters support interface overbooking. For configuration information, see the section "Configuring Interface Overbooking" in the chapter "Configuring Resource Management."
The following defaults are assigned to all T1/E1 IMA port adapter interfaces:
The following port adapter types have specific defaults assigned.
T1 port adapter:
E1 port adapter:
The following defaults are assigned to all IMA groups:
To manually change any of your default configuration values, perform the following steps, beginning in global configuration mode:
| Step | Command | Purpose | ||
|---|---|---|---|---|
| interface atm card/subcard/port | Specifies the ATM interface and enters interface configuration mode. | ||
| bert pattern {2^15 | 2^20 | 2^23 | 0s | 1s | 2^11 | 2^20-QRSS | alt-0-1} interval minutes | Configures the bit error rate test pattern. | ||
| clock source {free-running | loop-timed | network-derived} | Configures the type of clocking. | ||
| framing {esfadm | sfadm} framing {cleare1 | crc4adm | pcm30adm} | Modifies the T1 IMA framing type. Modifies the E1 IMA framing type. | ||
| lbo {long {gain26 | gain36} {-15db | -22.5db | -7.5db | 0db}} | {short {133ft | 266ft | 399ft | 533ft | 655ft}} lbo {long gain43 {120db | 75db} | short gain12 22db} | Modifies the T1IMA line build-out. Modifies the E1 IMA line build-out. | ||
| loopback {cell | diagnostic | line | local | payload | pif | remote {line {fdl {ansi | bellcore}} | payload [fdl ansi]}} loopback {cell | diagnostic | line | payload | pif} | Configures the T1 line loopback. Configures the E1 line loopback. | ||
| linecode {ami | b8zs} linecode {ami | hdb3} | Modifies the T1 line code format. Modifies the E1 line code format. | ||
| fdl {ansi | att} | Configures T1 FDL format. | ||
| yellow {detection | generation} | Enables T1 yellow alarm detection. | ||
| national reserve bit-pattern | Modifies the E1 national bits. |
The following example shows how to change the clock source to free running:
Switch(config)# interface atm 0/0/3 Switch(config-if)# clock source free-running
To display the physical T1/E1 IMA interface configuration, use the following EXEC command:
| Command | Purpose |
|---|---|
Displays the physical interface configuration and status. |
Switch# show controller atm 0/0/3
ATM0/0/3 is up
PAM State is UP
Firmware Version: 1.6
FPGA Version : 1.2
Boot version : 1.2
Port type: T1 Port rate: 1.5 Mbps Port medium: UTP
Port status:Good Signal Loopback:None Flags:8000
fdl is DISABLED
Yellow alarm enabled in both tx and rx
linecode is B8ZS
TX Led: Traffic Pattern RX Led: Traffic Pattern CD Led: Green
TX clock source: free-running
T1 Framing Mode: ESF ADM format
LBO (Cablelength) is short 133
Counters:
Key: txcell - # cells transmitted
rxcell - # cells received
hcs - # uncorrectable HEC errors
chece - # rx Correctable HEC errors
uicell - # unassigned/idle cells dropped
oocd - # rx out of cell deliniation
rx_fovr - # rx FIFO over run
tx_fovr - # tx FIFO over run
coca - # tx Change of cell allignment
pcv - # path code violations
lcv - # line code violations
es - #
--More--
To configure T1/E1 IMA on an ATM switch router, perform the tasks in the following sections:
To create an IMA group interface, first link a physical interface to the IMA group. After configuring the physical interface as part of an IMA group, you can then create the IMA group interface. An IMA group interface is identified by its card, subcard, and IMA group number. For example, IMA group 1 configured on the physical interface card 0 and subcard 0 is identified as 0/0/ima1. IMA groups are numbered from 0 to 3.
To create an IMA group interface at both ends of the connection, perform the following steps, beginning in global configuration mode:
| Step | Command | Purpose | ||
|---|---|---|---|---|
| interface atm card/subcard/port | Specifies the ATM port and enters interface configuration mode. | ||
| shutdown | Shuts down the interface prior to configuring the IMA group. | ||
| ima-group number | Assigns the interface to an IMA group number. | ||
| no shutdown | Reenables the interface. | ||
| exit | Returns to global configuration mode. | ||
| interface atm card/subcard/imagroup | Specifies the IMA group 0 to 3 and enters interface configuration mode. | ||
| no shutdown | Creates the IMA group. | ||
| --- | Repeat this procedure on the other end of the connection. |
The following example shows how to create the IMA group interface 0/0/ima1 shown in Figure 20-1 starting with Switch A, ATM interface 0/0/1:
SwitchA(config)# interface atm 0/0/1 SwitchA(config-if)# shutdown SwitchA(config-if)# ima-group 1 SwitchA(config-if)# no shutdown SwitchA(config-if)# exit SwitchA(config)# interface atm 0/0/ima1 SwitchA(config-if)# no shutdown
The following example shows how to create the IMA group interface 4/1/ima1 shown in Figure 20-1 on SwitchB, ATM interface 4/1/4:
SwitchB(config)# interface atm 4/1/4 SwitchB(config-if)# shutdown SwitchB(config-if)# ima-group 1 SwitchB(config-if)# no shutdown SwitchB(config-if)# exit SwitchB(config)# interface atm 4/1/ima1 SwitchB(config-if)# no shutdown
An interface can be configured as part of an existing IMA group link by assigning the IMA group number.
To configure the interfaces at both ends of the connection as members of an existing IMA group, perform the following steps, beginning in global configuration mode:
| Step | Command | Purpose | ||
|---|---|---|---|---|
| interface atm card/subcard/port | Specifies the ATM port and enters interface configuration mode. | ||
| shutdown | Prior to configuring the IMA group, shuts down the interface. | ||
| ima-group number | Assigns the interface to an IMA group number. | ||
| no shutdown | Reenables the interface. | ||
| --- | Repeat this procedure on the other end of the connection. |
The following example shows how to configure ATM interface 0/0/2 on Switch A as part of the IMA group 1 shown in Figure 20-1:
SwitchA(config)# interface atm 0/0/2 SwitchA(config-if)# shutdown SwitchA(config-if)# ima-group 1 SwitchA(config-if)# no shutdown
The following example shows how to configure ATM interface 4/1/5 on SwitchB as part of the IMA group 1 shown in Figure 20-1:
SwitchB(config)# interface atm 4/1/5 SwitchB(config-if)# shutdown SwitchB(config-if)# ima-group 1 SwitchB(config-if)# no shutdown
The following example shows how to move ATM interface 4/1/5 on SwitchB to the IMA group 3:
SwitchB(config)# interface atm 4/1/5 SwitchA(config-if)# shutdown SwitchB(config-if)# ima-group 3 SwitchB(config-if)# no shutdown
To display the IMA group configuration, use the following EXEC commands:
| Command | Purpose |
|---|---|
Displays IMA group interface configuration and status. | |
Displays IMA interface configuration and status. |
The following example shows the IMA group interface configuration for IMA group 0/0/ima1 interface:
SwitchA# show ima interface atm 0/0/ima1
ATM0/0/ima1 is up
Group Index = 2
State: NearEnd = operational, FarEnd = operational
FailureStatus = noFailure
IMA Group Current Configuration:
MinNumTxLinks = 1 MinNumRxLinks = 1
DiffDelayMax = 25 FrameLength = 128
NeTxClkMode = common(ctc) CTC_Reference_Link = ATM0/0/3
TestLink = 3 Testpattern = Not Specified
TestProcStatus = disabled GTSM change timestamp = 990426154350
IMA Link Information:
Link Physical Status NearEnd Rx Status Test Status
----- --------------- ----------------- ---------------
ATM0/0/2 up active disabled
ATM0/0/3 up active disabled
The following example shows the interface configuration for T1 IMA group 0/0/ima1:
SwitchA# show interfaces atm 0/0/ima1
ATM0/0/ima1 is up, line protocol is up
Hardware is imapam_t1_ima
MTU 4470 bytes, sub MTU 4470, BW 1500 Kbit, DLY 0 usec, rely 255/255, load 1/255
Encapsulation ATM, loopback not set, keepalive not supported
Last input 00:00:00, output 00:00:00, output hang never
Last clearing of "show interface" counters never
Input queue: 0/75/0 (size/max/drops); Total output drops: 0
Queueing strategy: weighted fair
Output queue: 0/1000/64/0 (size/max total/threshold/drops)
Conversations 0/0/256 (active/max active/max total)
Reserved Conversations 0/0 (allocated/max allocated)
5 minute input rate 0 bits/sec, 0 packets/sec
5 minute output rate 0 bits/sec, 0 packets/sec
223 packets input, 11819 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
215 packets output, 11395 bytes, 0 underruns
0 output errors, 0 collisions, 1 interface resets
0 output buffer failures, 0 output buffers swapped out
The following example shows the ATM layer interface configuration of the T1 IMA group 0/0/ima1:
SwitchA# show atm interface atm 0/0/ima1
Interface: ATM0/0/ima1 Port-type: imapam_t1_ima
IF Status: UP Admin Status: up
Auto-config: enabled AutoCfgState: completed
IF-Side: Network IF-type: NNI
Uni-type: not applicable Uni-version: not applicable
Max-VPI-bits: 8 Max-VCI-bits: 14
Max-VP: 255 Max-VC: 16383
ConfMaxSvpcVpi: 255 CurrMaxSvpcVpi: 255
ConfMaxSvccVpi: 255 CurrMaxSvccVpi: 255
ConfMinSvccVci: 35 CurrMinSvccVci: 35
Svc Upc Intent: pass Signalling: Enabled
ATM Address for Soft VC: 47.0091.8100.0000.0040.0b0a.2a81.4000.0c80.0090.00
Configured virtual links:
PVCLs SoftVCLs SVCLs TVCLs PVPLs SoftVPLs SVPLs Total-Cfgd Inst-Conns
3 0 0 0 0 0 0 3 3
Logical ports(VP-tunnels): 0
Input cells: 105 Output cells: 109
5 minute input rate: 0 bits/sec, 0 cells/sec
5 minute output rate: 0 bits/sec, 0 cells/sec
Input AAL5 pkts: 58, Output AAL5 pkts: 60, AAL5 crc errors: 0
To delete an interface from an IMA group, perform the following steps, beginning in global configuration mode:
| Step | Command | Purpose | ||
|---|---|---|---|---|
| interface atm card/subcard/port | Specifies the ATM port and enters interface configuration mode. | ||
| Deleted the interface from an IMA group number. |
The following example shows how to delete an interface from an IMA group:
Switch(config)# interface atm 0/0/1 Switch(config-if)# no ima-group
To confirm the interface deletion from the IMA group, use the following EXEC command:
| Command | Purpose |
|---|---|
Displays IMA group interface configuration and status. |
The following example shows how to verify that the interface is deleted from the IMA group:
SwitchA# show ima interface atm 0/0/1 ATM0/0/1 is not a part of IMA group
To delete an IMA group, use the following global configuration command:
| Command | Purpose |
|---|---|
no interface atm card/subcard/imagroup | Deletes the IMA group from the T1/E1 IMA interface. |
Switch(config)# no interface atm 0/0/ima1
To confirm the IMA group deletion, perform the following steps in user EXEC mode:
| Command | Purpose |
|---|---|
show interfaces atm card/subcard/port | Displays ATM interface configuration and status, including the T1/E1 IMA configuration. |
more system:running-config | Displays current configuration and status for all interfaces, including T1/E1 IMA interfaces. |
show ima interface [atm card/subcard/imagroup [detailed]] | Displays IMA group interface configuration and status. |
Switch# show interfaces atm 0/0/3![]()
ATM0/0/3 is administratively down, line protocol is down Hardware is imapam_t1_phy MTU 4470 bytes, sub MTU 4470, BW 1500 Kbit, DLY 0 usec, rely 0/255, load 1/255 Encapsulation ATM, loopback not set, keepalive not supported Last input 01:31:06, output 01:31:06, output hang never Last clearing of "show interface" counters never Input queue: 0/75/0 (size/max/drops); Total output drops: 0 Queueing strategy: weighted fair Output queue: 0/1000/64/0 (size/max total/threshold/drops) Conversations 0/0/256 (active/max active/max total) Reserved Conversations 0/0 (allocated/max allocated) 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 1253666 packets input, 66444298 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 1278 packets output, 67734 bytes, 0 underruns 0 output errors, 0 collisions, 3 interface resets 0 output buffer failures, 0 output buffers swapped out
The following example shows how to confirm that the IMA group was deleted from ATM interface0/0/3:
Switch# more system:running-config Building configuration... <information deleted> ! interface ATM0/0/3 no ip address no ip directed-broadcast shutdown no atm ilmi-keepalive lbo short 133![]()
no ima-group ! <information deleted>
This section describes how to configure IMA group parameters after configuring an IMA group at the interface level. These tasks include configuring active minimum links, interface clock mode, link differential delay, frame length, and test pattern.
You can configure an IMA group to require a minimum number of active links. For example, if the active-minimum-links command number is configured as 3, the minimum bandwidth available for the IMA group interface is approximately 3 x T1 speed.
To configure the minimum active links on the IMA group, perform the following steps, beginning in global configuration mode:
| Step | Command | Purpose | ||
|---|---|---|---|---|
| interface atm card/subcard/imagroup | Specifies the IMA group to configure and enters interface configuration mode. | ||
| ima active-links-minimum number | Specifies the minimum number of active links for an IMA group. |
The following example shows how to configure the minimum number of active links that must be up for the IMA group to function as 3:
SwitchA(config)# interface atm 0/0/ima1 SwitchA(config-if)# ima active-links-minimum 3
To display the T1/E1 IMA minimum active links configuration, use the following EXEC command:
| Command | Purpose |
|---|---|
Displays IMA group interface configuration and status. |
The following example shows the T1/E1 IMA interface minimum active links configuration:
SwitchA# show ima interface
ATM0/0/ima1 is up
Group Index = 5
State: NearEnd = operational, FarEnd = operational
FailureStatus = noFailure
IMA Group Current Configuration:
MinNumTxLinks = 3MinNumRxLinks = 3
DiffDelayMax = 25 FrameLength = 128
NeTxClkMode = common(ctc) CTC_Reference_Link = ATM0/0/2
TestLink = 2 Testpattern = Not Specified
TestProcStatus = disabled GTSM change timestamp = 990427165502
IMA Link Information:
Link Physical Status NearEnd Rx Status Test Status
----- --------------- ----------------- ---------------
ATM0/0/2 up active disabled
ATM0/0/3 up active disabled
ATM0/0/4 up active disabled
ATM0/0/5 up active disabled
The links configured as part of a T1/E1 IMA interface can derive their clocking from one single clock source using common transmit clocking (CTC) mode, or the link clocking can be derived individually from different clock sources using independent transmit clocking (ITC) mode. For example, if three interfaces are configured as members of an IMA group interface, one can be configured to use the reference clock, and the remaining links can derive their clocking from the local oscillator.
To configure the clocking mode on the IMA group, perform the following steps, beginning in global configuration mode:
| Step | Command | Purpose | ||
|---|---|---|---|---|
| interface atm card/subcard/imagroup | Specifies the IMA group to configure and enters interface configuration mode. | ||
| ima clock-mode {common | independent} | Specifies the transmit clock mode for the IMA group. |
The following example shows how to configure the IMA group clocking mode as independent:
SwitchA(config)# interface atm 0/0/ima1 SwitchA(config-if)# ima clock-mode independent
To display the T1/E1 IMA transmit clock mode configuration, use the following EXEC command:
| Command | Purpose |
|---|---|
show ima interface [atm card/subcard/imagroup [detailed]] | Displays IMA group interface configuration and status. |
The following example shows the T1/E1 IMA interface clock mode configuration:
SwitchA# show ima interface
ATM0/0/ima1 is up
Group Index = 4
State: NearEnd = operational, FarEnd = operational
FailureStatus = noFailure
IMA Group Current Configuration:
MinNumTxLinks = 1 MinNumRxLinks = 1
DiffDelayMax = 25 FrameLength = 128
NeTxClkMode = independent(itc)
TestLink = 3 Testpattern = Not Specified
TestProcStatus = disabled GTSM change timestamp = 990427121150
IMA Link Information:
Link Physical Status NearEnd Rx Status Test Status
----- --------------- ----------------- ---------------
ATM0/0/2 up active disabled
ATM0/0/3 up active disabled
The transmitter on the T1/E1 IMA port adapter must align the transmission of IMA frames on all links as shown in Figure 20-2. Alignment allows the receiver to adjust for differential link delays among the interfaces that are members of the IMA group. Based on this required behavior, the receiver can detect the differential delays by measuring the arrival times of the IMA frames on each link.
At the transmitting end, the cells are transmitted continuously. If there are no ATM layer cells to send between ICP cells within an IMA frame, the transmit IMA sends filler cells to maintain a continuous stream of cells at the physical layer.
To configure the maximum differential delay allowed in the IMA group, perform the following steps, beginning in global configuration mode:
| Step | Command | Purpose | ||
|---|---|---|---|---|
| interface atm card/subcard/imagroup | Specifies the IMA group and enters interface configuration mode. | ||
| Specifies the maximum link differential delay tolerated for the IMA group in milliseconds. |
The following example shows how to configure the maximum allowable differential delay to 100 milliseconds between all interfaces assigned to the IMA group.
SwitchA(config)# interface atm 0/0/ima1 SwitchA(config-if)# ima differential-delay-maximum 100
To display the T1/E1 IMA maximum differential delay configuration, use the following EXEC command:
| Command | Purpose |
|---|---|
show ima interface [atm card/subcard/imagroup [detailed]] | Displays IMA group interface configuration and status. |
The following example shows the T1/E1 IMA maximum differential delay configuration:
SwitchA# show ima interface
ATM0/0/ima1 is up
Group Index = 4
State: NearEnd = operational, FarEnd = operational
FailureStatus = noFailure
IMA Group Current Configuration:
MinNumTxLinks = 1 MinNumRxLinks = 1
DiffDelayMax = 100 FrameLength = 128
NeTxClkMode = common(ctc) CTC_Reference_Link = ATM0/0/3
TestLink = 3 Testpattern = Not Specified
TestProcStatus = disabled GTSM change timestamp = 990427135611
IMA Link Information:
Link Physical Status NearEnd Rx Status Test Status
----- --------------- ----------------- ---------------
ATM0/0/2 up active disabled
ATM0/0/3 up active disabled
The IMA protocol uses the frame length parameter to determine the number of cells that make up an IMA frame.The IMA group frame length determines the amount of framing overhead and error detection. A large frame length results in less overhead but also less error detection. A small frame length results in more framing overhead and more error detection.
To configure the frame length on the IMA group, perform the following steps, beginning in global configuration mode:
| Step | Command | Purpose | ||
|---|---|---|---|---|
| interface atm card/subcard/imagroup | Specifies the IMA group to configure and enters interface configuration mode. | ||
| ima frame-length {128 | 256 | 32 | 64} | Specifies the frame length of the IMA group transmit frames, in number of cells. |
The following example shows how to configure the frame length transmitted as 256 cells for IMA group 0/0/ima1:
SwitchA(config)# interface atm 0/0/ima1 SwitchA(config-if)# ima frame-length 256
To display the T1/E1 IMA frame length configuration, use the following EXEC command:
| Command | Purpose |
|---|---|
Displays IMA group interface configuration and status. |
The following example shows the T1/E1 IMA frame length configuration:
SwitchA# show ima interface
ATM0/0/ima1 is up
Group Index = 4
State: NearEnd = operational, FarEnd = operational
FailureStatus = noFailure
IMA Group Current Configuration:
MinNumTxLinks = 1 MinNumRxLinks = 1
DiffDelayMax = 25 FrameLength = 256
NeTxClkMode = common(ctc) CTC_Reference_Link = ATM0/0/3
TestLink = 3 Testpattern = Not Specified
TestProcStatus = disabled GTSM change timestamp = 990427143739
IMA Link Information:
Link Physical Status NearEnd Rx Status Test Status
----- --------------- ----------------- ---------------
ATM0/0/2 up active disabled
ATM0/0/3 up active disabled
An IMA group can have a test pattern defined to provide extra support to verify the connectivity of links within an IMA group. It uses a test pattern sent over one link to verify connectivity to the rest of the group. The test pattern should be looped over all the other links in the group at the far end of the connection. The test procedure is performed using the ICP cells exchanged between both ends of the IMA virtual links.
To configure the test pattern to be transmitted on the IMA group, perform the following steps, beginning in global configuration mode:
| Step | Command | Purpose | ||
|---|---|---|---|---|
| interface atm card/subcard/imagroup | Specifies the IMA group and enters interface configuration mode. | ||
| Specifies the specific link and pattern or test pattern only for the IMA group. | |||
| no ima test | Stops the test on the IMA group. |
The following example shows how to configure the test pattern 8 to transmit over link 3 of IMA group 0/0/ima1:
SwitchA(config)# interface atm 0/0/ima1 SwitchA(config-if)# ima test link 3 pattern 8
The following example shows how to stop the test on IMA group 0/0/ima1:
SwitchA(config)# interface atm 0/0/ima1 SwitchA(config-if)# no ima test
To display the T1/E1 IMA test pattern configuration, use the following EXEC command:
| Command | Purpose |
|---|---|
show ima interface [atm card/subcard/imagroup [detailed]] | Displays IMA group interface configuration and status. |
The following example shows the T1 IMA test pattern configuration:
SwitchA# show ima interface
ATM0/0/ima1 is up
Group Index = 4
State: NearEnd = operational, FarEnd = operational
FailureStatus = noFailure
IMA Group Current Configuration:
MinNumTxLinks = 1 MinNumRxLinks = 1
DiffDelayMax = 25 FrameLength = 128
NeTxClkMode = common(ctc) CTC_Reference_Link = ATM0/0/3
TestLink = 3 TestPattern = 8
TestProcStatus = operating GTSM change timestamp = 990427143950
IMA Link Information:
Link Physical Status NearEnd Rx Status Test Status
----- --------------- ----------------- ---------------
ATM0/0/2 up active operating
ATM0/0/3 up active operating
![]()
![]()
![]()
![]()
![]()
![]()
![]()
Posted: Mon Oct 25 14:05:12 PDT 1999
Copyright 1989-1999©Cisco Systems Inc.