Before you start the lab exercises see the lab administrator or EEE3080F tutor to get assigned to your routers.

Size: px
Start display at page:

Download "Before you start the lab exercises see the lab administrator or EEE3080F tutor to get assigned to your routers."

Transcription

1 EEE3080F Lab 3 Huawei Routers Student Lab Manual Before you start the lab exercises see the lab administrator or EEE3080F tutor to get assigned to your routers.

2 Contents 3.1 Introduction to Huawei routers Objective Introduction Preparation Diagram Experiment Conclusion Commands PAP (Password Authentication Protocol) Objective Introduction Preparation Diagram Experiment Conclusion Commands FRP (Frame Relay Protocol) Objective Introduction Preparation Diagram Experiment Conclusion Commands: CHAP (Challenge Handshake Authentication Protocol) Objective Introduction Preparation Diagram Experiment Conclusion Commands X Objective Introduction Preparation Diagram Experiment Conclusion Commands FRS (Frame Relay Sub-interface) Objective Introduction... 37

3 3.6.3 Preparation Diagram Experiment Conclusion Command

4 Explanation of this Manual Attention please: when you log on the computer for LAB 3, make sure you ask the tutor to configure the cables for you, do not do it yourself!!! (1) We only prepare the manuals for compulsory labs, yet if you still have extra time, please get the manuals for other labs from the tutors. (2) Lab 3.2 and 3.3 are compulsory. The tutor will introduce 3.1, which is the basic lab of this manual. Remember the commands of the lab; try to answer the question asked. This will give you useful practice for the end of semester lab test. (3) Lab 3.4, 3.5 and 3.6 are optional. For this experiment you will need to work in pairs. The first pair will use PCs 1 and 2, second pair PCs 3 and 4, third pair PCs 5 and 6, and the fourth pair PCs 7 and 8. Before you telnet into the router you need to configure an IP address, subnet mask and default gateway for your PC. If you are using PC 1, 3, 5 or 7 configure the following: 1. IP address of PC , subnet mask , and default gateway (which is the IP address of the router port that you are connected to). If you are using PC 2, 4, 6 or 8 configure the following: 2. IP address of PC , subnet mask , and default gateway (which is the IP address of the router port that you are connected to). The configuration of the TCP/IP settings described above (these are the IP address, subnet mask and default gateway), is illustrated below: (N.B: Ignore the fact that the IP address is , it should actually be , and the gateway should be , instead of ). We will give an example of the IP address for PCs 1, 3, 5 and 7. A similar method can be used for PCs 2, 4, 6 and 8. 4

5 Steps: ( start - control panel )/ at the right bottom on your computer you will find the icon of- network connections -select properties of local area connections - general - internet protocol (TCP/IP)- using the following IP address (Question: Why should we configure the default gateway as ?) 5

6 (4) We use telnet to configure the routers ( start run ): The telnet password for this lab is huawei. The IP address of the router port has already been configured so you do not need to worry about it. 6

7 (5) Abbreviation list (command can be abbreviated when typing if it does not conflict with another command): Normal Command Abbreviated Command Normal Command display disp Ethernet e Interface Serial Int s Abbreviated Command (6) When you finish the configuration, you can check the configuration by: [RTA] display current-configuration You can check the configuration of ports by: [RTA] display interface There are many more commands you can use which are not listed in this manual. (7) Type the first two/three letters of a command, the rest will be automatically completed by pressing Tab button on the keyboard. If you need help, then just type?, you may get the information you need. 7

8 3.1 Introduction to Huawei routers Objective Users will learn how to use Huawei routers, how to configure the IP address of router ports, the IP address of the computer, and how to implement a network. Users will also realize communication between two routers and two PCs Introduction This lab will introduce you to the configuration of Huawei routers. In this experiment, two routers are connected by a serial cable. Each router connects to a PC. This lab will use the default protocol configurations. We only configure the IP address of the serial ports of Huawei routers and the IP address of PCs. To enable the 2 PCs to communicate with each other: 1. Enter the configuration mode of each router s serial port and set the IP address. 2. Set the IP address of PCs 1, 3, 5 or 7, to for the PCs 2, 4, 6 or 8 to You will telnet into the router IP address which will be for PCs 1, 3, 5 or 7, and for PCs 2, 4, 6 or 8, and use the login password huawei Preparation Two PCs with 10/100M NIC installed Two Routers (Quidway AR 28-31) with 100/1000M Ethernet ports, Serial ports. Console cable, Cross cables. 8

9 3.1.4 Diagram RTA RTB S 1/1 S 1/ E 0/0 E 0/ PC 2,4,6 or PC 1,3,5 or Experiment 1. Log in to the Router using: telnet for connections to routers 1, 3, 5 or 7. The login password is huawei. telnet for connections to routers 2, 4, 6 or 8. The login password is huawei. 9

10 2. Log in to the system and change the name of the router to RTA (if you are accessing router 1, 3, 5 or 7). If you are accessing routers 2, 4, 6 or 8, change the router name to RTB. If you get informational (logging) messages on your console screen, such as the ones shown below, ignore them and press enter, and continue with the lab. 10

11 3. Enter the serial port S 1/1 of RTA, interface configuration mode 4. Set the IP address of S 1/1 of RTA: and if you are accessing RTB, set the IP address of its serial interface, S 1/1 to If you get the following log messages: Shutdown and Undo Shutdown are to refresh the states of the ports. 11

12 Type shutdown then enter, followed by undo shutdown then enter. 5. The IP addresses of the E 0/0 ethernet ports were set before you began the lab. This was done to enable you to access the router using the telnet program. However for your own knowledge, the configuration of the IP address of an Ethernet port (in this case E 0/0) is shown below: Enter Ethernet port E 0/0 of RTA, interface configuration mode Set the IP address of Ethernet port E 0/0 of RTA as: (N.B: In this case the IP address was set to , while in the actual lab experiment, router RTA, was set to The subnet mask is in both cases). 12

13 (Question: can we set the IP address here as ? Why?) The same steps can be carried out to configure the IP address of router RTB, to , and the subnet mask to Log in to RTB using the same step as RTA. 7. Set the IP address of S 1/1 of RTB to Check the communication between the computers and the routers. Using: start - run - cmd - on PCs 1, 3, 5 or 7: ping ping

