Sisällysluettelo. Lytter Jori, Teittinen Anssi,

Size: px
Start display at page:

Download "Sisällysluettelo. Lytter Jori, 0401417 Teittinen Anssi, 0401406"

Transcription

1 Sisällysluettelo 1 verkon vaatimukset Verkon looginen kuva Lyhyt verkon toiminnan kuvaus IP-osoitetaulukko Liitteet show running-config Admin Gateway vlan Switch show ip route Admin Gateway Vlan show ip protocol Admin Gateway Vlan show ip ospf neighbor Admin Gateway Vlan show vlan brief Switch show spanning-tree Switch Ping-nauhoitteet Admin host R&D host Sales host Server host...17

2 1 verkon vaatimukset Verkossa on tietty määrä asiakkaita ja verkko tuli rakentaa niin, että jokaisen aliverkon asiakasmäärä kaksinkertaistuu, pois lukien Server-verkko. Verkko rakennettiin niin, että R&D, Sales ja Server -verkot ovat samassa kytkimessä kiinni jaoteltuna eri virtuaalialiverkkoihin ja Branch officea ei tarvinnut huomioida verkon suunnittelussa. Alla listattu nykyinen asiaskasmäärä ja asiakasmäärä johon tulee varautua. 18 Research and Development eli max asiakkaat 36 9 Sales and Marketing eli max asiakkaat 18 7 Administration eli max asiakkaat 14 5 Brach office Max 5 palvelinta omassa aliverkossaan.

3 2 Verkon looginen kuva Huom. Osoitteet * Mask * Reitittimet(IP/Mask) S0/0 S0/1 FA0/0 FA0/0.2 FA0/0.3 FA0/0.4 FA0/1 Gateway 157/ /252 Admin 193/ /252 Vlan 158/252 1/192 65/224 97/248 Verkot IP-alue Hostit Mask Admin Vlan R&D Sales Server ISP:n reitittimen jälkeen tulee Gateway-reitin, josta lähtee yhteydet Admin- ja Vlan-verkkojen

4 reitittimille. Näiltä reitittimiltä lähtee yhteydet asiakkaiden verkkoihin. 3 Lyhyt verkon toiminnan kuvaus Verkko koostuu kolmesta osasta; Branch Lan, Admin lan sekä kolmannesta osasta joka taas koostuu kolmesta VLANista. Verkon suunnittelussa päätettiin käyttää VLSM:ää rajallisen IPavaruuden takia. Verkon suunnittelussa otettiin myös huomioon verkon mahdollinen kasvu tulevaisuudessa. Verkon runko koostuu kahdesta reittimestä; Vlan sekä Gateway. joihin kaikki verkon haarat ovat yhdistettyinä. Reititysprotokollana käytettiin OSPF:ää mm. sen VLSM tuen takia. OSPF myös kuormittaa verkon kapasitetttia vähemmän kuin distance-vector protokollat, koska reittimet eivät lähetä kokonaisia reitystaulukoita kerralla tietyin aikavälein, vain ainoastaan verkossa tapahtuvat muutokset ilmoitetaan. Näin ollen tiedot muutoksista päivittyvät myös nopeammin verkon kaikkiin reitittimiin. Verkon kolme VLANia ovat jokainen omassa aliverkossaan ja ne kaikki ovat yhdistetty trunkia käyttäen VLAN reitittimeen, joka ohjaa liikenteen toisiin vlaneihin ja muihin verkon osiin. Admin ja VLAN reittimet ovat yhdistetty Gateway reittimeen, joka näiden verkkojen yhdistamisen lisäksi, ohjaa myös verkon ulkopuolisen liikenteen internettiin. 4 IP-osoitetaulukko Huom. Osoitteet * Mask * Reitittimet(IP/Mask) S0/0 S0/1 FA0/0 FA0/0.2 FA0/0.3 FA0/0.4 FA0/1 Gateway 157/ /252 Admin 193/ /252 Vlan 158/252 1/192 65/224 97/248 Verkot IP-alue Hostit Mask Admin Vlan R&D Sales Server

5 5 Liitteet 5.1 show running-config Admin ADMIN#sh running-config Building configuration... Current configuration : 859 bytes version 12.2 service timestamps debug uptime service timestamps log uptime no service password-encryption hostname ADMIN memory-size iomem 10 ip subnet-zero call rsvp-sync interface FastEthernet0/0 ip address duplex auto speed auto interface Serial0/0 no ip mroute-cache shutdown no fair-queue interface BRI0/0 encapsulation hdlc shutdown interface FastEthernet0/1 ip address duplex auto speed auto interface Serial0/1 shutdown router ospf 1 log-adjacency-changes network area 0 network area 0 ip classless ip route no ip http server dial-peer cor custom

