Wan x25 Dual SLM

Download as pdf or txt
Download as pdf or txt
You are on page 1of 8

X.

25 Dual Serial Line Management


Feature History

Release 12.2(13)T

Modification This feature was introduced.

This document describes the X.25 Dual Serial Line Management feature in Cisco IOS Release 12.2(13)T. It includes the following sections:

Feature Overview, page 1 Supported Standards and MIBs and RFCs, page 4 Configuration Tasks, page 4 X.25 Dual Serial Line Management Configuration Example, page 6 Glossary, page 7

Feature Overview
Telco service providers use data communications networks (DCNs) to provide communications between network management applications (also called operations support systems or OSSs) and network elements. The telco DCNs use the X.25 protocol (or a variation of X.25) to send network management information across the DCN. Figure 1 shows a typical DCN that uses the BX.25 protocol developed by Bell Communications Research (now Telcordia Technologies). The Lucent 5ESS switch in this network uses the BX.25 protocol for monitoring, provisioning and collecting billing data.

Americas Headquarters: Cisco Systems, Inc., 170 West Tasman Drive, San Jose, CA 95134-1706 USA

X.25 Dual Serial Line Management Feature Overview

Figure 1

Network Management Application Monitors Lucent 5ESS Switch over Datakit Network

Network management application

Datakit node

SCC1

Sam 64

Sam 16

SCC1 Lucent 5ESS

The Datakit node provides the communications front end to a network management application and provides two links, SCC0 and SCC1, for link redundancy. One link is active and passes data across the network; the other remains in standby mode. The Datakit node acts as a transport, so that to the network management application and the Lucent 5ESS switch, the node looks like it has two individual circuits. The network management application host is supplying leads on both interfaces but ignoring Set Asynchronous Balanced Mode (SABM) messages on the standby interface. If communication is lost on the active interface, the network management application host responds to the SABM messages on the standby interface and it becomes the active interface. In the past, incumbent local exchange carriers (ILECs) have built either Lucent Datakit or X.25 networks to carry the network management data. Large ILEC customers are currently replacing the Lucent Datakit portion of the networks with Cisco IP core routers in their DCN. Figure 2 shows a typical migration path using X.25 over TCP/IP (XOT) and the Cisco Serial Tunneling (STUN) features.
Figure 2 Network Management Application Monitors Lucent 5ESS Switch Using XOT and STUN

Network management application

Datakit node

SCC1

SCC1 Lucent 5ESS switch

Although the solution shown in Figure 2 eliminates some of the Lucent Datakit network elements in ILEC networks, the network still requires a Lucent Datakit node as a front end to the network management application from the Lucent 5ESS switch. Additionally, competitive local exchange carriers (CLECs) do not have DCNs or have very limited ones. Furthermore, the CLECs are not interested in purchasing the legacy Lucent Datakit solution shown in Figure 1, nor do they want to install a network management application with a Lucent Datakit front end as shown in Figure 2. Both the CLECs and the ILECs want the DCN based on IP intranet technologies shown in Figure 3.

62566

Fiber Link

BX.25 SCC0

EIA/TIA-232 cables

BX.25 SCC0

62565

Fiber link

BX.25 SCC0

Proprietary trunk

EIA/TIA-232 cables

BX.25 SCC0

X.25 Dual Serial Line Management Feature Overview

Figure 3

Network Management Application Monitors Lucent 5ESS Switch over IP Network

TCP/IP IP cloud Network management application

X.25 protocol translation

SCC0 X.25 SCC1 Lucent 5ESS 7 X.25 PVCs

7 TCP sessions

As Figure 3 shows, Cisco offers solutions that allow telco service providers to reduce operating costs, translate and migrate existing X.25-based DCNs to IP-based DCNs, and bridge traditional telephony operations to newer ones. The X.25 Dual Serial Line Management feature is a part of the Cisco IOS Telco Feature Set, a bundle of applications specific to the DCN environment. Specifically, this feature supports X.25-to-TCP protocol translation, and provides dual serial interfaces to preserve the redundancy and monitoring capability available from the SCC0 and SCC1 links on the Lucent 5ESS switch in the DCN network.

Benefits
The X.25 Dual Serial Line Management feature provides the following benefits:

Preserves the redundancy and monitoring capability available from the SCC0 and SCC1 links on the Lucent 5ESS switch in the DCN network. Allows telco service providers to reduce operating costs by migrating existing X.25-based DCNs to IP-based DCNs.

Additionally, the Cisco IOS translate tcp command has been updated with the dynamic keyword for PVC options. The dynamic keyword provides a backup facility for PVC applications. Dynamic PVCs can be made part of an active backup configuration by using the dual serial line management feature.