14 ping From PCs 2, 4, 6 or 8: ping , and (Question: Why do we ping the IP addresses in this order from both PCs?) Conclusion When you check the configuration of RTA and RTB by: [RTA]display interfaces You will find that PPP encapsulation has automatically been selected for the serial interfaces. That means the default protocol of the serial interface on a Huawei router is PPP. From this experiment we learn how to set the IP address of serial ports and Ethernet ports, how to set the IP address of PCs, and how to check the communication between the PCs. 14

15 The steps are summarized: (1) Log in to the routers. (2) Set the IP address of serial port and Ethernet port of RTA and RTB. (2) Set the IP address of the PCs. (3) Check the result of this experiment whether PCA and PCB can communicate Commands RTA: [RTA] interface S 1/1 [RTA-s 1/1] IP address [RTA] display current-configuration [RTB]: [RTB] interface S 1/1 [RTB-s 1/1] IP address [RTB] display current-configuration 3.2 PAP (Password Authentication Protocol) Objective Learn to configure PPP PAP authentication protocol. Realize the communication between two routes with PAP authentication protocol Introduction PAP is a 2-handshake authentication and the password is transmitted in plain text. In the first lab of this chapter, we know that if we do not configure any protocol, PPP will be automatically encapsulated. This lab wants to configure PAP protocol to realize the communication between two Huawei routers. Serial ports s 1/1 are selected to configure PAP protocol. This lab wants to realize the communication between two s 1/1 with PAP 15

16 authentication protocol; therefore, the step for configuring the IP address of PCs in the first lab is unnecessary. It has the following steps. 1. Set the IP address of the selected serial port interface of the Router Authentication Party RTA: 2. Configure the user list. 3. Authorize PAP authentication. Authenticated Party RTB: 4. Configure PAP user Preparation One PC with 10/100M NIC installed Two Routers (Quidway AR 28-31) with 100/1000M Ethernet ports, Serial ports. Console cable, Cross cables Diagram RTA S 1/ S 1/0 RTB Console PC A Experiment Configure RTA 16

17 1. Log in 2. Set the IP address of s1/1 of RTA 3. Add user RTB and set the password. 4. Authorize the PAP authentication mode. 17

18 Configure RTB 5. Log in and configure IP address of S 1/1 6. Configure PAP user and the password. 7. Check the communication between both PCs, and RTA and RTB 18

19 3.2.6 Conclusion This lab wants to realize the communication between two PCs with PAP authentication. There are two parts of PAP, authenticating party and authenticated party. In authenticating party we should: (1) Configure user list with the password and (2) Configure PAP authentication. In authenticated party we should (1) Configure PAP send user Commands RTA [RTA] local-user RTB [RTA-luser-RTB] password simple hello [RTA-luser-RTB] quit [RTA] int s 1/1 [RTA-s 1/1] IP address [RTA-s 1/1] PPP authentication-mode pap RTB [RTB] int s 1/1 [RTB-s1/1] IP address [RTB-s1/1] PPP pap local-user RTB 19

20 [RTB-luser-RTA] password simple hello 3.3 FRP (Frame Relay Protocol) Objective Learn to configure FRP. Realize the communication of two routers with FRP protocol Introduction The frame relay protocol is a kind of fast packet switching technology based on X.25 protocol. FRP only implements the function of the core of the link layer; therefore it is simpler and more efficient to forward or switch data units in the data link layer. This experiment has the following steps: 1. Encapsulate interface. 2. Configure the terminal type of frame relay interface. 3. Allocate DLCI on DCE Preparation One PC with 10/100M NIC installed Two Routers (Quidway AR 28-31) with 100/1000M Ethernet ports, Serial ports. Console cable, Cross cables 20

21 3.3.4 Diagram RTA Console DLCI= S 1/1 DCE DTE S 1/1 RTB PC A Experiment RTA 1. Enable frame relay switching 2. Configure the IP address of the interface 21

22 3. Configure the interface encapsulation as frame relay 4. Configure local virtual circuit 5. Configure static address mapping 22

23 RTB 6. Configure the IP address of the interface 7. Configure the interface encapsulation as frame relay 8. Configure static address mapping 23

24 9. Check the communication between both PCs, and RTA and RTB (Question: Change the DLCI for R1 S 2/1 as 200: [RTA -S 1/1] fr dlci 200 Ping the address , succeed or not? Then change the command as: [R1-S 2/1] fr inarp Ping the address , succeed or not?) Conclusion FRP is an important lab. In this lab, the following job should be completed to realize the communication between two Huawei routers: (1) Encapsulate the frame relay protocol Link-protocol frame-relay (2) Configure the terminal type of the frame relay interface Fr interface {dce / dte} 24

25 3.3.7 Commands: RTA [RTA] fr switching [RTA] interface S 1/1 [RTA-S 1/1] IP address [RTA-S 1/1] link-protocol fr [RTA-S 1/1] fr interface-type dce [RTA-S 1/1] fr dlci 100 [RTA-fr-dlci-S 1/1-100] fr map ip dlci 100 RTB [RTB] interface S 1/1 [RTB-S 1/1] IP address [RTB-S 1/1] link-protocol fr [RTB-S 1/1] fr interface-type dte [RTB-S 1/1] fr map IP dlci CHAP (Challenge Handshake Authentication Protocol) Objective Learn to configure CHAP protocol. Realize the communication between two Huawei routers using CHAP authentication protocol Introduction CHAP is a 3-handshake protocol. The authentication is originated by the authenticating part. Like PAP authentication protocol, there are two parts in CHAP, authenticating party and authenticated party. 1. Set the IP address of the selected serial port interface of the Router Authentication Party: 2. Configure authentication method. 3. Configure local host name. 4. Add the remote user name and password to the local user list. 25

26 Authenticated Party: 5. Configure the local host name and the remote user name and password Preparation One PC with 10/100M NIC installed Two Routers (Quidway AR 28-31) with 100/1000M Ethernet ports, Serial ports. Console cable, Cross cables Diagram RTA S 1/ S 1/1 RTB Console PC A Experiment RTA 26

27 RTB 27

28 28

29 Check the communication between both PC, and RTA and RTB Conclusion In CHAP authentication protocol, we have the following things to do: (1) Authenticating party configuration: Configure authentication method ppp authentication-mode chap Configure local host name ppp CHAP user username Add the remote user name and password to the local user list. local-user username password simple password (2) Authenticated party configuration: Configure the local host name and the remote user name and the password. ppp CHAP user username local-user username password simple password Commands RTA [RTA] local-user RTB [RTA-luser-RTB] password simple hello [RTA] int s 1/1 [RTA-s 1/1] PPP chap user RTA [RTA-s 1/1]PPP authentication-mode chap 29