6 line con 0 line aux 0 line vty 0 4 login end Gateway GATEWAY#show running-config Building configuration... Current configuration : 840 bytes version 12.2 service timestamps debug uptime service timestamps log uptime no service password-encryption hostname GATEWAY memory-size iomem 10 ip subnet-zero call rsvp-sync interface Loopback0 ip address interface FastEthernet0/0 ip address duplex auto speed auto interface Serial0/0 ip address interface BRI0/0 encapsulation hdlc shutdown interface FastEthernet0/1 shutdown duplex auto speed auto interface Serial0/1 shutdown router ospf 1 log-adjacency-changes network area 0 network area 0 ip classless

7 ip http server dial-peer cor custom line con 0 line aux 0 line vty 0 4 end vlan VLAN#show runnning-config Building configuration... Current configuration : 1170 bytes version 12.2 service timestamps debug uptime service timestamps log uptime no service password-encryption hostname VLAN memory-size iomem 10 ip subnet-zero call rsvp-sync controller T1 1/0 framing sf linecode ami interface FastEthernet0/0 duplex auto speed auto interface FastEthernet0/0.2 encapsulation dot1q 20 ip address interface FastEthernet0/0.3 encapsulation dot1q 30 ip address interface FastEthernet0/0.4 encapsulation dot1q 40 ip address interface Serial0/0 ip address no ip mroute-cache no fair-queue clockrate interface BRI0/0 encapsulation hdlc

8 shutdown interface Serial0/1 shutdown router ospf 1 log-adjacency-changes network area 0 network area 0 network area 0 network area 0 ip classless ip route no ip http server dial-peer cor custom line con 0 line aux 0 line vty 0 4 login end Switch Switch#show running-config Building configuration... Current configuration : 1274 bytes version 12.1 no service pad service timestamps debug uptime service timestamps log uptime no service password-encryption hostname Switch ip subnet-zero spanning-tree mode pvst no spanning-tree optimize bpdu transmission spanning-tree extend system-id interface FastEthernet0/1 switchport mode trunk interface FastEthernet0/2 switchport access vlan 20 switchport mode access interface FastEthernet0/3 switchport access vlan 30 switchport mode access interface FastEthernet0/4

9 switchport access vlan 40 switchport mode access interface FastEthernet0/5 interface FastEthernet0/6 interface FastEthernet0/7 interface FastEthernet0/8 interface FastEthernet0/9 interface FastEthernet0/10 interface FastEthernet0/11 interface FastEthernet0/12 interface FastEthernet0/13 interface FastEthernet0/14 interface FastEthernet0/15 interface FastEthernet0/16 interface FastEthernet0/17 interface FastEthernet0/18 interface FastEthernet0/19 interface FastEthernet0/20 interface FastEthernet0/21 interface FastEthernet0/22 interface FastEthernet0/23 interface FastEthernet0/24 interface Vlan1 no ip route-cache shutdown ip http server line con 0 line vty 0 4 login line vty 5 15 login end

10 5.2 show ip route Admin ADMIN#show ip route Codes: C - connected, S - static, I - IGRP, 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, E - EGP 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 rou te o - ODR, P - periodic downloaded static route Gateway of last resort is to network /24 is variably subnetted, 6 subnets, 4 masks O /26 [110/66] via , 00:04:37, FastEthernet0/1 O /27 [110/66] via , 00:04:37, FastEthernet0/ 1 O /29 [110/66] via , 00:04:37, FastEthernet0/ 1 O /30 [110/65] via , 00:04:37, FastEthernet0 /1 C /30 is directly connected, FastEthernet0/1 C /27 is directly connected, FastEthernet0/0 S* /0 [1/0] via Gateway GATEWAY#show ip route Codes: C - connected, S - static, I - IGRP, 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, E - EGP 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 rou te o - ODR, P - periodic downloaded static route Gateway of last resort is not set /24 is variably subnetted, 7 subnets, 5 masks O /26 [110/65] via , 00:20:04, Serial0/0 O /27 [110/65] via , 00:20:04, Serial0/0 O /29 [110/65] via , 00:20:04, Serial0/0 C /30 is directly connected, Serial0/0 C /30 is directly connected, FastEthernet0/0 O /27 [110/2] via , 00:20:04, FastEthernet0/ 0 C /32 is directly connected, Loopback Vlan VLAN#show ip route Codes: C - connected, S - static, I - IGRP, R - RIP, M - mobile, B - BGP D - EIGRP, EX - EIGRP external, O - OSPF, IA - OSPF inter area