Restrictions
The X.25 Dual Serial Line Management feature is used in DCN networks utilizing the Lucent 5ESS switch and running the X.25 protocol.

Related Documents
The chapter Configuring X.25 and LAPB in the Cisco IOS Wide-Area Networking Configuration Guide describes how to configure X.25. The Cisco protocol translation feature is described in the Configuring Protocol Translation and Virtual Asynchronous Devices chapter of the Cisco IOS Terminal Services Configuration Guide. The translate command used for protocol translation is described in the Cisco IOS Terminal Services Command Reference. The section Switch Monitoring Networks: Cisco X.25 BAI OSS Connectivity Solution in the Cisco Network Solutions for the Telco DCN: Telephone Switch Environments white paper provides tasks and examples for configuring a backup interface using dual serial lines in a telco DCN.

X.25 Dual Serial Line Management Feature Overview

The X.25 Record Boundary Preservation for Data Communications Networks chapter of the Wide-Area Networking Configuration Guide provides related information about X.25 record boundary preservation.

Supported Standards and MIBs and RFCs


Standards

None
MIBs

None To locate and download MIBs for selected platforms, Cisco IOS releases, and feature sets, use Cisco MIB Locator found at the following URL: http://www.cisco.com/go/mibs
RFCs

None

Configuration Tasks

Configuring X.25 Dual Serial Line Management (required) Verifying X.25 Dual Serial Line Management (optional) Troubleshooting Tips (optional) Monitoring and Maintaining X.25 Dual Serial Line Management (optional)

Configuring X.25 Dual Serial Line Management


To configure the X.25 Dual Serial Line Management feature, you must configure dual serial lines running the X.25 protocol, and activate a backup function on one of the interfaces. To enter these configurations, use the following commands beginning in global configuration mode: Command
Step 1 Step 2 Step 3 Step 4
Router(config)# interface serial x/y

Purpose Begins interface configuration on a serial interface (serial1/6, for example, which could be the primary interface). Assigns a serial interface (serial 1/7, for example) as backup or standby, for the primary serial interface. Specifies operation of a serial interface as an X.25 DCE device. (Optional) Sets the X.121 address on the interface.

Router(config-if)# backup active interface serial x/y Router(config-if)# encapsulation x25 dce Router(config-if)# x25 address address

Refer to the documents listed in the Related Documents section for additional configuration information. The section X.25 Dual Serial Line Management Configuration Example also lists commands that you might enter to configure X.25 and X.25-to-TCP protocol translation.

X.25 Dual Serial Line Management Feature Overview

Verifying X.25 Dual Serial Line Management


The verification process described in this section is based on the following configuration:
! interface Serial0/0 description connects to X.25 switch ip address 10.10.0.15 255.255.255.0 encapsulation x25 dce backup active interface Serial0/1 x25 ltc 10 clockrate 64000

To verify correct operation of the X.25 Dual Serial Line Management feature, perform the following steps in EXEC mode:
Step 1

Use the show backup command to display which interface is the active backup:
Router# show backup Primary Interface ----------------Serial0/0 Secondary Interface ------------------Serial0/1 Status -----active backup

Step 2

Use the show interfaces command to monitor the serial interfaces. In the following display, serial interface 0/1 is up (active), and its backup interface is serial interface 0/0:
Router# show interfaces s0/1 Serial0/1 is up, line protocol is up Hardware is PowerQUICC Serial Description: connects to X.25 switch Internet address is 10.10.0.30/24 Backup interface Serial0/0, failure delay 0 sec, secondary disable delay 0 sec, kickin load not set, kickout load not set MTU 1500 bytes, BW 1544 Kbit, DLY 20000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation X25, loopback not set X.25 DCE, address 3034, state R1, modulo 8, timer 0 Defaults: idle VC timeout 0 cisco encapsulation input/output window sizes 2/2, packet sizes 128/128 Timers: T10 60, T11 180, T12 60, T13 60 Channels: Incoming-only none, Two-way 10-1024, Outgoing-only none RESTARTs 2/0 CALLs 4+0/2+0/0+0 DIAGs 0/0 LAPB DCE, state CONNECT, modulo 8, k 7, N1 12056, N2 20 T1 3000, T2 0, interface outage (partial T3) 0, T4 0 VS 1, VR 1, tx NR 1, Remote VR 1, Retransmissions 0 Queues: U/S frames 0, I frames 0, unack. 0, reTx 0 IFRAMEs 130/130 RNRs 0/0 REJs 0/0 SABM/Es 2/1 FRMRs 0/0 DISCs 0/0 Last input never, output 1w3d, output hang never Last clearing of "show interface" counters 2w2d Queueing strategy: fifo Output queue 0/40, 0 drops; input queue 0/75, 0 drops 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 242 packets input, 4224 bytes, 0 no buffer Received 0 broadcasts, 0 runts, 0 giants, 0 throttles 2 input errors, 0 CRC, 2 frame, 0 overrun, 0 ignored, 0 abort 183 packets output, 1337 bytes, 0 underruns 0 output errors, 0 collisions, 131 interface resets