30 RTB [RTB] local-user RTA [RTA-luser-RTB] password simple hello [RTA] int s 1/1 [RTA-s1/1] PPP chap user RTB 3.5 X Objective Learn to configure X.25 protocol. Realize the communication of two computer use X.25 protocol Introduction The X.25 recommendation is the interface specification between the DTE and the DCE. Its main function is to describe how to set up virtual circuit, transmission packets, set up links, transmit data, release links and to clear the virtual circuits between the DTE and the DCE, and in the meantime, it will implement the error control, flow control, statistics, etc. And also it provides users with some optional services and configuration functions. (Note: The DTE and DCE here are different form the DTE and DCE of the physical interface. Here DTE means the user equipment such as routers, etc; DCE means equipments such as packet switch, etc. Route can also sever as the DCE.) In the first experiment of this chapter, we know that if we do not configure any protocol, PPP will be automatically encapsulated. That means this experiment should configure X.25 by hand. It has the following steps. 1. Set the IP address of the selected interface of the Router 2. Configure the interface to encapsulate it as the X Specify its work model: DTE or DCE. 4. Specify the address mapping. 5. Set the flow control parameter. 30

31 3.5.3 Preparation One PC with 10/100M NIC installed Two Routers (Quidway AR 28-31) with 100/1000M Ethernet ports, Serial ports. Console cable, Cross cables Diagram RTA (DTE) RTB (DCE) S 1/1 S 1/1 Console PC A Experiment RTA: 1. Configure the IP address of S 1/1 of RTA 31

32 2. Encapsulate this interface as the X.25 interface and specify that it works in the DTE mode. 3. Specify the X.121 address in this interface 32

33 4. Specify the address mapping to the remote end 5. Set the flow control parameter RTB: 6. Configure the IP address of S 1/1 of RTB 33

34 7. Encapsulate this interface as the X.25 interface and specify that it works in the DTE mode. 8. Specify the X.121 address in this interface 34

35 9. Specify the address mapping to the remote end 10. Set the flow control parameter 11. Check the communication between both PCs, and RTA and RTB 35

36 (Question: Please change the command of step 9 as: [RTB- S 1/1] X25 map IP X121-address Try to ping the address , succeed or fail? Why?) Then input: [RTB- S 1/1] undo X25 map IP X121-address , ping again, succeed or fail? Why?) Conclusion In this lab, the following steps should be completed: (1) Configure the work mode of X.25 link-protocol X. 25 [dte/dce] (2) Congigure the X. 121 address X25 X121-address X. 121-address (3) Create the map between network address and X. 121 address X25 map protocol protocol-address x121-address X.121-address [?] Commands [RTA] interface s 1/1 [RTA- S 1/1] IP address [RTA- S 1/1] link-protocol X25 DTE [RTA- S 1/1] X25 X121-address [RTA- S 2/0] X25 map IP X121-address [RTB] interface s 1/1 [RTB- S 1/1] IP address [RTA- S 1/1] link-protocol X25 DCE [RTA- S 1/1] X25 X121-address [RTA- S 1/1] X25 map IP X121-address

37 3.6 FRS (Frame Relay Sub-interface) Objective Learn to configure FRS protocol. Realize the communication among the computers with FRS Introduction FRS aims at solving the issue of split horizon in FR, therefore it adds a function called sutinterface. That means on each physical interface we can set several subinterfaces, each has its own IP address. The function of the subinterface is the same as the physical interface, therefore the problem of split horizon is solved. This experiment has the following steps: 1. Configure the frame relay switch, enable frame relay switching, configure frame relay interface type, and configure PVC route. 2. Create subterface, allocate DLCI, create address mapping, and configure IP address on one Router. 3. Allocate DLCI, create address mapping, and configure IP address on other two Routers Preparation One PC with 10/100M NIC installed Three Routers (Quidway AR 28-31) with 100/1000M Ethernet ports, Serial ports. Console cable, Cross cables. 37

38 3.6.4 Diagram DLCI=100 S 1/1 R2 DTE R1 DTE DLCI=300 S 1/1.1 S 1/1 S 1/1.2 S 2/0 R4 DCE Frame-relay switch Console DLCI= S 2/1 PC A S 1/ DLCI=200 R3 DTE Experiment R1 1. Configure the interface encapsulation as FR 2. Create sub-interface of S 1/1.1, allocate DLCI, create address mapping, and configure IP address. 38

39 3. Create sub-interface of S 1/1.2, allocate DLCI, create address mapping, and configure IP address. R2: 4. Allocate DLCI, create address mapping, and configure IP address. 39

40 R3: 5. Allocate DLCI, create address mapping, and configure IP address. R4: 6. Enable frame relay switching 40

41 7. Configure frame relay interface type. Configure PVC switching route. 8. Create subinterface. 41

42 9. Configure FRP on S 2/ Configure FRP on S 2/ Check the communication among the routers: Ping from [R1] S 1/1.1 to

43 Ping from [R1] S 1/1.1 to Ping from [R3] S 1/1 to Ping from [R3] S 1/1 to

44 3.6.6 Conclusion In FRS lab, we should follow three steps: (1) Configure the frame relay switch (R4), including; Set IP address, enable frame relay switching, configure frame relay interface type, and configure PVC route. (Question: Why should not we set the IP address here?) (2) Configure R1, including: Create subinterface, set up address mapping, allocate DLCI (3) Configure R2 and R3, including: Sep IP address, enable frame relay switching, create address mapping, allocate DLCI Command R1: [R1] int s 1/1 [R1-s 1/1] link-protocol fr [R1-s 1/1] int s 1/1.1 [R1-s 1/1.1] fr map ip [R1-s 1/1.1] fr dlci 300 [R1-s 1/1.1] ip address [R1-s 1/1] int s 1/1.2 [R1-s 1/1.2] fr map ip [R1-s 1/1.2] fr dlci 400 [R1-s 1/1.2] ip address R2: [R2] fr switching [R2] link-protocol fr [R2-s 1/1] fr interface-type dce [R2-s 1/1] fr dlci-switch 300 interface s 2/0 dlci 100 [R2-s 1/1] fr dlci-switch 400 interface s 2/1 dlci 200 [R2-s 1/1] fr dlci