11 te N1 - OSPF NSSA external type 1, N2 - OSPF NSSA external type 2 E1 - OSPF external type 1, E2 - OSPF external type 2, E - EGP 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 rou o - ODR, P - periodic downloaded static route Gateway of last resort is to network /24 is variably subnetted, 6 subnets, 4 masks C /26 is directly connected, FastEthernet0/0.2 C /27 is directly connected, FastEthernet0/0.3 C /29 is directly connected, FastEthernet0/0.4 C /30 is directly connected, Serial0/0 O /30 [110/782] via , 00:18:16, Serial0/0 O /27 [110/783] via , 00:18:16, Serial0/0 S* /0 [1/0] via show ip protocol Admin ADMIN#show ip protocol Routing Protocol is "ospf 1" Outgoing update filter list for all interfaces is not set Incoming update filter list for all interfaces is not set Router ID Number of areas in this router is 1. 1 normal 0 stub 0 nssa Maximum path: 4 Routing for Networks: area area 0 Routing Information Sources: Gateway Distance Last Update :04: :04: :04:47 Distance: (default is 110) Gateway GATEWAY#show ip protocol Routing Protocol is "ospf 1" Outgoing update filter list for all interfaces is not set Incoming update filter list for all interfaces is not set Router ID Number of areas in this router is 1. 1 normal 0 stub 0 nssa Maximum path: 4 Routing for Networks: area area 0 Routing Information Sources: Gateway Distance Last Update :20: :20: :20:10 Distance: (default is 110)

12 5.3.3 Vlan VLAN#show ip protocol Routing Protocol is "ospf 1" Outgoing update filter list for all interfaces is not set Incoming update filter list for all interfaces is not set Router ID Number of areas in this router is 1. 1 normal 0 stub 0 nssa Maximum path: 4 Routing for Networks: area area area area 0 Routing Information Sources: Gateway Distance Last Update :18: :18:44 Distance: (default is 110) 5.4 show ip ospf neighbor Admin ADMIN#show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface FULL/BDR 00:00: FastEthernet0/ Gateway GATEWAY#show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface FULL/ - 00:00: Serial0/ FULL/DR 00:00: FastEthernet0/ Vlan VLAN#show ip ospf neighbor Neighbor ID Pri State Dead Time Address Interface FULL/ - 00:00: Serial0/0 5.5 show vlan brief Switch Switch#show vlan brief VLAN Name Status Ports default active Fa0/5, Fa0/6, Fa0/7, Fa0/8

13 Fa0/9, Fa0/10, Fa0/11, Fa0/1 2 Fa0/13, Fa0/14, Fa0/15, Fa0/ 16 Fa0/17, Fa0/18, Fa0/19, Fa0/ 20 Fa0/21, Fa0/22, Fa0/23, Fa0/ R&D active Fa0/2 30 SALES active Fa0/3 40 SERVER active Fa0/ fddi-default act/unsup 1003 token-ring-default act/unsup 1004 fddinet-default act/unsup 1005 trnet-default act/unsup 5.6 show spanning-tree Switch Switch#show spanning-tree VLAN0001 Spanning tree enabled protocol ieee Root ID Priority Address cfa.eac0 This bridge is the root Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec Bridge ID Priority (priority sys-id-ext 1) Address cfa.eac0 Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec Aging Time 300 Interface Role Sts Cost Prio.Nbr Type Fa0/1 Desg FWD P2p VLAN0020 Spanning tree enabled protocol ieee Root ID Priority Address cfa.eac0 This bridge is the root Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec Bridge ID Priority (priority sys-id-ext 20) Address cfa.eac0 Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec Aging Time 300 Interface Role Sts Cost Prio.Nbr Type Fa0/1 Desg FWD P2p Fa0/2 Desg FWD P2p VLAN0030 Spanning tree enabled protocol ieee

14 Root ID Priority Address cfa.eac0 This bridge is the root Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec Bridge ID Priority (priority sys-id-ext 30) Address cfa.eac0 Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec Aging Time 300 Interface Role Sts Cost Prio.Nbr Type Fa0/1 Desg FWD P2p Fa0/3 Desg FWD P2p VLAN0040 Spanning tree enabled protocol ieee Root ID Priority Address cfa.eac0 This bridge is the root Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec Bridge ID Priority (priority sys-id-ext 40) Address cfa.eac0 Hello Time 2 sec Max Age 20 sec Forward Delay 15 sec Aging Time 300 Interface Role Sts Cost Prio.Nbr Type Fa0/1 Desg FWD P2p Fa0/4 Desg FWD P2p 5.7 Ping-nauhoitteet Admin host host_admin --> host on VLAN40 Pinging with 32 bytes of data: Reply from : bytes=32 time<1ms TTL=128 Reply from : bytes=32 time<1ms TTL=128 Reply from : bytes=32 time<1ms TTL=128 Reply from : bytes=32 time<1ms TTL=128 Ping statistics for : Minimum = 0ms, Maximum = 0ms, Average = 0ms host_admin --> host on VLAN30

