Configuring Asynchronous SLIP and PPP
|
|
|
- Amie Newton
- 10 years ago
- Views:
Transcription
1 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 Overview How to Configure Asynchronous SLIP and PPP Configuration Examples for Asynchronous SLIP and PPP To identify the hardware platform or software image information associated with a feature, use the Feature Navigator on Cisco.com to search for information about the feature or refer to the software release notes for a specific release. For more information, see the Identifying Supported Platforms section in the Using Cisco IOS Software chapter. For a complete description of the commands in this chapter, refer to the Cisco IOS Dial Technologies Reference. To locate documentation of other commands that appear in this chapter, use the command reference master index or search online. Asynchronous SLIP and PPP Overview PPP and SLIP define methods of sending IP packets over standard asynchronous serial lines with minimum line speeds of 1200 baud. Using SLIP or PPP encapsulation over asynchronous lines is an inexpensive way to connect personal computers (PCs) to a network. PPP and SLIP over asynchronous dialup modems allow a home computer to be connected to a network without the cost of a leased line. Dialup PPP and SLIP links can also be used for remote sites that need only occasional remote node or backup connectivity. Both public-domain and vendor-supported PPP and SLIP implementations are available for a variety of computer applications. The Cisco IOS software concentrates a large number of SLIP or PPP PC or workstation client hosts onto a network interface that allows the PCs to communicate with any host on the network. The Cisco IOS software can support any combination of SLIP or PPP lines and lines dedicated to normal asynchronous devices such as terminals and modems. Refer to RFC 1055 for more information about SLIP, and RFCs 1331 and 1332 for more information about PPP. SLIP is an older protocol. PPP is a newer, more robust protocol than SLIP, and it contains functions that can detect or prevent misconfiguration. PPP also provides greater built-in security mechanisms. DC-575
2 Asynchronous SLIP and PPP Overview Configuring Asynchronous SLIP and PPP Note Most asynchronous serial links have very low bandwidth. Take care to configure your system so the links will not be overloaded. Consider using default routes and filtering routing updates to prevent them from being sent on these asynchronous lines. Figure 81 illustrates a typical asynchronous SLIP or PPP remote-node configuration. Figure 81 Sample SLIP or PPP Remote-Node Configuration Remote PC AppleShare file server PC server Remote Macintosh UNIX server Access server S1470a UNIX host Responding to BOOTP Requests The BOOTP protocol allows a client machine to discover its own IP address, the address of the router, and the name of a file to be loaded in to memory and executed. There are typically two phases to using BOOTP: first, the client s address is determined and the boot file is selected; then the file is transferred, typically using the TFTP. PPP and SLIP clients can send BOOTP requests to the Cisco IOS software, and the Cisco IOS software responds with information about the network. For example, the client can send a BOOTP request to learn its IP address and where the boot file is located, and the Cisco IOS software responds with the information. BOOTP supports the extended BOOTP requests specified in RFC 1084 and works for both PPP and SLIP encapsulation. BOOTP compares to Reverse Address Resolution Protocol (RARP) as follows: RARP is an older protocol that allows a client to determine its IP address if it knows its hardware address. (Refer to the Cisco IOS IP Configuration Guide for more information about RARP.) However, RARP is a hardware link protocol, so it can be implemented only on hosts that have special kernel or driver modifications that allow access to these raw packets. BOOTP does not require kernel modifications. Asynchronous Network Connections and Routing Line configuration commands configure a connection to a terminal or a modem. Interface configuration (async) commands, described in this chapter, configure a line as an asynchronous network interface over which networking functions are performed. The Cisco IOS software also supports IP routing connections for communication that requires connecting one network to another. DC-576
3 Configuring Asynchronous SLIP and PPP How to Configure Asynchronous SLIP and PPP The Cisco IOS software supports protocol translation for PPP and SLIP between other network devices running Telnet, local-area transport (LAT), or X.25. For example, you can send IP packets across a public X.25 packet assembler/disassembler (PAD) network using SLIP or PPP encapsulation when SLIP or PPP protocol translation is enabled. For more information, see the chapter Configuring Protocol Translation and Virtual Asynchronous Devices in this publication. If asynchronous dynamic routing is enabled, you can enable routing at the user level by using the routing keyword with the slip or ppp EXEC command. Asynchronous interfaces offer both dedicated and dynamic address assignment, configurable hold queues and IP packet sizes, extended BOOTP requests, and permit and deny conditions for controlling access to lines. Figure 82 shows a sample asynchronous routing configuration. Figure 82 Sample Asynchronous Routing Configuration TCP/IP routing Asynchronous serial line UNIX host S1658 Asynchronous Interfaces and Broadcasts The Cisco IOS software recognizes a variety of IP broadcast addresses. When a router receives an IP packet from an asynchronous client, it rebroadcasts the packet onto the network without changing the IP header. The Cisco IOS software receives the SLIP or PPP client broadcasts and responds to BOOTP requests with the current IP address assigned to the asynchronous interface from which the request was received. This facility allows the asynchronous client software to automatically learn its own IP address. How to Configure Asynchronous SLIP and PPP To configure SLIP and PPP, perform the tasks in the following sections; all tasks are optional: Configuring Network-Layer Protocols over PPP and SLIP (Optional) Configuring Asynchronous Host Mobility (Optional) Making Additional Remote Node Connections (Optional) DC-577
4 How to Configure Asynchronous SLIP and PPP Configuring Asynchronous SLIP and PPP Configuring Remote Access to NetBEUI Services (Optional) Configuring Performance Parameters (Optional) Configuring Network-Layer Protocols over PPP and SLIP You can configure network-layer protocols, such as AppleTalk, IP, and Internet Protocol Exchange (IPX), over PPP and SLIP. SLIP supports only IP, but PPP supports each of these protocols. See the sections that follow to configure these protocols over PPP and SLIP. Configuring IP and PPP To enable IP-PPP (IPCP) on a synchronous or asynchronous interface, use the following commands in interface configuration mode: Step 1 Router(config-if)# ip address ip-address mask [secondary] Configures IP routing on the interface. or Router(config-if)# ip unnumbered type number Configures IP unnumbered routing on a serial interface. Step 2 Router(config-if)# encapsulation ppp Enables PPP encapsulation on the serial interface. Step 3 Router(config-if)# async mode interactive Enables interactive mode on an asynchronous interface. Configuring IPX and PPP You can configure IPX over PPP (IPXCP) on synchronous serial and asynchronous serial interfaces using one of two methods. The first method associates an asynchronous interface with a loopback interface configured to run IPX. It permits you to configure IPX-PPP on asynchronous interfaces only. The second method permits you to configure IPX-PPP on asynchronous and synchronous serial interfaces. However, it requires that you specify a dedicated IPX network number for each interface, which can require a substantial number of network numbers for a large number of interfaces. You can also configure IPX to run on virtual terminal lines configured for PPP. See the section Enabling IPX and PPP over X.25 to an IPX Network on Virtual Terminal Lines later in this chapter. Note If you are configuring IPX-PPP on asynchronous interfaces, you should filter routing updates on the interface. Most asynchronous serial links have very low bandwidth, and routing updates take up a great deal of bandwidth. The previous task table uses the ipx update interval command to filter SAP updates. For more information about filtering routing updates, see the section about creating filters for updating the routing table in the chapter Configuring Novell IPX in the Cisco IOS AppleTalk and Novell IPX Configuration Guide. DC-578
5 Configuring Asynchronous SLIP and PPP How to Configure Asynchronous SLIP and PPP IPX and PPP and Associating Asynchronous Interfaces with Loopback Interfaces To permit IPX client connections to an asynchronous interface, the interface must be associated with a loopback interface configured to run IPX. To permit such connections, use the following commands beginning in global configuration mode: Step 1 Router(config)# ipx routing [node] Enables IPX routing. Step 2 Router(config)# interface loopback number Creates a loopback interface, which is a virtual interface existing only inside the router, and begins interface configuration mode. Step 3 Router(config-if)# ipx network network 1 1. Every interface must have a unique IPX network number. IPX and PPP Using Dedicated IPX Network Numbers for Each Interface Enables IPX routing on the loopback interface. Step 4 Router(config-if)# exit Exits to global configuration mode. Step 5 Router(config)# interface async number Enters interface configuration mode for the asynchronous interface. Step 6 Router(config-if)# ip unnumbered type number Configures IP unnumbered routing on the interface. Step 7 Router(config-if)# encapsulation ppp Enables PPP encapsulation on the interface. Step 8 Router(config-if)# async mode interactive Enables interactive mode on an asynchronous interface. Step 9 Router(config-if)# ipx ppp-client loopback number Assigns the asynchronous interface to the loopback interface configured for IPX. Step 10 Router(config-if)# ipx update interval Turns off Service Advertising Protocol (SAP) updates to optimize bandwidth on asynchronous interfaces. To enable IPX and PPP, use the following commands beginning in global configuration mode. The first five steps are required. The last step is optional. Step 1 Router(config)# ipx routing [node] Enables IPX routing. Step 2 Router(config)# interface loopback number Creates a loopback interface, which is a virtual interface existing only inside the router, and begins interface configuration mode. Step 3 Router(config-if)# encapsulation ppp Enables PPP encapsulation on the interface. Step 4 Router(config-if)# async mode interactive Enables interactive mode on an asynchronous interface. Step 5 Router(config-if)# ipx network network 1 Enables IPX routing on the interface. Step 6 Router(config-if)# ipx update interval (Optional) Turns off SAP updates to optimize bandwidth on asynchronous interfaces. 1. Every interface must have a unique IPX network number. Enabling IPX and PPP over X.25 to an IPX Network on Virtual Terminal Lines You can enable IPX-PPP on virtual terminal lines, which permits clients to log in to a virtual terminal on a router, invoke a PPP session at the EXEC prompt to a host, and run IPX to the host. DC-579
6 How to Configure Asynchronous SLIP and PPP Configuring Asynchronous SLIP and PPP For example, in Figure 83, the client terminal on the X.25 network logs in to the access server via a virtual terminal line, which is configured for IPX-PPP. When the user connects to the access server and the EXEC prompt appears, enter the PPP command to connect to the IPX host. The virtual terminal is configured to run IPX, so when the PPP session is established from the access server, the terminal can access the IPX host using an IPX application. Figure 83 IPX-PPP on a Virtual Asynchronous Interface Access server X.25 WAN Terminal running IPX-PPP Running protocol translation IPX host S3752 To enable IPX to run over your PPP sessions on virtual terminal lines, use the following commands beginning in global configuration mode: Configuring AppleTalk and PPP Step 1 Router(config)# ipx routing [node] Enables IPX routing. Step 2 Router(config)# interface loopback number Creates a loopback interface and begins interface configuration mode. Step 3 Router(config-if)# ipx network network 1 Step 4 Router(config-if)# vty-async ipx ppp-client loopback number 1. Every loopback interface must have a unique IPX network number. Enables a virtual IPX network on the loopback interface. Enables IPX-PPP on virtual terminal lines by assigning it to the loopback interface configured for IPX. You can configure an asynchronous interface so that users can access AppleTalk zones by dialing in to the router via PPP through this interface. Users accessing the network can run AppleTalk and IP natively on a remote Macintosh, access any available AppleTalk zones from Chooser, use networked peripherals, and share files with other Macintosh users. This feature is referred to as AppleTalk Control Protocol (ATCP). You create a virtual network that exists only for accessing an AppleTalk internet through the server. To create a new AppleTalk zone, enter the appletalk virtual-net command and use a new zone name; this network number is then the only one associated with this zone. To add network numbers to an existing AppleTalk zone, use this existing zone name in the command; this network number is then added to the existing zone. Routing is not supported on these interfaces. To enable ATCP for PPP, use the following commands in interface configuration (asynchronous) mode: Step 1 Router(config-if)# encapsulation ppp Defines encapsulation as PPP on this interface. Step 2 Router(config-if)# appletalk virtual-net network-number zone-name Creates an internal network on the server. Step 3 Router(config-if)# appletalk client-mode Enables client-mode on this interface. DC-580
7 Configuring Asynchronous SLIP and PPP How to Configure Asynchronous SLIP and PPP Configuring IP and SLIP To enable IP-SLIP on a synchronous or asynchronous interface, use the following commands in interface configuration mode: Step 1 Router(config-if)# ip address ip-address mask Configures IP routing on the interface. or Router(config-if)# ip unnumbered type number Configures IP unnumbered routing on a serial interface. Step 2 Router(config-if)# encapsulation slip Enables SLIP encapsulation on the serial interface. Step 3 Router(config-if)# async mode interactive Enables interactive mode on an asynchronous interface. Configuring Asynchronous Host Mobility The access server supports a packet tunneling strategy that extends the internetwork in effect creating a virtual private link for the mobile user. When a user activates asynchronous host mobility, the access server on which the remote user dials in becomes a remote point of presence (POP) for the home network of the user. Once logged in, users experience a server environment identical to the one that they experience when they connect directly to the home access server. Once the network-layer connection is made, data packets are tunneled at the physical or data link layer instead of at the protocol layer. In this way, raw data bytes from dial-in users are transported directly to the home access server, which processes the protocols. Figure 84 illustrates the implementation of asynchronous host mobility on an extended internetwork. A mobile user connects to an access server on the internetwork and, by activating asynchronous host mobility, is connected to a home access server configured with the appropriate username. The user sees an authentication dialog or prompt from the home system and can proceed as if he or she were connected directly to that device. Figure 84 Asynchronous Host Mobility Company network Internet Access server (home) Data packets are encapsulated and "tunneled" to the home communications server where the protocols are translated Telecommuting user S3244 Asynchronous host mobility is enabled with the tunnel EXEC command and the ip tcp async-mobility server global configuration command. The ip tcp async-mobility server command establishes asynchronous listening on TCP tunnel port 57. The tunnel command sets up a network-layer connection to the specified destination. Both commands must be used. The access server accepts the connection, attaches it to a virtual terminal line, and runs a command parser capable of running the normal dial-in services. After the connection is established, data is transferred between the modem and network connection with a minimum of interpretations. When communications are complete, the network connection can be closed and terminated from either end. DC-581
8 How to Configure Asynchronous SLIP and PPP Configuring Asynchronous SLIP and PPP To enable asynchronous host mobility, use the following commands beginning in global configuration mode: Step 1 Router(config)# ip tcp async-mobility server Enables asynchronous listening on TCP tunnel port 57. Step 2 Router(config)# exit Returns to user EXEC mode. Step 3 Router# tunnel host Sets up a network-layer connection to a router by specifying its Internet name or address. Replace the host argument with the name or address of the device that you want to connect to. To connect from a router other than a Cisco router, you must use Telnet. After a connection is established, you receive an authentication dialog or prompt from your home router, and can proceed as if you are connected directly to that router. When communications are complete, the network connection can be closed and terminated from either end of the connection. Making Additional Remote Node Connections Creating PPP Connections This section describes how to connect devices across telephone lines by using PPP and SLIP. It includes the following sections: Creating PPP Connections Making SLIP Connections When you connect from a remote node computer through an asynchronous port on an access server to the EXEC facility to connect from the access server to a device on the network, use the following command in EXEC mode: Router> ppp {/default {remote-ip-address remote-name} [@tacacs-server]} [/routing] Creates a PPP connection. If you specify an address for the TACACS server using /default or tacacs-server, the address must be the first parameter in the command after you type ppp. If you do not specify an address or enter /default, you are prompted for an IP address or host name. You can enter /default at this point. For example, if you are working at home on the device named ntpc in Figure 85 and want to connect to Server 1 using PPP, you could dial in to the access server. When you connect to the EXEC prompt on the access server, enter the ppp command to connect with the device. DC-582
9 Configuring Asynchronous SLIP and PPP How to Configure Asynchronous SLIP and PPP Figure 85 Using the ppp Server 1 ntpc S1472a To terminate a session, disconnect from the device on the network using the command specific to that device. Then, exit from EXEC mode by using the exit command. Making SLIP Connections To make a serial connection to a remote host by using SLIP, use the following command in EXEC mode: Router> slip [/default] {remote-ip-address remote-name} [@tacacs-server] [/routing]} [/compressed] Creates a SLIP connection. Your system administrator can configure SLIP to expect a specific address or to provide one for you. It is also possible to set up SLIP in a mode that compresses packets for more efficient use of bandwidth on the line. If you specify an address for the TACACS server using /default or tacacs-server, the address must be the first parameter in the command after you type slip. If you do not specify an address or enter /default, you are prompted for an IP address or host name. You can enter /default at this point. If you do not use the tacacs-server argument to specify a TACACS server for SLIP address authentication, the TACACS server specified at login (if any) is used for the SLIP address query. To optimize bandwidth on a line, SLIP enables compression of the SLIP packets using Van Jacobson TCP header compression as defined in RFC To terminate a session, disconnect from the device on the network using the command specific to that device. Then, exit from EXEC mode by using the exit command. Configuring Remote Access to NetBEUI Services NetBIOS Extended User Interface (NetBEUI) is a simple networking protocol developed by IBM for use by PCs in a LAN environment. It is an extension of the original Network Basic Input/Output System (NetBIOS) from IBM. NetBEUI uses a broadcast-based name to 802.x address translation mechanism. Because NetBEUI has no network layer, it is a nonroutable protocol. The NetBIOS Frames Control Protocol (NBFCP) enables packets from a NetBEUI application to be transferred via a PPP connection. NetBEUI/PPP is supported in the access server and Cisco enterprise images only. Using the Cisco IOS implementation, remote NetBEUI users can have access to LAN-based NetBEUI services. The PPP link becomes the ramp for the remote node to access NetBIOS services on the LAN. (See Figure 86.) An Logical Link Control, type 2 (LLC2) connection is set up between the remote access client and router, and a second LLC2 connection is set up between the router and the remote access (NetBEUI) server. DC-583
10 How to Configure Asynchronous SLIP and PPP Configuring Asynchronous SLIP and PPP Figure 86 NetBEUI Connection Remote access client Modem LLC2 Modem Router LLC2 PPP NetBEUI connection NetBEUI server S3910 By supporting NetBEUI remote clients over PPP, Cisco routers function as a native NetBEUI dial-in router for remote NetBEUI clients. Thus, you can offer remote access to a NetBEUI network through asynchronous or ISDN connections. To enable a remote access client using a NetBEUI application to connect with the remote router providing NetBEUI services, configure interfaces on the remote access client side and the remote router side by using the following command in interface configuration mode: Router(config-if)# netbios nbf Enables NBFCP on each side of a NetBEUI connection. To view NetBEUI connection information, use the following command in EXEC mode: Router> show nbf sessions Views NetBEUI connection information. Configuring Performance Parameters Compressing TCP Packet Headers To tune IP performance, complete the tasks in the following sections: Compressing TCP Packet Headers (As required) Setting the TCP Connection Attempt Time (As required) Compressing IPX Packet Headers over PPP (As required) Enabling Fast Switching (As required) Controlling Route Cache Invalidation (As required) Customizing SLIP and PPP Banner Messages (As required) You can compress the headers of your TCP/IP packets to reduce their size and thereby increase performance. Header compression is particularly useful on networks with a large percentage of small packets, such as those supporting many Telnet connections. This feature compresses only the TCP DC-584
11 Configuring Asynchronous SLIP and PPP How to Configure Asynchronous SLIP and PPP header, so it has no effect on UDP packets or other protocol headers. The TCP header compression technique, described fully in RFC 1144, is supported on serial lines using High-Level Data Link Control (HDLC) or PPP encapsulation. You must enable compression on both ends of a serial connection. You can optionally specify outgoing packets to be compressed only when TCP incoming packets on the same interface are compressed. If you do not specify this option, the Cisco IOS software will compress all traffic. The default is no compression. You can also specify the total number of header compression connections that can exist on an interface. You should configure one connection for each TCP connection through the specified interface. To enable compression, use the following commands in interface configuration mode: Step 1 Step 2 Router(config-if)# ip tcp header-compression [passive] Router(config-if)# ip tcp compression-connections number Enables TCP header compression. Specifies the total number of header compression connections that can exist on an interface. Note When compression is enabled, fast switching is disabled. Fast processors can handle several fast interfaces, such as T1 lines, that are running header compression. However, you should think carefully about traffic characteristics in your network before compressing TCP headers. You might want to use the monitoring commands to help compare network utilization before and after enabling header compression. Setting the TCP Connection Attempt Time You can set the amount of time that the Cisco IOS software will wait to attempt to establish a TCP connection. In previous versions of the Cisco IOS software, the system would wait a fixed 30 seconds when attempting to make the connection. This amount of time is not enough in networks that have dialup asynchronous connections, such as a network consisting of dial-on-demand links that are implemented over modems, because it will affect your ability to use Telnet over the link (from the router) if the link must be brought up. Because the connection attempt time is a host parameter, it does not pertain to traffic going through the router, just to traffic originated at it. To set the TCP connection attempt time, use the following command in global configuration mode: Router(config)# ip tcp synwait-time seconds Sets the amount of time for which the Cisco IOS software will wait to attempt to establish a TCP connection. Compressing IPX Packet Headers over PPP The Cisco IOS software permits compression of IPX packet headers over various WAN media. There are two protocols for IPX compression on point-to-point links: CIPX, also known as Telebit style compression Shiva compression, which is proprietary DC-585
12 How to Configure Asynchronous SLIP and PPP Configuring Asynchronous SLIP and PPP Cisco routers support IPX Header Compression (CIPX) on all point-to-point Novell interfaces over various WAN media. CIPX is described in RFC 1553, Compressing IPX Headers Over WAN Media. The CIPX algorithm is based on the same concepts as Van Jacobson TCP/IP header compression algorithm. CIPX operates over PPP WAN links using either the IPXCP or IPXWAN communications protocols. CIPX compresses all IPX headers and IPX/NCP headers for Novell packets with the following Network Control Program (NCP) packet types: 0x2222 NCP request from workstation 0x3333 NCP replies from file server In this version of software, CIPX is configurable only for PPP links. CIPX header compression can reduce header information from 30 bytes down to as little as 1 byte. This reduction can save bandwidth and reduce costs associated with IPX routing over WAN links that are configured to use IPXCP or IPXWAN. Consider the following issues before implementing CIPX: CIPX is supported on all point-to-point IPX interfaces using PPP or IPXWAN processing (or both). CIPX needs to be negotiated for both directions of the link, because it uses the reverse direction of the link for communicating decompression problems back to the originating peer. In other words, all peer routers must have CIPX enabled. To configure CIPX, use the following command in global configuration mode: Router(config)# ipx compression cipx number-of-slots Compresses IPX packet headers in a PPP session. Note We recommend that you keep a slot value of 16. Because slots are maintained in the router buffer, a larger number can impact buffer space for other operations. Enabling Fast Switching Fast switching involves the use of a high-speed switching cache for IP routing. With fast switching, destination IP addresses are stored in the high-speed cache so that some time-consuming table lookups can be avoided. The Cisco IOS software generally offers better packet transfer performance when fast switching is enabled. To enable or disable fast switching, use the following commands in interface configuration mode: Step 1 Router(config-if)# ip route-cache Enables fast-switching (use of a high-speed route cache for IP routing). Step 2 Router(config-if)# no ip route-cache Disables fast switching and enables load balancing on a per-packet basis. DC-586
13 Configuring Asynchronous SLIP and PPP How to Configure Asynchronous SLIP and PPP Controlling Route Cache Invalidation The high-speed route cache used by IP fast switching is invalidated when the IP routing table changes. By default, the invalidation of the cache is delayed slightly to avoid excessive CPU load while the routing table is changing. To control route cache invalidation, use the following commands in global configuration mode as needed for your network: Note This task normally should not be necessary. It should be performed only under the guidance of technical staff. Incorrect configuration can seriously degrade the performance of your router. Customizing SLIP and PPP Banner Messages Step 1 Router(config)# no ip cache-invalidate-delay Allows immediate invalidation of the cache. Step 2 Router(config)# ip cache-invalidate-delay [minimum maximum quiet-threshold] Delays invalidation of the cache. This feature enables you to customize the banner that is displayed when making a SLIP or PPP connection to avoid connectivity problems the default banner message causes in some non-cisco SLIP and PPP dialup software. This feature is particularly useful when legacy client applications require a specialized connection string. To configure the SLIP-PPP banner message, use the following command in global configuration mode: Router(config)# banner slip-ppp d message d Configures the SLIP-PPP banner to display a customized message. You can also use tokens in the banner message to display current IOS configuration variables. Tokens are keywords of the form $(token). When you include tokens in a banner command, Cisco IOS will replace $(token) with the corresponding configuration variable. Table 35 lists the tokens that you can use in the banner slip-ppp command. Table 35 SLIP Banner Tokens Tokens Global $(hostname) $(domain) Slip/PPP Banner-Specific $(peer-ip) $(gate-ip) $(encap) Information Displayed in Banner Hostname of the router Domain name of the router IP address of the peer machine IP address of the gateway machine Encapsulation type (SLIP, PPP, and so on) DC-587
14 Configuration Examples for Asynchronous SLIP and PPP Configuring Asynchronous SLIP and PPP Table 35 SLIP Banner Tokens (continued) $(encap-alt) $(mtu) Encapsulation type displayed as SL/IP instead of SLIP MTU size Configuration Examples for Asynchronous SLIP and PPP This section provides the following examples: Basic PPP Configurations Examples Remote Node NetBEUI Examples Remote Network Access Using PPP Basic Configuration Example Remote Network Access Using PPP and Routing IP Example Remote Network Access Using a Leased Line with Dial-Backup and PPP Example Multilink PPP Using Multiple Asynchronous Interfaces Example Basic PPP Configurations Examples The following example illustrates how to make a connection when the system administrator defines a default IP address by including the peer default ip address command in interface configuration mode. Note The peer default ip address command replaces the async default ip address command. Once a correct password is entered, you are placed in SLIP mode, and the IP address appears: Router> slip Password: Entering SLIP mode. Your IP address is , MTU is 1524 bytes The following example shows the prompts displayed and the response required when dynamic addressing is used to assign the SLIP address: Router> slip IP address or hostname? Password: Entering SLIP mode Your IP address is , MTU is 1524 bytes In the previous example, the address had been assigned as the default. Password verification is still required before SLIP mode can be enabled, as follows: Router> slip default Password: Entering SLIP mode Your IP address is , MTU is 1524 bytes The following example illustrates the implementation of header compression on the interface with the IP address : Router> slip /compressed Password: DC-588
15 Configuring Asynchronous SLIP and PPP Configuration Examples for Asynchronous SLIP and PPP Entering SLIP mode. Interface IP address is , MTU is 1500 bytes. Header compression will match your system. In the preceding example, the interface is configured for ip tcp header-compression passive, which permitted the user to enter the /compressed keyword at the EXEC mode prompt. The message Header compression will match your system indicates that the user has specified compression. If the line was configured for ip tcp header-compression on, this line would read Header compression is On. The following example specifies a TACACS server named parlance for address authentication: Router> slip @parlance Password: Entering SLIP mode. Interface IP address is , MTU is 1500 bytes Header compression will match your system. The following example sets the SLIP-PPP banner using several tokens and the percent sign (%) as the delimiting character: Router(config)# banner slip-ppp % Enter TEXT message. End with the character '%'. Starting $(encap) connection from $(gate-ip) to $(peer-ip) using a maximum packet size of $(mtu) bytes... % When you enter the slip command, you will see the following banner. Notice that the $(token) syntax is replaced by the corresponding configuration variables. Starting SLIP connection from to using a maximum packet size of 1500 bytes... Remote Node NetBEUI Examples In the following example, asynchronous interface 7 and Ethernet interface 0 are configured to enable NetBEUI connectivity between the corporate telecommuter client and the remote access (NetBEUI) server. The PC client is running the Chat legacy application in Windows NT to connect with the remote server. (See Figure 87.) Figure 87 Connecting a Remote NetBEUI Client to a Server Through a Router Telecommuter corporate traveler Remote access client Modem Modem Interface Router LLC2 async 7 Interface Ethernet 0 NetBEUI connection NetBEUI server S3911 The configuration for the router is as follows: interface async 7 netbios nbf encapsulation ppp DC-589
16 Configuration Examples for Asynchronous SLIP and PPP Configuring Asynchronous SLIP and PPP You would also need to configure security, such as TACACS+, RADIUS, or another form of login authentication on the router. Remote Network Access Using PPP Basic Configuration Example Figure 88 illustrates a simple network configuration that includes remote PCs with modems connected via modem to a router. The cloud is a Public Switched Telephone Network (PSTN). The modems are connected via asynchronous lines, and the access server is connected to a local network. In this example, the following is configured: An asynchronous line on the access server configured to use PPP encapsulation. An interface on the access server for the modem connection; this interface also needs to be configured to accept incoming modem calls. A default IP address for each incoming line. Figure 88 Remote Network Access Using PPP Logical network S3290 This default address indicates the address of the remote PC to the server, unless the user explicitly specifies another when starting the PPP session. The server is configured for interactive mode with autoselect enabled, which allows the user to automatically begin a PPP session upon detection of a PPP packet from the remote PC; or, the remote PC can explicitly begin a PPP session by entering the ppp EXEC command at the prompt. The configuration is as follows: ip routing interface ethernet 0 ip address interface async 1 encapsulation ppp async mode interactive async default ip address async dynamic address ip unnumbered ethernet 0 line 1 autoselect ppp modem callin speed DC-590
17 Configuring Asynchronous SLIP and PPP Configuration Examples for Asynchronous SLIP and PPP Remote Network Access Using PPP and Routing IP Example Figure 89 illustrates a network configuration that provides routing functionality, allowing routing updates to be passed across the asynchronous lines. This network is composed of remote and local PCs connected via modem and network connections to an access server. This access server is connected to a second access server via an asynchronous line running TCP/IP. The second access server is connected to a local network via modem. For this scenario, you will need to configure the following: An asynchronous line on both access servers configured to use PPP encapsulation An interface on both access servers for the modem connection and for this interface to be configured to accept incoming modem calls A default IP address for each incoming line IP routing on all configured interfaces Figure 89 Routing on an Asynchronous Line Using PPP TCP/IP Logical network (async) S3291 The configuration is as follows: interface async 1 encapsulation ppp async mode interactive async default ip address async dynamic address ip unnumbered ethernet 0 async dynamic routing If you want to pass IP routing updates across the asynchronous link, enter the following commands: line 1 autoselect ppp modem callin speed Next, enter the following commands to configure the asynchronous lines between the access servers beginning in global configuration mode: interface async 2 async default ip address ip tcp header compression passive DC-591
18 Configuration Examples for Asynchronous SLIP and PPP Configuring Asynchronous SLIP and PPP Finally, configure routing as described in the Cisco IOS IP Configuration Guide using one of the following methods. The server can route packets three different ways. Use ARP, which is the default behavior. Use a default-gateway by entering the command ip default-gateway x.x.x.x, where x.x.x.x is the IP address of a locally attached router. Run an IP routing protocol such as Routing Information Protocol (RIP), Interior Gateway Routing Protocol (IGRP), Enhanced IGRP (EIGRP), or Open Shortest Path First (OSPF). Remote Network Access Using a Leased Line with Dial-Backup and PPP Example Figure 90 illustrates a scenario where two networks are connected via access servers on a leased line. Redundancy is provided by a dial-backup line over the PSTN so that if the primary leased line goes down, the dial-backup line will be automatically brought up to restore the connection. This configuration would be useful for using an auxiliary port as the backup port for a synchronous port. For this scenario, you would need to configure the following: Two asynchronous interfaces on each access server Two modem interfaces A default IP address for each interface Dial-backup on one modem interface per access server An interface connecting to the related network of an access server Figure 90 Asynchronous Leased Line with Backup Leased line Access server 1 Network A Access server 2 Network B S3292 Dial-backup line The configuration for this scenario follows: hostname routera username routerb password cisco chat-script backup "" "AT" TIMEOUT 30 OK atdt\t TIMEOUT 30 CONNECT \c interface Serial0 backup interface Async1 ip address interface Async1 ip address encapsulation ppp DC-592
19 Configuring Asynchronous SLIP and PPP Configuration Examples for Asynchronous SLIP and PPP async default ip address async dynamic address async dynamic routing async mode dedicated dialer in-band dialer map IP name routerb modem-script backup broadcast dialer-group 1 ppp authentication chap dialer-list 1 protocol ip permit line aux 0 modem InOut rxspeed txspeed Multilink PPP Using Multiple Asynchronous Interfaces Example The following example shows how to configure MLP using multiple asynchronous interfaces: chat-script backup "" "AT" TIMEOUT 30 OK atdt\t TIMEOUT 30 CONNECT \c ip address-pool local ip pool foo int as 1 (2, 3) no ip address dialer in-band encapsulation ppp ppp multilink dialer-rotary 1 interface dialer 1 encaps ppp ip unnumbered ethernet 0 peer default ip addr pool foo ppp authentication chap ppp multilink dialer in-band dialer map ip name WAN-R3 modem-script backup broadcast dialer load-threshold 5 either dialer-group 1 dialer-list 1 protocol ip permit line line 1 3 modem InOut speed DC-593
20 Configuration Examples for Asynchronous SLIP and PPP Configuring Asynchronous SLIP and PPP DC-594
Overview of Dial Interfaces, Controllers, and Lines
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.
NetFlow Subinterface Support
NetFlow Subinterface Support Feature History Release Modification 12.2(14)S This feature was introduced. 12.2(15)T This feature was integrated into Cisco IOS Release 12.2 T. This document describes the
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
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
GLBP - Gateway Load Balancing Protocol
GLBP - Gateway Load Balancing Protocol Gateway Load Balancing Protocol (GLBP) protects data traffic from a failed router or circuit, like Hot Standby Router Protocol (HSRP) and Virtual Router Redundancy
Network Security and AAA
ICT Technical Update Module Network Security and AAA Prof. Dr Harsha Sirisena Electrical and Computer Engineering University of Canterbury AAA Introduction Overview A network administrator may allow remote
Leased Line PPP Connections Between IOS and HP Routers
Leased Line PPP Connections Between IOS and HP Routers This technical document describes how to connect an IOS Router to an HP Router using point-to-point protocol. An example of an IOS router connected
Guide to TCP/IP, Third Edition. Chapter 3: Data Link and Network Layer TCP/IP Protocols
Guide to TCP/IP, Third Edition Chapter 3: Data Link and Network Layer TCP/IP Protocols Objectives Understand the role that data link protocols, such as SLIP and PPP, play for TCP/IP Distinguish among various
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
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,
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
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
CHAPTER 3 STATIC ROUTING
CHAPTER 3 STATIC ROUTING This chapter addresses the end-to-end delivery service of IP and explains how IP routers and hosts handle IP datagrams. The first section discusses how datagrams are forwarded
Using Configuration Builder, Show Commands, and Health Monitor
CHAPTER 2 Using Configuration Builder, Show Commands, and Health Monitor CiscoWorks Windows is a suite of integrated PC-based network configuration and diagnostic tools for small to medium-sized networks
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
Prestige 310. Cable/xDSL Modem Sharing Router. User's Guide Supplement
Prestige 310 Cable/xDSL Modem Sharing Router User's Guide Supplement Domain Name Support Enhanced WAN Setup Remote Node Support PPPoE Support Enhanced Unix Syslog Setup Firmware and Configuration Files
Perle 833 Remote Access Server Guide
Perle 833 Remote Access Server Guide 5500114-11 Copyrights Copyright 1995-2002, Perle Systems Limited and its suppliers. Apple, Macintosh, and AppleTalk are trademarks of Apple Computer Inc. IBM, AT, CA/400,
7.1. Remote Access Connection
7.1. Remote Access Connection When a client uses a dial up connection, it connects to the remote access server across the telephone system. Windows client and server operating systems use the Point to
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
Introduction to LAN/WAN. Network Layer (part II)
Introduction to LAN/WAN Network Layer (part II) Topics The Network Layer Introduction Routing (5.2) The Internet (5.5) IP, IP addresses ARP (5.5.4) OSPF (5.5.5) BGP (5.5.6) Congestion Control (5.3) Internetworking
Guideline for setting up a functional VPN
Guideline for setting up a functional VPN Why do I want a VPN? VPN by definition creates a private, trusted network across an untrusted medium. It allows you to connect offices and people from around the
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,
Basic Software Configuration Using the Cisco IOS Command-Line Interface
Basic Software Configuration Using the Cisco IOS Command-Line Interface This document describes how to use the Cisco IOS command-line interface (CLI) to perform a basic software configuration for your
Sampled NetFlow. Feature Overview. Benefits
Sampled NetFlow This feature module describes the Sampled NetFlow feature. It includes information on the benefits of the new feature, supported platforms, supported standards, and the commands necessary
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
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)
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
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
ccna question and answers
ccna question and answers 46 Which addresses are valid host addresses? A. 201.222.5.17 B. 201.222.5.18 C. 201.222.5.16 D. 201.222.5.19 E. 201.222.5.31,B & D Subnet addresses in this situation are all in
Cisco Configuring Commonly Used IP ACLs
Table of Contents Configuring Commonly Used IP ACLs...1 Introduction...1 Prerequisites...2 Hardware and Software Versions...3 Configuration Examples...3 Allow a Select Host to Access the Network...3 Allow
Configuring NetFlow Switching
Configuring NetFlow Switching This chapter describes how to configure NetFlow switching. For a complete description of NetFlow commands used in this chapter, refer to the Cisco IOS Switching s chapter
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
- Basic Router Security -
1 Enable Passwords - Basic Router Security - The enable password protects a router s Privileged mode. This password can be set or changed from Global Configuration mode: Router(config)# enable password
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.
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:
Understanding the Cisco VPN Client
Understanding the Cisco VPN Client The Cisco VPN Client for Windows (referred to in this user guide as VPN Client) is a software program that runs on a Microsoft Windows -based PC. The VPN Client on a
AS/400e. TCP/IP routing and workload balancing
AS/400e TCP/IP routing and workload balancing AS/400e TCP/IP routing and workload balancing Copyright International Business Machines Corporation 2000. All rights reserved. US Government Users Restricted
Configuring SNMP and using the NetFlow MIB to Monitor NetFlow Data
Configuring SNMP and using the NetFlow MIB to Monitor NetFlow Data NetFlow is a technology that provides highly granular per-flow statistics on traffic in a Cisco router. The NetFlow MIB feature provides
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
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
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
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
Unicast Reverse Path Forwarding
Unicast Reverse Path Forwarding This feature module describes the Unicast Reverse Path Forwarding (RPF) feature, which helps to mitigate problems caused by malformed or forged IP source addresses passing
ERserver. iseries. TCP/IP routing and workload balancing
ERserver iseries TCP/IP routing and workload balancing ERserver iseries TCP/IP routing and workload balancing Copyright International Business Machines Corporation 1998, 2001. All rights reserved. US
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
SLIP and PPP. Gursharan Singh Tatla. [email protected] www.eazynotes.com. 1 www.eazynotes.com
SLIP and PPP Gursharan Singh Tatla [email protected] 1 Data Link Layer in Internet We know that Internet consists of individual systems that are connected to each other. Basically, it is wide are
CCNA Exploration 4.0: (II) Routing Protocols and Concepts. Chapter 1: Introduction to Routing and Packet Forwarding
Http://elmaestrodelared.blogspot.com CCNA Exploration 4.0: (II) Routing Protocols and Concepts Chapter 1: Introduction to Routing and Packet Forwarding 1. If a router cannot find a valid configuration
Configuring RADIUS Dial Up with Livingston Server Authentication
Configuring RADIUS Dial Up with Livingston Server Authentication Document ID: 8537 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Configuration Clients File on Server
Lab 2 - Basic Router Configuration
CS326 Fall 2001 Room: PAI 5.48 Name: Lab 2 - Basic Router Configuration In this lab you will learn: the various configuration modes of Cisco 2621 routers how to set up IP addresses for such routers how
Networking TCP/IP routing and workload balancing
System i Networking TCP/IP routing and workload balancing Version 5 Release 4 System i Networking TCP/IP routing and workload balancing Version 5 Release 4 Note Before using this information and the product
High-Level Data Link Control
High-Level Data Link Control This class of data link layer protocols includes High-level Data Link Control (HDLC), Link Access Procedure Balanced (LAPB) for X.25, Link Access Procedure for D-channel (LAPD)
Lab 7.2.9 Load Balancing Across Multiple Paths
Lab 7.2.9 Load Balancing Across Multiple Paths Objective Configure Load balance across multiple paths. Observe the load balancing process. Background/Preparation Cable a network similar to the one in the
Enabling and Monitoring NetFlow on Subinterfaces
Enabling and Monitoring NetFlow on Subinterfaces This module contains instructions for enabling and monitoring NetFlow on a router subinterface or a Versatile Interface Processor (VIP) controller interface.
Introduction To Computer Networking
Introduction To Computer Networking Alex S. 1 Introduction 1.1 Serial Lines Serial lines are generally the most basic and most common communication medium you can have between computers and/or equipment.
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
Terminal Server Configuration and Reference Errata
Doc. No. 78-0944-06A0 June 14, 1993 Terminal Server Configuration and Reference Errata This document supplies corrections and additional informaiton for the 9.0 version of the Cisco publication Terminal
This document explains how to use your Web Browser to configure the 100BaseT Print Server models
Web Browser This document explains how to use your Web Browser to configure the 100BaseT Print Server models Overview 100BaseT Print Server models incorporate a HTTP server. This allows you to connect
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
NetFlow Aggregation. Feature Overview. Aggregation Cache Schemes
NetFlow Aggregation This document describes the Cisco IOS NetFlow Aggregation feature, which allows Cisco NetFlow users to summarize NetFlow export data on an IOS router before the data is exported to
Virtual Fragmentation Reassembly
Virtual Fragmentation Reassembly Currently, the Cisco IOS Firewall specifically context-based access control (CBAC) and the intrusion detection system (IDS) cannot identify the contents of the IP fragments
Configuring IP Load Sharing in AOS Quick Configuration Guide
Configuring IP Load Sharing in AOS Quick Configuration Guide ADTRAN Operating System (AOS) includes IP Load Sharing for balancing outbound IP traffic across multiple interfaces. This feature can be used
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
"Charting the Course...
Description "Charting the Course... Course Summary Interconnecting Cisco Networking Devices: Accelerated (CCNAX), is a course consisting of ICND1 and ICND2 content in its entirety, but with the content
- Advanced IOS Functions -
1 The Configuration Register - Advanced IOS Functions - The configuration register (config-register) is a hexadecimal value that controls various aspects of how a router boots, including: Baud Rate Boot
Table of Contents. Cisco How Does Load Balancing Work?
Table of Contents How Does Load Balancing Work?...1 Document ID: 5212...1 Introduction...1 Prerequisites...1 Requirements...1 Components Used...1 Conventions...1 Load Balancing...1 Per Destination and
BSCI Chapter 1. 2006 Cisco Systems, Inc. All rights reserved.
BSCI Chapter 1 This lesson starts by introducing the network as the platform for the Information age. The Cisco vision i of the future Intelligent t Information Network (IIN) and the Service-Oriented Network
Configuring DHCP. DHCP Server Overview
Configuring DHCP This chapter describes how to configure Dynamic Host Configuration Protocol (DHCP). For a complete description of the DHCP commands listed in this chapter, refer to the DHCP s chapter
IP Application Services Commands show vrrp. This command was introduced. If no group is specified, the status for all groups is displayed.
show vrrp show vrrp To display a brief or detailed status of one or all configured Virtual Router Redundancy Protocol (VRRP) groups on the router, use the show vrrp command in privileged EXEC mode. show
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
How To Learn Cisco Cisco Ios And Cisco Vlan
Interconnecting Cisco Networking Devices: Accelerated Course CCNAX v2.0; 5 Days, Instructor-led Course Description Interconnecting Cisco Networking Devices: Accelerated (CCNAX) v2.0 is a 60-hour instructor-led
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
IP Routing Configuring Static Routes
11 IP Routing Configuring Static Routes Contents Overview..................................................... 11-3 IP Addressing.............................................. 11-3 Networks.................................................
Interconnecting Cisco Network Devices 1 Course, Class Outline
www.etidaho.com (208) 327-0768 Interconnecting Cisco Network Devices 1 Course, Class Outline 5 Days Interconnecting Cisco Networking Devices, Part 1 (ICND1) v2.0 is a five-day, instructorled training course
Overview of Routing between Virtual LANs
Overview of Routing between Virtual LANs This chapter provides an overview of virtual LANs (VLANs). It describes the encapsulation protocols used for routing between VLANs and provides some basic information
Using Cisco IOS Software
Using Cisco IOS Software This chapter provides helpful tips for understanding and configuring Cisco IOS software using the command-line interface (CLI). It contains the following sections: Understanding
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
Application Protocols for TCP/IP Administration
Application Protocols for TCP/IP Administration BootP, TFTP, DHCP Agenda BootP TFTP DHCP BootP, TFTP, DHCP, v4.4 2 Page 60-1 BootP (RFC 951, 1542, 2132) BootP was developed to replace RARP capabilities
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
Using the Border Gateway Protocol for Interdomain Routing
CHAPTER 12 Using the Border Gateway Protocol for Interdomain Routing The Border Gateway Protocol (BGP), defined in RFC 1771, provides loop-free interdomain routing between autonomous systems. (An autonomous
Course Overview: Learn the essential skills needed to set up, configure, support, and troubleshoot your TCP/IP-based network.
Course Name: TCP/IP Networking Course Overview: Learn the essential skills needed to set up, configure, support, and troubleshoot your TCP/IP-based network. TCP/IP is the globally accepted group of protocols
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
CS 393/682 Network Security. Nasir Memon Polytechnic University Module 7 Virtual Private Networks
CS 393/682 Network Security Nasir Memon Polytechnic University Module 7 Virtual Private Networks Course Logistics Midterm next week. Old exams posted Brief review at end of this module HW 4 assigned, due
How To Plan Out Your Own Version Of Hpl (Dhcp) On A Network With A Network (Dns) On Your Network (Dhpl) On An Ipad Or Ipad On A Pc Or Ipa On A Server On A
System i Networking Dynamic Host Configuration Protocol Version 5 Release 4 System i Networking Dynamic Host Configuration Protocol Version 5 Release 4 Note Before using this information and the product
CCT vs. CCENT Skill Set Comparison
Operation of IP Data Networks Recognize the purpose and functions of various network devices such as Routers, Switches, Bridges and Hubs Select the components required to meet a given network specification
3.1 Connecting to a Router and Basic Configuration
3.1 Connecting to a Router and Basic Configuration Objective This lab will focus on the ability to connect a PC to a router in order to establish a console session and observe the user interface. A console
iseries TCP/IP routing and workload balancing
iseries TCP/IP routing and workload balancing iseries TCP/IP routing and workload balancing Copyright International Business Machines Corporation 2000, 2001. All rights reserved. US Government Users Restricted
Network Protocol Configuration
Table of Contents Table of Contents Chapter 1 Configuring IP Addressing... 1 1.1 IP Introduction... 1 1.1.1 IP... 1 1.1.2 IP Routing Protocol... 1 1.2 Configuring IP Address Task List... 2 1.3 Configuring
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
Broadband Router ESG-103. User s Guide
Broadband Router ESG-103 User s Guide FCC Warning This equipment has been tested and found to comply with the limits for Class A & Class B digital device, pursuant to Part 15 of the FCC rules. These limits
NetFlow v9 Export Format
NetFlow v9 Export Format With this release, NetFlow can export data in NetFlow v9 (version 9) export format. This format is flexible and extensible, which provides the versatility needed to support new
100-101: Interconnecting Cisco Networking Devices Part 1 v2.0 (ICND1)
100-101: Interconnecting Cisco Networking Devices Part 1 v2.0 (ICND1) Course Overview This course provides students with the knowledge and skills to implement and support a small switched and routed network.
VPN. Date: 4/15/2004 By: Heena Patel Email:[email protected]
VPN Date: 4/15/2004 By: Heena Patel Email:[email protected] What is VPN? A VPN (virtual private network) is a private data network that uses public telecommunicating infrastructure (Internet), maintaining
P and FTP Proxy caching Using a Cisco Cache Engine 550 an
P and FTP Proxy caching Using a Cisco Cache Engine 550 an Table of Contents HTTP and FTP Proxy caching Using a Cisco Cache Engine 550 and a PIX Firewall...1 Introduction...1 Before You Begin...1 Conventions...1
FIREWALLS & CBAC. [email protected]
FIREWALLS & CBAC [email protected] Implementing a Firewall Personal software firewall a software that is installed on a single PC to protect only that PC All-in-one firewall can be a single device that
Chapter 6 Configuring IP
Chapter 6 Configuring IP This chapter describes the Internet Protocol (IP) parameters on HP ProCurve routing switches and switches and how to configure them. After you add IP addresses and configure other
