How To Configure A Cisco Router With A Cio Router
|
|
|
- Marcia Grant
- 5 years ago
- Views:
Transcription
1 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 describes the default configuration on startup. Note Individual router models may not support every feature described throughout this guide. Features not supported by a particular router are indicated whenever possible. This chapter contains the following sections: Interface Port Labels Viewing the Default Configuration Information Needed for Configuration Configuring Basic Parameters Configuring Static Routes Configuring Dynamic Routes Configuring Enhanced IGRP Each section includes a configuration example and verification steps, as available. For complete information on how to access global configuration mode, see the Entering Global Configuration Mode section in Appendix A, Cisco IOS Basic Skills. For more information on the commands used in the following tables, see the Cisco IOS Release 12.3 documentation set. Interface Port Labels Table 1-1 lists the interfaces supported for each router and their associated port labels on the equipment. Table 1-1 Supported Interfaces and Associated Port Labels by Cisco Router Router Interface Port Label Cisco 851 Fast Ethernet LAN LAN (top), FE0 FE3 (bottom) Fast Ethernet WAN WAN (top), FE4 (bottom) Wireless LAN (no label) 1-1
2 Viewing the Default Configuration Chapter 1 Table 1-1 Supported Interfaces and Associated Port Labels by Cisco Router (continued) Router Interface Port Label Cisco 871 Fast Ethernet LAN FE0 FE3 Fast Ethernet WAN FE4 Wireless LAN LEFT, RIGHT/PRIMARY USB 1 0 Cisco 857 Fast Ethernet LAN LAN (top), FE0 FE3 (bottom) ATM WAN ADSLoPOTS Wireless LAN (no label) Cisco 876 Fast Ethernet LAN LAN (top), FE0 FE3 (bottom) ATM WAN ADSLoISDN Wireless LAN LEFT, RIGHT/PRIMARY BRI ISDN S/T Cisco 877 Fast Ethernet LAN LAN (top), FE0 FE3 (bottom) ATM WAN ADSLoPOTS Wireless LAN LEFT, RIGHT/PRIMARY Cisco 878 Fast Ethernet LAN FE0 FE3 ATM WAN G.SHDSL Wireless LAN LEFT, RIGHT/PRIMARY BRI ISDN S/T Viewing the Default Configuration When you first boot up your Cisco router, some basic configuration has already been performed. All of the LAN and WAN interfaces have been created, console and VTY ports are configured, and the inside interface for Network Address Translation has been assigned. Use the show running-config command to view the initial configuration, as shown in Example 1-1. Example 1-1 Cisco 851 Default Configuration on Startup Router# show running-config Building configuration... Current configuration : 1090 bytes version 12.3 no service pad service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption hostname Router boot-start-marker boot-end-marker 1-2
3 Chapter 1 Viewing the Default Configuration no aaa new-model ip subnet-zero ip cef ip ips po max-events 100 no ftp-server write-enable interface FastEthernet0 no ip address shutdown interface FastEthernet1 no ip address shutdown interface FastEthernet2 no ip address shutdown interface FastEthernet3 no ip address shutdown interface FastEthernet4 no ip address duplex auto speed auto interface Dot11Radio0 no ip address shutdown speed basic-1.0 basic-2.0 basic basic rts threshold 2312 station-role root interface Vlan1 no ip address ip classless no ip http server no ip http secure-server control-plane line con 0 no modem enable transport preferred all transport output all line aux 0 transport preferred all transport output all line vty 0 4 login transport preferred all transport input all transport output all end 1-3
4 Information Needed for Configuration Chapter 1 Information Needed for Configuration You need to gather some or all of the following information, depending on your planned network scenario, prior to configuring your network If you are setting up an Internet connection, gather the following information: Point-to-Point Protocol (PPP) client name that is assigned as your login name PPP authentication type: Challenge Handshake Authentication Protocol (CHAP) or Password Authentication Protocol (PAP) PPP password to access your Internet service provider (ISP) account DNS server IP address and default gateways If you are setting up a connection to a corporate network, you and the network administrator must generate and share the following information for the WAN interfaces of the routers: PPP authentication type: CHAP or PAP PPP client name to access the router PPP password to access the router If you are setting up IP routing: Generate the addressing scheme for your IP network. Determine the IP routing parameter information, including IP address, and ATM permanent virtual circuits (PVCs). These PVC parameters are typically virtual path identifier (VPI), virtual circuit identifier (VCI), and traffic shaping parameters. Determine the number of PVCs that your service provider has given you, along with their VPIs and VCIs. For each PVC determine the type of AAL5 encapsulation supported. It can be one of the following: AAL5SNAP This can be either routed RFC 1483 or bridged RFC For routed RFC 1483, the service provider must provide you with a static IP address. For bridged RFC 1483, you may use DHCP to obtain your IP address, or you may obtain a static IP address from your service provider. AAL5MUX PPP With this type of encapsulation, you need to determine the PPP-related configuration items. If you plan to connect over an ADSL or G.SHDSL line: Order the appropriate line from your public telephone service provider. For ADSL lines Ensure that the ADSL signaling type is DMT (also called ANSI T1.413) or DMT Issue 2. For G.SHDSL lines Verify that the G.SHDSL line conforms to the ITU G standard and supports Annex A (North America) or Annex B (Europe). Once you have collected the appropriate information, you can perform a full configuration on your router, beginning with the tasks in the Configuring Basic Parameters section. 1-4
5 Chapter 1 Configuring Basic Parameters Configuring Basic Parameters To configure the router, perform one or more of these tasks: Configure Global Parameters Configure Fast Ethernet LAN Interfaces Configure WAN Interfaces Configuring a Loopback Interface Configuring -Line Access to the Router A configuration example is presented with each task to show the network configuration following completion of that task. Configure Global Parameters Perform these steps to configure selected global parameters for your router: Step 1 configure terminal Router> enable Router# configure terminal Enters global configuration mode, when using the console port. If you are connecting to the router using a remote terminal, use the following: telnet router name or address Login: login id Password: ********* Router> enable Step 2 hostname name hostname Router Specifies the name for the router. Step 3 enable secret password enable secret cr1ny5ho Specifies an encrypted password to prevent unauthorized access to the router. Step 4 no ip domain-lookup no ip domain-lookup Disables the router from translating unfamiliar words (typos) into IP addresses. For complete information on the global parameter commands, see the Cisco IOS Release 12.3 documentation set. 1-5
6 Configuring Basic Parameters Chapter 1 Configure Fast Ethernet LAN Interfaces The Fast Ethernet LAN interfaces on your router are automatically configured as part of the default VLAN and as such, they are not configured with individual addresses. Access is afforded through the VLAN. You may assign the interfaces to other VLANs if desired. For more information about creating VLANs, see Chapter 5, Configuring a LAN with DHCP and VLANs. Configure WAN Interfaces The Cisco 851 and Cisco 871 routers each have one Fast Ethernet interface for WAN connection. The Cisco 857, Cisco 877, and Cisco 878 routers each have one ATM interface for WAN connection. Based on the router model you have, configure the WAN interface(s) using one of the following procedures: Configure the Fast Ethernet WAN Interface Configure the ATM WAN Interface Configure the Fast Ethernet WAN Interface This procedure applies only to the Cisco 851 and Cisco 871 router models. Perform these steps to configure the Fast Ethernet interface, beginning in global configuration mode: Step 1 Step 2 Step 3 Step 4 interface type number interface fastethernet 4 Router(config-int)# ip address ip-address mask Router(config-int)# ip address Router(config-int)# no shutdown Router(config-int)# no shutdown Router(config-int)# exit Router(config-int)# exit Enters the configuration mode for a Fast Ethernet WAN interface on the router. Sets the IP address and subnet mask for the specified Fast Ethernet interface. Enables the Ethernet interface, changing its state from administratively down to administratively up. Exits configuration mode for the Fast Ethernet interface and returns to global configuration mode. 1-6
7 Chapter 1 Configuring Basic Parameters Configure the ATM WAN Interface This procedure applies only to the Cisco 857, Cisco 876, Cisco 877 and Cisco 878 models. Perform these steps to configure the ATM interface, beginning in global configuration mode: Step 1 Step 2 Step 3 Step 4 Step 5 For the Cisco 878 model only: controller dsl 0 mode atm exit controller dsl 0 Router(config-controller)# mode atm Router(config-controller)# exit interface type number interface atm0 Router(config-int)# ip address ip-address mask Router(config-int)# ip address Router(config-int)# no shutdown Router(config-int)# no shutdown Router(config-int)# exit Router(config-int)# exit For routers using the G.SHDSL signaling, perform these commands. Ignore this step for routers using ADSL signaling. Identifies and enters the configuration mode for an ATM interface. Sets the IP address and subnet mask for the ATM interface. Enables the ATM 0 interface. Exits configuration mode for the ATM interface and returns to global configuration mode. Configure the Wireless Interface The wireless interface enables connection to the router through a wireless LAN connection. For more information about configuring a wireless connection, see Chapter 9, Configuring a Wireless LAN Connection, and the Cisco Access Router Wireless Configuration Guide. 1-7
8 Configuring Basic Parameters Chapter 1 Configuring a Loopback Interface The loopback interface acts as a placeholder for the static IP address and provides default routing information. For complete information on the loopback commands, see the Cisco IOS Release 12.3 documentation set. Perform these steps to configure a loopback interface: Step 1 Step 2 Step 3 interface type number interface Loopback 0 Router(config-int)# ip address ip-address mask Router(config-int)# ip address Router(config-int)# exit Router(config-int)# exit Enters configuration mode for the loopback interface. Sets the IP address and subnet mask for the loopback interface. Exits configuration mode for the loopback interface and returns to global configuration mode. Configuration Example The loopback interface in this sample configuration is used to support Network Address Translation (NAT) on the virtual-template interface. This configuration example shows the loopback interface configured on the Fast Ethernet interface with an IP address of /24, which acts as a static IP address. The loopback interface points back to virtual-template1, which has a negotiated IP address. interface loopback 0 ip address (static IP address) ip nat outside interface Virtual-Template1 ip unnumbered loopback0 no ip directed-broadcast ip nat outside 1-8
9 Chapter 1 Configuring Basic Parameters Verifying Your Configuration To verify that you have properly configured the loopback interface, enter the show interface loopback command. You should see verification output similar to the following example. Router# show interface loopback 0 Loopback0 is up, line protocol is up Hardware is Loopback Internet address is /24 MTU 1514 bytes, BW Kbit, DLY 5000 usec, reliability 255/255, txload 1/255, rxload 1/255 Encapsulation LOOPBACK, loopback not set Last input never, output never, output hang never Last clearing of "show interface" counters never Queueing strategy: fifo Output queue 0/0, 0 drops; input queue 0/75, 0 drops 5 minute input rate 0 bits/sec, 0 packets/sec 5 minute output rate 0 bits/sec, 0 packets/sec 0 packets input, 0 bytes, 0 no buffer Received 0 broadcasts, 0 runts, 0 giants, 0 throttles 0 input errors, 0 CRC, 0 frame, 0 overrun, 0 ignored, 0 abort 0 packets output, 0 bytes, 0 underruns 0 output errors, 0 collisions, 0 interface resets 0 output buffer failures, 0 output buffers swapped out Another way to verify the loopback interface is to ping it: Router# ping Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to , timeout is 2 seconds: Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/4 ms Configuring -Line Access to the Router Perform these steps to configure parameters to control access to the router, beginning in global configuration mode. Step 1 Step 2 line [aux console tty vty] line-number line console 0 password password password 5dr4Hepw3 Enters line configuration mode, and specifies the type of line. This example specifies a console terminal for access. Specifies a unique password for the console terminal line. 1-9
10 Configuring Basic Parameters Chapter 1 Step 3 Step 4 Step 5 Step 6 Step 7 Step 8 login login exec-timeout minutes [seconds] exec-timeout 5 30 line [aux console tty vty] line-number line vty 0 4 password password password aldf2ad1 login login end end Router# Enables password checking at terminal session login. Sets the interval that the EXEC command interpreter waits until user input is detected. The default is 10 minutes. Optionally, add seconds to the interval value. This example shows a timeout of 5 minutes and 30 seconds. Entering a timeout of 0 0 specifies never to time out. Specifies a virtual terminal for remote console access. Specifies a unique password for the virtual terminal line. Enables password checking at the virtual terminal session login. Exits line configuration mode, and returns to privileged EXEC mode. For complete information about the command line commands, see the Cisco IOS Release 12.3 documentation set. 1-10
11 Chapter 1 Configuring Static Routes Configuration Example The following configuration shows the command-line access commands. You do not need to input the commands marked default. These commands appear automatically in the configuration file generated when you use the show running-config command. line con 0 exec-timeout 10 0 password 4youreyesonly login transport input none (default) stopbits 1 (default) line vty 0 4 password secret login Configuring Static Routes Static routes provide fixed routing paths through the network. They are manually configured on the router. If the network topology changes, the static route must be updated with a new route. Static routes are private routes unless they are redistributed by a routing protocol. Configuring static routes on the Cisco 850 and Cisco 870 series routers is optional. Perform these steps to configure static routes, beginning in global configuration mode: Step 1 Step 2 ip route prefix mask {ip-address interface-type interface-number [ip-address]} ip route end end Router# Specifies the static route for the IP packets. For details about this command and additional parameters that can be set, see the Cisco IOS IP Reference, Volume 2 of 4: Routing Protocols. Exits router configuration mode, and enters privileged EXEC mode. For complete information on the static routing commands, see the Cisco IOS Release 12.3 documentation set. For more general information on static routing, see Appendix B, Concepts. 1-11
12 Configuring Dynamic Routes Chapter 1 Configuration Example In the following configuration example, the static route sends out all IP packets with a destination IP address of and a subnet mask of on the Fast Ethernet interface to another device with an IP address of Specifically, the packets are sent to the configured PVC. You do not need to enter the commands marked (default). These commands appear automatically in the configuration file generated when you use the show running-config command. ip classless (default) ip route Verifying Your Configuration To verify that you have properly configured static routing, enter the show ip route command and look for static routes signified by the S. You should see verification output similar to the following example. Router# show ip route Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static route Gateway of last resort is not set /24 is subnetted, 1 subnets C is directly connected, Loopback0 S* /0 is directly connected, FastEthernet0 Configuring Dynamic Routes In dynamic routing, the network protocol adjusts the path automatically, based on network traffic or topology. Changes in dynamic routes are shared with other routers in the network. The Cisco routers can use IP routing protocols, such as Routing Information Protocol (RIP) or Enhanced Interior Gateway Routing Protocol (EIGRP), to learn routes dynamically. You can configure either of these routing protocols on your router. 1-12
13 Chapter 1 Configuring Dynamic Routes Configuring RIP Perform these steps to configure the RIP routing protocol on the router, beginning in global configuration mode: Step 1 router rip Router> configure terminal router rip Router(config-router)# Task Enters router configuration mode, and enables RIP on the router. Step 2 version {1 2} Specifies use of RIP version 1 or 2. Step 3 Step 4 Step 5 Router(config-router)# version 2 Router(config-router)# network ip-address Router(config-router)# network Router(config-router)# network Router(config-router)# no auto-summary Router(config-router)# no auto-summary Router(config-router)# end Router(config-router)# end Router# Specifies a list of networks on which RIP is to be applied, using the address of the network of directly connected networks. Disables automatic summarization of subnet routes into network-level routes. This allows subprefix routing information to pass across classful network boundaries. Exits router configuration mode, and enters privileged EXEC mode. For complete information on the dynamic routing commands, see the Cisco IOS Release 12.3 documentation set. For more general information on RIP, see Appendix B, Concepts. 1-13
14 Configuring Enhanced IGRP Chapter 1 Configuration Example The following configuration example shows RIP version 2 enabled in IP network and Execute the show running-config command from privileged EXEC mode to see this configuration. router rip version 2 network network no auto-summary Verifying Your Configuration To verify that you have properly configured RIP, enter the show ip route command and look for RIP routes signified by R. You should see a verification output like the example shown below. Router# show ip route Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static route Gateway of last resort is not set C R /24 is subnetted, 1 subnets is directly connected, Loopback /8 [120/1] via , 00:00:02, Ethernet0/0 Configuring Enhanced IGRP Perform these steps to configure Enhanced IGRP (EIGRP), beginning in global configuration mode: Step 1 router eigrp as-number router eigrp 109 Enters router configuration mode, and enables EIGRP on the router. The autonomous-system number identifies the route to other EIGRP routers and is used to tag the EIGRP information. 1-14
15 Chapter 1 Configuring Enhanced IGRP Step 2 Step 3 network ip-address network network end Router(config-router)# end Router# Specifies a list of networks on which EIGRP is to be applied, using the IP address of the network of directly connected networks. Exits router configuration mode, and enters privileged EXEC mode. For complete information on the IP EIGRP commands, see the Cisco IOS Release 12.3 documentation set. For more general information on EIGRP concepts, see Appendix B, Concepts. Configuration Example The following configuration example shows the EIGRP routing protocol enabled in IP networks and The EIGRP autonomous system number is 109. Execute the show running-config command from privileged EXEC mode to see this configuration. router eigrp 109 network network Verifying Your Configuration To verify that you have properly configured IP EIGRP, enter the show ip route command, and look for EIGRP routes indicated by D. You should see verification output similar to the following example. Router# show ip route Codes: C - connected, S - static, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2 i - IS-IS, su - IS-IS summary, L1 - IS-IS level-1, L2 - IS-IS level-2 ia - IS-IS inter area, * - candidate default, U - per-user static route o - ODR, P - periodic downloaded static route Gateway of last resort is not set C D /24 is subnetted, 1 subnets is directly connected, Loopback /8 [90/409600] via , 00:00:02, Ethernet0/0 1-15
16 Configuring Enhanced IGRP Chapter
Basic Router Configuration
CHAPTER 3 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
Cisco 850 Series and Cisco 870 Series Access Routers Software Configuration Guide
Cisco 850 Series and Cisco 870 Series Access Routers Software Configuration Guide Corporate Headquarters Cisco Systems, Inc. 170 West Tasman Drive San Jose, CA 95134-1706 USA http://www.cisco.com Tel:
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
Lab 7.2.9 Load Balancing Across Multiple Paths Instructor Version 2500
Lab 7.2.9 Load Balancing Across Multiple Paths Instructor Version 2500 Objective onfigure Load balance across multiple paths. Observe the load balancing process. Background/Preparation able a network similar
CISCO ROUTERLAR İLE ISDN BRI DATA HABERLEŞMESİ UYGULAMASI
CISCO ROUTERLAR İLE ISDN BRI DATA HABERLEŞMESİ UYGULAMASI Gökhan AKIN İTÜ 2003 TOPOLOJİ: İSTENENLER: 1. Topolojiyi Legacy DDR tekniği ile kurunuz. 2. Aynõ Topolojiyi Dialer Profile tekniğini kullanarak
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
Lab: Basic Router Configuration
Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Def. Gateway R1 Fa0/0 192.168.1.1 255.255.255.0 N/A S0/0/0 192.168.2.1 255.255.255.0 N/A R2 Fa0/0 192.168.3.1 255.255.255.0 N/A
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
Lab Configuring Syslog and NTP (Instructor Version)
(Instructor Version) Instructor Note: Red font color or Gray highlights indicate text that appears in the instructor copy only. Topology Addressing Table Objectives Device Interface IP Address Subnet Mask
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
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
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
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
Lab 7-1 Configuring Switches for IP Telephony Support
Lab 7-1 Configuring Switches for IP Telephony Support Learning Objectives Configure auto QoS to support IP phones Configure CoS override for data frames Configure the distribution layer to trust access
Course "Netzwerke" LAB 2 Basic Router Configuration
Course "Netzwerke" LAB 2 Basic Router Configuration Learning Objectives Review of previously learned skills. Basic IOS Command Line Interface operation. Basic Router configuration. Verification and testing
IOS NAT Load Balancing for Two ISP Connections
IOS NAT Load Balancing for Two ISP Connections Document ID: 100658 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram Configurations Verify Troubleshoot
Configuring Link Aggregation
10 CHAPTER This chapter describes how to configure link aggregation for the ML-Series cards, both EtherChannel and packet-over-sonet/sdh (POS) channel. For additional information about the Cisco IOS commands
IOS NAT Load Balancing with Optimized Edge Routing for Two Internet Connections
IOS NAT Load Balancing with Optimized Edge Routing for Two Internet Connections Document ID: 99427 Contents Introduction Prerequisites Requirements Components Used Conventions Configure Network Diagram
Chapter 2 Lab 2-2, EIGRP Load Balancing
Chapter 2 Lab 2-2, EIGRP Load Balancing Topology Objectives Background Review a basic EIGRP configuration. Explore the EIGRP topology table. Identify successors, feasible successors, and feasible distances.
Table of Contents. Cisco Configuring a Basic MPLS VPN
Table of Contents Configuring a Basic MPLS VPN...1 Introduction...1 Prerequisites...1 Requirements...1 Components Used...2 Related Products...2 Conventions...2 Configure...3 Network Diagram...3 Configuration
Chapter 7 Lab 7-1, Configuring Switches for IP Telephony Support
Chapter 7 Lab 7-1, Configuring Switches for IP Telephony Support Topology Objectives Background Configure auto QoS to support IP phones. Configure CoS override for data frames. Configure the distribution
This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document for non-commercial distribution and
This document is exclusive property of Cisco Systems, Inc. Permission is granted to print and copy this document for non-commercial distribution and exclusive use by instructors in the CCNP: Implementing
Configuring InterVLAN Routing and ISL/802.1Q Trunking on Catalyst 2900XL/3500XL/2940/2950/2970 Series Switches Using an External Router
Configuring InterVLAN Routing and ISL/802.1Q Trunking on Catalyst 2900XL/3500XL/2940/2950/2970 Series Switches Using an External Router Document ID: 14976 Introduction Before You Begin Conventions Prerequisites
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
LAN-Cell to Cisco Tunneling
LAN-Cell to Cisco Tunneling Page 1 of 13 LAN-Cell to Cisco Tunneling This Tech Note guides you through setting up a VPN connection between a LAN-Cell and a Cisco router. As the figure below shows, the
LAB MANUAL for Computer Network
LAB MANUAL for Computer Network CSE-310 F Computer Network Lab L T P - - 3 Class Work : 25 Marks Exam : 25 MARKS Total : 50 Marks This course provides students with hands on training regarding the design,
section examines how to configure leased lines between two routers using HDLC and PPP.
4357ix.fm Page 620 Thursday, August 25, 2011 11:22 AM This chapter covers the following subjects: Configuring Point-to-Point WANs: This section examines how to configure leased lines between two routers
Frame Mode MPLS Implementation
CHAPTER 4 Frame Mode MPLS Implementation Lab 4-1: Configuring Frame Mode MPLS (4.5.1) In this lab, you learn how to do the following: Configure EIGRP on a router. Configure LDP on a router. Change the
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
Lab 1.5.1 Introductory Lab 1 Getting Started and Building Start.txt
Lab 1.5.1 Introductory Lab 1 Getting Started and Building Start.txt Objective This lab will introduce to the student the CCNP lab equipment and certain IOS features that might be new. This introductory
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
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
Laboratorio 3 Comunicación sincrónica Vía Satélite
Laboratorio 3 Comunicación sincrónica Vía Satélite Esquema de la Red WAN 192.168.0.0 /30 192.168.0.1 Router 1 Router 2 10.0.1.1 192.168.0.1 10.0.2.1 Ethernet Ethernet 10.0.1.20 LAN 1 10.0.1.0 /24 LAN 2
Lab 1.4.1 Introductory Lab 1 - Getting Started and Building Start.txt
Lab 1.4.1 Introductory Lab 1 - Getting Started and Building Start.txt Objective This lab may introduce new CCNP lab equipment and certain IOS features. This introductory activity also describes how to
How To Configure InterVLAN Routing on Layer 3 Switches
How To Configure InterVLAN Routing on Layer 3 Switches Document ID: 41860 Contents Introduction Prerequisites Requirements Components Used Conventions Configure InterVLAN Routing Task Step by Step Instructions
Lab 6.1.3 Configure Local AAA on Cisco Router
Lab 6.1.3 Configure Local AAA on Cisco Router Objective Scenario Topology In this lab, the students will complete the following tasks: Securing and testing access to the privileged EXEC, VTY, and console
Lab 3.5.1: Basic VLAN Configuration (Instructor Version)
(Instructor Version) Topology Diagram Addressing Table Device (Hostname) Interface IP Address Subnet Mask Default Gateway S1 VLAN 99 172.17.99.11 255.255.255.0 N/A S2 VLAN 99 172.17.99.12 255.255.255.0
Configuration Professional: Site to Site IPsec VPN Between Two IOS Routers Configuration Example
Configuration Professional: Site to Site IPsec VPN Between Two IOS Routers Configuration Example Document ID: 113337 Contents Introduction Prerequisites Requirements Components Used Conventions Configuration
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
LAB Configuring NAT. Objective. Background/Preparation
LAB Configuring NAT Objective Configure a router to use network address translation (NAT) to convert internal IP addresses, typically private addresses, into outside public addresses. Configure static
Document ID: 45741. Introduction
Products & Services 6bone Connection Using 6to4 Tunnels for IPv6 Document ID: 45741 Contents Introduction Prerequisites Requirements Components Used Conventions How 6to4 Tunnels Work Limitations of 6to4
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
Lab 5-5 Configuring the Cisco IOS DHCP Server
Lab 5-5 Configuring the Cisco IOS DHCP Server Learning Objectives Configure and verify the operation of the Cisco IOS DHCP server Configure an IP Helper address Review the EIGRP configuration Topology
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
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
Overview of Access VPNs and Tunneling Technologies
Overview of Access VPNs and Tunneling Technologies Introduction A virtual private network (VPN) is a network that extends remote access to users over a shared infrastructure. VPNs maintain the same security
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:
Lab 5.3.9b Managing Router Configuration Files Using TFTP
Lab 5.3.9b Managing Router Configuration Files Using TFTP Device Host Name Interface IP Address Subnet Mask R1 R1 Fast Ethernet 0/0 172.17.0.1 255.255.0.0 Objectives Download and install TFTP server software.
Configuring a Basic MPLS VPN
Configuring a Basic MPLS VPN Help us help you. Please rate this document. Contents Introduction Conventions Hardware and Software Versions Network Diagram Configuration Procedures Enabling Configuring
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
Configuring the Cisco Secure PIX Firewall with a Single Intern
Configuring the Cisco Secure PIX Firewall with a Single Intern Table of Contents Configuring the Cisco Secure PIX Firewall with a Single Internal Network...1 Interactive: This document offers customized
Deployment Guidelines for QoS Configuration in DSL Environment
White Paper Deployment Guidelines for QoS Configuration in DSL Environment Overview In the late 1980s, DSL technology was developed to provide higher-speed digital data transmission over local telephone
Table of Contents. Cisco Using the Cisco IOS Firewall to Allow Java Applets From Known Sites while Denying Others
Cisco IOS Firewall to Allow Java Applets From Known Sites w Table of Contents Using the Cisco IOS Firewall to Allow Java Applets From Known Sites while Denying Others...1 Introduction...1 To Deny Java
640-816: Interconnecting Cisco Networking Devices Part 2 v1.1
640-816: Interconnecting Cisco Networking Devices Part 2 v1.1 Course Introduction Course Introduction Chapter 01 - Small Network Implementation Introducing the Review Lab Cisco IOS User Interface Functions
Introduction about cisco company and its products (network devices) Tell about cisco offered courses and its salary benefits (ccna ccnp ccie )
CCNA Introduction about cisco company and its products (network devices) Tell about cisco offered courses and its salary benefits (ccna ccnp ccie ) Inform about ccna its basic course of networking Emergence
Chapter 3 Using Maintenance & Troubleshooting Tools & Applications Objectives
Using Maintenance & Troubleshooting Tools & Applications Objectives Describe & utilise Cisco IOS diagnostic tools. Explain the need for specialist tools in the troubleshooting process. Configure software
Remote Access VPN Business Scenarios
CHAPTER 4 This chapter explains the basic tasks for configuring an IP-based, remote access Virtual Private Network (VPN) on a Cisco 7200 series router. In the remote access VPN business scenario, a remote
Angelos Stavrou. OF COURSE there is no Magic so lets see show things work in practice...
Cisco Inter-network Operating System (IOS) A short guide for the NetAdmin Angelos Stavrou Let's start out at the very beginning with the question: "What is a Command?" The most important thing to understand
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
Configuring Static and Dynamic NAT Simultaneously
Configuring Static and Dynamic NAT Simultaneously Document ID: 13778 Contents Introduction Prerequisites Requirements Components Used Conventions Configuring NAT Related Information Introduction In some
EIGRP Routing Protocol & Configuration
EIGRP Routing Protocol & Configuration ~ GNU Public License ~ ma2d http: // www.oscentre.co.nr A) EIGRP Definition There is several terms on routing protocol, as we know RIP, IGRP/EIGRP, OSPF, BGP is major
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
PA-MC-T3 Multi-Channel T3 Synchronous Serial Port Adapter Enhancement
PA-MC-T3 Multi-Channel T3 Synchronous Serial Port Adapter Enhancement This feature module describes the PA-MC-T3 Multi-Channel T3 port adapter (PA-MC-T3 [=]), which can now be configured as either customer
This chapter covers the following topics: ADSL Overview Cisco 6160 DSLAM Overview Cisco 6400 UAC Overview DSL Access Architectures and Protocols
This chapter covers the following topics: ADSL Overview Cisco 6160 DSLAM Overview Cisco 6400 UAC Overview DSL Access Architectures and Protocols C H A P T E R 8 Using DSL to Access a Central Site This
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...
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
Configuring Remote Access to MPLS VPN
CHAPTER 3 TheCisco 10000 series router supports the IP virtual private network (VPN) feature for Multiprotocol Label Switching (MPLS). MPLS-based VPNs allow service providers to deploy a scalable and cost-effective
Cisco 12 CCNA Certification
Cisco 12 CCNA Certification Application for Board Authorization of Courses District: Chilliwack School District 33 Developed by: John Murtha Date: May7, 2004 School: Sardis Secondary Principal: Bob Patterson
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
Brest. Backup : copy flash:ppe_brest1 running-config
Brest Backup : copy flash:ppe_brest1 running-config Cisco SF300-08 Mise en place des services : - Serveurs : 10.3.50.0/24 VLAN 2 (port 1) - DSI : 10.3.51.0/24 VLAN 3 (port 2) - Direction : 10.3.52.0/24
OSPF Configuring Multi-Area OSPF
OSPF Configuring Multi-Area OSPF Objective In this lab configure a multiarea OSPF operation, interarea summarization, external route summarization, and default routing. Scenario International Travel Agency
Troubleshooting IP Routing
C H A P T E R 7 Troubleshooting IP Routing This troubleshooting chapter has several goals. First, it explains several tools and functions not covered in Chapters 4 through 6 specifically, tools that can
Configuring the Firewall Management Interface
Configuring the Firewall Management Interface The firewall management interface can be configured under each firewall context to provide a virtualized management interface (see Figure 7). The management
ADSL WAN Connections. Contents
7 ADSL WAN Connections Contents ADSL Overview................................................. 7-4 ADSL Technologies.......................................... 7-5 ADSL2 and ADSL2+: Enhancing Transmission
Table of Contents. Cisco DSL Router Configuration and Troubleshooting Guide
Table of Contents...1 Types of Service...1 Step by Step Configuration of a PC Acting as a PPPoE Client...2 Step by Step Configuration...2 Connect the Cisco DSL Router and Your PC...2 Start and Set Up HyperTerminal...2
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
CS3695/M6-109 Lab 8-NPS02 VOIP Sniffing Ver. 8 Rev. 0
Background For this lab, we will be analyzing some Wireshark capture files that were captured using the ARP Poisoning technique on Cisco VIOP (Voice Over IP) phones As this lab took special equipment (i.e.
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
ICND1 Lab Guide. 100-101 Interconnecting Cisco Networking Devices Part 1 Version 2.0. Labs powered by
ICND1 Lab Guide 100-101 Interconnecting Cisco Networking Devices Part 1 Version 2.0 ii Interconnecting Cisco Networking Devices Part 1 100-101 Lab Guide LM20130929/BV2.01 iii 25 Century Blvd. Ste. 500
Laboratorio 4. Comunicación sincrónica Vía Satélite
Laboratorio 4 Comunicación sincrónica Vía Satélite Esquema de la Red WAN 192.168.0.0 /30 192.168.0.1 Router 1 Router 2 10.0.1.1 192.168.0.1 10.0.2.1 Ethernet Ethernet 10.0.1.20 LAN 1 10.0.1.0 /24 LAN 2
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
MPLS VPN over mgre. Finding Feature Information. Prerequisites for MPLS VPN over mgre
The feature overcomes the requirement that a carrier support multiprotocol label switching (MPLS) by allowing you to provide MPLS connectivity between networks that are connected by IP-only networks. This
- 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
Lab 4.2 Challenge Lab: Implementing MPLS VPNs
Lab 4.2 Challenge Lab: Implementing MPLS VPNs Learning Objectives Configure Open Shortest Path First (OSPF) and Enhanced Interior Gateway Routing Protocol (EIGRP) on a router Enable MPLS on a router Verify
APNIC Members Training Course Security workshop. 2-4 July, 2008. Port Vila Vanuatu. In conjunction with PACNOG 4
APNIC Members Training Course Security workshop 2-4 July, 2008 Port Vila Vanuatu In conjunction with PACNOG 4 Router device security lab 1. APNIC s remote lab In these exercises you will be remotely accessing
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
Lab 4.1.4 Creating a Network Map using CDP Instructor Version 2500
Lab 4.1.4 Creating a Network Map using CDP Instructor Version 2500 Objective Use Cisco Discovery Protocol (CDP) commands to get information about neighboring network devices. Background/Preparation CDP
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
Lab 5.5 Configuring Logging
Lab 5.5 Configuring Logging Learning Objectives Configure a router to log to a Syslog server Use Kiwi Syslog Daemon as a Syslog server Configure local buffering on a router Topology Diagram Scenario In
Brocade to Cisco Comparisons
1 2 3 Console cables - The console cables are not interchangeable between Brocade and Cisco. Each vendor provides their console cable with each manageable unit it sells. Passwords - Neither Cisco or Brocade
Lab 7: Firewalls Stateful Firewalls and Edge Router Filtering
Lab 7: Firewalls Stateful Firewalls and Edge Router Filtering 7.1 Details Aim: Rich Macfarlane The aim of this lab is to introduce the concepts of stateful firewalls, using Cisco Contextbased Access Control
Felix Rohrer. PT Activity 7.5.3: Troubleshooting Wireless WRT300N. Topology Diagram
Felix Rohrer PT Activity 7.5.3: Troubleshooting Wireless WRT300N Topology Diagram All contents are Copyright 1992 2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information.
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
Using a Sierra Wireless AirLink Raven X or Raven-E with a Cisco Router Application Note
Using a Sierra Wireless AirLink Raven X or Raven-E with a Application Note Cisco routers deliver the performance, availability, and reliability required for scaling mission-critical business applications
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
Lab 11.5.6.1 Configure Syslog on AP
Lab 11.5.6.1 Configure Syslog on AP Estimated Time: 25 minutes Number of Team Members: Students will work in teams of two. Objective In this lab, students will configure and use syslog logging to monitor
SSVP SIP School VoIP Professional Certification
SSVP SIP School VoIP Professional Certification Exam Objectives The SSVP exam is designed to test your skills and knowledge on the basics of Networking and Voice over IP. Everything that you need to cover
Network Simulator Lab Study Plan
The CCNA 640-802 Network Simulator has 300 lab exercises, organized both by type (Skill Builder, Configuration Scenario, Troubleshooting Scenario, and Subnetting Exercise) and by major topic within each