15 Pinging with 32 bytes of data: Reply from : bytes=32 time=22ms TTL=125 Reply from : bytes=32 time=20ms TTL=125 Reply from : bytes=32 time=20ms TTL=125 Reply from : bytes=32 time=21ms TTL=125 Ping statistics for : Minimum = 20ms, Maximum = 22ms, Average = 20ms host_admin --> host on VLAN20 Pinging with 32 bytes of data: Reply from : bytes=32 time=20ms TTL=125 Reply from : bytes=32 time=20ms TTL=125 Reply from : bytes=32 time=21ms TTL=125 Reply from : bytes=32 time=21ms TTL=125 Ping statistics for : Minimum = 20ms, Maximum = 21ms, Average = 20ms host_admin --> loopback0 on GATEWAY Pinging with 32 bytes of data: Reply from : bytes=32 time=1ms TTL=254 Reply from : bytes=32 time=1ms TTL=254 Reply from : bytes=32 time=1ms TTL=254 Reply from : bytes=32 time=1ms TTL=254 Ping statistics for : Minimum = 1ms, Maximum = 1ms, Average = 1ms R&D host host_vlan20 --> host on ADMIN Pinging with 32 bytes of data: Reply from : bytes=32 time=24ms TTL=125 Reply from : bytes=32 time=21ms TTL=125 Reply from : bytes=32 time=20ms TTL=125 Reply from : bytes=32 time=21ms TTL=125

16 Ping statistics for : Minimum = 20ms, Maximum = 24ms, Average = 21ms host_vlan20 --> host on VLAN30 Pinging with 32 bytes of data: Reply from : bytes=32 time=1ms TTL=127 Reply from : bytes=32 time<1ms TTL=127 Reply from : bytes=32 time<1ms TTL=127 Reply from : bytes=32 time<1ms TTL=127 Ping statistics for : Minimum = 0ms, Maximum = 1ms, Average = 0ms host_vlan20 --> host on VLAN40 Pinging with 32 bytes of data: Reply from : bytes=32 time<1ms TTL=63 Reply from : bytes=32 time<1ms TTL=63 Reply from : bytes=32 time<1ms TTL=63 Reply from : bytes=32 time<1ms TTL=63 Ping statistics for : Minimum = 0ms, Maximum = 0ms, Average = 0ms host_vlan20 --> loopback0 on gateway Pinging with 32 bytes of data: Ping statistics for : Minimum = 21ms, Maximum = 21ms, Average = 21ms

17 5.7.3 Sales host SALES -> ADMIN C:\Documents and Settings\Cisco>ping Pinging with 32 bytes of data: Reply from : bytes=32 time=21ms TTL=125 Reply from : bytes=32 time=21ms TTL=125 Reply from : bytes=32 time=20ms TTL=125 Reply from : bytes=32 time=21ms TTL=125 Ping statistics for : Minimum = 20ms, Maximum = 21ms, Average = 20ms SALES -> R&D C:\Documents and Settings\Cisco>ping Pinging with 32 bytes of data: Reply from : bytes=32 time<1ms TTL=127 Reply from : bytes=32 time<1ms TTL=127 Reply from : bytes=32 time<1ms TTL=127 Reply from : bytes=32 time<1ms TTL=127 Ping statistics for : Minimum = 0ms, Maximum = 0ms, Average = 0ms SALES -> SERVER C:\Documents and Settings\Cisco>ping Pinging with 32 bytes of data: Reply from : bytes=32 time<1ms TTL=63 Reply from : bytes=32 time<1ms TTL=63 Reply from : bytes=32 time<1ms TTL=63 Reply from : bytes=32 time<1ms TTL=63 Ping statistics for : Minimum = 0ms, Maximum = 0ms, Average = 0ms SALES -> LOOPBACK C:\Documents and Settings\Cisco>ping

18 Pinging with 32 bytes of data: Ping statistics for : Minimum = 21ms, Maximum = 21ms, Average = 21ms Server host SERVER -> R&D C:\Documents and Settings\Cisco>ping Pinging with 32 bytes of data: Reply from : bytes=32 time<1ms TTL=63 Reply from : bytes=32 time<1ms TTL=63 Reply from : bytes=32 time<1ms TTL=63 Reply from : bytes=32 time<1ms TTL=63 Ping statistics for : Minimum = 0ms, Maximum = 0ms, Average = 0ms SERVER -> SALES C:\Documents and Settings\Cisco>ping Pinging with 32 bytes of data: Reply from : bytes=32 time=2ms TTL=127 Reply from : bytes=32 time<1ms TTL=127 Reply from : bytes=32 time<1ms TTL=127 Reply from : bytes=32 time<1ms TTL=127 Ping statistics for : Minimum = 0ms, Maximum = 2ms, Average = 0ms SERVER -> ADMIN C:\Documents and Settings\Cisco>ping Pinging with 32 bytes of data: Reply from : bytes=32 time=24ms TTL=125 Reply from : bytes=32 time=20ms TTL=125 Reply from : bytes=32 time=20ms TTL=125

19 Reply from : bytes=32 time=20ms TTL=125 Ping statistics for : Minimum = 20ms, Maximum = 24ms, Average = 21ms SERVER -> LOOPBACK C:\Documents and Settings\Cisco>ping Pinging with 32 bytes of data: Ping statistics for : Minimum = 21ms, Maximum = 21ms, Average = 21ms

Lab 7.2.9 Load Balancing Across Multiple Paths Instructor Version 2500

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