45 [R2-s 1/1] fr dlci 400 [R2-s 1/1] int s 1/1.1 [R2-s 1/1.1] int s 1/1.2 [R2] int s 2/0 [R2-s 2/0] link-protocol fr [R2-s 2/0] fr interface-type dce [R2-s 2/0] fr dlci-switch 100 interface s 1/1 dlci 300 [R2-s 2/0] fr dlci 100 [R2] int s 2/1 [R2-s 2/1] link-protocol fr [R2-s 2/1] fr interface-type dce [R2-s 2/1] fr dlci-switch 200 interface s 1/1 dlci 400 [R2-s 2/1] fr dlci 200 R3: [R3] int s 1/1 [R3-s 1/1] link-protocol fr [R3-s 1/1] fr map ip [R3-s 1/1] fr dlci 100 [R3-s 1/1] ip add R4: [R3] int s 1/1 [R4-s 1/1] link-protocol fr [R4-s 1/1] fr map ip [R4-s 1/1] fr dlci 100 [R4-s 1/1] ip add

PT Activity: Configure Cisco Routers for Syslog, NTP, and SSH Operations

PT Activity: Configure Cisco Routers for Syslog, NTP, and SSH Operations PT Activity: Configure Cisco Routers for Syslog, NTP, and SSH Operations Instructor Version Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway Switch Port R1 FA0/1

More information

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. 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

More information

Lab - Using IOS CLI with Switch MAC Address Tables

Lab - Using IOS CLI with Switch MAC Address Tables Topology Addressing Table Objectives Device Interface IP Address Subnet Mask Default Gateway R1 G0/1 192.168.1.1 255.255.255.0 N/A S1 VLAN 1 192.168.1.11 255.255.255.0 192.168.1.1 S2 VLAN 1 192.168.1.12

More information

Figure 1 - T1/E1 Internet Access

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

More information

Configure ISDN Backup and VPN Connection

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

More information

Connect the Host to attach to Fast Ethernet switch port Fa0/2. Configure the host as shown in the topology diagram above.

Connect the Host to attach to Fast Ethernet switch port Fa0/2. Configure the host as shown in the topology diagram above. Lab 1.2.2 Capturing and Analyzing Network Traffic Host Name IP Address Fa0/0 Subnet Mask IP Address S0/0/0 Subnet Mask Default Gateway RouterA 172.17.0.1 255.255.0.0 192.168.1.1 (DCE) 255.255.255.0 N/A

More information

CS 326e F2002 Lab 1. Basic Network Setup & Ethereal Time: 2 hrs

CS 326e F2002 Lab 1. Basic Network Setup & Ethereal Time: 2 hrs CS 326e F2002 Lab 1. Basic Network Setup & Ethereal Time: 2 hrs Tasks: 1 (10 min) Verify that TCP/IP is installed on each of the computers 2 (10 min) Connect the computers together via a switch 3 (10 min)

More information

Configuring an A Series LED Sign Controller for your Network

Configuring an A Series LED Sign Controller for your Network Configuring an A Series LED Sign Controller for your Network A Series LED displays from Optec support both serial and 10BaseT Ethernet communication. Serial communication via RS232 or RS485 is independent

More information

Device Interface IP Address Subnet Mask Default Gateway

Device Interface IP Address Subnet Mask Default Gateway Felix Rohrer Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway S1 VLAN 99 192.168.99.11 255.255.255.0 192.168.99.1 S2 VLAN 99 192.168.99.12 255.255.255.0 192.168.99.1

More information

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)

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

More information

BASIC ANALYSIS OF TCP/IP NETWORKS

BASIC ANALYSIS OF TCP/IP NETWORKS BASIC ANALYSIS OF TCP/IP NETWORKS INTRODUCTION Communication analysis provides powerful tool for maintenance, performance monitoring, attack detection, and problems fixing in computer networks. Today networks

More information

This techno knowledge paper can help you if: You need to setup a WAN connection between a Patton Router and a NetGuardian.

This techno knowledge paper can help you if: You need to setup a WAN connection between a Patton Router and a NetGuardian. Problem: Patton / 240T WAN Setup Platform: NetGuardian 240T This TKP is a guide to setting up a PPP to T1 WAN connection between a Patton Model 2603 Router and a NetGuardian 240T. The example in this guide

More information

Skills Assessment Student Training Exam

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

More information

Internet Access to a DVR365

Internet Access to a DVR365 Configuration Details : Internet Access to DVR365 Page : 1 Internet Access to a DVR365 These instructions will show you how to connect your DVR365 to the internet via an ADSL broadband modem/router. The

More information

NetVanta 3000 Series (with T1/FT1 or T1/FT1 with DSX-1 Network Interface Module)

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

More information

Computer Networks I Laboratory Exercise 1

Computer Networks I Laboratory Exercise 1 Computer Networks I Laboratory Exercise 1 The lab is divided into two parts where the first part is a basic PC network TCP/IP configuration and connection to the Internet. The second part is building a

More information

Lab 5.3.5 Configuring Basic Router Settings with the Cisco IOS CLI

Lab 5.3.5 Configuring Basic Router Settings with the Cisco IOS CLI Lab 5.3.5 Configuring Basic Router Settings with the Cisco IOS CLI Device Host Name Interface IP address Subnet mask R1 R1 Serial 0/0/0 (DCE) 172.17.0.1 255.255.0.0 FastEthernet 0/0 172.16.0.1 255.255.0.0

More information

Packet Tracer - Connecting a Wired and Wireless LAN Topology

Packet Tracer - Connecting a Wired and Wireless LAN Topology Topology 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 5 Addressing Table Objectives Cloud Cable Modem Router0 Router1 WirelessRouter Part 1: Connect to

More information

ADSL MODEM. User Manual V1.0

ADSL MODEM. User Manual V1.0 ADSL MODEM User Manual V1.0 CONTENTS 1.OVERVIEW... 3 1.1 ABOUT ADSL... 3 1.2 ABOUT ADSL2/2+... 3 1.3 FEATURES... 3 2 SPECIFICATION... 4 2.1 INTERFACE INTRODUCTION... 4 2.1.1 INDICATOR AND INTERFACE...

More information

Chapter 8 Lab B: Configuring a Remote Access VPN Server and Client

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

More information

