Specifications

PA-E3 Serial Port Adapter Configuration Example
Configuring Serial Interfaces IC-119
CT3IP Performance Monitoring Example
In the following example, the performance reports are generated for T1 channel 6 on the CT3IP in
slot 9:
controller t3 9/0/0
t1 6 fdl ansi
CT3IP BERT Test Pattern Example
The following example shows how to enable a BERT test pattern that consists of a repeating pattern
of ones (...111...) and runs for 30 minutes for T1 channel 8 on CT3IP in slot 9:
controller t3 9/0/0
t1 8 bert pattern 1s interval 30
CT3IP Remote FDL Loopback Example
The following example shows how to enable a remote payload FDL ANSI bit loopback for
T1 channel 6 on CT3IP in slot 3:
interface serial 3/0/0:6
loopback remote payload fdl ansi
PA-E3 Serial Port Adapter Configuration Example
The following example shows a typical configuration for serial interface 1/0/0 on a PA-E3 serial port
adapter in a Cisco 7500 series router. The dsu bandwidth command reduces the bandwidth by
padding the E3 frame, the dsu mode command enables and improves interoperability with other
DSUs, and the national bit command sets bit 12 in the E3 frame to 1.
Router# configure terminal
Router(config)# interface serial 1/0/0
Router(config-if)# ip address 1.1.1.10 255.255.255.0
Router(config-if)# clock source internal
Router(config-if)# crc 32
Router(config-if)# dsu bandwidth 16000
Router(config-if)# dsu mode 0
Router(config-if)# national bit 1
Router(config-if)# no scramble
Router(config-if)# framing g751
Router(config-if)# no shutdown
Router(config-if)# exit
Router(config)# exit
Router#