More information

How To Configure A Cisco Router With A Cio Router

How To Configure A Cisco Router With A Cio Router CHAPTER 1 This chapter provides procedures for configuring the basic parameters of your Cisco router, including global parameter settings, routing protocols, interfaces, and command-line access. It also

More information

Felix Rohrer. PT Activity 7.5.3: Troubleshooting Wireless WRT300N. Topology Diagram

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.

More information

Lab 7-1 Configuring Switches for IP Telephony Support

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

More information

CCNA Exploration 4.0: ESwitching Basic Switching / Wireless PT Practice SBA. Switch S1 S1#sh ru Building configuration...

CCNA Exploration 4.0: ESwitching Basic Switching / Wireless PT Practice SBA. Switch S1 S1#sh ru Building configuration... CCNA Exploration 4.0: ESwitching Basic Switching / Wireless PT Practice SBA Switch S1 S1#sh ru Building configuration... Current configuration : 1639 bytes version 12.2 no service timestamps log datetime

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

Chapter 7 Lab 7-1, Configuring Switches for IP Telephony Support

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

More information

Lab 3.10.2 Use Network Inspector to Observe STP Behavior

Lab 3.10.2 Use Network Inspector to Observe STP Behavior Lab 3.10.2 Use Network Inspector to Observe STP Behavior Objective The purpose of this lab is to observe STP behavior with the Network Inspector switch trace feature. Scenario A new switched network has

More information

Chapter 2 Lab 2-2, Configuring EtherChannel Instructor Version

Chapter 2 Lab 2-2, Configuring EtherChannel Instructor Version Chapter 2 Lab 2-2, Configuring EtherChannel Instructor Version Topology Objective Background Configure EtherChannel. Four switches have just been installed. The distribution layer switches are Catalyst

More information

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

More information

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

More information

Lab: Basic Router Configuration

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

More information

Table of Contents. Cisco Configuring a Basic MPLS VPN

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

More information

Chapter 2 Lab 2-2, EIGRP Load Balancing

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.

More information

LAB MANUAL for Computer Network

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,

More information

System Components PBX Model. Configuration Tasks

System Components PBX Model. Configuration Tasks Cisco 3600 Series Gateway-PBX Interoperability: Lucent Definity G3 with T1 PRI Signaling This document describes the interoperability and configuration of a Cisco 3600 series voice gateway with a Lucent

More information

How To Configure InterVLAN Routing on Layer 3 Switches

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

More information

Configuring a Basic MPLS VPN

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

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

AlliedWare Plus OS How To Configure interoperation between PVST+ and RSTP or MSTP

AlliedWare Plus OS How To Configure interoperation between PVST+ and RSTP or MSTP AlliedWare Plus OS How To Configure interoperation between PVST+ and RSTP or MSTP Introduction Spanning trees that protect networks from loops can provide better traffic load balancing if traffic in different

More information

Cisco 2621 Gateway-PBX Interoperability: Lucent/Avaya Definity G3si V7 PBX with Cisco CallManager Using T1 PRI NI-2 for an H.

Cisco 2621 Gateway-PBX Interoperability: Lucent/Avaya Definity G3si V7 PBX with Cisco CallManager Using T1 PRI NI-2 for an H. Application Note Cisco 2621 Gateway-PBX Interoperability: Lucent/Avaya Definity G3si V7 PBX with Cisco CallManager Using T1 PRI NI-2 for an H.323 Gateway Introduction This document describes the interoperability

More information

ProCurve / Cisco Interoperability Guide

ProCurve / Cisco Interoperability Guide ProCurve Networking ProCurve / Cisco Interoperability Guide Introduction... 3 Discovery protocols: LLDP & CDP... 4 VLAN configuration... 7 Introduction... 7 VLAN configuration on Cisco Catalyst... 8 VLAN

More information

LAN-Cell to Cisco Tunneling

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

More information

640-816: Interconnecting Cisco Networking Devices Part 2 v1.1

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

More information

Proposal for implementation of VoIP at XYZ hospital.

Proposal for implementation of VoIP at XYZ hospital. Proposal for implementation of VoIP at XYZ hospital. Introduction Management committee of XYZ hospital wants to implement an internal voice communication system for their hospital. At present they are

More information

IOS NAT Load Balancing with Optimized Edge Routing for Two Internet Connections

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

More information

Troubleshooting IP Routing

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

More information

Lab Configuring Syslog and NTP (Instructor Version)

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

More information

EIGRP Routing Protocol & Configuration

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

More information

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

More information

Network Scenarios Pagina 1 di 35

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

More information

Introduction about cisco company and its products (network devices) Tell about cisco offered courses and its salary benefits (ccna ccnp ccie )

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

More information

ISOM3380 Advanced Network Management. Spring 2014 15. Course Description

ISOM3380 Advanced Network Management. Spring 2014 15. Course Description ISOM3380 Advanced Network Management Spring 2014 15 Course Description In an interconnected economy, management of network applications becomes increasingly important. This course helps students develop