Cisco CCNA Optional Semester 4 Labs Wide Area Networking LAB 1 T1 TSU WAN LINK OVERVIEW - Instructor Guide (Estimated time: 30 minutes)

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

More information

ASUS WL-5XX Series Wireless Router Internet Configuration. User s Guide

ASUS WL-5XX Series Wireless Router Internet Configuration. User s Guide ASUS WL-5XX Series Wireless Router Internet Configuration User s Guide Contents Chapter 1 Introduction:...1 Chapter 2 Connecting the wireless router...1 Chapter 3 Getting to know your Internet connection

More information

Objectives. Router as a Computer. Router components and their functions. Router components and their functions

Objectives. Router as a Computer. Router components and their functions. Router components and their functions 2007 Cisco Systems, Inc. All rights reserved. Cisco Public Objectives Introduction to Routing and Packet Forwarding Routing Protocols and Concepts Chapter 1 Identify a router as a computer with an OS and

More information

Model 2120 Single Port RS-232 Terminal Server Frequently Asked Questions

Model 2120 Single Port RS-232 Terminal Server Frequently Asked Questions Applications What are some of the applications for the Model 2120 Single Port Terminal Server? The Patton Single Port RS-232 Terminal Server provides the ability to bring virtually any RS-232 device onto

More information

Procedure: You can find the problem sheet on Drive D: of the lab PCs. Part 1: Router & Switch

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

More information

Setting up VPN Access for Remote Diagnostics Support

Setting up VPN Access for Remote Diagnostics Support Setting up VPN Access for Remote Diagnostics Support D. R. Joseph, Inc. supports both dial-up and Internet access for remote support of 3GIBC1 and LF-Sizer control systems. This document describes how

More information

FINS Gateway For OMRON PLCs

FINS Gateway For OMRON PLCs 1 Purpose This Technical Note describes how to set up a remote collaboration. A remote collaboration consists in configuring, programming or monitoring a PLC from a remote location, without the need of

More information

DSL-2600U. User Manual V 1.0

DSL-2600U. User Manual V 1.0 DSL-2600U User Manual V 1.0 CONTENTS 1. OVERVIEW...3 1.1 ABOUT ADSL...3 1.2 ABOUT ADSL2/2+...3 1.3 FEATURES...3 2 SPECIFICATION...4 2.1 INDICATOR AND INTERFACE...4 2.2 HARDWARE CONNECTION...4 2.3 LED STATUS

More information

Configuring a Leased Line

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

More information

1 crossover cable. the PCs. network

1 crossover cable. the PCs. network King Abdul-Aziz University Faculty of Computing and Information Technology Department of Information Technology Computer Networks CPIT370 Lab#2: Wired Peer to Peer network and star topology using a switch

More information

Connecting the DG-102S VoIP Gateway to your network

Connecting the DG-102S VoIP Gateway to your network Contents of Package: DG-102S VoIP Station Gateway Power adapter CD-ROM, including User s Manual Quick Install Guide Requirements: RS-232 Console Cable Two RJ-45 CAT-5 Straight-Through Cables For more information

More information

10.3.1.8 Lab - Configure a Windows 7 Firewall

10.3.1.8 Lab - Configure a Windows 7 Firewall 5.0 10.3.1.8 Lab - Configure a Windows 7 Firewall Print and complete this lab. In this lab, you will explore the Windows 7 Firewall and configure some advanced settings. Recommended Equipment Step 1 Two

More information

D-Link DAP-1360 Repeater Mode Configuration

D-Link DAP-1360 Repeater Mode Configuration D-Link DAP-1360 Repeater Mode Configuration Outline 1. Package Contents 2. System Requirements 3. Hardware Overview Connections LED s WPS LED/Button 4. Default Settings 5. Configuring your LAN Adapter

More information

DRO-210i LOAD BALANCING ROUTER. Review Package Contents

DRO-210i LOAD BALANCING ROUTER. Review Package Contents DRO-210i LOAD BALANCING ROUTER Review Package Contents Make sure that the package contains the following items. DRO-210i Load Balancing Router 2 Straight Ethernet Cables 1 Cross Over Ethernet Cable 1 Power

More information

ADSL Router Quick Installation Guide Revised, edited and illustrated by Neo

ADSL Router Quick Installation Guide Revised, edited and illustrated by Neo ADSL Router Quick Installation Guide Revised, edited and illustrated by Neo A typical set up for a router PCs can be connected to the router via USB or Ethernet. If you wish to use a telephone with the

More information

BRI to PRI Connection Using Data Over Voice

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

More information

Lab 5.3.7 Configuring DHCP with SDM and the Cisco IOS CLI

Lab 5.3.7 Configuring DHCP with SDM and the Cisco IOS CLI Lab 5.3.7 Configuring DHCP with SDM and the Cisco IOS CLI Device Host Name Interface IP Address Subnet Mask R1 Customer Serial 0/0/1 (DTE) 209.165.200.225 255.255.255.224 Fast Ethernet 0/0 192.168.1.1

More information

Cisco - Configure the 1721 Router for VLANs Using a Switch Module (WIC-4ESW)

Cisco - Configure the 1721 Router for VLANs Using a Switch Module (WIC-4ESW) Page 1 of 20 Configure the 1721 Router for VLANs Using a Switch Module (WIC-4ESW) Document ID: 50036 Contents Introduction Prerequisites Requirements Components Used Network Diagram The Role of Switched

More information

Welcome to Todd Lammle s CCNA Bootcamp

Welcome to Todd Lammle s CCNA Bootcamp Welcome to Todd Lammle s CCNA Bootcamp Todd Lammle Cisco Authorized CCNA Bootcamps are now available, delivered by CCSI instructor, and popular Sybex author Todd Lammle. Todd Lammle CCNA Training Boot

More information

Lab 5.3.8 Configuring PAT with SDM and Static NAT using Cisco IOS Commands

Lab 5.3.8 Configuring PAT with SDM and Static NAT using Cisco IOS Commands Lab 5.3.8 Configuring PAT with SDM and Static NAT using Cisco IOS Commands Device Host Name Interface IP Address Subnet Mask R1 CustomerRouter Serial 0/0/0 (DTE) 209.165.200.225 255.255.255.224 Fast Ethernet

More information

isco Connecting Routers Back to Back Through the AUX P

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

More information

