Overview of Dial Interfaces, Controllers, and Lines
|
|
|
- Louise Day
- 10 years ago
- Views:
Transcription
1 Overview of Dial Interfaces, Controllers, and Lines This chapter describes the different types of software constructs, interfaces, controllers, channels, and lines that are used for dial-up remote access. It includes the following main sections: Cisco IOS Dial Components Logical Constructs Logical Interfaces Circuit-Switched Digital Calls T1 and E1 Controllers Non-ISDN Channelized T1 and Channelized E1 Lines ISDN Service Line Types Encapsulation Types For a complete description of the commands in this chapter, refer to the Cisco IOS Dial Technologies Command Reference. To locate documentation of other commands that appear in this chapter, use the command reference master index or search online. Cisco IOS Dial Components Different components inside Cisco IOS software work together to enable remote clients to dial in and send packets. Figure 2 shows one Cisco AS5300 access server that is receiving calls from a remote office, branch office (ROBO); small office, home office (SOHO); and modem client. Depending on your network scenario, you may encounter all of the components in Figure 2. For example, you might decide to create a virtual IP subnet by using a loopback interface. This step saves address space. Virtual subnets can exist inside devices that you advertise to your backbone. In turn, IP packets get relayed to remote PCs, which route back to the central site. DC-3
2 Cisco IOS Dial Components Overview of Dial Interfaces, Controllers, and Lines Figure 2 Cisco IOS Dial Universe Interface virtual template Headquarters intranet/internet Interface group-async Cloning Virtual access interface Fast Ethernet interface Loopback interface Interface dialer controlling the D channels Cloning Asynchronous interfaces Lines Modems Routing and switching engine Cloning Interface serial channels S0:0, S0:1 (B channels) AAA TDM bus Cisco IOS software inside a Cisco AS5300 Controllers E1/T1 PRI ports PRI lines = ISDN B channel = Modem/POTS PSTN/ISDN POTS BRI line BRI line POTS line Cisco 1604 (ROBO) Cisco 766 (SOHO) Modem Remote PC DC-4
3 Overview of Dial Interfaces, Controllers, and Lines Logical Constructs Logical Constructs A logical construct stores core protocol characteristics to assign to physical interfaces. No data packets are forwarded to a logical construct. Cisco uses three types of logical constructs in its access servers and routers. These constructs are described in the following sections: Asynchronous Interfaces Group Asynchronous Interfaces Virtual Template Interfaces Asynchronous Interfaces An asynchronous interface assigns network protocol characteristics to remote asynchronous clients that are dialing in through physical terminal lines and modems. (See Figure 3.) Use the interface async command to create and configure an asynchronous interface. Figure 3 Logical Construct for an Asynchronous Interface Asynchronous interface Contains core protocol characteristics for incoming asynchronous clients Line 1 Modem 1 PSTN/ISDN Modem Remote PC negotiating parameters with the asynchronous interface To enable clients to dial in, you must configure two asynchronous components: asynchronous lines and asynchronous interfaces. Asynchronous interfaces correspond to physical terminal lines. For example, asynchronous interface 1 corresponds to tty line 1. Commands entered in asynchronous interface mode configure protocol-specific parameters for asynchronous interfaces, whereas commands entered in line configuration configure the physical aspects for the same port. DC-5
4 Logical Constructs Overview of Dial Interfaces, Controllers, and Lines Specifically, you configure asynchronous interfaces to support PPP connections. An asynchronous interface on an access server or router can be configured to support the following functions: Network protocol support such as IP, Internet Protocol Exchange (IPX), or AppleTalk Encapsulation support (such as PPP) IP client addressing options (default or dynamic) IPX network addressing options PPP authentication ISDN BRI and PRI configuration For additional information about configuring asynchronous interfaces, see the chapter Configuring Asynchronous Lines and Interfaces. Group Asynchronous Interfaces A group asynchronous interface is a parent interface that stores core protocol characteristics and projects them to a specified range of asynchronous interfaces. Asynchronous interfaces clone protocol information from group asynchronous interfaces. No data packets arrive in a group asynchronous interface. By setting up a group asynchronous interface, you also eliminate the need to repeatedly configure identical configuration information across several asynchronous interfaces. See the Overview of Modem Interfaces chapter for more information about group asynchronous interfaces. Virtual Template Interfaces A virtual template interface stores protocol configuration information for virtual access interfaces and protocol translation sessions. (See Figure 4.) Figure 4 Logical Construct for a Virtual Template Interface Virtual template interface Stores and projects core protocol configuration information Multilink session event Temporary virtual access interface Protocol translation event VPDN session event S6490 DC-6
5 Overview of Dial Interfaces, Controllers, and Lines Logical Interfaces Templates for Virtual Access Interfaces Virtual templates project configuration information to temporary virtual access interfaces triggered by multilink or virtual private dial-up network (VPDN) session events. When a virtual access interface is triggered, the configuration attributes in the virtual template are cloned and the negotiated parameters are applied to the connection. The following example shows a virtual template interface on a Cisco 7206 router, which is used as a home gateway in a VPDN scenario: Router# configure terminal Router(config)# interface virtual-template 1 Router(config-if)# ip unnumbered ethernet 2/1 Router(config-if)# peer default ip address pool cisco-pool Router(config-if)# ppp authentication chap pap Router(config-if)# exit Router(config)# vpdn enable Router(config)# vpdn incoming isp cisco.com virtual-template 1 Templates for Protocol Translation Virtual templates are used to simplify the process of configuring protocol translation to tunnel PPP or Serial Line Internet Protocol (SLIP) across X.25, TCP, and LAT networks. You can create a virtual interface template using the interface virtual-template command, and you can use it for one-step and two-step protocol translation. When a user dials in through a vty line and a tunnel connection is established, the router clones the attributes of the virtual interface template onto a virtual access interface. This virtual access interface is a temporary interface that supports the protocol configuration specified in the virtual interface template. This virtual access interface is created dynamically and lasts only as long as the tunnel session is active. The virtual template in the following example explicitly specifies PPP encapsulation. The translation is from X.25 to PPP, which enables tunneling of PPP across an X.25 network. Router# configure terminal Router(config)# interface virtual-template 1 Router(config-if)# ip unnumbered ethernet 0 Router(config-if)# peer default ip address Router(config-if)# encapsulation ppp Router(config-if)# exit Router(config)# translate x virtual-template 1 For more information, refer to the chapter Configuring Protocol Translation and Virtual Asynchronous Devices in the Cisco IOS Terminal Services Configuration Guide. Logical Interfaces A logical interface receives and sends data packets and controls physical interfaces. Cisco IOS software provides three logical interfaces used for dial access. These interfaces are described in the following sections: Dialer Interfaces Virtual Access Interfaces Virtual Asynchronous Interfaces DC-7
6 Logical Interfaces Overview of Dial Interfaces, Controllers, and Lines Dialer Interfaces A dialer interface is a parent interface that stores and projects protocol configuration information that is common to all data (D) channels that are members of a dialer rotary group. Data packets pass through dialer interfaces, which in turn initiate dialing for inbound calls. In most cases, D channels get their core protocol intelligence from dialer interfaces. Figure 5 shows packets coming into a dialer interface, which contains the configuration parameters common to four D channels (shown as S0:0, S0:1, S0:2, and S0:3). All the D channels are members of the same rotary group. Without the dialer interface configuration, each D channel must be manually configured with identical properties. Dialer interfaces condense and streamline the configuration process. Figure 5 Dialer Interface and Its Neighboring Components Incoming data packets Incoming data packets Dialer interface (parent) S0:0 S0:1 S0:2 S0:3 PRI 1 B channels PRI 2 B channels PRI 3 B channels PRI 4 B channels S6489 A dialer interface is user configurable and linked to individual B channels, where it delivers data packets to their physical destinations. Dialer interfaces seize physical interfaces to cause packet delivery. If a dialer interface engages in a multilink session, a dialer interface is in control of a virtual access interface, which in turn controls S0:3 or chassis 2 S0:3, for example. A dialer interface is created with the interface dialer global configuration command. The following example shows a fully configured dialer interface: Router# configure terminal Router(config)# interface dialer 0 Router(config-if)# ip unnumbered loopback 0 Router(config-if)# no ip mroute-cache Router(config-if)# encapsulation ppp Router(config-if)# peer default ip address pool dialin_pool Router(config-if)# dialer in-band Router(config-if)# dialer-group 1 Router(config-if)# no fair-queue Router(config-if)# no cdp enable Router(config-if)# ppp authentication chap pap callin Router(config-if)# ppp multilink All the D channels are members of rotary group 1. DC-8
7 Overview of Dial Interfaces, Controllers, and Lines Logical Interfaces Virtual Access Interfaces A virtual access interface is a temporary interface that is spawned to terminate incoming PPP streams that have no physical connections. PPP streams, Layer 2 Forwarding Protocol (L2F), and Layer 2 Tunnel Protocol (L2TP) frames that come in on multiple B channels are reassembled on virtual access interfaces. These access interfaces are constructs used to terminate packets. Virtual access interfaces obtain their set of instructions from virtual interface templates. The attributes configured in virtual templates are projected or cloned to a virtual access interfaces. Virtual access interfaces are not directly user configurable. These interfaces are created dynamically and last only as long as the tunnels or multilink sessions are active. After the sessions end, the virtual access interfaces disappear. Figure 6 shows how a virtual access interface functions to accommodate a multilink session event. Two physical interfaces on two different access servers are participating in one multilink call from a remote PC. However, each Cisco AS5300 access server has only one B channel available to receive a call. All other channels are busy. Therefore all four packets are equally dispersed across two separate B channels and two access servers. Each Cisco AS5300 access server receives only half the total packets. A virtual access interface is dynamically spawned upstream on a Cisco 7206 backhaul router to receive the multilink protocol, track the multilink frames, and reassemble the packets. The Cisco 7206 router is configured to be the bundle master, which performs all packet assembly and reassembly for both Cisco AS5300 access servers. Figure 6 Virtual Access Interfaces Used for Multichassis Multilink Session Events PC sending data over a PPP packet stream Cisco 1600 remote office router BRI Cisco AS5300. One available B channel. Receiving packets 1 and 2 PSTN/ISDN Cisco AS5300. One available B channel. Receiving packets 3 and Fast Ethernet HSSI/ATM Cisco 7206 backhaul router. Spawns all virtual access interfaces. The dedicated bundlemaster. ISDN network S6492 DC-9
8 Circuit-Switched Digital Calls Overview of Dial Interfaces, Controllers, and Lines Virtual Asynchronous Interfaces A virtual asynchronous interface is created on demand to support calls that enter the router through a nonphysical interface. For example, asynchronous character stream calls terminate or land on nonphysical interfaces. These types of calls include inbound Telnet, LAT, PPP over character-oriented protocols (such as V.120 or X.25), and LAPB-TA and PAD calls. A virtual asynchronous interface is also used to terminate L2F/L2TP tunnels, which are often traveling companions with Multilink protocol sessions. Virtual asynchronous interfaces are not user configurable; rather, they are dynamically created and torn down on demand. A virtual asynchronous line is used to access a virtual asynchronous interface. Figure 7 shows a variety of calls that are terminating on a virtual asynchronous interface. After the calls end, the interface is torn down. Figure 7 Asynchronous Character Stream Calls Terminating on a Virtual Asynchronous Interface PPP stream coming in over a V.120 line Telnet call X.25 PAD call Virtual asynchronous interface L2F/L2TP tunnel needing to be terminated LAT call S6488 Circuit-Switched Digital Calls Circuit-switched digital calls are usually ISDN 56-kbps or 64-kbps data calls that use PPP. These calls are initiated by an ISDN router, access server, or terminal adapter that is connected to a client workstation. Individual synchronous serial digital signal level 0 (DS0) bearer (B) channels are used to transport circuit-switched digital calls across WANs. These calls do not transmit across old world lines. Figure 8 shows a Cisco 1600 series remote office router dialing in to a Cisco 3640 router positioned at a headquarters gateway. DC-10
9 Overview of Dial Interfaces, Controllers, and Lines T1 and E1 Controllers Figure 8 Remote Office LAN Dialing In to Headquarters PC sending to headquarters PPP Hub NT server Cisco 1600 remote office router BRI PRI Fast PSTN/ISDN Ethernet Cisco 3640 headquarters gateway router PC T1 and E1 Controllers Cisco controllers negotiate the following parameters between an access server and a central office: line coding, framing, clocking, DS0/time-slot provisioning, and signaling. Time slots are provisioned to meet the needs of particular network scenarios. T1 controllers have 24 time slots, and E1 controllers have 30 time slots. To support traffic flow for one ISDN PRI line in a T1 configuration, use the pri-group command. To support traffic flow for analog calls over a channelized E1 line with receive and transmit (E&M also ear and mouth) signaling, use the cas-group 1 timeslots 1-30 type e&m-fgb command. Most telephone companies do not support provisioning one trunk for different combinations of time-slot services, though this provisioning is supported on Cisco controllers. On a T1 controller, for example, time slots 1 to 10 could run PRI, time slots 11 to 20 could run channel-associated signaling (CAS), and time slots 21 to 24 could support leased-line grouping. The following example configures one of four T1 controllers on a Cisco AS5300 access server: Router# configure terminal Router(config)# controller t1? <0-3> Controller unit number Router(config)# controller t1 0 Router(config-controller)# framing esf Router(config-controller)# linecode b8zs Router(config-controller)# clock source line primary Router(config-controller)# pri-group timeslots 1-24 Router(config-controller)# This example supports modem calls and circuit-switched digital calls over ISDN PRI. Non-ISDN Channelized T1 and Channelized E1 Lines A channelized T1 or channelized E1 line is an analog line that was originally intended to support analog voice calls, but has evolved to support analog data calls. ISDN is not sent across channelized T1 or E1 lines. Channelized T1 and channelized E1 lines are often referred to as CT1 and CE1. These channelized lines are found in old world, non-isdn telephone networks. DC-11
10 ISDN Service Overview of Dial Interfaces, Controllers, and Lines The difference between traditional channelized lines (analog) and nonchannelized lines (ISDN) is that channelized lines have no built-in D channel. That is, all 24 channels on a T1 line carry only data. The signaling is in-band or associated to the data channels. Traditional channelized lines do not support digitized data calls (for example, BRI with 2B + D). Channelized lines support a variety of in-band signal types, such as ground start, loop start, wink start, immediate start, E&M, and R2. Signaling for channelized lines is configured with the cas-group controller configuration command. The following example configures E&M group B signaling on a T1 controller: Router# configure terminal Router(config)# controller t1 0 Router(config-controller)# cas-group 1 timeslots 1-24 type? e&m-fgb E & M Type II FGB e&m-fgd E & M Type II FGD e&m-immediate-start E & M Immediate Start fxs-ground-start FXS Ground Start fxs-loop-start FXS Loop Start r1-modified R1 Modified sas-ground-start SAS Ground Start sas-loop-start SAS Loop Start Router(config-controller)# cas-group 1 timeslots 1-24 type e&m-fgb Router(config-controller)# framing esf Router(config-controller)# clock source line primary ISDN Service Cisco routing devices support ISDN BRI and ISDN PRI. Both media types use B channels and D channels. Figure 9 shows how many B channels and D channels are assigned to each media type. Figure 9 Logical Relationship of B Channels and D Channels B channel B channel D channel BRI 2B + D B channel D channel T1-PRI 23B + D Used in North America and Japan B channel D channel E1-PRI 30B + D Used in Europe DC-12
11 Overview of Dial Interfaces, Controllers, and Lines ISDN Service ISDN BRI ISDN BRI operates over most of the copper twisted-pair telephone wiring in place. ISDN BRI delivers a total bandwidth of a 144 kbps via three separate channels. Two of the B channels operate at 64 kbps and are used to carry voice, video, or data traffic. The third channel, the D channel, is a 16-kbps signaling channel used to tell the Public Switched Telephone Network (PSTN) how to handle each of the B channels. ISDN BRI is often referred to as 2 B + D. Enter the interface bri command to bring up and configure a single BRI interface, which is the overseer of the 2 B + D channels. The D channel is not user configurable. The following example configures an ISDN BRI interface on a Cisco 1600 series router. The isdn spid command defines the service profile identifier (SPID) number for both B channels. The SPID number is assigned by the ISDN service provider. Not all ISDN lines have SPIDs. Router# configure terminal Router(config)# interface bri 0 Router(config-if)# isdn spid Router(config-if)# isdn spid Router(config-if)# isdn switch-type basic-ni Router(config-if)# ip unnumbered ethernet 0 Router(config-if)# dialer map ip name hq Router(config-if)# dialer load-threshold 70 Router(config-if)# dialer-group 1 Router(config-if)# encapsulation ppp Router(config-if)# ppp authentication chap pap callin Router(config-if)# ppp multilink Router(config-if)# no shutdown ISDN PRI ISDN PRI is designed to carry large numbers of incoming ISDN calls at point of presences (POPs) and other large central site locations. All the reliability and performance of ISDN BRI applies to ISDN PRI, but ISDN PRI has 23 B channels running at 64 kbps each and a shared 64 kbps D channel that carries signaling traffic. ISDN PRI is often referred to as 23 B + D (North America and Japan) or 30 B + D (rest of the world). The D channel notifies the central office switch to send the incoming call to particular timeslots on the Cisco access server or router. Each one of the B channels carries data or voice. The D channel carries signaling for the B channels. The D channel identifies if the call is a circuit-switched digital call or an analog modem call. Analog modem calls are decoded and then sent to the onboard modems. Circuit-switched digital calls are directly relayed to the ISDN processor in the router. Enter the interface serial command to bring up and configure the D channel, which is user configurable. Figure 10 shows the logical contents of an ISDN PRI interface used in a T1 network configuration. The logical contents include 23 B channels, 1 D channel, 24 time slots, and 24 virtual serial interfaces (total number of B + D channels). DC-13
12 ISDN Service Overview of Dial Interfaces, Controllers, and Lines Figure 10 Logical Relationship of ISDN PRI Components for T1 Channel Type Time Slot Number Virtual Serial Interface Number B (data channel) 1 S0:0 B (data channel) 2 S0:1 B (data channel) 3 S0:2 B (data channel) 4 S0:3 B (data channel) 21 S0:20 B (data channel) 22 S0:21 B (data channel) 23 S0:22 D (signaling channel) 24 S0:23 Logical contents of a PRI interface S6487 The following example is for a Cisco AS5300 access server. It configures one T1 controller for ISDN PRI, then configures the neighboring D channel (interface serial 0:23). Controller T1 0 and interface serial 0:23 are both assigned to the first PRI port. The second PRI port is assigned to controller T1 1 and interface serial 1:23, and so on. The second PRI port configuration is not shown in this example. This Cisco AS5300 access server is used as part of a stack group dial-in solution for an Internet service provider. Router# configure terminal Router(config)# controller t1 0 Router(config-controller)# framing esf Router(config-controller)# linecode b8zs Router(config-controller)# clock source line primary Router(config-controller)# pri-group timeslots 1-24 Router(config-controller)# exit Router(config)# interface serial 0:23 Router(config-if)# ip unnumbered Loopback 0 Router(config-if)# ip accounting output-packets Router(config-if)# no ip mroute-cache Router(config-if)# encapsulation ppp Router(config-if)# isdn incoming-voice modem Router(config-if)# dialer-group 1 Router(config-if)# no fair-queue Router(config-if)# compress stac Router(config-if)# no cdp enable Router(config-if)# ppp authentication chap Router(config-if)# ppp multilink Router(config-if)# netbios nbf DC-14
13 Overview of Dial Interfaces, Controllers, and Lines Line Types Line Types This section describes the different line types used for dial access. It also describes the relationship between lines and interfaces. Note Cisco devices have four types of lines: console, auxiliary, asynchronous, and virtual terminal. Different routers have different numbers of these line types. Refer to the hardware and software configuration guides that shipped with your device for exact configurations. Table 3 shows the types of lines that can be configured. Table 3 Available Line Types Line Type Interface Description Numbering Rules CON or CTY Console Typically used to log in to the router for configuration purposes. AUX Auxiliary EIA/TIA-232 data terminal equipment (DTE) port used as a backup (tty) asynchronous port. Cannot be used as a second console port. tty Asynchronous Same as asynchronous interface. Used typically for remote-node dial-in sessions that use such protocols as SLIP, PPP, AppleTalk Remote Access (ARA), and XRemote. vty Virtual asynchronous Used for incoming Telnet, LAT, X.25 PAD, and protocol translation connections into synchronous ports (such as Ethernet and serial interfaces) on the router. Line 0. Last tty line number plus 1. The numbering widely varies between platforms. This number is equivalent to the maximum number of modems or asynchronous interfaces supported by your access server or router. 1 Last tty line number plus 2 through the maximum number of vty lines specified Enter the interface line tty? command to view the maximum number of tty lines supported. 2. Increase the number of vty lines on a router using the line vty global configuration command. Delete vty lines with the no line vty line-number command. The line vty command accepts any line number larger than 5 up to the maximum number of lines supported by your router with its current configuration. Enter the interface line vty? command to view the maximum number of vty lines supported. Use the show line command to see the status of each of the lines available on a router. (See Figure 11.) DC-15
14 Line Types Overview of Dial Interfaces, Controllers, and Lines Figure 11 Sample Show Line Output Showing CTY, tty, AUX, and vty Line Statistics Autoselect state Absolute line number Line speed This is VTY2 (3rd VTY) line 20 Rotary group # Access class in/out sankara> show line Tty Typ Tx/Rx A Modem Roty ACCO ACCI Uses Noise Overruns * 0 CTY /0 * 1 TTY / inout /0 * 2 TTY / inout /0 A 3 TTY / inout /0 * 4 TTY / inout /0 * 5 TTY / inout /0 A 6 TTY / inout /0 I 7 TTY / inout /0 I 8 TTY / inout /0 Modem setting * 9 TTY / inout /0 A 10 TTY / inout /0 I 11 TTY / inout /0 Number of TCP I 12 TTY / inout /0 connections made I 13 TTY / inout /0 I 14 TTY / inout /0 I 15 TTY / inout /0 I 16 TTY / inout /0 17 AUX 9600/ / * 18 VTY 9600/ /0 19 VTY 9600/ /0 20 VTY 9600/ /0 21 VTY 9600/ /0 22 VTY 9600/ /0 23 VTY 9600/ /0 24 VTY 9600/ /0 25 VTY 9600/ /0 26 VTY 9600/ /0 27 VTY 9600/ /0 28 VTY 9600/ /0 29 VTY 9600/ /0 30 VTY 9600/ /0 31 VTY 9600/ /0 32 VTY 9600/ /0 33 VTY 9600/ /0 S4214 Relationship Between Lines and Interfaces The following sections describe the relationship between lines and interfaces: Asynchronous Interfaces and Physical Terminal Lines Synchronous Interfaces and Virtual Terminal Lines Asynchronous Interfaces and Physical Terminal Lines Asynchronous interfaces correspond to physical terminal lines. Commands entered in asynchronous interface mode let you configure protocol-specific parameters for asynchronous interfaces; commands entered in line configuration mode let you configure the physical aspects of the line port. DC-16
15 Overview of Dial Interfaces, Controllers, and Lines Line Types For example, to enable IP resources to dial in to a network through a Cisco 2500 series access server, configure the lines and asynchronous interfaces as follows. Configure the physical aspect of a line that leads to a port. You might enter the following commands to configure lines 1 through 16 (asynchronous physical terminal lines on a Cisco 2511 access server): line 1 16 login local modem inout speed flowcontrol hardware! Configures the line to autosense PPP; physical line attribute. autoselect ppp On asynchronous interface 1, you configure your protocol-specific commands. You might enter the following commands: interface async 1 encapsulation ppp async mode interactive async dynamic address async dynamic routing async default ip address ppp authentication chap The remote node services SLIP, PPP, and XRemote are configured in asynchronous interface mode. ARA is configured in line configuration mode on virtual terminal lines or physical terminal lines. Synchronous Interfaces and Virtual Terminal Lines Virtual terminal lines provide access to the router through a synchronous interface. Virtual terminal lines do not correspond to synchronous interfaces in the same way that physical terminal lines correspond to asynchronous interfaces because vty lines are created dynamically on the router, whereas physical terminal lines are static physical ports. When a user connects to the router on a vty line, that user is connecting into a virtual port on an interface. You can have multiple virtual ports for each synchronous interface. For example, several Telnet connections can be made to an interface (such as an Ethernet or serial interface). The number of virtual terminal lines available on a router is defined using the line vty number-of-lines global configuration command. DC-17
16 Encapsulation Types Overview of Dial Interfaces, Controllers, and Lines Encapsulation Types Synchronous serial interfaces default to High-Level Data Link Control (HDLC) encapsulation, and asynchronous serial interfaces default to SLIP encapsulation. Cisco IOS software provides a long list of encapsulation methods that can be set on the interface to change the default encapsulation method. See the Cisco IOS Interface Command Reference for a complete list and description of these encapsulation methods. The following list summarizes the encapsulation commands available for serial interfaces used in dial configurations: encapsulation frame-relay Frame Relay encapsulation hdlc HDLC protocol encapsulation lapb X.25 LAPB DTE operation encapsulation ppp PPP encapsulation slip SLIP To use SLIP or PPP encapsulation, the router or access server must be configured with an IP routing protocol or with the ip host-routing command. DC-18
Configuring Asynchronous SLIP and PPP
Configuring Asynchronous SLIP and PPP This chapter describes how to configure asynchronous Serial Line Internet Protocol (SLIP) and PPP. It includes the following main sections: Asynchronous SLIP and PPP
Configuring Modem Transport Support for VoIP
Configuring Modem Transport Support for VoIP This chapter explains how to configure modem transport support for Voice over IP (VoIP) and contains the following sections: Modem Transport Support Overview,
Configuring ISDN Special Signaling
Configuring ISDN Special Signaling This chapter describes features that either depend on special signaling services offered by an ISDN network service provider or overcome an inability to deliver certain
Configuring Dial Backup and Remote Management
13 CHAPTER Configuring Dial Backup and Remote Management The Cisco 800 series access routers support dial-in (for remote management) and dial-out (for dial backup) capabilities. By allowing you to configure
BRI to PRI Connection Using Data Over Voice
BRI to PRI Connection Using Data Over Voice Document ID: 14962 Contents Introduction Prerequisites Requirements Conventions Background Information Configure Network Diagram Configurations Verify Troubleshoot
Overview of Access VPNs and Tunneling Technologies
Overview of Access VPNs and Tunneling Technologies Introduction A virtual private network (VPN) is a network that extends remote access to users over a shared infrastructure. VPNs maintain the same security
L2F Case Study Overview
LF Case Study Overview Introduction This case study describes how one Internet service provider (ISP) plans, designs, and implements an access virtual private network (VPN) by using Layer Forwarding (LF)
WANs connect remote sites. Connection requirements vary depending on user requirements, cost, and availability.
WAN Review A WAN makes data connections across a broad geographic area so that information can be exchanged between distant sites. This topic defines the characteristics of a WAN. WAN Overview WANs connect
Configure ISDN Backup and VPN Connection
Case Study 2 Configure ISDN Backup and VPN Connection Cisco Networking Academy Program CCNP 2: Remote Access v3.1 Objectives In this case study, the following concepts are covered: AAA authentication Multipoint
Channelized E1 and Channelized T1 Setup Commands
Channelized E1 and Channelized T1 Setup Commands This chapter describes the function and displays the syntax for channelized E1 and channelized T1 setup commands. For more information about defaults and
Configuring ISDN PRI. Cisco IOS Dial Technologies Configuration Guide DC-257
Configuring ISDN PRI This chapter describes how to configure channelized E1 and channelized T1 for ISDN PRI and for two types of signaling to support analog calls over digital lines. This information is
Cisco CCNA Optional Semester 4 Labs Wide Area Networking LAB 1 T1 TSU WAN LINK OVERVIEW - Instructor Guide (Estimated time: 30 minutes)
CNAP @ VCC 1 of 8 LAB 1 T1 TSU WAN LINK OVERVIEW - Instructor Guide (Estimated time: 30 minutes) Objectives: Understand the function of a T1 Service Unit (TSU) in network telecommunications Connect routers
Table of Contents. Cisco Mapping Outbound VoIP Calls to Specific Digital Voice Ports
Table of Contents Mapping Outbound VoIP Calls to Specific Digital Voice Ports...1 Introduction...1 Before You Begin...1 Conventions...1 Prerequisites...1 Components Used...1 Configure...2 Network Diagram...2
Configuring ISDN PRI and Other Signaling on E1 and T1 Lines
Configuring ISDN PRI and Other Signaling on E1 and T1 Lines This chapter describes how to configure channelized E1 and channelized T1 for ISDN PRI and for two types of signaling to support analog calls
isco Connecting Routers Back to Back Through the AUX P
isco Connecting Routers Back to Back Through the AUX P Table of Contents Connecting Routers Back to Back Through the AUX Ports...1 Introduction...1 Before You Begin...1 Conventions...1 Prerequisites...1
Figure 1 - T1/E1 Internet Access
Page 1 of 17 TECH NOTE Configuring T1 and E1 Internet Access in AOS Overview This guide explains how to configure an Adtran Operating System (AOS) router for T1/E1 Internet access. You should use this
Configuring Access Service Security
CHAPTER 3 Configuring Access Service Security The access service security paradigm presented in this guide uses the authentication, authorization, and accounting (AAA) facility. Authentication requires
Configuring Network Side ISDN PRI Signaling, Trunking, and Switching
Configuring Network Side ISDN PRI Signaling, Trunking, and Switching This chapter describes the Network Side ISDN PRI Signaling, Trunking, and Switching feature. The following main sections are provided:
Enabling Management Protocols: NTP, SNMP, and Syslog
SECTION 7 Enabling Management Protocols: NTP, SNMP, and Syslog In this Section This section describes how to enable basic management protocols on a Cisco AS5800 and Cisco AS5300 as part of a dial access
CTS2134 Introduction to Networking. Module 07: Wide Area Networks
CTS2134 Introduction to Networking Module 07: Wide Area Networks WAN cloud Central Office (CO) Local loop WAN components Demarcation point (demarc) Consumer Premises Equipment (CPE) Channel Service Unit/Data
Note: This case study utilizes Packet Tracer. Please see the Chapter 5 Packet Tracer file located in Supplemental Materials.
Note: This case study utilizes Packet Tracer. Please see the Chapter 5 Packet Tracer file located in Supplemental Materials. CHAPTER 5 OBJECTIVES Configure a router with an initial configuration. Use the
Telnet, Console and AUX Port Passwords on Cisco Routers Configuration Example
Telnet, Console and AUX Port Passwords on Cisco Routers Configuration Example Document ID: 45843 Introduction Prerequisites Requirements Components Used Conventions Background Information Configure Passwords
Leased Line Support for Cisco 2600/3600 Series Analog Modems
Leased Line Support for Cisco 2600/3600 Series Analog Modems This feature adds one modem AT command (AT&L) and two AT registers to be added to the modemcap for the appropriate leased lines. Several new
Introduction to WAN Technologies
CHAPTER 3 Chapter Goals Become familiar with WAN terminology. Learn about different types of WAN connections. Become familiar with different types of WAN equipment. This chapter introduces the various
Voice over IP Quick Start Guide
Customer Order Number: DOC-VOICEOIP-QSG= Text Part Number: 78-4936-01 Voice over IP Quick Start Guide Product Numbers: NM-1V=, NM-2V= VIC-2E/M=, VIC-2FXO=, VIC-2FXS= The voice over IP feature enables Cisco
Cisco Voice Gateways. PacNOG6 VoIP Workshop Nadi, Fiji. November 2009. Jonny Martin - [email protected]
Cisco Voice Gateways PacNOG6 VoIP Workshop Nadi, Fiji. November 2009 Jonny Martin - [email protected] Voice Gateways Any device with one or more TDM PSTN interfaces on them TDM - Time Division Multiplexing
NetVanta Series (with Octal T1/E1 Wide Module)
NET 1 LAN 1 NET 2 LAN 2 WIDE SLOT 1 ACTIVITY TEST NET 1 NET 1 LAN 1 LAN 2 WIDE SLOT 1 NET 2 ACTIVITY TEST LAN 1 NET 2 LAN 2 NET 1 WIDE SLOT 1 ACTIVITY TEST LAN 1 NET 2 LAN 2 WIDE SLOT 1 ACTIVITY TEST NetVanta
Operation Manual Voice Overview (Voice Volume) Table of Contents
Operation Manual Voice Over (Voice Volume) Table of Contents Table of Contents Chapter 1 Voice Over... 1-1 1.1 Introduction to VoIP... 1-1 1.1.1 VoIP System... 1-1 1.1.2 Basic VoIP Call Flow... 1-2 1.1.3
Route-Switch-Controller Handover Redundancy on the Cisco AS5850
Route-Switch-Controller Handover Redundancy on the Cisco AS5850 Feature History Release Modification 122(2)XB1 This feature was introduced on the Cisco AS5850 122(11)T This feature was integrated into
co Sample Configurations for Cisco 7200 Broadband Aggreg
co Sample Configurations for Cisco 7200 Broadband Aggreg Table of Contents Sample Configurations for Cisco 7200 Broadband Aggregation...1 Introduction...1 Configurations...1 PPPoA Session Termination:
Cisco 1600 Series Modular Desktop Access Routers
Cisco 1600 Series Modular Desktop Access Routers Product Overview The Cisco 1600 series have become the proven choice for data access for small branch offices and small businesses because they offer a
WAN. Introduction. Services used by WAN. Circuit Switched Services. Architecture of Switch Services
WAN Introduction Wide area networks (WANs) Connect BNs and LANs across longer distances, often hundreds of miles or more Typically built by using leased circuits from common carriers such as AT&T Most
Terminal Services Overview
Terminal Services Overview This chapter provides an overview of Cisco IOS terminal services and includes the following main sections: Cisco IOS Network Access Devices Line Characteristics and s Asynchronous
How To Set Up A Netvanta For A Pc Or Ipad (Netvanta) With A Network Card (Netvina) With An Ipa (Net Vanta) And A Ppl (Netvi) (Netva)
VPN WAN LAN PWR STAT TD RD TD RD TD RD VPN WAN LAN PWR STAT TD RD TD RD TD RD NetVanta 3200 NetVanta 3200 NetVanta Series (with T1/FT1 or T1/FT1 + DSX-1 Network Interface Module) Quick Configuration Guide
Cisco Which VPN Solution is Right for You?
Table of Contents Which VPN Solution is Right for You?...1 Introduction...1 Before You Begin...1 Conventions...1 Prerequisites...1 Components Used...1 NAT...2 Generic Routing Encapsulation Tunneling...2
for SS7 VoIP Gateways
Smart Web Manager for SS7 VoIP Gateways www.addpac.com AddPac Technology 2013, Sales and Marketing Contents SS7 VoIP Gateway Service Diagram SS7 VoIP Gateway Main Features SS7 VoIP Gateway Features SS7
Provisioning Dial Access to MPLS VPN Integration
CHAPTER 3 Provisioning Dial Access to MPLS VPN Integration This chapter describes how to provision each of the methods of dial access to MPLS (Multiprotocol Label Switching) VPN (virtual private network)
Product Overview. Features CHAPTER
CHAPTER 1 This chapter describes the Cisco IAD1101 integrated access device chassis, and the line interface modules supported by the Cisco IAD1101. This chapter includes the following sections: Features
Special ISDN Signaling Commands
Special ISDN Signaling Commands This chapter describes the function and displays the syntax for special ISDN signaling commands. For more information about defaults and usage guidelines, see the corresponding
ERserver. iseries. Remote Access Services: PPP connections
ERserver iseries Remote Access Services: PPP connections ERserver iseries Remote Access Services: PPP connections Copyright International Business Machines Corporation 1998, 2002. All rights reserved.
640-460. IIUC Implementing Cisco IOS Unified Communications (IIUC) Version: Demo. Page <<1/9>>
640-460 IIUC Implementing Cisco IOS Unified Communications (IIUC) Version: Demo Page 1. You are CCNA VOICE associate in XXXX.com. You need configure a voice port that will allow the gateway to
Intranet Security Solution
Intranet Security Solution 1. Introduction With the increase in information and economic exchange, there are more and more enterprises need to communicate with their partners, suppliers, customers or their
Remote Access VPN Business Scenarios
CHAPTER 4 This chapter explains the basic tasks for configuring an IP-based, remote access Virtual Private Network (VPN) on a Cisco 7200 series router. In the remote access VPN business scenario, a remote
Dedicated Access Solutions for Internet Service Providers
White Paper Dedicated Access Solutions for Internet Service Providers INTRODUCTION Revenue from business connections to the Internet represents, on average, almost 60 percent of the total revenue to Internet
Introduction to WAN Technologies
CHAPTER 3 Introduction to WAN Technologies This chapter introduces the various protocols and technologies used in wide- area network (WAN) environments. Topics summarized here include point-to-point links,
RA-MPLS VPN Services. Kapil Kumar Network Planning & Engineering Data. E-mail: [email protected]
RA-MPLS VPN Services Kapil Kumar Network Planning & Engineering Data E-mail: [email protected] Agenda Introduction Why RA MPLS VPNs? Overview of RA MPLS VPNs Architecture for RA MPLS VPNs Typical
Data Link Protocols. TCP/IP Suite and OSI Reference Model
Data Link Protocols Relates to Lab. This module covers data link layer issues, such as local area networks (LANs) and point-to-point links, Ethernet, and the Point-to-Point Protocol (PPP). 1 TCP/IP Suite
WAN Technologies and Components
C H A P T E R 1 WAN Technologies and Components Over the last several years, web-based applications, wireless devices, and virtual private networking (VPN) have changed our expectations about computer
IP Tunneling and VPNs
IP Tunneling and VPNs Overview Objectives The purpose of this module is to explain Virtual Private Network (VPN) concepts and to overview various L2 and L3 tunneling techniques that allow for implementation
Network Scenarios Pagina 1 di 35
Network Scenarios Pagina 1 di 35 Table of Contents Network Scenarios Cisco 827 s Network Connections Internet Access Scenarios Before You Configure Your Internet Access Network Replacing a Bridge or Modem
Configuring Voice over IP
CHAPTER 4 This chapter explains how to configure voice interfaces and ports, which convert telephone voice signals for transmission over an IP network. This chapter presents the following major topics:
Enterprise Edge Communications Manager. Data Capabilities
Enterprise Edge Communications Manager Data Capabilities Data Module Objectives After the completion of this module you will be able to describe the following Data components of the Enterprise Edge Communications
ISDN. rek. Petr Grygárek. 2005 Petr Grygarek, Advanced Computer Networks Technologies 1
ISDN Petr Grygárek rek 1 Integrated Services Digital Network Circuit-switched digital network connection setup and termination required user pays for connection time addressing of subscriber devices according
How To Configure A Cisco Router With A Cio Router
CHAPTER 1 This chapter provides procedures for configuring the basic parameters of your Cisco router, including global parameter settings, routing protocols, interfaces, and command-line access. It also
Configuring T1 and E1 WAN Interfaces
Configuration Guide 5991-3823 December 2005 Configuring T1 and E1 WAN Interfaces This configuration guide explains the processes for configuring your Secure Router Operating System (SROS) T1/E1 product
PPP encapsulation has been carefully designed to retain compatibility with most commonly used supporting hardware. PPP encapsulates data frames for
PPP Concept 1 What is PPP? Recall that HDLC is the default serial encapsulation method when you connect two Cisco routers. With an added protocol type field, the Cisco version of HDLC is proprietary. Thus,
Network Security 1 Module 4 Trust and Identity Technology
Network Security 1 Module 4 Trust and Identity Technology 1 Learning Objectives 4.1 AAA 4.2 Authentication Technologies 4.3 Identity Based Networking Services (IBNS) 4.4 Network Admission Control (NAC)
Octal T1-10/100 RIOP Installation Guide
Octal T1-10/100 RIOP Installation Guide Compatible Systems Corporation 4730 Walnut Street Suite 102 Boulder, Colorado 80301 303-444-9532 800-356-0283 http://www.compatible.com Octal T1-10/100 RIOP Installation
WAN Technology. Heng Sovannarith [email protected]
WAN Technology Heng Sovannarith [email protected] Introduction A WAN is a data communications network that covers a relatively broad geographic area and often uses transmission facilities provided
Authenticating a Lucent Portmaster 3 with Microsoft IAS and Active Directory
Authenticating a Lucent Portmaster 3 with Microsoft IAS and Active Directory The following tutorial will help you to setup a Portmaster 3 to authenticate your dial in users to Active Directory using IAS
Chapter 2 - The TCP/IP and OSI Networking Models
Chapter 2 - The TCP/IP and OSI Networking Models TCP/IP : Transmission Control Protocol/Internet Protocol OSI : Open System Interconnection RFC Request for Comments TCP/IP Architecture Layers Application
NetVanta 3000 Series (with T1/FT1 or T1/FT1 with DSX-1 Network Interface Module)
VPN WAN LAN PWR STAT TD RD TD RD TD RD VPN WAN LAN PWR STAT TD RD TD RD TD RD NetVanta 3000 Series (with T1/FT1 or T1/FT1 with DSX-1 Network Interface Module) Quick Configuration Guide 61200862L1-42A November
Assignment 1:Ana log dial-up. Contents 1.0 2.0 2-3 3-5 3.0 4.0 5.0 6.0 8-10 7.0 12-13 8.0 9.0 10.0 16-17 11.0 12.0 13.0 14.0 15.
Assignment 1:Ana log dial-up Contents 1.0 2.0 3.0 What is analog dial-up Dial-Up Modem Standards What's a Dialer? Dialup Connectivity Technology Plain Old Telephone Service Basic Rate Interface 1 2-3 3-5
System Components PBX Model. Configuration Tasks
Cisco 3600 Series Gateway-PBX Interoperability: Lucent Definity G3 with T1 PRI Signaling This document describes the interoperability and configuration of a Cisco 3600 series voice gateway with a Lucent
Configuring Voice and Data Support on VWIC3s
First Published: July 21, 2010, OL-22847-01 This module describes how to configure voice and data support on the next generation of voice/wan Interface Cards (VWICs) also known as VWIC3s. The following
Chapter 32 Time Division Multiplexing (TDM)
Chapter 32 Time Division Multiplexing (TDM) Introduction... 32-2 E1/T1 Time Division Multiplexing... 32-3 Static E1/T1 TDM Versus ISDN Calling... 32-4 BRI Time Division Multiplexing... 32-5 Configuration
Using a Sierra Wireless AirLink Raven X or Raven-E with a Cisco Router Application Note
Using a Sierra Wireless AirLink Raven X or Raven-E with a Application Note Cisco routers deliver the performance, availability, and reliability required for scaling mission-critical business applications
Overview of the Cisco 2500 Series Access Server
CHAPTER 1 Overview of the Cisco 2500 Series Access Server The Cisco 2500 series access server is a full-featured communication server with multiprotocol routing capability between synchronous serial, LAN,
VWIC 1MFT T1, VWIC 2MFT T1,
sing VWIC 1MFT T1, VWIC 2MFT T1, and VWIC 2MFT T1 DI Interface Cards for Data on Cisco 1700, 2600, 3600 and Table of Contents Using VWIC 1MFT T1, VWIC 2MFT T1, and VWIC 2MFT T1 DI Interface Cards for Data
bintec Workshop WAN Partner Configuration Copyright November 8, 2005 Funkwerk Enterprise Communications GmbH Version 0.9
bintec Workshop WAN Partner Configuration Copyright November 8, 2005 Funkwerk Enterprise Communications GmbH Version 0.9 Purpose Liability Trademarks Copyright Guidelines and standards How to reach Funkwerk
Public Network. 1. Relatively long physical distance 2. Requiring a service provider (carrier) Branch Office. Home. Private Network.
Introduction to LAN TDC 363 Week 4 Connecting LAN to WAN Book: Chapter 7 1 Outline Wide Area Network (WAN): definition WAN Topologies Choices of WAN technologies Dial-up ISDN T1 Frame Relay DSL Remote
Cisco Networks (ONT) 2006 Cisco Systems, Inc. All rights reserved.
Optimizing Converged Cisco Networks (ONT) reserved. Lesson 2.4: Calculating Bandwidth Requirements for VoIP reserved. Objectives Describe factors influencing encapsulation overhead and bandwidth requirements
The Cisco IOS Firewall feature set is supported on the following platforms: Cisco 2600 series Cisco 3600 series
Cisco IOS Firewall Feature Set Feature Summary The Cisco IOS Firewall feature set is available in Cisco IOS Release 12.0. This document includes information that is new in Cisco IOS Release 12.0(1)T, including
Skills Assessment Student Training Exam
Skills Assessment Student Training Exam Topology Assessment Objectives Part 1: Initialize Devices (8 points, 5 minutes) Part 2: Configure Device Basic Settings (28 points, 30 minutes) Part 3: Configure
Configuring a Leased Line
CHAPTER 4 Configuring a Leased Line The configuration in this chapter describes how to configure a Cisco 1700 router for IP and IPX over a synchronous serial line. Before You Begin The configuration in
Cisco 1751 Voice-over-IP Quick Start Guide
The Cisco 1751 Voice over IP Quick Start Guide explains how to install WAN Interface Cards and Voice Interface Cards, how to run configuration tools, and how to perform essential Voice-over-IP (VoIP) configuration
Introduction to Routing and Packet Forwarding. Routing Protocols and Concepts Chapter 1
Introduction to Routing and Packet Forwarding Routing Protocols and Concepts Chapter 1 1 1 Objectives Identify a router as a computer with an OS and hardware designed for the routing process. Demonstrate
Remote Annex. Quick Start for Windows. Read before installing and using Remote Annex Software Release 4.2
Remote Annex Quick Start for Windows Read before installing and using Remote Annex Software Release 4.2 These installation notes contain information specific to this release. This information is not available
PBX Q-SIG Networking, Access to a Frame Relay Network
Configuration Note PBX Q-SIG Networking, Access to a Frame Relay Network System Overview This configuration note describes PBX networking with SmartNode devices. It defines SmartNode template configurations,
Configuring Analog and Digital Voice Interfaces
Configuring Analog and Digital Voice Interfaces Foreign Exchange Station Ports (FXS) FXS ports connect analog edge devices. This topic identifies the parameters that are configurable on the FXS port. FXS
! encor en etworks TM
! encor en etworks TM Version A, March 2010 2013 Encore Networks, Inc. All rights reserved. Configuring the BANDIT III s T1 E1 Card for a PCM Voice Network The T1 E1 card fits into the expansion slot on
R2. The word protocol is often used to describe diplomatic relations. How does Wikipedia describe diplomatic protocol?
Chapter 1 Review Questions R1. What is the difference between a host and an end system? List several different types of end systems. Is a Web server an end system? 1. There is no difference. Throughout
Chapter 8 Lab B: Configuring a Remote Access VPN Server and Client
Chapter 8 Lab B: Configuring a Remote Access VPN Server and Client Topology Note: ISR G2 devices have Gigabit Ethernet interfaces instead of FastEthernet Interfaces. All contents are Copyright 1992 2012
51-10-50 Circuit-Switched Router Connections Nathan J. Muller
Previous screen 51-10-50 Circuit-Switched Router Connections Nathan J. Muller Payoff LAN managers will find that routers supporting dial backup, bandwidth-on-demand, and dial-on-demand enable more flexible
Cisco Router and Security Device Manager Dial-Backup Solution
Application Note Cisco Router and Security Device Manager Dial-Backup Solution Introduction Point-to-Point Protocol over Ethernet (PPPoE) and IP Security (IPSec) VPN deployments are increasing and require
Procedure: You can find the problem sheet on Drive D: of the lab PCs. Part 1: Router & Switch
University of Jordan Faculty of Engineering & Technology Computer Engineering Department Computer Networks Laboratory 907528 Lab. 2 Network Devices & Packet Tracer Objectives 1. To become familiar with
Cisco IOS Software Configuration for the 6-Port Channelized T3 (T1) Line Card
Cisco IOS Software Configuration for the 6-Port Channelized T3 (T1) Line Card This document describes the software configuration procedure for the 6-port channelized T3 (T1) line card on the Cisco 12000
How To Use A Network Over The Internet (Networking) With A Network (Netware) And A Network On A Computer (Network)
1 TCP Transmission Control Protocol, is a connection based Internet protocol responsible for breaking data into packets to send over a network using IP (internet protocol) IP works at the TCP/IP Internet
Voice Dial Plans, Configuring Voice Interfaces and Dial Peers
Voice Dial Plans, Configuring Voice Interfaces and Dial Peers Cisco Networking Academy Program 1 Call Establishment Principles 2 Dial-Peer Call Legs 3 End-to-End Calls 4 Configuring Dial Peers 5 Understanding
WAN Routing Configuration Examples for the Secure Services Gateway Family
Application Note WAN Routing Configuration Examples for the Secure Services Gateway Family Chien-shun Chu SPG Technical Marketing November, 2006 Juniper Networks, Inc. 1194 North Mathilda Avenue Sunnyvale,
Configuring the Channelized 12-port CT3/T1 Optical Services Modules
CHAPTER 7 Configuring the Channelized 12-port CT3/T1 Optical Services Modules This chapter describes how to configure the 12-port channelized/unchannelized DS3 Optical Services Modules (OSM-12CT3/T1).
BroadCloud Adtran Total Access Quick Start Guide
BroadCloud Adtran Total Access Quick Start Guide Specification Document Version 2.0 1009 Pruitt Road The Woodlands, TX 77380 Tel +1 281.465.3320 WWW.BROADSOFT.COM BroadCloud Adtran NetVanta QSG Copyright
Cisco 4000 Series Integrated Services Router T1/E1 Voice and WAN Network Interface Modules Data Sheet
Data Sheet Cisco 4000 Series Integrated Services Router T1/E1 Voice and WAN Network Interface Modules Data Sheet These flexible interface cards support multiple integrated data and voice applications,
Understand Wide Area Networks (WANs)
Understand Wide Area Networks (WANs) Lesson Overview In this lesson, you will review: Dial-up Integrated services digital networks (ISDN) Leased lines Virtual private networks (VPN) Wide area networks
Configuring Fax Pass-Through
Configuring Fax Pass-Through This chapter describes the configuration of fax pass-through. With fax pass-through, modulated fax information from the PSTN is passed in-band over a voice speech path in an