More information

IOS NAT Load Balancing for Two ISP Connections

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

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

OSPF Configuring Multi-Area OSPF

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

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

Brocade to Cisco Comparisons

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

More information

ASA 9.x EIGRP Configuration Example

ASA 9.x EIGRP Configuration Example ASA 9.x EIGRP Configuration Example Document ID: 91264 Contributed by Dinkar Sharma, Magnus Mortensen, and Prashant Joshi, Cisco TAC Engineers. May 13, 2015 Contents Introduction Prerequisites Requirements

More information

Case Study 1: Registering IP Phones with a remote Call

Case Study 1: Registering IP Phones with a remote Call Case Study 1: Registering IP Phones with a remote Call Manager Objectives Place calls from IP Phones under R1 to IP Phones under R2 Place calls from any IP Phone (under R1 and under R2) to the regular

More information

Network Simulator Lab Study Plan

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

More information

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

More information

Configuring a Cisco 2509-RJ Terminal Router

Configuring a Cisco 2509-RJ Terminal Router created by: Rainer Bemsel Version 1.0 Dated: Dec/08/2012 For my Cisco LAB, I ve purchased a used Cisco 2509-RJ with RJ45-RJ45 roll-over cables. This TechTip shows my configuration setup, so you can easily

More information

Lab 8: Confi guring QoS

Lab 8: Confi guring QoS Lab 8: Objective Implement QoS, mark traffi c, and display and interpret QoS output. Lab Topology For this lab, your network design will include two pods of devices. You will be responsible for confi guring

More information

Configuring EtherChannel and 802.1Q Trunking Between Catalyst L2 Fixed Configuration Switches and Catalyst Switches Running CatOS

Configuring EtherChannel and 802.1Q Trunking Between Catalyst L2 Fixed Configuration Switches and Catalyst Switches Running CatOS Configuring EtherChannel and 802.1Q Trunking Between Catalyst L2 Fixed Configuration Switches and Catalyst Switches Running CatOS Document ID: 23408 Contents Introduction Prerequisites Requirements Components

More information

Cisco 12 CCNA Certification

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

More information

Table of Contents. Cisco Using the Cisco IOS Firewall to Allow Java Applets From Known Sites while Denying Others

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

More information

Configuring Modem Transport Support for VoIP

Configuring Modem Transport Support for VoIP Configuring Modem Transport Support for VoIP This chapter explains how to configure modem transport support for Voice over IP (VoIP) and contains the following sections: Modem Transport Support Overview,

More information

Configuring the MNLB Forwarding Agent

Configuring the MNLB Forwarding Agent CHAPTER 3 Configuring the MNLB Forwarding Agent This chapter describes how to configure a Cisco router as an MNLB Forwarding Agent to operate in conjunction with a Cisco LocalDirector serving as Services

More information

How To Learn Cisco Cisco Ios And Cisco Vlan

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

More information

Course Contents CCNP (CISco certified network professional)

Course Contents CCNP (CISco certified network professional) Course Contents CCNP (CISco certified network professional) CCNP Route (642-902) EIGRP Chapter: EIGRP Overview and Neighbor Relationships EIGRP Neighborships Neighborship over WANs EIGRP Topology, Routes,

More information

Introduction to Routing and Packet Forwarding. Routing Protocols and Concepts Chapter 1

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

More information

Laboratorio 3 Comunicación sincrónica Vía Satélite

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

More information

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

More information

Simple MPLS network topology for Dynamips/Olive

Simple MPLS network topology for Dynamips/Olive Simple MPLS network topology for Dynamips/Olive R1 version 12.4 service timestamps debug datetime msec service timestamps log datetime msec no service password-encryption hostname R1 boot-start-marker

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

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

Frame Mode MPLS Implementation

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

More information

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

More information

Leased Line PPP Connections Between IOS and HP Routers

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

More information

CCNA Exploration 4.0: (II) Routing Protocols and Concepts. Chapter 1: Introduction to Routing and Packet Forwarding

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

More information

CertificationKits.com EIGRP Sample CCNA Lab. EIGRP Routing. The purpose of this lab is to explore the functionality of the EIGRP routing protocol.

CertificationKits.com EIGRP Sample CCNA Lab. EIGRP Routing. The purpose of this lab is to explore the functionality of the EIGRP routing protocol. EIGRP Routing The purpose of this lab is to explore the functionality of the EIGRP routing protocol. Hardware & Configuration Required for this Lab Two Cisco routers with two Fast Ethernet interfaces and

More information

Basic Router Configuration

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

More information

Lab 4.2 Challenge Lab: Implementing MPLS VPNs

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

More information

LAB Configuring NAT. Objective. Background/Preparation

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

More information

Basic Wireless Configuration

Basic Wireless Configuration Basic Wireless Configuration Topology Diagram Learning Objectives Configure options in the Linksys Setup tab. Configure options in the Linksys Wireless tab. Configure options in the Linksys Administration