Chapter7 Setting the Receiving PC for Direct Upload. Setting the Receiving PC for Direct Upload... 148 For Windows... 148 For Macintosh...

Chapter7 Setting the Receiving PC for Direct Upload. Setting the Receiving PC for Direct Upload... 148 For Windows... 148 For Macintosh... Chapter7 Setting the Receiving PC for Direct Upload Setting the Receiving PC for Direct Upload... 148 For Windows... 148 For Macintosh... 153 Setting the Receiving PC for Direct Upload This section explains

More information

How To Load Balance On A Libl Card On A S7503E With A Network Switch On A Server On A Network With A Pnet 2.5V2.5 (Vlan) On A Pbnet 2 (Vnet

How To Load Balance On A Libl Card On A S7503E With A Network Switch On A Server On A Network With A Pnet 2.5V2.5 (Vlan) On A Pbnet 2 (Vnet H3C SecBlade LB Card Configuration Examples Keyword: LB Abstract: This document describes the configuration examples for the H3C SecBlade LB service cards in various applications. Acronyms: Acronym Full

More information

Digi Connect WAN Application Guide Using the Digi Connect WAN and Digi Connect VPN with a Wireless Router/Access Point

Digi Connect WAN Application Guide Using the Digi Connect WAN and Digi Connect VPN with a Wireless Router/Access Point Scenario Digi Connect WAN Application Guide Using the Digi Connect WAN and Digi Connect VPN with a Wireless Router/Access Point Digi Connect WAN and Digi Connect VPN are used for primary remote site connectivity.

More information

Configuration of Cisco Routers. Mario Baldi

Configuration of Cisco Routers. Mario Baldi Configuration of Cisco Routers Basics Static Routing Mario Baldi Politecnico di Torino mario.baldi[at]polito.it http://staff.polito.it/mario.baldi ConfRoutEn - 1 M. Baldi: see page 2 Copyright Notice This

More information

Objectives. Background. Required Resources. CCNA Security

Objectives. Background. Required Resources. CCNA Security Chapter 8 Lab B, Configuring a Remote Access VPN Server and Client Topology IP Addressing Table Device Interface IP Address Subnet Mask Default Gateway Switch Port R1 FA0/1 192.168.1.1 255.255.255.0 N/A

More information

CREATING AN IKE IPSEC TUNNEL BETWEEN AN INTERNET SECURITY ROUTER AND A WINDOWS 2000/XP PC

CREATING AN IKE IPSEC TUNNEL BETWEEN AN INTERNET SECURITY ROUTER AND A WINDOWS 2000/XP PC CREATING AN IKE IPSEC TUNNEL BETWEEN AN INTERNET SECURITY ROUTER AND A WINDOWS 2000/XP PC 1 Introduction Release date: 11/12/2003 This application note details the steps for creating an IKE IPSec VPN tunnel

More information

DSL-G604T Install Guides

DSL-G604T Install Guides Internet connection with NAT...2 Internet connection with No NAT, IP Un-number...6 Port Forwarding...12 Filtering & Firewall Setup...20 Access Control... 21 DMZ Setup... 26 Allow Incoming Ping... 27 How

More information

Lab 9.1.1 Organizing CCENT Objectives by OSI Layer

Lab 9.1.1 Organizing CCENT Objectives by OSI Layer Lab 9.1.1 Organizing CCENT Objectives by OSI Layer Objectives Organize the CCENT objectives by which layer or layers they address. Background / Preparation In this lab, you associate the objectives of

More information

Kramer Electronics, Ltd. Site-CTRL and Web Access Online User Guide (Documentation Revision 2)

Kramer Electronics, Ltd. Site-CTRL and Web Access Online User Guide (Documentation Revision 2) Kramer Electronics, Ltd. Site-CTRL and Web Access Online User Guide (Documentation Revision 2) Software Version 1.9. 2902 To check that you have the latest version, go to the DOWNLOADS section of our Web

More information

NetVanta Series (with Octal T1/E1 Wide Module)

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

More information

Cisco Certified Network Associate Exam. Operation of IP Data Networks. LAN Switching Technologies. IP addressing (IPv4 / IPv6)

Cisco Certified Network Associate Exam. Operation of IP Data Networks. LAN Switching Technologies. IP addressing (IPv4 / IPv6) Cisco Certified Network Associate Exam Exam Number 200-120 CCNA Associated Certifications CCNA Routing and Switching Operation of IP Data Networks Operation of IP Data Networks Recognize the purpose and

More information

School of Information Technology and Engineering (SITE) CEG 4395: Computer Network Management. Lab 4: Remote Monitoring (RMON) Operations

School of Information Technology and Engineering (SITE) CEG 4395: Computer Network Management. Lab 4: Remote Monitoring (RMON) Operations School of Information Technology and Engineering (SITE) CEG 4395: Computer Network Management Lab 4: Remote Monitoring (RMON) Operations Objective To become familiar with basic RMON operations, alarms,

More information

10.3.1.9 Lab - Configure a Windows Vista Firewall

10.3.1.9 Lab - Configure a Windows Vista Firewall 5.0 10.3.1.9 Lab - Configure a Windows Vista Firewall Print and complete this lab. In this lab, you will explore the Windows Vista Firewall and configure some advanced settings. Recommended Equipment Step

More information

USER GUIDE. Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6

USER GUIDE. Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6 KRAMER ELECTRONICS LTD. USER GUIDE Ethernet Configuration Guide (Lantronix) P/N: 2900-300321 Rev 6 Contents 1 Connecting to the Kramer Device via the Ethernet Port 1 1.1 Connecting the Ethernet Port Directly

More information

100-101: Interconnecting Cisco Networking Devices Part 1 v2.0 (ICND1)

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.

More information

During this lab time you will configure the routing protocol OSPF with IPv4 addresses.

During this lab time you will configure the routing protocol OSPF with IPv4 addresses. Lab 2: OSPF During this lab time you will configure the routing protocol OSPF with IPv4 addresses. It is your responsibility to create an appropriate IPv4 subnet plan and address plan. To ensure a timely

More information

CCNP2 - Implementing Secure Converged Wide-area Networks v5.0

CCNP2 - Implementing Secure Converged Wide-area Networks v5.0 2.6.11 - Configuring a DSL ATM Interface Figures and show the steps you use to configure a DSL ATM interface. Use the dsl operating-mode auto interface configuration command to specify that the router

More information

Prestige 314 Read Me First

Prestige 314 Read Me First Prestige 314 Read Me First Console WAN 10M PORT Prestige Rear Panel Connections CONNECTION Use an RS-232 console cable. Use the cable that came with your broadband modem. LAN 10/100M Port Number COMPUTER

More information

Cisco QuickVPN Installation Tips for Windows Operating Systems

Cisco QuickVPN Installation Tips for Windows Operating Systems Article ID: 2922 Cisco QuickVPN Installation Tips for Windows Operating Systems Objective Cisco QuickVPN is a free software designed for remote access to a network. It is easy to install on a PC and simple

More information

Broadband Router ESG-103. User s Guide

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

More information

Arduino Wifi shield And reciever. 5V adapter. Connecting wifi module on shield: Make sure the wifi unit is connected the following way on the shield:

Arduino Wifi shield And reciever. 5V adapter. Connecting wifi module on shield: Make sure the wifi unit is connected the following way on the shield: the following parts are needed to test the unit: Arduino UNO R3 Arduino Wifi shield And reciever 5V adapter Connecting wifi module on shield: Make sure the wifi unit is connected the following way on the

More information

Lab 8.4.2 Configuring Access Policies and DMZ Settings

Lab 8.4.2 Configuring Access Policies and DMZ Settings Lab 8.4.2 Configuring Access Policies and DMZ Settings Objectives Log in to a multi-function device and view security settings. Set up Internet access policies based on IP address and application. Set

More information

Authenticating a Lucent Portmaster 3 with Microsoft IAS and Active Directory

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

More information

H3C SSL VPN RADIUS Authentication Configuration Example

H3C SSL VPN RADIUS Authentication Configuration Example H3C SSL VPN RADIUS Authentication Configuration Example Copyright 2012 Hangzhou H3C Technologies Co., Ltd. All rights reserved. No part of this manual may be reproduced or transmitted in any form or by

More information

Self Help Guide IMPORTANT! F5D7330 - Setting Up An Ad Hoc Connection. Please read the following carefully;

Self Help Guide IMPORTANT! F5D7330 - Setting Up An Ad Hoc Connection. Please read the following carefully; IMPORTANT! This Guide refers to the following Products: F5D7330 - Setting Up An Ad Hoc Connection Please read the following carefully; Synopsis: This guide is designed to assist in you in forming an ad

More information

Configuring a Gateway of Last Resort Using IP Commands

Configuring a Gateway of Last Resort Using IP Commands Configuring a Gateway of Last Resort Using IP Commands Document ID: 16448 Contents Introduction Prerequisites Requirements Components Used Conventions ip default gateway ip default network Flag a Default

More information

Routing Protocols and Concepts Chapter 2 Conceitos de protocolos de Encaminhamento Cap 2

Routing Protocols and Concepts Chapter 2 Conceitos de protocolos de Encaminhamento Cap 2 Static Routing Routing Protocols and Concepts Chapter 2 1 1 Objectives Define the general role a router plays in networks. Describe the directly connected networks, different router interfaces Examine

More information

Packet Tracer 3 Lab VLSM 2 Solution

Packet Tracer 3 Lab VLSM 2 Solution Packet Tracer 3 Lab VLSM 2 Solution Objective Create a simulated network topology using Packet Tracer Design an IP addressing scheme using a Class B subnetwork address and VLSM Apply IP addresses to the

More information

ERserver. iseries. Remote Access Services: PPP connections

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.

More information

Volume. Instruction Manual

Volume. Instruction Manual Volume 1 Instruction Manual Networking EVERFOCUS ELECTRONICS CORPORATION Networking Instruction Guide 2004 Everfocus Electronics Corp 2445 Huntington Drive Phone 626.844.8888 Fax 626.844.8838 All rights

More information

Lab 4.2.4 Advanced Telnet Operations

Lab 4.2.4 Advanced Telnet Operations Lab 4.2.4 Advanced Telnet Operations Objective Use the telnet command to remotely access other routers. Verify that the application layer between the source and the destination is working properly. Suspend

More information

Internet Access Setup

Internet Access Setup Internet Access Setup Introduction In the Quick Setup group, you can configure the router to access the Internet with differnet modes (e.g. PPPoE, PPTP or Dynamic/Static IP). For most users, Internet access

More information

PT Activity 8.1.2: Network Discovery and Documentation Topology Diagram

PT Activity 8.1.2: Network Discovery and Documentation Topology Diagram Topology Diagram All contents are Copyright 1992 2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1 of 6 Addressing Table Device Interface IP Address Subnet

More information

Internet Access Setup

Internet Access Setup CHAPTER 3 Internet Access Setup 3.1 Introduction In the Quick Setup group, you can configure the router to access the Internet with different modes (e.g. PPPoE, PPTP or Dynamic/Static IP). For most users,

More information

Andover Continuum Remote Communication Configuration Guide

Andover Continuum Remote Communication Configuration Guide Andover Continuum Remote Communication Configuration Guide 2010, Schneider Electric All Rights Reserved No part of this publication may be reproduced, read or stored in a retrieval system, or transmitted,

More information

Quick Installation Guide DSL-2750U/NRU. 3G/ADSL/Ethernet Router with Wi-Fi and Built-in Switch

Quick Installation Guide DSL-2750U/NRU. 3G/ADSL/Ethernet Router with Wi-Fi and Built-in Switch DSL-2750U/NRU 3G/ADSL/Ethernet Router with Wi-Fi and Built-in Switch BEFORE YOU BEGIN Delivery Package Router DSL-2750U/NRU Power adapter RJ-11 telephone cable Straight-through Ethernet cable (CAT 5E)

More information

Intel Active Management Technology with System Defense Feature Quick Start Guide

Intel Active Management Technology with System Defense Feature Quick Start Guide Intel Active Management Technology with System Defense Feature Quick Start Guide Introduction...3 Basic Functions... 3 System Requirements... 3 Configuring the Client System...4 Intel Management Engine

More information

Quick Installation Guide DAP-1360. Wireless N 300 Access Point & Router

Quick Installation Guide DAP-1360. Wireless N 300 Access Point & Router DAP-1360 Wireless N 300 Access Point & Router BEFORE YOU BEGIN Delivery Package Access point DAP-1360 Power adapter DC 12V Ethernet cable (CAT 5E) (brochure). If any of the items are missing, please contact

More information

1 PC to WX64 direction connection with crossover cable or hub/switch

1 PC to WX64 direction connection with crossover cable or hub/switch 1 PC to WX64 direction connection with crossover cable or hub/switch If a network is not available, or if it is desired to keep the WX64 and PC(s) completely separated from other computers, a simple network

More information

Lab 3.1.2 Creating a Logical Network Diagram

Lab 3.1.2 Creating a Logical Network Diagram Lab 3.1.2 Creating a Logical Network Diagram Objectives Use router and switch commands to obtain information about an existing network. Use Cisco Network Assistant to obtain information about an existing

More information

Lab 5.5.3 Developing ACLs to Implement Firewall Rule Sets

Lab 5.5.3 Developing ACLs to Implement Firewall Rule Sets Lab 5.5.3 Developing ACLs to Implement Firewall Rule Sets All contents are Copyright 1992 2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1 of 8 Device Interface

More information

WAN Data Link Protocols

WAN Data Link Protocols WAN Data Link Protocols In addition to Physical layer devices, WANs require Data Link layer protocols to establish the link across the communication line from the sending to the receiving device. 1 Data

More information

In this lab you will explore the Windows XP Firewall and configure some advanced settings.

In this lab you will explore the Windows XP Firewall and configure some advanced settings. 16.3.2 Lab: Configure Windows XP Firewall Print and complete this lab. In this lab you will explore the Windows XP Firewall and configure some advanced settings. Recommended Equipment Two computers directly

More information

Lab 7.2.9 Load Balancing Across Multiple Paths

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

More information

Basics of Port Forwarding on a Router for Security DVR s

Basics of Port Forwarding on a Router for Security DVR s Basics of Port Forwarding on a Router for Security DVR s The basic concept of setting up your router to allow for Off Site access to your DVR involves setting up the two necessary ports the Security DVR

More information

CCT vs. CCENT Skill Set Comparison

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

More information

ETHERNET WEATHER STATION CONNECTIONS Application Note 33

ETHERNET WEATHER STATION CONNECTIONS Application Note 33 ETHERNET WEATHER STATION CONNECTIONS Application Note 33 With WeatherLink and a Device Server INTRODUCTION It is possible to substitute an Ethernet connection for the direct USB or serial connection that

More information

Pre-lab and In-class Laboratory Exercise 10 (L10)

Pre-lab and In-class Laboratory Exercise 10 (L10) ECE/CS 4984: Wireless Networks and Mobile Systems Pre-lab and In-class Laboratory Exercise 10 (L10) Part I Objectives and Lab Materials Objective The objectives of this lab are to: Familiarize students

More information

Lab 7.1.9b Introduction to Fluke Protocol Inspector

Lab 7.1.9b Introduction to Fluke Protocol Inspector Lab 7.1.9b Introduction to Fluke Protocol Inspector DCE SanJose1 S0/0 S0/0 SanJose2 #1 #2 Objective This lab is a tutorial demonstrating how to use the Fluke Networks Protocol Inspector to analyze network

More information

Prestige 650R-31/33 Read Me First

Prestige 650R-31/33 Read Me First Prestige 650R-31/33 Read Me First Prestige Rear Panel Connections PORT DSL CONSOLE LAN 10/100M POWER Connect to a telephone jack using a telephone wire. CONNECTION Connect to a serial port (COM port) on

More information

Configuring Switch Ports and VLAN Interfaces for the Cisco ASA 5505 Adaptive Security Appliance

Configuring Switch Ports and VLAN Interfaces for the Cisco ASA 5505 Adaptive Security Appliance CHAPTER 5 Configuring Switch Ports and VLAN Interfaces for the Cisco ASA 5505 Adaptive Security Appliance This chapter describes how to configure the switch ports and VLAN interfaces of the ASA 5505 adaptive

More information

AXIS Camera Companion Internet access

AXIS Camera Companion Internet access AXIS Camera Companion AXIS Camera Companion Internet access AXIS Camera Companion 2.0 introduces a new way to access sites and cameras remotely. When installing AXIS Camera Companion on a PC with internet

More information

SLIP and PPP. Gursharan Singh Tatla. mailme@gursharansingh.in www.eazynotes.com. 1 www.eazynotes.com

SLIP and PPP. Gursharan Singh Tatla. mailme@gursharansingh.in www.eazynotes.com. 1 www.eazynotes.com SLIP and PPP Gursharan Singh Tatla mailme@gursharansingh.in 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

More information

CCNA Discovery 4.0.3.0 Networking for Homes and Small Businesses Student Packet Tracer Lab Manual

CCNA Discovery 4.0.3.0 Networking for Homes and Small Businesses Student Packet Tracer Lab Manual 4.0.3.0 Networking for Homes and Small Businesses Student Packet Tracer Lab Manual This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document for non-commercial

More information

10.3.1.10 Lab - Configure a Windows XP Firewall

10.3.1.10 Lab - Configure a Windows XP Firewall 5.0 10.3.1.10 Lab - Configure a Windows XP Firewall Print and complete this lab. In this lab, you will explore the Windows XP Firewall and configure some advanced settings. Recommended Equipment Step 1

More information

Best Practices: Pass-Through w/bypass (Bridge Mode)

Best Practices: Pass-Through w/bypass (Bridge Mode) Best Practices: Pass-Through w/bypass (Bridge Mode) EdgeXOS Deployment Scenario: Bridge Pass-Through This document is designed to provide an example as to how the EdgeXOS appliance is configured based

More information

Skills Assessment Student Training (Answer Key)

Skills Assessment Student Training (Answer Key) CCNA: Connecting Networks Skills Assessment Student Training (Answer Key) Instructor Note: Red font color or Gray highlights indicate text that appears in the instructor copy only. Topology Assessment

More information

Qvis Security Technical Support Field Manual LX Series

Qvis Security Technical Support Field Manual LX Series Table of Contents Page 1: Motion Detection 1.0 Configuring Motion Detection for LX Apollo / LX Zeus DVRs 2 1.1 Motion Playback on LX Apollo / LX Zeus DVRs 3 1.2 Scheduling Motion and Continuous Recording

More information

Interconnecting Cisco Networking Devices Part 2

Interconnecting Cisco Networking Devices Part 2 Interconnecting Cisco Networking Devices Part 2 Course Number: ICND2 Length: 5 Day(s) Certification Exam This course will help you prepare for the following exam: 640 816: ICND2 Course Overview This course

More information