X.25 Dual Serial Line Management Feature Overview

0 output buffer failures, 0 output buffers swapped out 5 carrier transitions DCD=up DSR=up DTR=up RTS=up CTS=up

Troubleshooting Tips
To troubleshoot operation of the X.25 Dual Serial Line Management feature, use the debug backup privileged EXEC command.

Monitoring and Maintaining X.25 Dual Serial Line Management


To monitor and maintain the X.25 Dual Serial Line Management feature, use the commands and steps listed in the Verifying X.25 Dual Serial Line Management section.

X.25 Dual Serial Line Management Configuration Example


In the following example, dual serial lines (serial 1/6 and 1/7) are configured for the X.25 protocol. Serial interface 1/6 is configured as the primary interface, and serial interface 1/7 is configured as the backup interface. X.25-to-TCP protocol translation is also configured.
interface Serial1/6 description SCC0 backup active interface serial 1/7 encapsulation x25 dce x25 address 66666666 x25 ltc 8 x25 ips 256 x25 ops 256 clockrate 9600 ! interface Serial1/7 description SCC1 encapsulation x25 dce x25 address 66666666 x25 ltc 8 x25 ips 256 x25 ops 256 clockrate 9600 ! x25 route ^66666666 interface Serial1/6 x25 route ^66666666 interface Serial1/7 ! translate tcp 172.20.21.188 port 1025 x25 translate tcp 172.20.21.188 port 1026 x25 translate tcp 172.20.21.188 port 1027 x25 translate tcp 172.20.21.188 port 1028 x25 translate tcp 172.20.21.188 port 1029 x25 translate tcp 172.20.21.188 port 1030 x25 translate tcp 172.20.21.188 port 1031 x25

66666666 66666666 66666666 66666666 66666666 66666666 66666666

pvc pvc pvc pvc pvc pvc pvc

1 2 3 4 5 6 7

dynamic dynamic dynamic dynamic dynamic dynamic dynamic

max-users max-users max-users max-users max-users max-users max-users

1 1 1 1 1 1 1

X.25 Dual Serial Line Management Feature Overview

Glossary
data communications networkSee DCN. DCNdata communications network. An out-of-band network that provides connectivity between network elements and their respective operations support system (OSS). Its primary function is enabling the surveillance and the status of a telco network, yet it also facilitates network operations and management functions such as provisioning, billing, planning, and service assurance. CLECcompetitive local exchange carrier. Company that builds and operates communication networks in metropolitan areas and provides its customers with an alternative to the local telephone company. competitive local exchange carrierSee CLEC. ILEC incumbent local exchange carrier. The local telephone company that controls the cable that makes up the telephone network. incumbent local exchange carrierSee ILEC. Lucent 5ESS switchA Class 5 local telephony switch that connects a local subscriber to a telephone network. network elementA single piece of telecommunications equipment used to perform a function or service integral to the underlying network. network management applicationA application for managing elements in a service providers network. For a Class 5 local telephony switch, the applications are used monitor the switch, provision the switch, collect call detail records, and collect traffic data. Examples of these applications include an OSS such as Lucents Network Fault Management (NFM) application and Telcordia Technologies Network Monitoring and Assurance (NMA) System. operations support systemSee OSS. OSSoperations support system. DCN network management and operations applications. SABMSet Asynchronous Balanced Mode. Link Access Procedure, Balanced (LAPB) data link layer message that sets the operational mode of a link. Set Asynchronous Balanced ModeSee SABM. telcoAbbreviated form of the two words telephone company. X.25 protocolITU-T standard that defines how connections between data terminal equipment and data communications equipment are maintained for remote terminal access and computer communications in a network.
Any Internet Protocol (IP) addresses used in this document are not intended to be actual addresses. Any examples, command display output, and figures included in the document are shown for illustrative purposes only. Any use of actual IP addresses in illustrative content is unintentional and coincidental. 2007 Cisco Systems, Inc. All rights reserved.

X.25 Dual Serial Line Management Feature Overview

You might also like