More information

Objectives. The Role of Redundancy in a Switched Network. Layer 2 Loops. Broadcast Storms. More problems with Layer 2 loops

Objectives. The Role of Redundancy in a Switched Network. Layer 2 Loops. Broadcast Storms. More problems with Layer 2 loops ITE I Chapter 6 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Objectives Implement Spanning Tree Protocols LAN Switching and Wireless Chapter 5 Explain the role of redundancy in a converged

More information

How to Create VLANs Within a Virtual Switch in VMware ESXi

How to Create VLANs Within a Virtual Switch in VMware ESXi How to Create VLANs Within a Virtual Switch in VMware ESXi I am not responsible for your actions or their outcomes, in any way, while reading and/or implementing this tutorial. I will not provide support

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

Configuring Fax Pass-Through

Configuring Fax Pass-Through Configuring Fax Pass-Through This chapter describes the configuration of fax pass-through. With fax pass-through, modulated fax information from the PSTN is passed in-band over a voice speech path in an

More information

s@lm@n CompTIA Exam N10-006 CompTIA Network+ certification Version: 5.1 [ Total Questions: 1146 ]

s@lm@n CompTIA Exam N10-006 CompTIA Network+ certification Version: 5.1 [ Total Questions: 1146 ] s@lm@n CompTIA Exam N10-006 CompTIA Network+ certification Version: 5.1 [ Total Questions: 1146 ] Topic break down Topic No. of Questions Topic 1: Network Architecture 183 Topic 2: Network Operations 149

More information

Cisco Discovery 3: Introducing Routing and Switching in the Enterprise 157.8 hours teaching time

Cisco Discovery 3: Introducing Routing and Switching in the Enterprise 157.8 hours teaching time Essential Curriculum Computer Networking II Cisco Discovery 3: Introducing Routing and Switching in the Enterprise 157.8 hours teaching time Chapter 1 Networking in the Enterprise-------------------------------------------------

More information

Lab 3.5.1: Basic VLAN Configuration (Instructor Version)

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

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

Juniper Networks WX Series Large. Integration on Cisco

Juniper Networks WX Series Large. Integration on Cisco APPLICATION NOTE Juniper Networks WX Series Large Deployment with WCCP Off-Path Integration on Cisco Integrating Multiple Juniper Networks WX Series Application Acceleration Platforms into a Cisco Infrastructure

More information

VLSM Static routing. Computer networks. Seminar 5

VLSM Static routing. Computer networks. Seminar 5 VLSM Static routing Computer networks Seminar 5 IP address (network and host part) Address classes identified by first three bits Subnet mask determines how the IP address is divided into network and host

More information

Introduction to Dynamic Routing Protocols

Introduction to Dynamic Routing Protocols CHAPTER 3 Introduction to Dynamic Routing Protocols Objectives Upon completion of this chapter, you should be able to answer the following questions: Can you describe the role of dynamic routing protocols

More information

Interconnecting Cisco Networking Devices, Part 2 Course ICND2 v2.0; 5 Days, Instructor-led

Interconnecting Cisco Networking Devices, Part 2 Course ICND2 v2.0; 5 Days, Instructor-led Interconnecting Cisco Networking Devices, Part 2 Course ICND2 v2.0; 5 Days, Instructor-led Course Description The Interconnecting Cisco Networking Devices, Part 2 (ICND2) v2.0 course provides entry-level

More information

Router and Routing Basics

Router and Routing Basics Router and Routing Basics Malin Bornhager Halmstad University Session Number 2002, Svenska-CNAP Halmstad University 1 Routing Protocols and Concepts CCNA2 Routing and packet forwarding Static routing Dynamic

More information

"Charting the Course...

Charting the Course... Description "Charting the Course... Course Summary Interconnecting Cisco Networking Devices: Accelerated (CCNAX), is a course consisting of ICND1 and ICND2 content in its entirety, but with the content

More information

CCNP CISCO CERTIFIED NETWORK PROFESSIONAL LAB MANUAL

CCNP CISCO CERTIFIED NETWORK PROFESSIONAL LAB MANUAL CCNP CISCO CERTIFIED NETWORK PROFESSIONAL LAB MANUAL VER 2.0 Page 1 of 315 ACKNOWLEDGEMENT We can write a 1000 page book, but we can t find enough words to describe the credit Mr. Siddiq Ahmed deserves

More information

Working knowledge of TCP/IP protocol Suite IPX/SPX protocols Suite, MCSE or CNE or experienced in supporting a LAN environment.

Working knowledge of TCP/IP protocol Suite IPX/SPX protocols Suite, MCSE or CNE or experienced in supporting a LAN environment. Cisco Certified Network Associate (640-802) Overview & Objectives This course will lead to a CISCO Certification (CCNA). This is the CISCO: Fundamental of Internetworking and WAN Configuration but with

More information

Cisco CCNA 200-120 Exam

