![]() |
Interface and Hardware Component Configuration Guide, Cisco IOS Release 15S
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Configuring Serial Interfaces
![]() |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
Contents
Configuring Serial InterfacesLast Updated: November 26, 2012
This module describes the procedure to configure serial interfaces. For hardware technical descriptions and information about installing interfaces, refer to the hardware installation and configuration publication for your product.
Finding Feature InformationYour software release may not support all the features documented in this module. For the latest caveats and feature information, see Bug Search Tool and the release notes for your platform and software release. To find information about the features documented in this module, and to see a list of the releases in which each feature is supported, see the feature information table at the end of this module. Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required. Prerequisites for Configuring Serial InterfacesThe following are the prerequisites for configuring serial interfaces:
Restrictions for Configuring Serial InterfacesIn case of auto installation over a serial interface using either HDLC or Frame Relay, it can be performed only over the first serial port on a new device (serial interface 0 or serial interface x/0). Information About Configuring Serial Interfaces
Cisco HDLC EncapsulationCisco High-Level Data Link Controller (HDLC) is the Cisco proprietary protocol for sending data over synchronous serial links using HDLC. Cisco HDLC also provides a simple control protocol called Serial Line Address Resolution Protocol (SLARP) to maintain serial link keepalives. Cisco HDLC is the default for data encapsulation at Layer 2 (data link) of the Open System Interconnection (OSI) stack for efficient packet delineation and error control.
When the encapsulation on a serial interface is changed from HDLC to any other encapsulation type, the configured serial subinterfaces on the main interface inherit the newly changed encapsulation and they do not get deleted. Cisco HDLC uses keepalives to monitor the link state, as described in the Keepalive Timer. PPP EncapsulationPPP is a standard protocol used to send data over synchronous serial links. PPP also provides a Link Control Protocol (LCP) for negotiating properties of the link. LCP uses echo requests and responses to monitor the continuing availability of the link. PPP provides the following Network Control Protocols (NCPs) for negotiating properties of data protocols that will run on the link:
PPP uses keepalives to monitor the link state, as described in the Keepalive Timer. PPP supports the following authentication protocols, which require a remote device to prove its identity before allowing data traffic to flow over a connection:
Use the ppp authenticationcommand in interface configuration mode to enable CHAP, MS-CHAP, and PAP on a serial interface.
Multilink PPPMultilink Point-to-Point Protocol (MLPPP) is supported on the 1-Port Channelized OC-12/DS0 SPAs. MLPPP provides a method for combining multiple physical links into one logical link. The implementation of MLPPP combines multiple PPP serial interfaces into one multilink interface. MLPPP performs the fragmenting, reassembling, and sequencing of datagrams across multiple PPP links. MLPPP is supported on the 2-Port and 4-Port Channelized T3 SPAs. MLPPP provides the same features that are supported on PPP Serial interfaces with the exception of QoS. It also provides the following additional features:
Keepalive TimerCisco keepalives are useful for monitoring the link state. Periodic keepalives are sent to and received from the peer at a frequency determined by the value of the keepalive timer. If an acceptable keepalive response is not received from the peer, the link makes the transition to the down state. As soon as an acceptable keepalive response is obtained from the peer or if keepalives are disabled, the link makes the transition to the up state.
For each encapsulation type, a certain number of keepalives ignored by a peer triggers the serial interface to transition to the down state. For HDLC encapsulation, three ignored keepalives causes the interface to be brought down. For PPP encapsulation, five ignored keepalives causes the interface to be brought down. ECHOREQ packets are sent out only when LCP negotiation is complete (for example, when LCP is open). Use the keepalive command in interface configuration mode to set the frequency at which LCP sends ECHOREQ packets to its peer. To restore the system to the default keepalive interval of 10 seconds, use the keepalive command with no argument. To disable keepalives, use the keepalive disable command. For both PPP and Cisco HDLC, a keepalive of 0 disables keepalives and is reported in the show running-config command output as keepalive disable. When LCP is running on the peer and receives an ECHOREQ packet, it responds with an echo reply (ECHOREP) packet, regardless of whether keepalives are enabled on the peer. Keepalives are independent between the two peers. One peer end can have keepalives enabled; the other end can have them disabled. Even if keepalives are disabled locally, LCP still responds with ECHOREP packets to the ECHOREQ packets it receives. Similarly, LCP also works if the period of keepalives at each end is different. Frame Relay EncapsulationWhen Frame Relay encapsulation is enabled on a serial interface, the interface configuration is hierarchical and comprises the following elements:
To configure Frame Relay encapsulation on serial interfaces, use the encapsulation (Frame Relay VC-bundle)command. Frame Relay interfaces support two types of encapsulated frames:
Use the encapcommand inPVC configuration mode to configure Cisco or IETF encapsulation on a PVC. If the encapsulation type is not configured explicitly for a PVC, then that PVC inherits the encapsulation type from the main serial interface.
Before you configure Frame Relay encapsulation on an interface, you must verify that all prior Layer 3 configuration is removed from that interface. For example, you must ensure that there is no IP address configured directly under the main interface; otherwise, any Frame Relay configuration done under the main interface will not be viable. LMI on Frame Relay InterfacesThe Local Management Interface (LMI) protocol monitors the addition, deletion, and status of PVCs. LMI also verifies the integrity of the link that forms a Frame Relay UNI interface. By default, cisco LMI is enabled on all PVCs. If the LMI type is cisco(the default LMI type), the maximum number of PVCs that can be supported under a single interface is related to the MTU size of the main interface. Use the following formula to calculate the maximum number of PVCs supported on a card or SPA: (MTU - 13)/8 = maximum number of PVCs
Layer 2 Tunnel Protocol Version 3-Based Layer 2 VPN on Frame RelayThe Layer 2 Tunnel Protocol Version 3 (L2TPv3) feature defines the L2TP protocol for tunneling Layer 2 payloads over an IP core network using Layer 2 virtual private networks (VPNs). L2TPv3 is a tunneling protocol used for transporting Layer 2 protocols. It can operate in a number of different configurations and tunnel a number of different Layer 2 protocols and connections over a packet-switched network. Before you can configure L2TPv3, you need configure a connection between the two attachment circuits (ACs) that will host the L2TPv3 psuedowire. This module describes how to configure a Layer 2 AC on a Frame Relay encapsulated serial interface.
For detailed information about configuring L2TPv3 in your network, see the Cisco IOS Multiprotocol Label Switching Configuration Guide. For detailed information about configuring L2VPNs, see the L2VPN Interworking chapter in the Cisco IOS Multiprotocol Label Switching Configuration Guide. High-Speed Serial InterfacesThe High-Speed Serial Interface (HSSI) Interface Processor (HIP) provides a single HSSI network interface. The network interface resides on a modular interface processor that provides a direct connection between the high-speed CiscoBus and an external network. The HSSI port adapters (PA-H and PA-2H) are available on:
The PA-H provides one high-speed synchronous serial interface, and the PA-2H provides two high-speed synchronous serial interfaces that support full-duplex and data rates up to 52 Mbps. For more information on the PA-H, refer to the PA-H HSSI Port Adapter Installation and Configuration publication. For more information on the PA-2H, refer to the PA-2H Dual-Port HSSI Port Adapter Installation and Configuration publication. The Cisco 3600 series 1-port HSSI network module provides full-duplex connectivity at SONET OC-1/STS-1 (51.840 MHz), T3 (44.736 MHz), and E3 (34.368 MHz) rates in conformance with the EIA/TIA-612 and EIA/TIA-613 specifications. The actual rate of the interface depends on the external data service unit (DSU) and the type of service to which it is connected. This 1-port HSSI network module can reach speeds of up to 52 Mbps in unidirectional traffic with 1548-byte packets and 4250 packets per second. ATM, High-Level Data Link Control (HDLC), PPP, Frame Relay, and Switched Multimegabit Data Service (SMDS) WAN services are all fully supported. Before you configure the 1-port HSSI network module, complete the following prerequisite tasks:
Configuring a High-Speed Serial Interface
Specifying a HSSI InterfaceTo specify a High-Speed Serial Interface (HSSI) and enter interface configuration mode, use one of the following commands in global configuration mode. Specifying HSSI EncapsulationThe HSSI supports the serial encapsulation methods, except for X.25-based encapsulations. The default method is HDLC. To define the encapsulation method, use the following command in interface configuration mode.
For information about PPP, refer to the "Configuring Asynchronous SLIP and PPP" and "Configuring Media-Independent PPP and Multilink PPP" chapters in the CiscoIOS Dial Technologies Configuration Guide . Invoking ATM on a HSSI LineIf you have an ATM DSU, you can invoke ATM over a HSSI line. You do so by mapping an ATM virtual path identifier (VPI) and virtual channel identifier (VCI) to a Data Exchange Interface (DXI) frame address. ATM-DXI encapsulation defines a data exchange interface that allows a DTE (such as a router) and a DCE (such as an ATM DSU) to cooperate to provide a User-Network Interface (UNI) for ATM networks. To invoke ATM over a serial line, use the following commands in interface configuration mode. DETAILED STEPS
You can also configure the dxi map command on a serial interface. To configure an ATM interface using an ATM Interface Processor (AIP) card, refer to the "Configuring ATM" chapter in the Cisco IOS Asynchronous Transfer Mode Configuration Guide . Converting HSSI to Clock MasterThe HSSI network module provides full-duplex connectivity at SONET OC-1/STS-1 (51.840 MHz), T3 (44.736 MHz), and E3 (34.368 MHz) rates in conformance with the EIA/TIA-612 and EIA/TIA-613 specifications. The actual rate of the interface depends on the DSU and the type of service to which it is connected. To convert the HSSI interface into a clock master use the following command in interface configuration mode. Configuring a Synchronous Serial InterfaceSynchronous serial interfaces are supported on various serial network interface cards or systems. These interfaces support full-duplex operation at T1 (1.544 Mbps) and E1 (2.048 Mbps) speeds. Refer to the Cisco Product Catalog for specific information regarding platform and hardware compatibility. Synchronous Serial Configuration Task ListTo configure a synchronous serial interface, perform the tasks in the following sections. Each task in the list is identified as either required or optional. See the Configuration Examples for Serial Interface Configuration for examples of configuration tasks described in this chapter.
Specifying a Synchronous Serial InterfaceTo specify a synchronous serial interface and enter interface configuration mode, use one of the following commands in global configuration mode.
Specifying Synchronous Serial EncapsulationBy default, synchronous serial lines use the High-Level Data Link Control (HDLC) serial encapsulation method, which provides the synchronous framing and error detection functions of HDLC without windowing or retransmission. The synchronous serial interfaces support the following serial encapsulation methods:
To define the encapsulation method, use the following command in interface configuration mode.
Encapsulation methods are set according to the type of protocol or application you configure in the Cisco IOS software.
By default, synchronous interfaces operate in full-duplex mode. To configure an SDLC interface for half-duplex mode, use the following command in interface configuration mode. Binary synchronous communication (Bisync) is a half-duplex protocol. Each block of transmission is acknowledged explicitly. To avoid the problem associated with simultaneous transmission, there is an implicit role of primary and secondary station. The primary sends the last block again if there is no response from the secondary within the period of block receive timeout. To configure the serial interface for full-duplex mode, use the following command in interface configuration mode. Configuring PPPTo configure PPP, refer to the " Configuring Media-Independent PPP and Multilink PPP " chapter in the CiscoIOS Dial Technologies Configuration Guide . Configuring Half-Duplex and Bisync for Synchronous Serial Port Adapters on Cisco 7200 Series RoutersThe synchronous serial port adapters (PA-8T-V35, PA-8T-X21, PA-8T-232, and PA-4T+) on Cisco 7200 series routers support half-duplex and Bisync. Bisync is a character-oriented data-link layer protocol for half-duplex applications. In half-duplex mode, data is sent one direction at a time. Direction is controlled by handshaking the Request to Send (RST) and Clear to Send (CTS) control lines. These are described in the following sections: For more information about the PA-8T-V35, PA-8T-X21, PA-8T-232, and PA-4T+ synchronous serial port adapters, refer to the following publications:
Configuring BisyncTo configure the Bisync feature on the synchronous serial port adapters (PA-8T-V35, PA-8T-X21, PA-8T-232, and PA-4T+) on Cisco 7200 series routers, refer to the "Block Serial Tunnelling (BSTUN)" section of the " Configuring Serial Tunnel and Block Serial Tunnel " chapter of the CiscoIOS Bridging and IBM Networking Configuration Guide. All commands listed in the " Block Serial Tunnelling (BSTUN) Overview " section apply to the synchronous serial port adapters on Cisco 7200 series routers. Any command syntax that specifies an interface number supports the Cisco 7200 series slot / port syntax. Configuring Compression Service Adapters on Cisco 7500 Series RoutersThe SA-Comp/1 and SA-Comp/4 data compression service adapters (CSAs) are available on:
The SA-Comp/1 supports up to 64 WAN interfaces, and the SA-Comp/4 supports up to 256 WAN interfaces. On the Cisco 7200 series routers you can optionally specify which CSA the interface uses to perform hardware compression. You can configure point-to-point compression on serial interfaces that use PPP encapsulation. Compression reduces the size of a PPP frame via lossless data compression. PPP encapsulations support both predictor and Stacker compression algorithms.
When you configure Stacker compression on Cisco 7200 series routers and on Cisco 7500 series routers, there are three methods of compression: hardware compression, distributed compression, and software compression. Specifying the compress stac command with no options causes the router to use the fastest available compression method, as described here:
Using hardware compression in the CSA frees the main processor of the router for other tasks. You can also configure the router to use the VIP2 to perform compression by using the distributed option on the compress command, or to use the main processor of the router by using the software option on the compress command. If the VIP2 is not available, compression is performed in the main processor of the router. When compression is performed in software installed in the main processor of the router, it might significantly affect system performance. You should disable compression in the router's main processor if the router CPU load exceeds 40 percent. To display the CPU load, use the show process cpu EXEC command. For instructions on configuring compression over PPP, refer to the " Configuring Media-Independent PPP and Multilink PPP " chapter in the CiscoIOS Dial Technologies Configuration Guide . Configuring Compression of HDLC DataYou can configure point-to-point software compression on serial interfaces that use HDLC encapsulation. Compression reduces the size of a HDLC frame via lossless data compression. The compression algorithm used is a Stacker (LZS) algorithm. Compression is performed in software and might significantly affect system performance. We recommend that you disable compression if CPU load exceeds 65 percent. To display the CPU load, use the show process cpu EXEC command. If the majority of your traffic is already compressed files, you should not use compression. To configure compression over HDLC, use the following commands in interface configuration mode. DETAILED STEPS
Configuring Real-Time Transport Protocol Header CompressionReal-time Transport Protocol (RTP) is a protocol used for carrying packetized audio and video traffic over an IP network. RTP is described in RFC 1889, >RTP--A Transport Protocol for Real-Time Applications . RTP is not intended for data traffic, which uses TCP or UDP (User Datagram Protocol). RTP provides end-to-end network transport functions intended for applications with real-time requirements, such as audio, video, or simulation data over multicast or unicast network services. For information and instructions for configuring RTP header compression, refer to the Cisco IOS IP Multicast Configuration Guide . Configuring the Data Compression AIMThe data compression Advanced Interface Module (AIM) provides hardware-based compression and decompression of packet data transmitted and received on the serial network interfaces of the Cisco 2600 series router without occupying the Port Module Slot which might otherwise be used for additional customer network ports. Supported are the industry standard Lempel-Ziv Stac (LZS) and Microsoft point-to-point compression (MPPC) compression algorithms over point-to-point protocol (PPP) or Frame Relay. High-level Data Link Control (HDLC) is not supported. The data compression AIM requires Cisco IOS Release 12.0(1)T or later. The data compression AIM is a daughtercard assembly that attaches directly to the Cisco 2600 motherboard leaving the single network module slot available for other purposes. The data compression AIM supports only serial interfaces using PPP encapsulation with STAC or MPPC compression, or Frame Relay encapsulation with STAC compression. No routing, bridging, or switching performance is impacted by this feature. The data compression AIM module contains a high-performance data compression coprocessor that implements the LZS and MPPC data compression algorithms. The module provides compression support for up to two E1 lines. The module contains a PCI Target/Initiator system bus interface for access into host system memory with minimal Host processor intervention. To configure the data compression AIM daughtercard assembly, perform the following tasks:
Configuring PPP CompressionConfigure your Cisco 2600 access server to use PPP compression. Specify the following information for each serial interface:
To configure the PPP form of compression, use the following commands, beginning in privileged EXEC mode. DETAILED STEPS
1 You also have the option of configuring encapsulation for Frame Relay. 2 You can also configure compression for another serial port or another CAIM card, depending upon your configuration.
Verifying PPP CompressionTo check that the interface is activated, use the show interfaces serial slot / port command. Notice the highlighted fields in the following example: Router# show interfaces serial 0/0 Serial0/0 is up, line protocol is up Hardware is PowerQUICC Serial Internet address is 1.1.1.2/24 MTU 1500 bytes, BW 2000 Kbit, DLY 20000 usec, reliability 255/255, txload 3/255, rxload 50/255 Encapsulation PPP , loopback not set, keepalive not set LCP Open Open: IPCP, CCP ==> If two routers have successfully negotiated compression. Last input 00:00:04, output 00:00:00, output hang never Last clearing of "show interface" counters 1w1d Queueing strategy: fifo Output queue 0/40, 80 drops; input queue 0/75, 0 drops 30 second input rate 397000 bits/sec, 40 packets/sec 30 second output rate 30000 bits/sec, 40 packets/sec 27859655 packets input, 4176659739 bytes, 0 no buffer Received 175145 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort 55309592 packets output, 1044865717 bytes, 0 underruns 0 output errors, 0 collisions, 12 interface resets 0 output buffer failures, 0 output buffers swapped out 36 carrier transitions DCD=up DSR=up DTR=up RTS=up CTS=up To indicate whether compression is active, use the show compress command. Notice the highlighted fields in the following example: Router# show compress Serial0/0 Hardware compression enabled CSA in slot 0 in use Compressed bytes sent: 317862131 bytes 61 Kbits/sec ratio: 12.870 Compressed bytes recv: 221975672 bytes 43 Kbits/sec ratio: 9.194 restarts: 1 last clearing of counters: 41252 seconds
Configuring Frame Relay Map CompressionConfigure Frame Relay to map compression on this Data-Link Connection Identifier (DLCI) to use the specified AIM hardware compression on the Cisco 2600 access server. You must specify the following information for each serial interface: You must also designate the CAIM daughtercard as a source of this algorithm, and the CAIM element number. To configure the Frame Relay map compression command for operation, use the following commands beginning in privileged EXEC mode. DETAILED STEPS
3 You also have the option of configuring encapsulation for PPP.
4 You can also configure compression for another serial port or another CAIM card, depending upon your configuration.
What to Do Next
Verifying Frame Relay Map CompressionTo check that the interface is activated with proper compression and encapsulation, use the show interfaces serial slot / port command. Notice the highlighted fields in the following example: Router# show interfaces serial 0/1 Serial0/1 is up, line protocol is up Hardware is PowerQUICC Serial Internet address is 1.1.1.2/24 MTU 1500 bytes, BW 2000 Kbit, DLY 20000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation FRAME-RELAY , loopback not set, keepalive not set FR SVC disabled, LAPF state down Broadcast queue 0/64, broadcasts sent/dropped 2743/0, interface broadcasts 2742 Last input 03:05:57, output 00:00:03, output hang never Last clearing of "show interface" counters 1w1d Queueing strategy: fifo Output queue 0/40, 80 drops; input queue 0/75, 0 drops 30 second input rate 0 bits/sec, 0 packets/sec 30 second output rate 0 bits/sec, 0 packets/sec 30800054 packets input, 3488155802 bytes, 0 no buffer Received 199567 broadcasts, 0 runts, 0 giants, 0 throttles 2 input errors, 0 CRC, 2 frame, 0 overrun, 0 ignored, 0 abort 58246738 packets output, 1325052697 bytes, 0 underruns 0 output errors, 0 collisions, 15 interface resets 0 output buffer failures, 0 output buffers swapped out 36 carrier transitions DCD=up DSR=up DTR=up RTS=up CTS=up To indicate whether compression is active, use the show controllers serial slot / port command. Notice the highlighted fields in the following example: Router# show controllers serial 1/0 CD2430 Slot 1, Port 0, Controller 0, Channel 0, Revision 14 Channel mode is synchronous serial idb 0x811082E8, buffer size 1524, X.21 DTE cable Global registers rpilr 0x2, rir 0x0, risr 0x0, rfoc 0x0, rdr 0x30 tpilr 0x1, tir 0x0, tisr 0x60, tftc 0x0, tdr 0x41 mpilr 0x3, mir 0x2, misr 0x60 bercnt 0xFF, stk 0x0 Per-channel registers for channel 0 Option registers 0x02 0x00 0x42 0xE7 0xE0 0x00 0x00 Command and status registers cmr 0xC0, ccr 0x00, csr 0xAC, msvr-rts 0xF1, msvr-dtr 0xF1 Clock option registers rcor 0x06, rbpr 0x01, tcor 0xC8, tbpr 0x01 Interrupt registers ier 0x89, livr 0x00, licr 0x00 DMA buffer status 0x27 DMA receive registers arbaddr 0x2549D44, arbcnt 1548, arbsts 0x1 brbaddr 0x2548344, brbcnt 1548, brbsts 0x1 rcbaddr 0x2549D94 DMA transmit registers atbaddr 0x257F93E, atbcnt 104, atbsts 0x43 btbaddr 0x25B25C2, btbcnt 1490, btbsts 0x43 tcbaddr 0x25B25D2 Special character registers schr1 0x00, schr2 0x00, schr3 0x00, schr4 0x00 scrl 0x0, scrh 0x0, lnxt 0xF1 Driver context information Context structure 0x8110D830, Register table 0x40800400 Serial Interface Control 5:1 Register (0x40800802) is 0x0 Adaptor Flags 0x0 Serial Modem Control Register (0x40800804) is 0x18 Receive static buffer 0x810E1274 Receive particle buffers 0x8110DE00, 0x8110DDC0 Transmit DMA buffers 0x8113E240, 0x810F2808, 0x810D4C00, 0x810EA0DC Transmit packet with particles 0x0, first word is 0x0 Interrupt rates (per second) transmit 25, receive 139, modem 0 True fast-switched packets 41 Semi fast-switched packets 13449573 Transmitter hang count 0 Residual indication count 0 Bus error count 0 Aborted short frames count 0 CRC short frames count 0 Error counters CTS deassertion failures 0 Nested interrupt errors transmit 0, receive 0, modem 0 Using Compression AIM 0 CompressionAim0 ds:0x8113FC04 idb:0x8113A6CC 5005867 uncomp paks in --> 5005867 comp paks out 38397501 comp paks in --> 38397502 uncomp paks out 2882277146 uncomp bytes in--> 497476655 comp bytes out 3500965085 comp bytes in --> 1211331227 uncomp bytes out 72 uncomp paks/sec in--> 72 comp paks/sec out 557 comp paks/sec in --> 557 uncomp paks/sec out 334959 uncomp bits/sec in--> 57812 comp bits/sec out 406855 comp bits/sec in --> 140827 uncomp bits/sec out 68841 seconds since last clear holdq:0 hw_enable:1 src_limited:0 num cnxts:8 no data:0 drops:0 nobuffers:0 enc adj errs:0 fallbacks: 5322165 no Replace:0 num seq errs:0 num desc errs:0 cmds complete: 43403738 Bad reqs:0 Dead cnxts:0 No Paks:0 enq errs:0 rx pkt drops:0 tx pkt drops:0 dequeues:0 requeues:0 drops disabled:0 clears:0 ints:41973007 purges:203200 no cnxts:0 bad algos:0 no crams:0 bad paks:0 # opens:0 # closes:4 # hangs:0 # 9711 fatal:0 # poison pkts:0 cmd/res ovruns:0 # dma fatal:0 Jupiter DMA Controller Registers:(0x40200000 Cmd Ring:0x025BAE60 Src Ring:0x025BBB60 Res Ring:0x025BB4E8 Dst Ring:0x025BBDA8 Status/Cntl:present:0x8080989C last int:0x9898989C Inten:0x30302021 config:0x00080003 Num DMA ints:41973355 Hifn9711 Data Compression Coprocessor Registers (0x40201000): Config:0x000051D4 Inten:0x00000E00 Status:0x00004000 FIFO status:0x00004000 FIFO config:0x00000101
Configuring Frame Relay Payload CompressionTo configure Frame Relay payload compression, use the following commands beginning in privileged EXEC mode. DETAILED STEPS
5 You also have the option of configuring encapsulation for Frame Relay. 6 You can configure compression for any serial port or another CAIM card, depending upon your configuration.
Verifying Frame Relay Payload CompressionTo check that the interface is activated with proper compression and encapsulation, use the show interfaces serial slot / port command. Notice the highlighted fields in the following example: Router# show interfaces serial 0/0 Serial0/0 is up, line protocol is up Hardware is PowerQUICC Serial Internet address is 1.1.1.2/24 MTU 1500 bytes, BW 2000 Kbit, DLY 20000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation FRAME-RELAY, loopback not set, keepalive not set FR SVC disabled, LAPF state down Broadcast queue 0/64, broadcasts sent/dropped 2743/0, interface broadcasts 2742 Last input 03:05:57, output 00:00:03, output hang never Last clearing of "show interface" counters 1w1d Queueing strategy: fifo Output queue 0/40, 80 drops; input queue 0/75, 0 drops 30 second input rate 0 bits/sec, 0 packets/sec 30 second output rate 0 bits/sec, 0 packets/sec 30800054 packets input, 3488155802 bytes, 0 no buffer Received 199567 broadcasts, 0 runts, 0 giants, 0 throttles 2 input errors, 0 CRC, 2 frame, 0 overrun, 0 ignored, 0 abort 58246738 packets output, 1325052697 bytes, 0 underruns 0 output errors, 0 collisions, 15 interface resets 0 output buffer failures, 0 output buffers swapped out 36 carrier transitions DCD=up DSR=up DTR=up RTS=up CTS=up
Configuring DiagnosticsConfigure the AIM daughtercard to provide compression for the Cisco 2600 series router. You must specify the following information for each daughtercard installed. To configure the PPP for compression, use the following commands beginning in user EXEC mode. DETAILED STEPS
Verifying DiagnosticsTo check that the data compression AIM is collecting statistics that represent proper compression, use the show pas caim stats element-number command:
Router# show pas caim stats 0
CompressionAim0
ds:0x80F56A44 idb:0x80F50DB8
422074 uncomp paks in --> 422076 comp paks out
422071 comp paks in --> 422075 uncomp paks out
633912308 uncomp bytes in--> 22791798 comp bytes out
27433911 comp bytes in --> 633911762 uncomp bytes out
974 uncomp paks/sec in--> 974 comp paks/sec out
974 comp paks/sec in --> 974 uncomp paks/sec out
11739116 uncomp bits/sec in--> 422070 comp bits/sec out
508035 comp bits/sec in --> 11739106 uncomp bits/sec out
433 seconds since last clear
holdq: 0 hw_enable: 1 src_limited: 0 num cnxts: 4
no data: 0 drops: 0 nobuffers: 0 enc adj errs: 0 fallbacks: 0
no Replace: 0 num seq errs: 0 num desc errs: 0 cmds complete: 844151
Bad reqs: 0 Dead cnxts: 0 No Paks: 0 enq errs: 0
rx pkt drops: 0 tx pkt drops: 0 dequeues: 0 requeues: 0
drops disabled: 0 clears: 0 ints: 844314 purges: 0
no cnxts: 0 bad algos: 0 no crams: 0 bad paks: 0
# opens: 0 # closes: 0 # hangs: 0
To identify compression characteristics for each port, use the show compress command:
Router# show compress
Serial0/0
Hardware compression enabled
CSA in slot 0 in use
Compressed bytes sent: 317862131 bytes 61 Kbits/sec ratio: 12.870
Compressed bytes recv: 221975672 bytes 43 Kbits/sec ratio: 9.194
restarts: 1
last clearing of counters: 41252 seconds
Serial0/1
Hardware compression enabled
CSA in slot 0 in use
Compressed bytes sent: 249720 bytes 0 Kbits/sec ratio: 5.923
Compressed bytes recv: 465843659 bytes 43 Kbits/sec ratio: 9.128
restarts: 1
last clearing of counters: 85525 seconds
To reset the CAIM hardware to 0, use the clear compress command. There is no output for this command; instead, check the output from the show compress command to verify the result: Router# clear compress Router# show compress Serial0/0 Hardware compression enabled CSA in slot 0 in use Compressed bytes sent: 0 bytes 61 Kbits/sec ratio: 0 Compressed bytes recv: 0 bytes 43 Kbits/sec ratio: 0 restarts: 0 last clearing of counters: 0 seconds
Configuring the CRCThe cyclic redundancy check (CRC) on a serial interface defaults to a length of 16 bits. To change the length of the CRC to 32 bits on an Fast Serial Interface Processor (FSIP) or HSSI Interface Processor (HIP) of the Cisco 7500 series only, use the following command in interface configuration mode. Using the NRZI Line-Coding FormatThe nonreturn-to-zero (NRZ) and nonreturn-to-zero inverted (NRZI) formats are supported on:
NRZ and NRZI are line-coding formats that are required for serial connections in some environments. NRZ encoding is most common. NRZI encoding is used primarily with EIA/TIA-232 connections in IBM environments. The default configuration for all serial interfaces is NRZ format. The default is no nrzi-encoding. To enable NRZI format, use one of the following commands in interface configuration mode. Enabling the Internal ClockWhen a DTE does not return a transmit clock, use the following interface configuration command on the Cisco 7000 series to enable the internally generated clock on a serial interface: Inverting the DataIf the interface on the PA-8T and PA-4T+ synchronous serial port adapters is used to drive a dedicated T1 line that does not have B8ZS encoding, you must invert the data stream on the connecting CSU/DSU or on the interface. Be careful not to invert data on both the CSU/DSU and the interface because two data inversions will cancel each other out. If the T1 channel on the CT3IP is using alternate mark inversion (AMI) line coding, you must invert the data. For more information, refer to the t1 linecode controller configuration command. For more information on the CT3IP, see the Configuring a Channelized T3 Interface Processor. To invert the data stream, use the following command in interface configuration mode. Inverting the Transmit Clock SignalSystems that use long cables or cables that are not transmitting the TxC signal (transmit echoed clock line, also known as TXCE or SCTE clock) can experience high error rates when operating at the higher transmission speeds. For example, if the interface on the PA-8T and PA-4T+ synchronous serial port adapters is reporting a high number of error packets, a phase shift might be the problem. Inverting the clock signal can correct this shift. To invert the clock signal, use the following commands in interface configuration mode. Setting Transmit DelayIt is possible to send back-to-back data packets over serial interfaces faster than some hosts can receive them. You can specify a minimum dead time after transmitting a packet to remove this condition. This setting is available for serial interfaces on the MCI and SCI interface cards and for the HSSI or MIP. Use one of the following commands, as appropriate for your system, in interface configuration mode. Configuring DTR Signal PulsingYou can configure pulsing dedicated Token Ring (DTR) signals on all serial interfaces. When the serial line protocol goes down (for example, because of loss of synchronization), the interface hardware is reset and the DTR signal is held inactive for at least the specified interval. This function is useful for handling encrypting or other similar devices that use the toggling of the DTR signal to reset synchronization. To configure DTR signal pulsing, use the following command in interface configuration mode. Ignoring DCD and Monitoring DSR as Line Up Down IndicatorThis task applies to:
By default, when the serial interface is operating in DTE mode, it monitors the Data Carrier Detect (DCD) signal as the line up/down indicator. By default, the attached DCE device sends the DCD signal. When the DTE interface detects the DCD signal, it changes the state of the interface to up. In some configurations, such as an SDLC multidrop environment, the DCE device sends the Data Set Ready (DSR) signal instead of the DCD signal, which prevents the interface from coming up. To tell the interface to monitor the DSR signal instead of the DCD signal as the line up/down indicator, use the following command in interface configuration mode.
Specifying the Serial Network Interface Module TimingOn Cisco 4000 series routers, you can specify the serial Network Interface Module timing signal configuration. When the board is operating as a DCE and the DTE provides terminal timing (SCTE or TT), you can configure the DCE to use SCTE from the DTE. When running the line at high speeds and long distances, this strategy prevents phase shifting of the data with respect to the clock. To configure the DCE to use SCTE from the DTE, use the following command in interface configuration mode.
When the board is operating as a DTE, you can invert the TXC clock signal it gets from the DCE that the DTE uses to transmit data. Invert the clock signal if the DCE cannot receive SCTE from the DTE, the data is running at high speeds, and the transmission line is long. Again, this prevents phase shifting of the data with respect to the clock. To configure the interface so that the router inverts the TXC clock signal, use the following command in interface configuration mode. Specifying G.703 and E1-G.703 G.704 Interface OptionsThis section describes the optional tasks for configuring a G.703 serial interface (a serial interface that meets the G.703 electrical and mechanical specifications and operates at E1 data rates). G.703 interfaces are available on port adapters for the Fast Serial Interface Processor (FSIP) on a Cisco 4000 series or Cisco 7500 series router. The E1-G.703/G.704 serial port adapters (PA-4E1G-120 and PA-4E1G-75) are available on:
These port adapters provide up to four E1 synchronous serial interfaces, which are compatible with and specified by G.703/G.704. The PA-4E1G-120 supports balanced operation, and the PA-4E1G-75 supports unbalanced operation with 15-pin, D-shell (DB-15) receptacles on the port adapters. Both port adapters operate in full-duplex mode at the E1 speed of 2.048 Mbps. Configuration tasks are described in the following sections: Enabling Framed ModeG.703 interfaces have two modes of operation: framed and unframed. By default, G.703 serial interfaces are configured for unframed mode. To enable framed mode, use the following command in interface configuration mode. To restore the default, use the no form of this command or set the starting time slot to 0. Enabling CRC4 GenerationBy default, the G.703 CRC4, which is useful for checking data integrity while operating in framed mode, is not generated. To enable generation of the G.703 CRC4, use the following command in interface configuration mode. Using Time Slot 16 for DataBy default, time slot 16 is used for signaling. It can also be used for data (in order to get all possible subframes or time slots when in framed mode). To specify the use of time slot 16 for data, use the following command in interface configuration mode. Specifying a Clock SourceA G.703 interface can clock its transmitted data either from its internal clock or from a clock recovered from the receive data stream of the line. By default, the interface uses the receive data stream of the line. To control which clock is used, use the following command in interface configuration mode. Configuring a Channelized T3 Interface ProcessorThe Channelized T3 Interface Processor (CT3IP) is available on:
The Channelized T3 (CT3) feature board is available on Cisco AS5800 access servers. These cards provide for the aggregation of channelized interfaces into a single T3 facility. T3 support on the Cisco AS5800 allows support for 28 T1s (672 channels) per chassis. The Channelized T3 dual-wide port adapter (PA-CT3/4T1) can be used in Cisco 7200 series routers. The CT3IP is a fixed-configuration interface processor based on the second-generation Versatile Interface Processor (VIP2). The CT3 channelized port adapter (PA-CT3/4T1) is a dual-wide port adapter. The CT3IP or PA-CT3/4T1 has four T1 connections via DB-15 connectors and one DS3 connection via BNC connectors. Each DS3 interface can provide up to 28 T1 channels (a single T3 group). Each channel is presented to the system as a serial interface that can be configured individually. The CT3IP or PA-CT3/4T1 can transmit and receive data bidirectionally at the T1 rate of 1.536 Mbps. The four T1 connections use 100-ohm twisted-pair serial cables to external channel service units (CSUs) or to a MultiChannel Interface Processor (MIP) on the same router or on another router. For wide-area networking, the CT3IP or PA-CT3/4T1 can function as a concentrator for a remote site. As mentioned above, the CT3IP or PA-CT3/4T1 provides 28 T1 channels for serial transmission of data. Each T1 channel can be configured to use a portion of the T1 bandwidth or the entire T1 bandwidth for data transmission. Bandwidth for each T1 channel can be configured for n x 56 kbps or n x 64 kbps (where n is 1 to 24). The unused portion of the T1 bandwidth, when not running at full T1 speeds, is filled with idle channel data. The CT3IP or PA-CT3/4T1 does not support the aggregation of multiple T1 channels (called inversemuxing or bonding ) for higher bandwidth data rates. The first three T1 channels of the CT3IP or PA-CT3/4T1 can be broken out to the three DSUP-15 connectors on the CPT3IP or PA-CT3/4T1 so that the T1 can be further demultiplexed by the MIP on the same router or on another router or by other multiplexing equipment. When connecting to the MIP, you configure a channelized T1 as described in the Configuring External T1 Channels. This is referred to as an external T1 channel. The CT3IP supports RFC 1406, Definitions of Managed Objects for DS1 and E1 Interface Types , and RFC 1407, DS3 MIB Variables (CISCO-RFC-1407-CAPABILITY.my). For information about Cisco MIBs, refer to the current Cisco IOS release note for the location of the MIB online reference. For RFC 1406, Cisco supports all tables except the "Frac" table. For RFC 1407, Cisco supports all tables except the "FarEnd" tables. The CT3IP supports the following WAN protocols:
The CT3IP meets ANSI T1.102-1987 and BELCORE TR-TSY-000499 specifications for T3 and meets ANSI 62411 and BELCORE TR499 specifications for T1. The CT3IP provides internal CSU functionality and includes reporting performance data statistics, transmit and receive statistics, and error statistics. The CT3IP supports RFC 1406 (T1 MIB) and RFC 1407 (T3 MIB). External T1 channels do not provide CSU functionality and must connect to an external CSU. Channelized T3 Configuration Task ListTo configure the CT3IP, perform the tasks in the following sections. Each task is identified as either required or optional. After you configure the T1 channels on the CT3IP, you can continue configuring it as you would a normal serial interface. For CT3IP configuration examples, see the Channelized T3 Interface Processor Configuration Examples.
Configuring T3 Controller Support for the Cisco AS5800To configure T3 controller support specifically for the CT3 feature board in a Cisco AS5800 access server, use the following commands beginning in user EXEC mode. DETAILED STEPS
Configuring the T3 ControllerIf you do not modify the configuration of the CT3IP, the configuration defaults shown in the table below are used.
If you must change any of the default configuration attributes, use the following commands beginning in global configuration mode.
Configuring Each T1 ChannelYou must configure the time slots used by each T1 channel on the CT3IP. Optionally, you can specify the speed, framing format, and clock source used by each T1 channel. If you do not specify the speed, framing format, and clock source used by each T1 channel, the configuration defaults shown in the table below are used.
To specify the time slots used by each T1 channel, use the following commands beginning in global configuration mode. DETAILED STEPS
If you need to change any of the default configuration attributes, use the following commands, beginning in global configuration mode.
After you configure the T1 channels on the CT3IP, you can continue configuring it as you would a normal serial interface. All serial interface commands might not be applicable to the T1 channel. For more information, see the Configuring a Synchronous Serial Interface. To enter interface configuration mode and configure the serial interface that corresponds to a T1 channel, use the following command in global configuration mode.
In addition to the commands in the Configuring a Synchronous Serial Interface, the invert data interface command can be used to configure the T1 channels on the CT3IP. If the T1 channel on the CT3IP is using AMI line coding, you must invert the data. For information on the invert datainterface command, see the Inverting the Data. For more information, refer to the t1 linecode controller configuration command in the Cisco IOS Interface and Hardware Component Command Reference. Configuring External T1 ChannelsThe first three T1 channels (1, 2, and 3) of the CT3IP can be broken out to the DSUP-15 connectors so that the T1 channel can be further demultiplexed by the MIP on the same router, another router, or other multiplexing equipment. To configure a T1 channel as an external port, use the following commands beginning in EXEC mode. DETAILED STEPS
After you configure the external T1 channel, you can continue configuring it as a channelized T1 from the MIP. All channelized T1 commands might not be applicable to the T1 interface. To define the T1 controller and enter controller configuration mode, use the following command in global configuration mode.
After you configure the channelized T1 on the MIP, you can continue configuring it as you would a normal serial interface. All serial interface commands might not be applicable to the T1 interface. To enter interface configuration mode and configure the serial interface that corresponds to a T1 channel group, use the following command in global configuration mode.
For more information, see the Configuring Each T1 Channel and the Specifying a Synchronous Serial Interface. For an example of configuring an external T1 channel, see the Channelized T3 Interface Processor Configuration Examples. Monitoring and Maintaining the CT3IPAfter configuring the new interface, you can monitor the status and maintain the CT3IP in the Cisco 7000 series routers with an RSP7000 or in the Cisco 7500 series routers by using the show commands. To display the status of any interface, use one of the following commands in EXEC mode.
Verifying T3 ConfigurationTo verify your software configuration, you can use show commands for controller settings. To use show commands, you must be in privileged 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
Configuring Maintenance Data Link MessagesThe CT3IP can be configured to send a Maintenance Data Link (MDL) message as defined in the ANSI T1.107a-1990 specification. To specify the transmission of the MDL messages, use the following commands beginning in global configuration mode. DETAILED STEPS
Specify one mdl command for each message. For example, use mdl string eic Router A to transmit "Router A" as the equipment identification code and use mdl string lic Test Network to transmit "Test Network" as the location identification code. Use the show controllers t3command to display MDL information (received strings). MDL information is displayed only when framing is set to C-bit. Enabling Performance Report MonitoringThe CT3IP supports performance reports via the Facility Data Link (FDL) per ANSI T1.403. By default, performance reports are disabled. To enable FDL performance reports, use the following commands beginning in global configuration mode. DETAILED STEPS
To display the remote performance report information, use the following command in EXEC mode. Configuring for BERT on the Cisco AS5300Bit-error rate testing (BERT) and loopbacks are used by carriers and Internet service providers (ISPs) to aid in problem resolution as well as testing the quality of T1/E1 links. BERT detects poor quality links early and isolates problems quickly, enabling Cisco AS5300 users to improve their quality of service and increase their revenues. BERT is available for the Cisco AS5300 router for T1 and E1 facilities. Perform the following tasks to configure the Cisco AS5300 router for BERT, use the following commands beginning in user EXEC mode. DETAILED STEPS
Verifying BERT on the Cisco AS5300To verify that a BERT feature is running, use the show running-configcommand in EXEC mode.
5300> show running-config
!
bert profile 1 pattern 1s threshold 10^-4 error-injection none duration 3
bert profile 7 pattern 220-O.151QRSS threshold 10^-3 error-injection 10^-5 duration 120
Enabling a BERT Test PatternTo enable and disable generation of a BERT test pattern for a specified interval for a specific T1 channel, use the following commands beginning in global configuration mode. DETAILED STEPS
The BERT test patterns from the CT3IP are framed test patterns (that is, the test patterns are inserted into the payload of the framed T1 signal). To view the BERT results, use the show controllers t3 or show controllers t3 brief EXEC command. The BERT results include the following information:
When the T1 channel has a BERT test running, the line state is DOWN. Also, when the BERT test is running and the Status field is Not Sync, the information in the total bit errors field is not valid. When the BERT test is done, the Status field is not relevant. The t1 bert pattern command is not written to NVRAM because it is only used for testing the T1 channel for a short predefined interval and to avoid accidentally saving the command, which could cause the interface not to come up the next time the router reboots. Enabling Remote FDL LoopbacksYou can perform the following types of remote Facility Data Link (FDL) loopbacks on a T1 channel:
To enable loopback on a T1 channel, use the following commands beginning in global configuration mode.
DETAILED STEPS
Configuring T1 Cable Length and T1 E1 Line TerminationWhen you configure your channelized T1 trunk cards, you can change the line build-out of the cable pair connected to the port. To specify the build-out value, use either the cablelength long command or the cablelength shortcommand. These commands are not required for E1 trunk cards. For cables longer than 655 feet, use the cablelength long command; for cables up to and including 655 feet, use the cablelength shortcommand. The line-termination command allows you to set the T1/E1 port termination to 75 ohms unbalanced or 120 ohms balanced. The following cable length short configurations define the length range (in feet) between your network access server (NAS) and your repeater. The cablelength short command is configured for a channelized T1 only and includes the following settings:
The following cable length long configurations define the length range in gain and pulse requirements for the length of build-out between your NAS and your repeater that is longer than 655 feet. The cablelength long command is configured for a channelized T1 only and includes the following gain and pulse settings:
To configure channelized T1 lines for line build-out, use the following commands beginning in user EXEC mode.
DETAILED STEPS
Configuring PA-E3 and PA-2E3 Serial Port AdaptersThe PA-E3 and PA-2E3 serial port adapters are available on:
These port adapters provide one (PA-E3) or two (PA-2E3) high-speed, full-duplex, synchronous serial E3 interfaces and integrated data service unit (DSU) functionality. The E3 port adapters can transmit and receive data at E3 rates of up to 34 Mbps and use a 75-ohm coaxial cable available from Cisco to connect to a serial E3 network. These port adapters support the following:
The PA-E3 port adapter supports the RFC 1407 DS3 Near End Group, including:
The PA-E3 port adapter also supports the Card Table in the Cisco Chassis MIB and the MIB-2 for each PA-E3 interface. The PA-E3 port adapter does not support the RFC 1407 DS3 Far End Group and DS3/E3 Fractional Group.
PA-E3 and PA-2E3 Serial Port Adapter Configuration Task ListTo configure the PA-E3, Perform the tasks in the following sections. Each task in the list is identified as either required or optional. For PA-E3 port adapter configuration examples, see the PA-E3 Serial Port Adapter Configuration Example. Configuring the PA-E3 Port AdapterThe commands listed in the table below have been added to support the PA-E3 interface configuration. If you do not modify the configuration of the PA-E3, the configuration defaults shown in the table below are used.
If you need to change any of the default configuration attributes, use the first command in global configuration mode, followed by any of the optional commands in interface configuration mode.
Monitoring and Maintaining the PA-E3 Port AdapterAfter configuring the new interface, you can display its status. To show current status of the E3 interface on the PA-E3 port adapter, use any of the following commands in EXEC mode.
Configuring PA-T3 and PA-2T3 Serial Port AdaptersThe PA-T3 and PA-2T3 serial port adapters are available on:
These port adapters provide one (PA-T3) or two (PA-2T3) high-speed, full-duplex, synchronous serial T3 interfaces and integrated data service unit (DSU) functionality. The T3 port adapters can transmit and receive data at T3 rates of up to 45 Mbps and use a 75-ohm coaxial cable available from Cisco to connect to a serial T3 network. These port adapters support the following features:
PA-T3 and PA-2T3 Port Adapter Configuration Task ListTo configure the PA-T3 port adapters, perform the tasks in the following sections. Each task is identified as either required or optional. For PA-T3 port adapter configuration examples, see the PA-T3 and PA-2T3 Configuration Example.
Configuring the PA-T3 Port AdapterThe commands listed in the table below have been added to support the PA-T3 interface configuration. If you do not modify the configuration of the PA-T3, the configuration defaults shown in the table below are used.
If you need to change any of the default configuration attributes, use the first command in global configuration mode, followed by any of the optional commands in interface configuration mode.
Troubleshooting the PA-T3 Port AdapterTo set the following loopback modes to troubleshoot the PA-T3 port adapter using Cisco IOS software, use the first command in global configuration mode, followed by any of the other commands depending on your needs:
These loopback commands loop all packets from the T3 interface back to the interface or direct packets from the network back out toward the network. Monitoring and Maintaining the PA-T3 Port AdapterAfter configuring the new interface, you can display its status. To show current status of the T3 interface on the PA-T3 port adapter, use any of the following commands in EXEC mode.
Configuring a Packet OC-3 InterfaceThe Cisco Packet OC-3 Interface Processor (POSIP) and Packet OC-3 Port Adapter (POSPA) are available on: The Packet-Over-SONET OC-3 port adapters (PA-POS-OC3SML, PA-POS-OC3SMI, and PA-POS-OC3MM) are available on:
The POSIP and POS OC-3 provide a single 155.520-Mbps, OC-3 physical layer interface for packet-based traffic. This OC-3 interface is fully compatible with SONET and Synchronous Digital Hierarchy (SDH) network facilities and is compliant with RFC 1619, "PPP over SONET/SDH," and RFC 1662, PPP in HDLC-like Framing . The Packet-Over-SONET specification is primarily concerned with the use of PPP encapsulation over SONET/SDH links. For more information on the PA-POS-OC3 port adapter, refer to the PA-POS-OC3 Packet OC-3 Port Adapter Installation and Configurationpublication that accompanies the hardware. The POS is a fixed-configuration interface processor that uses second-generation Versatile Interface Processor (VIP2) technology. The POS provides a single 155.520-Mbps, OC-3 physical layer interface for packet-based traffic. This OC-3 interface is fully compatible with SONET and SDH network facilities and is compliant with RFC 1619 and RFC 1662. The Packet-Over-SONET specification primarily addresses the use of PPP encapsulation over SONET/SDH links. The table below describes the default values set in the initial configuration of a Packet OC-3 interface.
Because the Packet OC-3 interface is partially configured, you might not need to change its configuration before enabling it. However, when the router is powered up, a new Packet OC-3 interface is shut down. To enable the Packet OC-3 interface, you must use the no shutdown command in the global configuration mode. Packet OC-3 Interface Configuration Task ListThe values of all Packet OC-3 configuration parameters can be changed to match your network environment. To customize the POS configuration, perform the tasks in the following sections. Each task in the list is identified as either required or optional.
Selecting a Packet OC-3 InterfaceThe Packet OC-3 interface is referred to as pos in the configuration commands. An interface is created for each POS found in the system at reset time. If you need to change any of the default configuration attributes or otherwise reconfigure the Packet OC-3 interface, use one the following commands in global configuration mode. Setting the MTU SizeTo set the maximum transmission unit (MTU) size for the interface, use the following command in interface configuration mode. The value of the bytes argument is in the range 64 to 4470 bytes; the default is 4470 bytes (4470 bytes exactly matches FDDI and HSSI interfaces for autonomous switching). The no form of the command restores the default. Configuring FramingTo configure framing on the Packet OC-3 interface, use one of the following commands in interface configuration mode. Configuring an Interface for Internal LoopbackWith the loopback internal command, packets from the router are looped back in the framer. Outgoing data gets looped back to the receiver without actually being transmitted. With the loopback line command, the receive fiber (RX) is logically connected to the transmit fiber (TX) so that packets from the remote router are looped back to it. Incoming data gets looped around and retransmitted without actually being received. To enable or disable internal loopback on the interface, use one of the following commands in interface configuration mode.
Local loopback is useful for checking that the POS is working. Packets from the router are looped back in the framer. Configuring an Interface for Line LoopbackLine loopback is used primarily for debugging purposes. To enable or disable an interface for line loopback, use one of the following commands in interface configuration mode.
The receive fiber (RX) is logically connected to the transmit fiber (TX) so that packets from the remote router are looped back to it. Setting the Source of the Transmit ClockBy default, the Packet OC-3 interface uses the recovered receive clock to provide transmit clocking. To change the transmit clock source, use one of the following commands in interface configuration mode. Enabling Payload ScramblingSONET payload scrambling applies a self-synchronous scrambler (x43+1) to the Synchronous Payload Envelope (SPE) of the interface to ensure sufficient bit transition density. Both ends of the connection must use the same scrambling algorithm. When enabling POS scrambling on a VIP2 POS on the Cisco 7500 series router that has a hardware revision of 1.5 or higher, you can specify CRC 16 only (that is, CRC 32 is currently not supported). To enable SONET payload scrambling on a POS interface, use the following command in interface configuration mode. Configuring a DPT OC-12c InterfaceThe dual-width OC-12c Dynamic Packet Transport (DPT) port adapter is available on Cisco 7200 series routers and Cisco 7200 VXR series routers with the correct Route Switch Processor (RSP2 or RSP4), running Cisco IOS Release 12.0(6)S or later, to provide shared IP-over-SONET capability. The OC-12c Dynamic Packet Transport Interface Processor (DPTIP) is available on Cisco 7500 series routers with the correct Route Switch Processor (RSP2 or RSP4), running Cisco IOS Release 12.0(6)S or later. The DPT is an OC-12c interface that uses second-generation Versatile Interface Processor (VIP2) technology to provide shared IP-over-SONET capability, and it complies with IEEE 802.3 specifications for multicast and broadcast media. The DPTIP assembly consists of a VIP2 with a dual-width DPT interface processor permanently attached to it. The DPT interface provides the following benefits:
The interface type of the DPT or DPTIP is Spatial Reuse Protocol (SRP). SRP is a Cisco-developed MAC-layer protocol, used in conjunction with Cisco's DPT product family. DPT products deliver scalable Internet service, reliable IP-aware optical transport, and simplified network operations. These solutions allow you to scale and distribute your IP services across a reliable optical packet ring infrastructure. Spatial bandwidth reuse is possible due to the packet destination-stripping property of SRP. Older technologies incorporate source stripping, where packets traverse the entire ring until they are removed by the source. Even if the source and destination nodes are next to each other on the ring, packets continue to traverse the entire ring until they return to the source to be removed. SRP provides more efficient use of available bandwidth by having the destination node remove the packet after it is read. This provides more bandwidth for other nodes on the SRP ring. SRP rings consists of two counterrotating fibers, known as outer and inner rings, both concurrently used to carry data and control packets. SRP uses both explicit control packets and control information piggybacked inside data packets (control packets handle tasks such as keepalives, protection switching, and bandwidth control propagation). Control packets propagate in the opposite direction from the corresponding data packets, ensuring that the data takes the shortest path to its destination. The use of dual fiber-optic rings provides a high level of packet survivability. In the event of a failed node or a fiber cut, data is transmitted over the alternate ring. SRP rings are media independent and can operate over a variety of underlying technologies, including SONET/SDH, wavelength division multiplexing (WDM), and dark fiber. This ability to run SRP rings over any embedded fiber transport infrastructure provides a path to packet-optimized transport for high- bandwidth IP networks. One of the important benefits of SRP is the bandwidth scalability and efficiency with growth opportunities from OC-12c/STM-4c rings up to OC-192c/STM-64c rings. OC-12c Interface Configuration Task ListTo configure the DPT interface, perform the tasks in the following sections. Each task in the list is identified as either required or optional.
Configuring the Dynamic Packet Transport InterfaceSUMMARY STEPS
DETAILED STEPS
The system displays an OK message when the configuration has been stored. Use the show running-config command to verify the currently running configuration. Use the show version command to display the configuration of the system hardware and the Cisco IOS software information. Configuring Intelligent Protection SwitchingThe SRP interface uses ring architecture to provide redundancy and protection from a failed node or a fiber cut by using Intelligent Protection Switching (IPS). To configure IPS, use the following commands beginning in privileged EXEC mode. The steps described in this section are optional. DETAILED STEPS
Use the show srp command to verify the configuration. Configuring DPT TopologyEvery node on a DPT ring maintains a topology map of the ring, so that it knows where to route traffic. It updates the topology map by periodically sending a query, called a topology discovery packet, out onto the outer-ring path. Each node on the ring adds its own MAC address to the packet. When the discovery packet returns to the originating node, the contents of the packet are used to update the topology map. You use the srp topology-timer command to set the frequency with which the node sends out topology discovery packets. To configure DPT, use the following commands beginning in privileged EXEC mode. DETAILED STEPS
Configuring Automatic Protection Switching of Packet-over-SONET CircuitsThe automatic protection switching (APS) feature is supported on Cisco 7500 series routers. This feature allows switchover of Packet-over-SONET (POS) circuits and is often required when connecting SONET equipment to telco equipment. APS refers to the mechanism of bringing a "protect" POS interface into the SONET network as the "working" POS interface on a circuit from the intervening SONET equipment. The protection mechanism used for this feature is "1+1, Bidirectional, nonrevertive" as described in the Bellcore publication "TR-TSY-000253, SONET Transport Systems; Common Generic Criteria, Section 5.3." In the 1+1 architecture, there is one working interface (circuit) and one protect interface, and the same payload from the transmitting end is sent to both the receiving ends. The receiving end decides which interface to use. The line overhead (LOH) bytes (K1 and K2) in the SONET frame indicate both status and action. The protect interface is configured with the IP address of the router that has the working interface. The APS Protect Group Protocol, which runs on top of UDP, provides communication between the process controlling the working interface and the process controlling the protect interface. Using this protocol, POS interfaces can be switched because of a router failure, degradation or loss of channel signal, or manual intervention. In bidirectional mode, the receive and transmit channels are switched as a pair. In unidirectional mode, the transmit and receive channels are switched independently. For example, if the receive channel on the working interface has a loss of channel signal, both the receive and transmit channels are switched. In addition to the new Cisco IOS commands added for the APS feature, the POS interface configuration commands pos thresholdand pos report have been added to support user configuration of the bit-error rate (BER) thresholds and reporting of SONET alarms. APS Configuration Task ListTwo SONET connections are required to support APS. In a telco environment, the SONET circuits must be provisioned as APS. You must also provision the operation (for example, 1+1), mode (for example, bidirectional), and revert options (for example, no revert). If the SONET connections are homed on two separate routers (the normal configuration), an out of band (OOB) communications channel between the two routers needs to be set up for APS communication. When configuring APS, we recommend that you configure the working interface first. Normal operation with 1+1 operation is to configure it as a working interface. Also configure the IP address of the interface being used as the APS OOB communications path. For more information on POS interfaces, refer to the installation and configuration documentation that accompanies the POS hardware. To configure APS and POS, perform the following tasks. Each task is identified as either required or optional.
Configuring APS Working and Protect InterfacesThis section describes how to configure and protect a working interface. The commands listed in this section are required. To avoid having the protected interface become the active circuit and disabling the working circuit when it is discovered, configure the working interface before configuring the protected interface. To configure the working interface, use the following commands beginning in global configuration mode. DETAILED STEPS
Configuring APS Working and Protect Interfaces
To configure the protect interface, use the following commands beginning in global configuration mode. DETAILED STEPS
Configuring Other APS OptionsTo configure the other APS options, use any of the following optional commands in interface configuration mode.
Monitoring and Maintaining APSTo provide information about system processes, the Cisco IOS software includes an extensive list of EXEC commands that begin with the word show, which, when executed, display detailed tables of system information. Following is a list of some of the common show commands for the APS feature. To display the information described, use these commands in privileged EXEC mode. Configuring SONET Alarm ReportingTo configure the thresholds and the type of SONET alarms that are reported, use any of the following commands in interface configuration mode. The commands listed in this section are optional. The default settings are adequate for most POS installations.
To display the current BER threshold setting or to view the reporting of the SONET alarms, use the show controllers pos EXEC command. Configuring Serial Interfaces for CSU DSU Service ModulesThe Cisco T1 data service unit/channel service unit (DSU/CSU) WAN interface card is an integrated, managed T1 or fractional T1 WAN interface card. It provides nonchannelized data rates of 1 to 24 X 64 kbps or 1 to 24 X 56 kbps and follows ANSI T1.403 and AT&T Publication 62411 standards. The Cisco DSU/CSU WAN T1 interface includes the following management features:
The following CSU and DSU service modules are described in this section:
Fractional T1 FT WIC CSU DSU Service Module Configuration Task ListTo configure fractional T1 and T1 (FT1/T1) service modules, perform the tasks described in these sections. Each task in the list is identified as either required or optional.
Specifying the Clock SourceTo specify the clock source (that is, the source of the timing synchronization signal) for the FT1/T1 CSU/DSU module, use the following command in interface configuration mode. Enabling Data Inversion Before TransmissionData inversion is used to guarantee the ones density requirement on an alternate mark inversion (AMI) line when using bit-oriented protocols such as High-Level Data Link Control (HDLC), PPP, X.25, and Frame Relay. To guarantee the ones density requirement on an AMI line using the FT1/T1 CSU/DSU module, use the following command in interface configuration mode.
If the time-slot speed is set to 56 kbps, this command is rejected because line density is guaranteed when transmitting at 56 kbps. Use this command with the 64-kbps line speed. If you transmit inverted bit codes, both CSU/DSUs must have this command configured for successful communication. To enable normal data transmission on an FT1/T1 network, use the following command in interface configuration mode. Specifying the Frame Type of an FT T1 LineTo specify the frame type for a line using the FT1/T1 CSU/DSU module, use the following command in interface configuration mode.
In most cases, the service provider determines which framing type, either sf or esf, is required for your circuit. Specifying the CSU Line Build-OutTo decrease the outgoing signal strength to an optimum value for the telecommunication carrier network, use the following command on the FT1/T1 CSU/DSU module in interface configuration mode.
To transmit packets without decreasing outgoing signal strength, use the following command in interface configuration mode.
The ideal signal strength should be between -15 dB and -22 dB, which is calculated by adding the phone company loss plus cable length loss plus line build out. You may use this command in back-to-back configurations, but it is not needed on most actual T1 lines. Specifying FT1 T1 Line-Code TypeTo configure the line code for the FT1/T1 CSU/DSU module, use the following command in interface configuration mode.
Configuring B8ZS is a method of ensuring the ones density requirement on a T1 line by substituting intentional bipolar violations in bit positions four and seven for a sequence of eight zero bits. When you configure the CSU/DSU AMI, you must guarantee the ones density requirement in your router using the service-module t1 data-coding inverted command or the service-module t1 timeslots speed 56command. In most cases, your T1 service provider determines which line-code type, either ami or b8zs, is required for your T1 circuit. Enabling Remote AlarmsTo generate remote alarms (yellow alarms) at the local CSU/DSU or to detect remote alarms sent from the remote CSU/DSU, use the following command in interface configuration mode. Remote alarms are transmitted by the CSU/DSU when it detects an alarm condition, such as a red alarm (loss of signal) or blue alarm (unframed 1s). The receiving CSU/DSU then knows that there is an error condition on the line. With D4 Superframe configured, a remote alarm condition is transmitted by setting the bit 2 of each time slot to zero. For received user data that has bit 2 of each time slot set to zero, the CSU/DSU interprets the data as a remote alarm and interrupts data transmission, which explains why remote alarms are disabled by default. With Extended Super Frame configured, the remote alarm condition is signalled out of band in the facility data link. You can see if the FT1/T1 CSU/DSU is receiving a remote alarm (yellow alarm) by issuing the show service-module command. To disable remote alarms, use the following command in interface configuration mode. Enabling Loop Codes That Initiate Remote LoopbacksTo specify if the fractional T1/T1 CSU/DSU module goes into loopback when it receives a loopback code on the line, use the following commands in interface configuration mode. DETAILED STEPS
You can simultaneously configure the full and payload loopback points. However, only one loopback payload code can be configured at a time. For example, if you configure the service-module t1 remote-loopback payload alternatecommand, a payload v.54 request, which is the industry standard and default, cannot be transmitted or accepted. Full and payload loopbacks with standard-loopup codes are enabled by default. The no form of this command disables loopback requests. For example, the no service-module t1 remote-loopback full command ignores all full-bandwidth loopback transmissions and requests. Configuring the noform of the command may not prevent telco line providers from looping your router in esf mode, because fractional T1/T1 telcos use facilities data-link messages to initiate loopbacks. If you enable the service-module t1 remote-loopbackcommand, the loopback remotecommands on the FT1/T1 CSU/DSU module will not be successful. Specifying Time SlotsTo define time slots for an FT1/T1 module, use the following command in interface configuration mode.
This command specifies which time slots are used in fractional T1 operation and determines the amount of bandwidth available to the router in each time slot. The range specifies the DS0 time slots that constitute the FT1/T1 channel. The range is from 1 to 24, where the first time slot is numbered 1, and the last time slot is numbered 24. Specify this field by using a series of subranges separated by commas. The time-slot range must match the time slots assigned to the channel group. In most cases, the service provider defines the time slots that comprise a channel group. Use the no form of this command to select all FT1/T1 time slots that are transmitting at 64 kbps, which is the default. To use the entire T1 line, enable the service-module t1 timeslots allcommand. Enabling the T1 CSU WICThe following are prerequisites to enable the T1 CSU WIC:
To configure the router to send SNMP traps, use the following commands: DETAILED STEPS
2-Wire and 4-Wire 56 64-kbps CSU DSU Service Module Configuration Task ListTo configure 2- and 4-wire, 56/64 kbps service modules, perform the tasks described in these sections:
Setting the Clock SourceIn most applications, the CSU/DSU should be configured using the service-module 56k clock source line command. For back-to-back configurations, use the internal keyword to configure one CSU/DSU and use the line keyword to configure the other CSU/DSU. To configure the clock source for a 4-wire, 56/64-kbps CSU/DSU module, use the following command in interface configuration mode for a serial interface:
Use the no form of this command to revert to the default clock source, which is the line clock. Setting the Network Line SpeedTo configure the network line speed for a 4-wire, 56/64-kbps CSU/DSU module, use the following command in interface configuration mode for a serial interface: You can use the following line speed settings: 2.4, 4.8, 9.6, 19.2, 38.4, 56, 64 kbps, and an auto setting. The 64-kbps line speed cannot be used with back-to-back digital data service (DDS) lines. The subrate line speeds are determined by the service provider. Only the 56-kbps line speed is available in switched mode. Switched mode is the default on the 2-wire CSU/DSU and is enabled by the service-module 56k network-type interface configuration command on the 4-wire CSU/DSU. The auto linespeed setting enables the CSU/DSU to decipher current line speed from the sealing current running on the network. Because back-to-back DDS lines do not have sealing current, use the auto setting only when transmitting over telco DDS lines and using the line clock as the clock source. Use the no form of this command to enable a network line speed of 56 kbps, which is the default. Enabling Scrambled Data CodingTo prevent application data from replicating loopback codes when operating at 64 kbps on a 4-wire CSU/DSU, use the following command in interface configuration mode for a serial interface:
Enable the scrambled configuration only in 64 kbps DDS mode. If the network type is set to switched, the configuration is refused. If you transmit scrambled bit codes, both CSU/DSUs must have this command configured for successful communication. To enable normal data transmission for the 4-wire, 56/64-kbps module, use one of the following commands for a serial interface in interface configuration mode. Changing Between Digital Data Service and Switched Dial-Up ModesTo transmit packets in DDS mode or switched dial-up mode using the 4-wire, 56/64-kbps CSU/DSU module, use one of the following commands in interface configuration mode for a serial interface:
Use the no form of these commands to transmit from a dedicated leased line in DDS mode. DDS mode is enabled by default for the 4-wire CSU/DSU. Switched mode is enabled by default for the 2-wire CSU/DSU. In switched mode, you need additional dialer configuration commands to configure dial-out numbers. Before you enable the service-module 56k network-type switched command, both CSU/DSUs must use a clock source coming from the line and the clock rate must be configured to auto or 56k. If the clock rate is not set correctly, this command will not be accepted. The 2-wire and 4-wire, 56/64-kbps CSU/DSU modules use V.25 bis dial commands to interface with the router. Therefore, the interface must be configured using the dialer in-band command. DTR dial is not supported.
Enabling Acceptance of a Remote Loopback RequestTo enable the acceptance of a remote loopback request on a 2- or 4-wire, 56/64-kbps CSU/DSU module, use the following command in interface configuration mode for a serial interface:
The no service-module 56k remote-loopback command prevents the local CSU/DSU from being placed into loopback by remote devices on the line. Unlike the T1 module, the 2- or 4-wire, 56/64-kbps CSU/DSU module can still initiate remote loopbacks with the no form of this command configured. Selecting a Service ProviderTo select a service provider to use with a 2- or 4-wire, 56/64 kbps dial-up line, use the following command in interface configuration mode for a serial interface:
The att keyword specifies AT&T or another digital network service provider as the line carrier, which is the default for the 4-wire, 56/64-kbps CSU/DSU module. The sprint keyword specifies Sprint or another service provider whose network carries mixed voice and data as the line carrier, which is the default for the 2-wire switched 56-kbps CSU/DSU module. In a Sprint network, echo-canceler tones are sent during call setup to prevent echo cancelers from damaging digital data. The transmission of these cancelers may increase call setup times by 8 seconds on the 4-wire module. Having echo cancellation enabled does not affect data traffic. This configuration command is ignored if the network type is DDS. Use the no form of this command to enable the default service provider. AT&T is enabled by default on the 4-wire, 56/64 module. Sprint is enabled by default on the 2-wire switched, 56-kbps module. Configuring Low-Speed Serial InterfacesThis section describes how to configure low-speed serial interfaces. In addition to the background information described in the Understanding Half-Duplex DTE and DCE State Machines, these sections provide guidelines for configuring low-speed serial interfaces: For configuration examples, see the Low-Speed Serial Interface Examples.
Understanding Half-Duplex DTE and DCE State MachinesThe following sections describe the communication between half-duplex DTE transmit and receive state machines and half-duplex DCE transmit and receive state machines. Half-Duplex DTE State MachinesAs shown in the figure below, the half-duplex DTE transmit state machine for low-speed interfaces remains in the ready state when it is quiescent. When a frame is available for transmission, the state machine enters the transmit delay state and waits for a time period, which is defined by the half-duplex timer transmit-delay command. The default is 0 milliseconds. Transmission delays are used for debugging half-duplex links and assisting lower-speed receivers that cannot process back-to-back frames. After idling for a defined number of milliseconds (ms), the state machine asserts a request to send (RTS) signal and changes to the wait-clear-to-send (CTS) state for the DCE to assert CTS. A timeout timer with a value set by the half-duplex timer rts-timeout command starts. This default is 3 ms. If the timeout timer expires before CTS is asserted, the state machine returns to the ready state and deasserts RTS. If CTS is asserted before the timer expires, the state machine enters the transmit state and sends the frames. Once there are no more frames to transmit, the state machine transitions to the wait transmit finish state. The machine waits for the transmit FIFO in the serial controller to empty, starts a delay timer with a value defined by the half-duplex timer rts-drop-delay interface command, and transitions to the wait RTS drop delay state. When the timer in the wait RTS drop delay state expires, the state machine deasserts RTS and transitions to the wait CTS drop state. A timeout timer with a value set by the half-duplex timer cts-drop-timeout interface command starts, and the state machine waits for the CTS to deassert. The default is 250 ms. Once the CTS signal is deasserted or the timeout timer expires, the state machine transitions back to the ready state. If the timer expires before CTS is deasserted, an error counter is incremented, which can be displayed by issuing the show controllers command for the serial interface in question. As shown in the figure below, a half-duplex DTE receive state machine for low-speed interfaces idles and receives frames in the ready state. A giant frame is any frame whose size exceeds the maximum transmission unit (MTU). If the beginning of a giant frame is received, the state machine transitions to the in giant state and discards frame fragments until it receives the end of the giant frame. At this point, the state machine transitions back to the ready state and waits for the next frame to arrive. An error counter is incremented upon receipt of the giant frames. To view the error counter, use the show interfaces command for the serial interface in question. Half-Duplex DCE State MachinesAs shown in the figure below, for a low-speed serial interface in DCE mode, the half-duplex DCE transmit state machine idles in the ready state when it is quiescent. When a frame is available for transmission on the serial interface, such as when the output queues are no longer empty, the state machine starts a timer (based on the value of the half-duplex timer transmit-delaycommand, in milliseconds) and transitions to the transmit delay state. Similar to the DTE transmit state machine, the transmit delay state gives you the option of setting a delay between the transmission of frames; for example, this feature lets you compensate for a slow receiver that loses data when multiple frames are received in quick succession. The default transmit-delay value is 0 ms; use the half-duplex timer transmit-delayinterface configuration command to specify a delay value not equal to 0. After the transmit delay state, the next state depends on whether the interface is in constant-carrier mode (the default) or controlled-carrier mode. If the interface is in constant-carrier mode, it passes through the following states:
If the interface is in controlled-carrier mode, the interface performs a handshake using the data carrier detect (DCD) signal. In this mode, DCD is deasserted when the interface is idle and has nothing to transmit. The transmit state machine transitions through the states as follows:
As shown in the figure below, the half-duplex DCE receive state machine idles in the ready state when it is quiescent. It transitions out of this state when the DTE asserts RTS. In response, the DCE starts a timer based on the value specified using the cts-delaycommand. This timer delays the assertion of CTS because some DTE interfaces expect this delay. (The default value of this timer is 0 ms; use the half-duplex timer cts-delayinterface configuration command to specify a delay value.) When the timer expires, the DCE state machine asserts CTS and transitions to the receive state. It stays in the receive state until there is a frame to receive. If the beginning of a giant frame is received, it transitions to the in giant state and keeps discarding all the fragments of the giant frame and transitions back to the receive state. Transitions back to the ready state occur when RTS is deasserted by the DTE. The response of the DCE to the deassertion of RTS is to deassert CTS and go back to the ready state. Changing Between Controlled-Carrier and Constant-Carrier ModesThe half-duplex controlled-carrier command enables you to change between controlled-carrier and constant-carrier modes for low-speed serial DCE interfaces in half-duplex mode. Configure a serial interface for half-duplex mode by using the half-duplex command. Full-duplex mode is the default for serial interfaces. This interface configuration is available on Cisco 2520 through Cisco 2523 routers. Controlled-carrier operation means that the DCE interface will have DCD deasserted in the quiescent state. When the interface has something to transmit, it will assert DCD, wait a user-configured amount of time, then start the transmission. When it has finished transmitting, it will again wait a user-configured amount of time and then deassert DCD.
Placing a Low-Speed Serial Interface in Controlled-Carrier ModeTo place a low-speed serial interface in controlled-carrier mode, use the following command in interface configuration mode. Tuning Half-Duplex TimersTo optimize the performance of half-duplex timers, use the following command in interface configuration mode.
The timer tuning commands permit you to adjust the timing of the half-duplex state machines to suit the particular needs of their half-duplex installation. Note that the half-duplex timer command and its options replaces the following two timer tuning commands that are available only on high-speed serial interfaces:
Changing Between Synchronous and Asynchronous ModesTo specify the mode of a low-speed serial interface as either synchronous or asynchronous, use the following command in interface configuration mode.
This command applies only to low-speed serial interfaces available on Cisco 2520 through Cisco 2523 routers. In synchronous mode, low-speed serial interfaces support all interface configuration commands available for high-speed serial interfaces, except the following two commands:
When placed in asynchronous mode, low-speed serial interfaces support all commands available for standard asynchronous interfaces. The default is synchronous mode.
To return to the default mode (synchronous) of a low-speed serial interface on a Cisco 2520 through Cisco 2523 router, use the following command in interface configuration mode. Automatic Removal of tftp ftp rcp Source Interfaces ConfigurationA serial interface is configured using controller configuration. For example: 76C(config)#controller t1 2/1/0 76C(config-controller)#channel-group 1 timeslots 1-24 76C(config-controller)#end The configured interface is now configured as tftp or ftp or rcp source interfaces. For example: 76C(config)#ip ftp source-interface Serial2/1/0:1 OR 76C(config)#ip tftp source-interface Serial2/1/0:1 OR 76C(config)#ip rcmd source-interface Serial2/1/0:1 Remove the controller configuration: 76C(config)#controller t1 2/1/0 76C(config-controller)#no channel-group 1 timeslots 1-24 76C(config-controller)#end Now the tftp or ftp or rcp source interfaces configured as Serial2/1/0:1 are automatically unconfigured. You need not manually unconfigure them after you remove the configuration for controller interface, which was used as source interface for tftp or ftp or rcp. Troubleshooting Serial InterfacesPerform the tasks in this section to troubleshoot issues with serial interfaces:
Troubleshooting Channelized T1 or E1When troubleshooting channelized T1 or E1, you must first determine if the problem is with a particular channel group or with the T1 or E1 line. If the problem is with a single channel group, you have a potential interface problem. If the problem is with the T1 or E1 line, or with all channel groups, you have a potential controller problem. The following section describes how to determine whether the problem affects an interface or a controller: When you troubleshoot E1 or T1 controllers, first check that the configuration is correct. The framing type and line code should match what the service provider has specified. Then check channel group and PRI-group configurations, especially to verify that the time slots and speeds are what the service provider has specified. At this point, the show controllers t1 or show controllers e1 commands should be used to check for T1 or E1 errors. Use the command several times to determine if error counters are increasing, or if the line status is continually changing. If these errors are occurring, you need to work with the service provider.
Running Controller Loopback Diagnostic TestsController loopback tests are a means to isolate problems and are available for both channelized T1 controllers and channelized E1 controllers. The following loopback tests are documented for isolating T1 and E1 controller issues: Local LoopbackThe local loopback loops the controller both toward the router and toward the line. Because the loopback is done internally to the router, the controller should make the transition to the UP state within approximately 10 seconds, and no further T1 errors should be detected. All channel groups will be looped back; if the encapsulation on that channel group supports loopbacks (for example, HDLC and PPP), you can test that channel group by pinging the interface address. For example, if you have assigned an IP address to the serial interface defined for a channel group, you can ping that IP address. To place the controller into local loopback, use the following command in controller configuration mode.
To test a channel group, use the following command in EXEC mode. To check errors, use the following command in EXEC mode. If any errors occur, or the controller fails to change to the up state, contact the Cisco Technical Assistance Center (TAC). Because the controller local loopback is bidirectional, the service provider can test the line integrity using a T1 bit error rate tester (BERT) test set. Remote LoopbackThe second T1 controller loopback is a remote loopback. This loopback can be used only if the entire T1 goes to a remote CSU. This is not the case with 99.9 percent of channelized T1. When the loopback remote controller command is executed, an in-band CSU loop-up code will be sent over the entire T1, which will attempt to loop up the remote CSU. To place the controller in remote loopback, use the following command in controller configuration mode.
Channelized E1 Controller LoopbackFor the E1 controller, only the local loopback is available. Local loopback operates the same as the local loopback on the T1 controller, forming a bidirectional loopback, both toward the router and toward the line. To place the E1 controller in local loopback, use the following command in controller configuration mode.
All channel groups will be looped back; if the encapsulation on that channel group supports loopbacks (for example, HDLC and PPP), you can test that channel group by pinging the interface address. For example, if you have assigned an IP address to the serial interface defined for a channel group, you can ping that IP address. To place the controller into local loopback, use the following command in controller configuration mode.
To test a channel group, use the following command in EXEC mode. To check errors, if any, use the following command in EXEC mode. If any errors occur, they are most likely a hardware problem; contact the Cisco TAC. In addition, you can ask the service provider to test the line by using a T1 BERT test set. Troubleshooting the T3 and T1 Channels on the CT3IPTo troubleshoot the CT3IP using Cisco IOS software, use the following methods:
Enabling Test PortYou can use the T1 test port available on the CT3IP to break out any of the 28 T1 channels for testing (for example, 24-hour bit error rate tester (BERT) testing is commonly done by telephone companies before a line is brought into service). The T1 test port is also available as an external port. For more information on configuring an external port, see the Configuring External T1 Channels. To enable a T1 channel as a test port, use the following commands beginning in privileged EXEC mode. DETAILED STEPS Enabling Test PortTo disable a T1 channel as a test port, use the following commands beginning in global configuration mode. DETAILED STEPS
Loopback T1 ChannelsYou can perform the following types of loopbacks on a T1 channel:
To enable loopbacks on a T1 channel, use the first command in global configuration mode, followed by any one of the following commands in interface configuration mode. DETAILED STEPS
The figure below shows an example of a local loopback in which the loopback occurs in the T1 framer. The figure below shows an example of a network line loopback in which just the data is looped back toward the network (before the T1 framer). The figure below shows an example of a network payload loopback in which just the payload data is looped back toward the network at the T1 framer. The figure below shows an example of a remote inband loopback in which the network line enters a line loopback. Loopback T3 LinesYou can put the entire T3 line into loopback mode (that is, all T1 channels are looped) by using the following types of loopbacks:
To enable loopbacks on the T3 (and all T1 channels), use the following commands beginning in global configuration mode. DETAILED STEPS
Troubleshooting the PA-E3 Port AdapterTo set the following loopbacks to troubleshoot the PA-E3 port adapter using Cisco IOS software, use the first command in global configuration mode, followed by any of the other commands, depending on your needs:
These loopback commands loop all packets from the E3 interface back to the interface and also direct the packets to the network. Configuration Examples for Serial Interface Configuration
Interface Enablement Configuration ExamplesThe following example illustrates how to begin interface configuration on a serial interface. It assigns PPP encapsulation to serial interface 0. interface serial 0 encapsulation ppp The same example on a Cisco 7500series router, assigning PPP encapsulation to port 0 in slot 1, requires the following commands: interface serial 1/0 encapsulation ppp This example shows how to configure the access server so that it will use the default address pool on all interfaces except interface 7, on which it will use an address pool called lass: ip address-pool local ip local-pool lass 172.30.0.1 async interface interface 7 peer default ip address lass HSSI Configuration ExamplesThe following example shows a simple configuration for a HSSI port adapter on a Cisco 7500 series router: interface hssi 2/0/0 ip address 10.1.1.10 255.255.255.0 description To San Jose, circuit ID 1234 no ip mroute-cache The following example shows how to configure a 1-port HSSI network module on a Cisco 3600 series router. Both sides of the network connection need to be configured: interface hssi 0/0 ! Specifies a HSSI interface; changes from global configuration mode to interface configuration mode. ip address 10.1.1.1 255.255.255.0 ! Assigns IP address 10.1.1.1 to the interface. hssi internal-clock ! Converts the HSSI interface into a clock master. no fair-queue ! Disables weighted fair queueing (WFQ). no shutdown ! Enables the port. interface hssi 1/0 ip address 10.1.1.2 255.255.255.0 hssi internal-clock no fair-queue no shutdown Channelized T3 Interface Processor Configuration ExamplesThe examples in this section show how to configure the Channelized T3 Interface Processor (CT3IP). The first example shows how to configure two of the T1 channels of the channelized T3 controller. The second example shows how to configure one of the T1 channels of the channelized T3 controller as an external port for further channelization on the Multichannel Interface Processor (MIP). For more information, see the Configuring T3 Controller Support for the Cisco AS5800, the Configuring the T3 Controller, and the Configuring External T1 Channels. The following examples are included in this section:
Typical CT3IP Controller Configuration ExamplesA typical T3 controller configuration in a running-configuration file follows: 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 A typical T1 controller configuration follows:
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
CT3IP Configuration with Default Values Accepted ExampleIn the following example, time slots and IP addresses are assigned to channels for the CT3IP in slot 9. (The default framing, cable length, and clock source are accepted for the T3, and the default speed, framing, clock source, and line code are accepted for each T1 channel.) controller t3 9/0/0 t1 16 timeslot 1-24 ! Assigns time slots 1 through 24 (the entire T1 bandwidth) to T1 channel 16. t1 10 timeslot 1-5,20-23 ! Assigns time slots 1 through 5 and 20 through 23 (fractional T1 bandwidth) ! to T1 channel 10. interface serial 9/0/0:16 ip address 10.20.20.1 255.255.255.0 ! Assigns IP address 10.20.20.1 to T1 channel 16. interface serial 9/0/0:10 ip address 10.20.20.3 255.255.255.0 ! Assigns IP address 10.20.20.3 to T1 channel 10. ! Other interface configuration commands can be assigned to the T1 channel ! at this time. CT3IP External Ports Configuration ExampleIn the following example, T1 channel 1 on the CT3IP in slot 9 is broken out as an external port: controller t3 9/0/0 t1 external 1 cablelength 300 ! Breaks out T1 channel 1 as an external port so that it can be further channelized on ! the MIP in slot 3. ! Cable length is set to 300 feet. ! The default line coding format (B8ZS) is used for the T1 channel. controller t1 3/0 linecode b8zs ! The line coding on the MIP is changed to B8ZS to match the line coding on the ! T1 channel. channel-group 1 timeslots 1 interface serial 3/0:1 ip address 10.20.20.5 255.255.255.0 CT3IP Maintenance Data Link ExampleThe following examples show several of the Maintenance Data Link (MDL) messages for the CT3IP in slot 9: controller t3 9/0/0 mdl string eic Router C mdl string lic Network A mdl string fic Bldg 102 mdl string unit 123ABC CT3IP Performance Monitoring ExampleIn 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 BERT Profile Configuration ExampleThe following example shows a configured BERT profile number 1 that has a 0s test pattern, with a 10-2 threshold, no error injection, and a duration of 125 minutes: bert profile 1 pattern 0s threshold 10^-2 error-injection none duration 125 E2 Clock Rate Configuration ExampleThe following example shows output when the e2 clock rate is configured using the e2-clockrate EXEC command:
Router# e2-clockrate
Interface Serial 0 is configured to support clockrates up to E2 (8Mbps)
Interfaces serial 1-3 will not be operational
PA-E3 Serial Port Adapter Configuration ExampleThe 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: interface serial 1/0/0 ip address 10.1.1.10 255.255.255.0 clock source internal crc 32 dsu bandwidth 16000 ! Reduces the bandwidth by padding the E3 frame. dsu mode 0 ! Enables and improves interoperability with other DSUs. national bit 1 ! Sets bit 12 in the E3 frame to 1. no scramble framing g751 no shutdown PA-T3 and PA-2T3 Configuration ExampleThe following example shows a typical configuration for serial interface 1/0/0 on a PA-T3 serial port adapter in a Cisco 7500 series router: interface serial 1/0/0 ip address 1.1.1.10 255.255.255.0 clock source internal crc 32 dsu bandwidth 16000 ! Reduces the bandwidth by padding the E3 frame. dsu mode 0 ! Enables and improves interoperability with other DSUs. no scramble framing c-bit no shutdown Packet OC-3 Interface Configuration ExamplesThe examples in this section include a simple configuration and a more complex configuration for two routers back to back.
Packet-Over-SONET OC-3 Configuration ExampleThis example shows a POS interface in slot 0, port adapter slot 0, port 0 on a Cisco 7500 series router: interface POS0/0/0 ip address 10.1.1.4 255.255.255.0 ip route-cache distributed no keepalive clock source internal pos report rdool pos report lais pos report lrdi pos report pais pos report prdi pos report sd-ber no cdp enable Packet OC-3 Configuration with Default Values Accepted ExampleIn the following example, the default framing, MTU, and clock source are accepted, and the interface is configured for the IP protocol: interface pos 3/0 ip address 172.18.2.3 255.0.0.0 Two Routers Connected Back-to-Back ExampleTo connect two routers, attach the cable between the Packet OC-3 port on each. By default, the POS uses loop timing mode. For back-to-back operation, only one of the POSs may be configured to supply its internal clock to the line. In the following example, two routers are connected back-to-back through their Packet OC-3 interfaces: DPT OC-12c Interface Configuration ExamplesThis section provides the following configuration examples:
DPT Port Adapter Configuration ExampleIn the following example, the OC-12c DPT SRP interface is specified, and the IP address and subnet mask are assigned to the interface. interface srp 0/1 ip address 192.168.2.3 255.255.255.0 DPT Interface Processor Configuration ExampleIn the following example, the OC-12c DPTIP SRP interface is specified, and the IP address and subnet mask is assigned to the interface. interface srp 0/1/0 ip address 192.168.2.3 255.255.255.0 IPS Options Configuration ExampleIn the following example, the SRP IPS options are configured on a DPT interface: interface srp 2/0 srp ips request manual-switch a srp ips wtr-timer 60 srp ips timer 90 DPT Topology Configuration ExampleIn the following example, the identity of the nodes on the DPT ring according to their MAC addresses is shown. The following example shows a three-node DPT ring.
Router# show srp topology
Topology Map for Interface SRP2/0
Topology pkt. sent every 5 sec. (next pkt. after 4 sec.)
Last received topology pkt. 00:00:00
Nodes on the ring:4
Hops (outer ring) MAC IP Address Wrapped Name
0 0000.0000.0004 10.2.2.4 No stingray
1 0000.0000.0001 10.2.2.1 No npe300
2 0000.0000.0005 10.2.2.5 No gsr
3 0000.0000.0002 10.2.2.2 No tuna
APS Configuration ExamplesThe following examples show how to configure basic APS on a router and how to configure more than one protect/working interface on a router by using the aps group command. Basic APS Configuration ExampleThe following example shows the configuration of APS on Router A and Router B (see the figure below). In this example, Router A is configured with the working interface, and Router B is configured with the protect interface. If the working interface on Router A becomes unavailable, the connection will automatically switch over to the protect interface on Router B. On Router A, which contains the working interface, use the following configuration: interface ethernet 0/0 ip address 10.7.7.7 255.255.255.0 interface pos 2/0/0 aps working 1 On Router B, which contains the protect interface, use the following configuration: interface ethernet 0/0 ip address 10.7.7.6 255.255.255.0 interface pos 3/0/0 aps protect 1 10.7.7.7 To verify the configuration or to determine if a switchover has occurred, use the show apscommand. Multiple APS Interfaces Configuration ExampleTo configure more than one protect/working interface on a router, you must use the aps group command. The following example shows the configuration of grouping more than one working/protect interface on a router (see the figure below). In this example, Router A is configured with a working interface and a protect interface, and Router B is configured with a working interface and a protect interface. Consider the following scenarios:
On Router A, which contains the working interface for group 10 and the protect interface for group 20, use the following configuration: interface ethernet 0/0 ip address 10.7.7.6 255.255.255.0 interface pos 2/0/0 aps group 10 aps working 1 interface pos 3/0/0 aps group 20 aps protect 1 10.7.7.7 On Router B, which contains the protect interface for group 10 and the working interface for group 20, use the following configuration: interface ethernet 0/0 ip address 10.7.7.7 255.255.255.0 interface pos 2/0/0 aps group 20 aps working 1 interface pos 3/0/0 aps group 10 aps protect 1 10.7.7.6 To verify the configuration or to determine if a switchover has occurred, use the show apscommand. CSU DSU Service Module ExamplesThis section includes three main categories of service module examples:
FT1 T1 ExamplesFT1/T1 examples are provided for these configurations:
T1 Frame Type ExampleThe following example enables Superframe as the FT1/T1 frame type: service-module t1 framing sf CSU Line Build-Out ExampleThe following example shows a line build-out setting of -7.5 dB: service-module t1 lbo -7.5db T1 Line-Code Type ExampleThe following example specifies AMI as the line-code type: service-module t1 linecode ami Loop Codes ExampleThe following example displays the configuration of two routers connected back-to-back through an FT1/T1 line and the corresponding feedback messages: no service-module t1 remote-loopback full service-module t1 remote-loopback payload alternate loopback remote full %SERVICE_MODULE-5-LOOPUPFAILED: Unit 0 - Loopup of remote unit failed service-module t1 remote-loopback payload v54 loopback remote payload %SERVICE_MODULE-5-LOOPUPFAILED: Unit 0 - Loopup of remote unit failed service-module t1 remote-loopback payload alternate loopback remote payload %SERVICE_MODULE-5-LOOPUPREMOTE: Unit 0 - Remote unit placed in loopback Time Slots ExampleThe following example configures a series of time-slot ranges and a speed of 64 kbps: service-module t1 timeslots 1-10,15-20,22 speed 64 Performance Report ExampleThe following is sample output from the show service-module serial interface command:
Router# show service-module serial 0
Module type is T1/fractional
Hardware revision is B, Software revision is 1.1i,
Image checksum is 0x21791D6, Protocol revision is 1.1
Receiver has AIS alarm,
Unit is currently in test mode:
line loopback is in progress
Framing is ESF, Line Code is B8ZS, Current clock source is line,
Fraction has 24 timeslots (64 Kbits/sec each), Net bandwidth is 1536 Kbits/sec.
Last user loopback performed:
remote loopback
Failed to loopup remote
Last module self-test (done at startup): Passed
Last clearing of alarm counters 0:05:50
loss of signal : 1, last occurred 0:01:50
loss of frame : 0,
AIS alarm : 1, current duration 0:00:49
Remote alarm : 0,
Module access errors : 0,
Total Data (last 0 15 minute intervals):
1466 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
Data in current interval (351 seconds elapsed):
1466 Line Code Violations, 0 Path Code Violations
25 Slip Secs, 49 Fr Loss Secs, 40 Line Err Secs, 1 Degraded Mins
0 Errored Secs, 0 Bursty Err Secs, 0 Severely Err Secs, 49 Unavail Secs
Loopback Line Enablement ExamplesThe following example shows how to configure a payload loopback: loopback line payload Loopback in progress no loopback line The following example shows the output when you loop a packet in switched mode without an active connection: service-module 56k network-type switched loopback line payload Need active connection for this type of loopback % Service module configuration command failed: WRONG FORMAT. Loopback DTE ExamplesThe following example loops a packet from a module to the serial interface: loopback dte Loopback in progress ping 10.0.0.1 Type escape sequence to abort. Sending 5, 100-byte ICMP Echoes to 10.0.0.1, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 8/12/28 ms Clock Source ExampleThe following example shows a router using internal clocking while transmitting frames at 38.4 kbps: service-module 56k clock source internal service-module 56k clock rate 38.4 TI CSU WIC Configuration ExampleThe following example shows how to set the fdl parameter to att while in interface configuration mode: interface Serial0/0 no ip address no ip route-cache no ip mroute-cache no keepalive shutdown no fair-queue service-module t1 clock source internal service-module t1 fdl att no cdp enable 2- and 4-Wire 56 64-kbps Service Module ExamplesThis section provides the following examples for 2- and 4-wire, 56/64-kbps service modules:
Network Line Speed ExamplesThe following example displays the configuration of two routers connected in back-to-back DDS mode. However, the configuration fails because the auto rate is used, which is not valid in back-to-back mode. Router1# service-module 56k clock source internal Router1# service-module 56k clock rate 38.4 Router2# service-module 56k clock rate auto % WARNING - auto rate will not work in back-to-back DDS. a1# ping 10.1.1.2 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.1.1.2, timeout is 2 seconds: ..... Success rate is 0 percent (0/5) Router2# service-module 56k clock rate 38.4 Router1# ping 10.1.1.2 Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to 10.1.1.2, timeout is 2 seconds: !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 52/54/56 ms When transferring from DDS mode to switched mode, you must set the correct clock rate, as shown in the following example: service-module 56k network-type dds service-module 56k clock rate 38.4 service-module 56k network-type switched % Have to use 56k or auto clock rate for switched mode % Service module configuration command failed: WRONG FORMAT. service-module 56k clock rate auto % WARNING - auto rate will not work in back-to-back DDS. service-module 56k network-type switched Scrambled Data Coding ExampleThe following example scrambles bit codes in 64-kbps DDS mode: service-module 56k clock rate 56 service-module 56k data-coding scrambled Can configure scrambler only in 64k speed DDS mode % Service module configuration command failed: WRONG FORMAT. service-module 56k clock rate 64 service-module 56k data-coding scrambled Switched Dial-Up Mode ExampleThe following example displays transmission in switched dial-up mode: service-module 56k clock rate 19.2 service-module 56k network-type switched % Have to use 56k or auto clock rate for switched mode % Service module configuration command failed: WRONG FORMAT. service-module 56k clock rate auto service-module 56k network-type switched dialer in-band dialer string 2576666 dialer-group 1 Performance Report ExampleThe following is sample output from the show service-module serialcommand:
Router# show service-module serial 1
Module type is 4-wire Switched 56
Hardware revision is B, Software revision is X.07,
Image checksum is 0x45354643, Protocol revision is 1.0
Connection state: active,
Receiver has loss of signal, loss of sealing current,
Unit is currently in test mode:
line loopback is in progress
Current line rate is 56 Kbits/sec
Last user loopback performed:
dte loopback
duration 00:00:58
Last module self-test (done at startup): Passed
Last clearing of alarm counters 0:13:54
oos/oof : 3, last occurred 0:00:24
loss of signal : 3, current duration 0:00:24
loss of sealing curren: 2, current duration 0:04:39
loss of frame : 0,
rate adaption attempts: 0,
E1-G.703 G.704 Serial Port Adapter ExampleThe following example shows a configuration for serial interface 9/1/3 on a E1-G.703/G.704 serial port adapter in a Cisco 7500 series router. In this example, the interface is configured for framed (G.704) operation, and time slot 16 is used for data. interface serial 9/1/3 ip address 10.1.1.10 255.255.255.0 no keepalive no fair-queue timeslot 1-31 crc4 ts16 Low-Speed Serial Interface ExamplesThe section includes the following configuration examples for low-speed serial interfaces:
Synchronous or Asynchronous Mode ExamplesThe following example shows how to change a low-speed serial interface from synchronous to asynchronous mode: interface serial 2 physical-layer async The following examples show how to change a low-speed serial interface from asynchronous mode back to its default synchronous mode: interface serial 2 physical-layer sync or interface serial 2 no physical-layer The following example shows some typical asynchronous interface configuration commands: interface serial 2 physical-layer async ip address 10.0.0.2 255.0.0.0 async default ip address 10.0.0.1 async mode dedicated async default routing The following example shows some typical synchronous serial interface configuration commands available when the interface is in synchronous mode: interface serial 2 physical-layer sync ip address 10.0.0.2 255.0.0.0 no keepalive ignore-dcd nrzi-encoding no shutdown Controlled-Carrier and Constant-Carrier Mode ExamplesThe following example shows how to change to controlled-carrier mode from the default of constant-carrier operation: interface serial 2 half-duplex controlled-carrier The following example shows how to change to constant-carrier mode from controlled-carrier mode: interface serial 2 no half-duplex controlled-carrier Half-Duplex Timers ExampleThe following example shows how to set the cts-delay timer to 1234 ms and the transmit-delay timer to 50 ms: interface serial 2 half-duplex timer cts-delay 1234 half-duplex timer transmit-delay 50 Cisco 4000 Series Router with 2T16S Serial Network Processor ExamplesThe 2T16S network processor module provides high-density serial interfaces for the Cisco 4000 series routers. This module has two high-speed interfaces that support full-duplex T1 and E1 rates (up to 2 MB per second) and 16 low-speed interfaces. The 16 lower-speed ports can be individually configured as either as synchronous ports at speeds up to 128 kbps or as asynchronous ports at speeds up to 115 kbps. For the low-speed interfaces, both synchronous and asynchronous serial protocols are supported. For the high-speed interfaces, only the synchronous protocols are supported. Synchronous protocols include IBM's Bisync, SDLC, and HDLC. Asynchronous protocols include PPP, SLIP, and ARAP for dial-up connections using external modems. The following example shows a Cisco 4500 router equipped with two 2T16S serial network processor modules and two conventional Ethernet ports. The router is configured for WAN aggregation using X.25, Frame Relay, PPP, and HDLC encapsulation. Serial interfaces 0, 1, 18, and 19 are the synchronous high-speed interfaces. Serial interfaces 2 through 17 and 20 through 35 are the synchronous/asynchronous low-speed interfaces. version 11.2 ! hostname c4X00 ! username brad password 7 13171F1D0A080139 username jim password 7 104D000A0618 ! Ethernet interfaces and their subinterfaces are configured for LAN access. interface Ethernet0 ip address 10.1.1.1 255.255.255.0 media-type 10BaseT ! interface Ethernet1 ip address 10.1.2.1 255.255.255.0 media-type 10BaseT ! Serial interfaces 0 and 1 are the high-speed serial interfaces on the first 2T16S module. In this example, subinterfaces are also configured for remote offices connected in to serial interface 0: interface Serial0 description Frame Relay configuration sample no ip address encapsulation frame-relay ! interface Serial0.1 point-to-point description PVC to first office ip address 10.1.3.1 255.255.255.0 frame-relay interface-dlci 16 ! interface Serial0.2 point-to-point description PVC to second office ip address 10.1.4.1 255.255.255.0 frame-relay interface-dlci 17 ! interface Serial1 description X25 configuration sample ip address 10.1.5.1 255.255.255.0 no ip mroute-cache encapsulation x25 x25 address 6120184321 x25 htc 25 x25 map ip 10.1.5.2 6121230073 Serial interfaces 2 to 17 are the low-speed interfaces on the 2T16S network processor module. In this example, remote routers are connected to various configurations. interface Serial2 description DDR connection router dial out to remote sites only ip address 10.1.6.1 255.255.255.0 dialer in-band dialer wait-for-carrier-time 60 dialer string 0118527351234 pulse-time 1 dialer-group 1 ! interface Serial3 description DDR interface to answer calls from remote office ip address 10.1.7.1 255.255.255.0 dialer in-band ! interface Serial4 description configuration for PPP interface ip address 10.1.8.1 255.255.255.0 encapsulation ppp ! interface Serial5 description Frame Relay configuration sample no ip address encapsulation frame-relay ! interface Serial5.1 point-to-point description PVC to first office ip address 10.1.9.1 255.255.255.0 frame-relay interface-dlci 16 ! interface Serial5.2 point-to-point description PVC to second office ip address 10.1.10.1 255.255.255.0 frame-relay interface-dlci 17 ! interface Serial6 description Configuration for PPP interface ip address 10.1.11.1 255.255.255.0 encapsulation ppp ! interface Serial7 no ip address shutdown ! interface Serial8 ip address 10.1.12.1 255.255.255.0 encapsulation ppp async default routing async mode dedicated ! interface Serial9 physical-layer async ip address 10.1.13.1 255.255.255.0 encapsulation ppp async default routing async mode dedicated ! interface Serial10 physical-layer async no ip address ! interface Serial11 no ip address shutdown ! interface Serial12 physical-layer async no ip address shutdown ! interface Serial13 no ip address shutdown ! interface Serial14 no ip address shutdown ! interface Serial15 no ip address shutdown ! interface Serial16 no ip address shutdown ! interface Serial17 no ip address shutdown Serial interface serial 18 is the first high-speed serial interface of the second 2T16S module. Remote sites on different subnets are dialing in to this interface with point-to-point and multipoint connections. interface Serial18 description Frame Relay sample no ip address encapsulation frame-relay ! interface Serial18.1 point-to-point description Frame Relay subinterface ip address 10.1.14.1 255.255.255.0 frame-relay interface-dlci 16 ! interface Serial18.2 point-to-point description Frame Relay subinterface ip address 10.1.15.1 255.255.255.0 frame-relay interface-dlci 17 ! interface Serial18.3 point-to-point description Frame Relay subinterface ip address 10.1.16.1 255.255.255.0 frame-relay interface-dlci 18 ! interface Serial18.5 multipoint ip address 10.1.17.1 255.255.255.0 frame-relay map ip 10.1.17.2 100 IETF This second high-speed serial interface is configured to connect a X.25 link. Serial interfaces 20 through 35 are the low-speed interfaces. However, some of the interfaces are not displayed in this example. interface Serial19 description X25 sample configuration ip address 10.1.18.1 255.255.255.0 no ip mroute-cache encapsulation x25 x25 address 6120000044 x25 htc 25 x25 map ip 10.1.18.2 6120170073 ! interface Serial20 ip address 10.1.19.1 255.255.255.0 ! interface Serial21 physical-layer async ip unnumbered e0 encap ppp async mode dedicated async dynamic routing ipx network 45 ipx watchdog-spoof dialer in-band dialer-group 1 ppp authentication chap ! interface Serial22 no ip address shutdown ! interface Serial23 no ip address shutdown ! interface Serial24 no ip address shutdown ! ! Serial interfaces 23 through 35 would appear here. . . . router eigrp 10 network 10.0.0.0 ! dialer-list 1 protocol ip permit ! line con 0 exec-timeout 15 0 password david login The following basic line example configures some of the low-speed serial interfaces for the module: line 8 10 modem InOut transport input all rxspeed 64000 txspeed 64000 flowcontrol hardware line 12 transport input all rxspeed 64000 txspeed 64000 flowcontrol hardware modem chat-script generic line 21 transport input all rxspeed 64000 txspeed 64000 flowcontrol hardware ! end Additional ReferencesRelated Documents
MIBsTechnical Assistance
Feature Information for Configuring Serial InterfacesThe following table provides release information about the feature or features described in this module. This table lists only the software release that introduced support for a given feature in a given software release train. Unless noted otherwise, subsequent releases of that software release train also support that feature. Use Cisco Feature Navigator to find information about platform support and Cisco software image support. To access Cisco Feature Navigator, go to www.cisco.com/go/cfn. An account on Cisco.com is not required. Cisco and the Cisco logo are trademarks or registered trademarks of Cisco and/or its affiliates in the U.S. and other countries. To view a list of Cisco trademarks, go to this URL: www.cisco.com/go/trademarks. Third-party trademarks mentioned are the property of their respective owners. The use of the word partner does not imply a partnership relationship between Cisco and any other company. (1110R) Any Internet Protocol (IP) addresses and phone numbers used in this document are not intended to be actual addresses and phone numbers. Any examples, command display output, network topology diagrams, and other figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses or phone numbers in illustrative content is unintentional and coincidental. © 2012 Cisco Systems, Inc. All rights reserved.
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|