Cisco CCNA 200-120 Exam Cisco CCNA 200-120 Exam Vendor:Cisco Exam Code: 200-120 Exam Name: Interconnecting Cisco Networking Devices: Accelerated (CCNAX) v2.0 QUESTION 1 Refer to the exhibit. What will Router1 do when it receives

More information

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

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

SSVP SIP School VoIP Professional Certification

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

More information

CCNA2 Chapter 11 Practice

CCNA2 Chapter 11 Practice CCNA2 Chapter 11 Practice Two neighbouring routers are configured for OSPF, but they have different hello and dead intervals. What will happen? They will become adjacent as long as they are configured

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

COURSE AGENDA. Lessons - CCNA. CCNA & CCNP - Online Course Agenda. Lesson 1: Internetworking. Lesson 2: Fundamentals of Networking

COURSE AGENDA. Lessons - CCNA. CCNA & CCNP - Online Course Agenda. Lesson 1: Internetworking. Lesson 2: Fundamentals of Networking COURSE AGENDA CCNA & CCNP - Online Course Agenda Lessons - CCNA Lesson 1: Internetworking Internetworking models OSI Model Discuss the OSI Reference Model and its layers Purpose and function of different

More information

Zarząd (7 osób) F inanse (13 osób) M arketing (7 osób) S przedaż (16 osób) K adry (15 osób)

Zarząd (7 osób) F inanse (13 osób) M arketing (7 osób) S przedaż (16 osób) K adry (15 osób) QUESTION NO: 8 David, your TestKing trainee, asks you about basic characteristics of switches and hubs for network connectivity. What should you tell him? A. Switches take less time to process frames than

More information

Switching Basics and Intermediate Routing CCNA 3 Labs and Study Guide Allan Johnson

Switching Basics and Intermediate Routing CCNA 3 Labs and Study Guide Allan Johnson Switching Basics and Intermediate Routing CCNA 3 Labs and Allan Johnson Introduction Switching Basics and Intermediate Routing CCNA 3 Labs and s is a supplement to your classroom and laboratory experience

More information

Effect of Windows XP Firewall on Network Simulation and Testing

Effect of Windows XP Firewall on Network Simulation and Testing Issues in Informing Science and Information Technology Volume 4, 2007 Effect of Windows XP Firewall on Network Simulation and Testing Akram Al-Rawi College of CS & IT, King Faisal University, Al-Hassa,

More information

Abstract. MEP; Reviewed: GAK 10/17/2005. Solution & Interoperability Test Lab Application Notes 2005 Avaya Inc. All Rights Reserved.

Abstract. MEP; Reviewed: GAK 10/17/2005. Solution & Interoperability Test Lab Application Notes 2005 Avaya Inc. All Rights Reserved. Configuring Single Instance Rapid Spanning Tree Protocol (RSTP) between an Avaya C360 Converged Switch and HP ProCurve Networking Switches to support Avaya IP Telephony Issue 1.0 Abstract These Application

More information

Interconnecting Cisco Network Devices 1 Course, Class Outline

Interconnecting Cisco Network Devices 1 Course, Class Outline www.etidaho.com (208) 327-0768 Interconnecting Cisco Network Devices 1 Course, Class Outline 5 Days Interconnecting Cisco Networking Devices, Part 1 (ICND1) v2.0 is a five-day, instructorled training course

More information

OBJECTIVES This paper examines how NetFlow is implemented on logical interfaces. Logical interfaces can be divided into two groups:

OBJECTIVES This paper examines how NetFlow is implemented on logical interfaces. Logical interfaces can be divided into two groups: Configuration Guide NetFlow on Logical Interfaces: Frame Relay, Asynchronous Transfer Mode, Inter-Switch Link, 802.1q, Multilink Point to Point Protocol, General Routing Encapsulation, Layer 2 Tunneling

More information

Basic Software Configuration Using the Cisco IOS Command-Line Interface

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

More information

Ejemplo de configuración de punta a punta SBC en un Cisco 7600 Series Router

Ejemplo de configuración de punta a punta SBC en un Cisco 7600 Series Router Ejemplo de configuración de punta a punta SBC en un Cisco 7600 Series Router Descargue este capítulo Ejemplo de configuración de punta a punta SBC en un Cisco 7600 Series Router Descargue el libro completo

More information

Laboratorio 4. Comunicación sincrónica Vía Satélite

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

More information

Routing. Static Routing. Fairness. Adaptive Routing. Shortest Path First. Flooding, Flow routing. Distance Vector

Routing. Static Routing. Fairness. Adaptive Routing. Shortest Path First. Flooding, Flow routing. Distance Vector CSPP 57130 Routing Static Routing Fairness Adaptive Routing Shortest Path First Flooding, Flow routing Distance Vector RIP Distance Vector Sometimes called Bellman-FOrd Original Arpanet, DECNet, Novell,

More information

Lab 5.3.9b Managing Router Configuration Files Using TFTP

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.

More information