Configuring HSRP. Global Knowledge Training LLC L5-1

Size: px
Start display at page:

Download "Configuring HSRP. Global Knowledge Training LLC L5-1"

Transcription

1 L5 Configuring HSRP Global Knowledge Training LLC L5-1

2 Objectives In this lab you will examine the hot standby router protocol (HSRP). First you will configure PxR2 similar to PxR1, so they are both possible default gateway candidates. You will then configure HSRP on both routers and examine its behavior. The objectives for this lab are: Configure PxR2 as a possible default gateway candidate. Configure PxR1 and PxR2 for HSRP. Explore HSRP and verify its behavior. Reconfigure pod devices for subsequent labs. Important Substitute your pod number for x and the router number for y in all instructions and commands. The passwords configured on the devices at this point are: Console and vty access: username: ccna, password: cisco enable secret: sanfran L5-2 Global Knowledge Training LLC

3 Lab Topology The following diagram illustrates the logical topology used in this lab, along with the IP addresses configured. Command List The following table lists the commands used in this lab, in alphabetical order. Cisco IOS Commands Used In This Lab Command #configure terminal #copy running-config startupconfig >enable (config-subif)#encapsulation dot1q vlan [native] (config)#end #exit (config)#interface type number (config)#[no] interface type number.subinterface Description Enters global configuration mode. Saves the running configuration (in RAM) into the startup configuration (in NVRAM). Enters the EXEC privileged mode. Configures trunking on a router interface and associates the vlan number with the subinterface. Terminates configuration mode. Exit the current mode and go up one level. Enters interface configuration mode. Enters configuration mode for the subinterface. With the no keyword deletes the subinterface. Global Knowledge Training LLC L5-3

4 (config-if)#[no] ip address address mask (config)#ip default-gateway address (config)#[no] ip route address (config-router)#network address wildcard-mask area area #ping [address] (config)#[no] router ospf process-id (config-router)#router-id id #show standby (config-if)#[no] shutdown (config-subif)#[no] standby group ip address (config-if-range)#[no] switchport access vlan vlan (config-if)#[no] switchport mode mode (config-if)#[no] switchport trunk allowed vlan vlan-list #traceroute address Assigns interface IP address and subnet mask. With the no keyword removes the address from the interface. Configures the specified IP address as the default gateway for the switch. Specifies a default static route via the specified IP address. With the no keyword removes the static default route. Specifies which interfaces run OSPF and in which area. Sends an echo request to the specified address. With no parameters specified, enters extended ping. Configures an OSPF routing process. With the no parameter, deletes the OSPF routing process. Specifies the router ID for OSPF; the router id is in an IPv4-address format. Displays HSRP information. Disables the specified interface. With the no parameter, enables the interface. Activates HSRP on the interface, in the specified group. The address is the address of the HSRP virtual router that is created. With the no parameter, deactivates HSRP. Sets VLAN assignment of an interface. With the no parameter, the VLAN goes back to the default (VLAN 1). Sets trunking mode of an interface. With the no parameter, the interface returns to the default mode (dynamic auto). Sets VLAN allowed list on an trunk interface. With the no parameter, the list is removed. Executes a trace to the target address. Windows Commands Used In This Lab Command ping address ping -t tracert address Description Causes an ICMP echo message to be sent to the destination, which should cause an ICMP echo reply message to be returned. Causes continuous ICMP echo messages to be sent to the destination, which should cause ICMP echo reply messages to be returned. Displays the path of routers that a test packet traverses on the way to a destination address. L5-4 Global Knowledge Training LLC

5 Procedure In this lab you will examine the hot standby router protocol (HSRP). First you will configure PxR2 similar to PxR1, so they are both possible default gateway candidates. You will then configure HSRP on both routers and examine its behavior. Note This lab requires that the previous lab was completed correctly. If you have any doubts, reset to this lab, as described in Lab 0: Introduction, and Connecting to and Using the Remote Lab Environment. Prepare pod devices Currently PxR1 has a trunk to PxSW and is the default gateway for all pod devices. For HSRP to work, both PxR1 and PxR2 must be configured such that they are possible default gateways for PxSW, PC1 and PC2. To accomplish this, you will first re-configure PxR2 s link to PxSW as a trunk and configure PxR2 to run OSPF with PxR1 and the core router (similar to PxR1 s configuration). 1. Connect to PxSW and enter configuration mode. On the switch s FastEthernet 0/2 interface remove the access VLAN 3x configuration and configure trunking; this is the interface connected to PxR2. Allow only the pod VLANs 1, 1x, and 2x on the trunk (remember x is your pod number). PxSW#conf t PxSW(config)#interface fastethernet 0/2 PxSW(config-if)#no switchport access vlan 3x PxSW(config-if)#switchport mode trunk PxSW(config-if)#switchport trunk allowed vlan 1,1x,2x PxSW(config-if)#end 2. Connect to PxR2 and enter configuration mode. Configure PxR2 s GigabitEthernet 0/0 as a trunk port. First remove the IP address on the interface. PxR2#configure terminal PxR2(config)#interface gi 0/0 PxR2(config-if)#no ip address Global Knowledge Training LLC L5-5

6 3. Create subinterfaces for each of the VLANs; use a subinterface number equal to the VLAN number, specify IEEE 802.1q encapsulation (tagging), and assign the appropriate IP address to the subinterface as detailed in the following table (x = your pod number). Subinterface VLAN number Address/ Mask PxR2 Gi0/0.1 1 (native VLAN) x PxR2 Gi0/0.1x 1x 10.1.x PxR2 Gi0/0.2x 2x 10.2.x PxR2(config-if)#interface gi 0/0.1 PxR2(config-subif)#encapsulation dot1q 1 native PxR2(config-subif)#ip address x PxR2(config-subif)#interface gi 0/0.1x PxR2(config-subif)#encapsulation dot1q 1x PxR2(config-subif)#ip address 10.1.x PxR2(config-subif)#interface gi 0/0.2x PxR2(config-subif)#encapsulation dot1q 2x PxR2(config-subif)#ip address 10.2.x PxR2(config-subif)#end 4. On PxR2, enable the GigabitEthernet 0/1 interface connection to the core. Configure this interface with address xx.2/24. Remove the default route via PxR1. PxR2(config)#interface Gi0/1 PxR2(config-if)#no shutdown PxR2(config-if)#ip address xx PxR2(config-if)#exit PxR2(config)#no ip route x.1 5. On PxR2 create an OSPF process, using OSPF process ID of 1 and manually configure the router ID to 1.1.x.2, where x is your pod number. PxR2(config)#router ospf 1 PxR2(config-router)#router-id 1.1.x.2 6. On PxR2 configure all of the GigabitEthernet 0/0 subinterfaces and the GigabitEthernet 0/1 interface in OSPF area 0. PxR2(config-router)#network x area 0 PxR2(config-router)#network 10.1.x area 0 PxR2(config-router)#network 10.2.x area 0 PxR2(config-router)#network xx area 0 L5-6 Global Knowledge Training LLC

7 Configure HSRP Lab 5: Configuring HSRP In this section you will configure HSRP on PxR1 and PxR2, for all current pod VLANs: 1, 1x, and 2x. 7. Connect to PxR1 and enter configuration mode. On each of the PxR1 and PxR2 GigabitEthernet 0/0 subinterfaces, activate HSRP. Use group number 2 and the addresses shown in the following table (where x = your pod number). These addresses are the addresses of the HSRP virtual router for each VLAN. Either PxR1 or PxR2 will be the active router implementing the HSRP virtual router; the other router will be a standby router. Subinterface Gi0/0.1 Gi0/0.1x Gi0/0.2x HSRP Address x x x.100 PxRy(config)#interface gi 0/0.1 PxRy(config-subif)#standby 2 ip x.100 PxRy(config-subif)#exit PxRy(config)#interface gi 0/0.1x PxRy(config-subif)#standby 2 ip 10.1.x.100 PxRy(config-subif)#exit PxRy(config)#interface gi 0/0.2x PxRy(config-subif)#standby 2 ip 10.2.x.100 PxRy(config-subif)#end Important Be sure to configure HSRP on both routers! Verify HSRP 8. Examine the HSRP information on both routers. PxR1#show standby GigabitEthernet0/0.1 - Group 2 State is Active 2 state changes, last state change 00:02:53 Virtual IP address is x.100 Next hello sent in secs Active router is local Standby router is x.2, priority 100 (expires in sec) Group name is "hsrp-gi0/0.1-2" (default) GigabitEthernet0/0.1x - Group 2 Global Knowledge Training LLC L5-7

8 State is Active 2 state changes, last state change 00:02:31 Virtual IP address is 10.1.x.100 Next hello sent in secs Active router is local Standby router is 10.1.x.2, priority 100 (expires in sec) Group name is "hsrp-gi0/0.1x-2" (default) GigabitEthernet0/0.2x - Group 2 State is Active 2 state changes, last state change 00:02:17 Virtual IP address is 10.2.x.100 Next hello sent in secs Active router is local Standby router is 10.2.x.2, priority 100 (expires in sec) Group name is "hsrp-gi0/0.2x-2" (default) PxR2#show standby GigabitEthernet0/0.1 - Group 2 State is Standby 1 state change, last state change 00:01:49 Virtual IP address is x.100 Next hello sent in secs Active router is x.1, priority 100 (expires in sec) Standby router is local Group name is "hsrp-gi0/0.1-2" (default) GigabitEthernet0/0.1x - Group 2 State is Standby 1 state change, last state change 00:01:39 Virtual IP address is 10.1.x.100 Next hello sent in secs Active router is 10.1.x.1, priority 100 (expires in sec) Standby router is local Group name is "hsrp-gi0/0.1x-2" (default) GigabitEthernet0/0.2x - Group 2 State is Standby 1 state change, last state change 00:01:30 Virtual IP address is 10.2.x.100 L5-8 Global Knowledge Training LLC

9 Next hello sent in secs Active router is 10.2.x.1, priority 100 (expires in sec) Standby router is local Group name is "hsrp-gi0/0.2x-2" (default) PxR2# 9. Which router is the HSRP active router for your VLANs? Lab 5: Configuring HSRP In the sample output in the previous step, PxR1 is the active router for all VLANs, and PxR2 is the standby router. Your results may be opposite. The active router is selected as the router with highest priority; the sample output indicates that both routers are using the default priority of 100. In the case of a tie, the tie breaker is the IP address; the higher one wins. However, if one router claims the active role before the other router is configured, by default the second router configured will not preempt the active router (as shown in the sample display), even if it has a higher priority. In this case, PxR1 was configured first and it claimed the active role. 10. Connect to your PC1, PC2, and PxSW. Change the default gateway on PC1 and PC2 and PxSW to the appropriate HSRP address, as shown in the following chart (x = your pod number). Device/ Interface PC1 PC2 PxSW Default Gateway 10.1.x x x.100 PxSW#conf t PxSW(config)#ip default-gateway x.100 PxSW(config)#end Important Remember that on the PCs you must close both the Internet Protocol Version 4 (TCP/IPv4) Properties window and the Ethernet Properties window for the address change to take effect. Important The PC s desktop includes an indication of the PC s IP address and default gateway. This information is refreshed every few minutes, so will not change immediately. To confirm that the address has been configured correctly, use the ipconfig /all PC command. Global Knowledge Training LLC L5-9

10 Note The following examples of setting the PC's addresses are for Pod 6; use the appropriate addresses for your pod. 11. From PC1, PC2 and PxSW, ping the TFTP server ( ); all pings should be successful. PxSW#ping Type escape sequence to abort. Sending 5, 100-byte ICMP Echos to , timeout is 2 seconds: L5-10 Global Knowledge Training LLC

11 !!!!! Success rate is 100 percent (5/5), round-trip min/avg/max = 1/2/8 ms PxSW# Here is PC1 pinging the TFTP server: Lab 5: Configuring HSRP Here is PC2 pinging the TFTP server: 12. From PC1, PC2 and PxSW, trace to the TFTP server ( ). Notice the address of the router that the packets go through. PxSW#traceroute Type escape sequence to abort. Tracing the route to x msec 0 msec 0 msec xx.3 8 msec 0 msec 0 msec msec 0 msec 0 msec PxSW# Global Knowledge Training LLC L5-11

12 Here is PC1 tracing the TFTP server (on the example Pod 6): Here is PC1 tracing the TFTP server (on the example Pod 6): In each case, the packets go via the currently active router s address (which is PxR1 in the examples). 13. On PC 1, use the ping -t command to do a continuous ping of the TFTP server. 14. Leave the pings running, and on the router that is currently the active HSRP router, shut down the GigabitEthernet 0/0 interface. (In the example, PxR1 is the currently active router.) PxR1#conf t PxR1(config)#interface gi 0/0 PxR1(config-if)#shutdown L5-12 Global Knowledge Training LLC

13 15. After the router s GigabitEthernet 0/0 goes down, look at PC1 s output. What happens? You should a brief interruption in the stream of pings, after which they again become successful. 16. From PxSW trace to the TFTP server ( ). Notice the address of the router that the packets go through. PxSW#trace Type escape sequence to abort. Tracing the route to x.2 0 msec 0 msec 0 msec xx.3 8 msec 0 msec 0 msec msec 8 msec 0 msec PxSW# The packets now go via the other router s address (PxR2 in this example). 17. Examine the HSRP information on both routers. PxR1#show standby GigabitEthernet0/0.1 - Group 2 State is Init (interface down) 3 state changes, last state change 00:26:30 Virtual IP address is x.100 Active virtual MAC address is unknown Active router is unknown Standby router is unknown Group name is "hsrp-gi0/0.1-2" (default) GigabitEthernet0/0.1x - Group 2 State is Init (interface down) Global Knowledge Training LLC L5-13

14 3 state changes, last state change 00:26:30 Virtual IP address is 10.1.x.100 Active virtual MAC address is unknown Active router is unknown Standby router is unknown Group name is "hsrp-gi0/0.1x-2" (default) GigabitEthernet0/0.2x - Group 2 State is Init (interface down) 3 state changes, last state change 00:26:30 Virtual IP address is 10.2.x.100 Active virtual MAC address is unknown Active router is unknown Standby router is unknown Group name is "hsrp-gi0/0.2x-2" (default) PxR1# PxR2#show standby GigabitEthernet0/0.1 - Group 2 State is Active 2 state changes, last state change 00:27:11 Virtual IP address is x.100 Next hello sent in secs Active router is local Standby router is unknown Group name is "hsrp-gi0/0.1-2" (default) GigabitEthernet0/0.1x - Group 2 State is Active 2 state changes, last state change 00:27:11 Virtual IP address is 10.1.x.100 Next hello sent in secs Active router is local Standby router is unknown Group name is "hsrp-gi0/0.1x-2" (default) GigabitEthernet0/0.2x - Group 2 State is Active 2 state changes, last state change 00:27:11 Virtual IP address is 10.2.x.100 L5-14 Global Knowledge Training LLC

15 Next hello sent in secs Active router is local Standby router is unknown Group name is "hsrp-gi0/0.2x-2" (default) PxR2# 18. Which router is the HSRP active router for your VLANs? Notice that now PxR2 is the active router for all VLANs in the example output. 19. Enable the GigabitEthernet 0/0 interface that you shutdown earlier. PxR2#conf t PxR2(config)#interface gi 0/0 PxR2(config-if)#no shutdown 20. After the router s GigabitEthernet 0/0 comes up, look at PC1 s output. Do you see any missed pings? You should not see any interruption of the stream of pings. 21. From PxSW trace to the TFTP server ( ). Notice the address of the router that the packets go through. PxSW#trace Type escape sequence to abort. Tracing the route to x.2 0 msec 8 msec 0 msec xx.3 9 msec 0 msec 0 msec msec 0 msec 0 msec PxSW# The packets still go via the same address, PxR2 in this example. 22. Examine the HSRP information on both routers. PxR1#show standby GigabitEthernet0/0.1 - Group 2 State is Standby 4 state changes, last state change 00:02:44 Virtual IP address is x.100 Global Knowledge Training LLC L5-15

16 Next hello sent in secs Active router is x.2, priority 100 (expires in sec) Standby router is local Group name is "hsrp-gi0/0.1-2" (default) GigabitEthernet0/0.1x - Group 2 State is Standby 4 state changes, last state change 00:02:45 Virtual IP address is 10.1.x.100 Next hello sent in secs Active router is 10.1.x.2, priority 100 (expires in sec) Standby router is local Group name is "hsrp-gi0/0.1x-2" (default) GigabitEthernet0/0.2x - Group 2 State is Standby 4 state changes, last state change 00:02:44 Virtual IP address is 10.2.x.100 Next hello sent in secs Active router is 10.2.x.2, priority 100 (expires in sec) Standby router is local Group name is "hsrp-gi0/0.2x-2" (default) PxR1# PxR2#show standby GigabitEthernet0/0.1 - Group 2 State is Active 2 state changes, last state change 00:33:12 Virtual IP address is x.100 Next hello sent in secs Active router is local Standby router is x.1, priority 100 (expires in sec) Group name is "hsrp-gi0/0.1-2" (default) GigabitEthernet0/0.1x - Group 2 State is Active 2 state changes, last state change 00:33:12 Virtual IP address is 10.1.x.100 Next hello sent in secs L5-16 Global Knowledge Training LLC

17 Active router is local Standby router is 10.1.x.1, priority 100 (expires in sec) Group name is "hsrp-gi0/0.1x-2" (default) GigabitEthernet0/0.2x - Group 2 State is Active 2 state changes, last state change 00:33:12 Virtual IP address is 10.2.x.100 Next hello sent in secs Active router is local Standby router is 10.2.x.1, priority 100 (expires in sec) Group name is "hsrp-gi0/0.2x-2" (default) PxR2# Lab 5: Configuring HSRP 23. Which router is the HSRP active router for your VLANs? Notice that PxR2 is still the active router. PxR1 did not preempt PxR Stop the continuous pings on PC1, using <Ctrl> C. Reconfigure pod devices Important The following steps are necessary to prepare the pod devices for subsequent labs. As an alternative to doing these steps, you can reset to the next lab you are going to do. 25. On the switch s FastEthernet 0/2 interface, remove the trunk mode configuration and remove the allowed VLANs on the trunk. Configure the interface in access VLAN 3x. PxSW(config)#interface fastethernet 0/2 PxSW(config-if)#no switchport mode trunk PxSW(config-if)#no switchport trunk allowed vlan PxSW(config-if)#switchport access vlan 3x 26. Delete PxR2 s GigabitEthernet 0/0 subinterfaces and configure the GigabitEthernet 0/0 interface with an address 10.3.x.2/24. PxR2(config)#no interface Gi0/0.1 PxR2(config)#no interface Gi0/0.1x PxR2(config)#no interface Gi0/0.2x PxR2(config)#interface Gi0/0 PxR2(config-if)#ip address 10.3.x PxR2(config-if)#exit Global Knowledge Training LLC L5-17

18 27. On PxR2, shutdown the GigabitEthernet 0/1 interface connection to the core and remove its IP address. Remove the OSPF 1 process and configure PxR2 with a default route to PxR1. PxR2(config)#interface Gi0/1 PxR2(config-if)#shutdown PxR2(config-if)#no ip address xx PxR2(config-if)#exit PxR2(config)#no router ospf 1 PxR2(config)#ip route x On PxR1 remove the HSRP configuration from the GigabitEthernet 0/0 subinterfaces. PxR1(config)#interface gi 0/0.1 PxR1(config-subif)#no standby 2 ip x.100 PxR1(config-subif)#interface gi 0/0.1x PxR1(config-subif)#no standby 2 ip 10.1.x.100 PxR1(config-subif)#interface gi 0/0.2x PxR1(config-subif)#no standby 2 ip 10.2.x.100 PxR1(config-subif)#end 29. Change the default gateway on PC1 and PC2 and PxSW back to the appropriate address, as shown in the following chart (x = your pod number). Device/ Interface PC1 PC2 PxSW Default Gateway 10.1.x x x.1 PxSW#conf t PxSW(config)#ip default-gateway x.1 PxSW(config)#end L5-18 Global Knowledge Training LLC

19 Note The following examples of setting the PC s addresses are for Pod 6; use the appropriate addresses for your pod. Global Knowledge Training LLC L5-19

20 Save the configurations 30. Save all of your pod device configurations to startup-config. PxSW#copy running-config startup-config PxR1#copy running-config startup-config PxR2#copy running-config startup-config Lab Complete L5-20 Global Knowledge Training LLC

21 Completed Configuration The resulting configurations for this lab are the same as the previous lab. Global Knowledge Training LLC L5-21

22 L5-22 Global Knowledge Training LLC

Configuring EtherChannel

Configuring EtherChannel L4 Configuring EtherChannel Global Knowledge Training LLC L4-1 Objectives In this lab you will first verify that one of the parallel connections to the core switch is blocked by STP. You will then configure

More information

Troubleshooting VLANs and Trunks

Troubleshooting VLANs and Trunks L2 Troubleshooting VLANs and Trunks Global Knowledge Training LLC L2-1 Objectives In this lab you will download configuration files into PxSW s running configuration to introduce VLAN and trunking issues

More information

ICND2 SuperLab (Step-by-Step)

ICND2 SuperLab (Step-by-Step) D ICND2 SuperLab (Step-by-Step) Global Knowledge Training LLC D-1 Objectives In this lab you will load new configuration files into your pod devices; these files contain a basic configuration. You will

More information

Implementing EIGRP. Global Knowledge Training LLC L7-1

Implementing EIGRP. Global Knowledge Training LLC L7-1 L7 Implementing EIGRP Global Knowledge Training LLC L7-1 Objectives In this lab you will configure EIGRP on your pod routers. The core router is already configured for EIGRP. You will first remove the

More information

Lab Analyzing a Test Plan and Performing a Test

Lab Analyzing a Test Plan and Performing a Test Lab 7.1.6 Analyzing a Test Plan and Performing a Test Objectives Analyze a sample test plan to determine: The subject of the test The methods and tools for testing The potential results Perform the test

More information

Lab 5: Basic VLAN Configuration

Lab 5: Basic VLAN Configuration 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 N/A S3 VLAN 99 172.17.99.13

More information

Lab Troubleshooting Using traceroute Instructor Version 2500

Lab Troubleshooting Using traceroute Instructor Version 2500 Lab 9.3.4 Troubleshooting Using traceroute Instructor Version 2500 294-833 CCNA 2: Routers and Routing Basics v 3.1 - Lab 9.3.4 Copyright 2003, Cisco Systems, Inc. Objective Use the traceroute Cisco IOS

More information

Lab Hot Standby Router Protocol

Lab Hot Standby Router Protocol Lab 6.5.1 Hot Standby Router Protocol Objective Scenario Step 1 Step 2 Configure Hot Standby Router Protocol (HSRP) on a pair of routers to provide redundant router services to a network. Two routers are

More information

Interconnecting networks with switches. Virtual Local Area Networks (VLAN)

Interconnecting networks with switches. Virtual Local Area Networks (VLAN) 1 Interconnecting networks with switches. Virtual Local Area Networks (VLAN) Experimental Development Exercise 1: Creating VLANs and trunk links using the 802.1Q protocol The aims of this exercise are:

More information

Lab 5: Inter-VLANs Routing

Lab 5: Inter-VLANs Routing Lab 5: Inter-VLANs Routing Network Topology:- Device Interface IP Address Subnet Mask Gateway/Clock Rate Fa 0/0.10 10.5.0.1 255.255.255.192 ----- R1 Fa 0/0.20 10.6.0.1 255.255.255.192 ----- Fa 0/0.30 10.10.0.1

More information

Lab Configuring HSRP and GLBP Topology

Lab Configuring HSRP and GLBP Topology Topology 2014 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 9 Addressing Table Objectives Device Interface IP Address Subnet Mask Default Gateway R1 G0/1 192.168.1.1

More information

Lab Hot Standby Router Protocol

Lab Hot Standby Router Protocol Lab 6.2.2.1 Hot Standby Router Protocol Objective Scenario Configure Hot Standby Router Protocol (HSRP) on a pair of routers to provide redundant fault tolerant router services to a network. Two routers

More information

Lab Configuring and Testing the Rapid Spanning Tree Prototype

Lab Configuring and Testing the Rapid Spanning Tree Prototype Lab 7.3.3 Configuring and Testing the Rapid Spanning Tree Prototype Device Designation Device Name IP Address Subnet Mask Default Gateway Fa0/0.1 10.0.0.1 255.255.255.0 R1 BR4 Fa0/0.10 10.10.10.254 255.255.255.0

More information

Lab 6.4.1: Basic Inter-VLAN Routing

Lab 6.4.1: Basic Inter-VLAN Routing Topology Diagram Addressing Table Device (Hostname) Interface IP Address Subnet Mask Default Gateway S1 VLAN 99 172.17.99.11 255.255.255.0 172.17.99.1 S2 VLAN 99 172.17.99.12 255.255.255.0 172.17.99.1

More information

Lab Configuring Inter-VLAN Routing

Lab Configuring Inter-VLAN Routing Lab 9.3.6 Configuring Inter-VLAN Routing Objective Create a basic switch configuration and verify it. Create multiple VLANs, name them and assign multiple member ports to them. Create a basic configuration

More information

Troubleshooting Scenarios

Troubleshooting Scenarios C Troubleshooting Scenarios Global Knowledge Training LLC C-1 Procedure These are the troubleshooting scenarios at the time this lab guide was written. Troubleshooting VLANs and Trunks VLAN-a.txt VLAN-b.txt

More information

RealCiscoLAB.com. Configure inter-vlan routing with HSRP to provide redundant, fault-tolerant routing to the internal network.

RealCiscoLAB.com. Configure inter-vlan routing with HSRP to provide redundant, fault-tolerant routing to the internal network. RealCiscoLAB.com CCNPv6 SWITCH Hot Standby Router Protocol Topology Objective Background Configure inter-vlan routing with HSRP to provide redundant, fault-tolerant routing to the internal network. Hot

More information

Chapter 10 Lab 10-2, Securing VLANs INSTRUCTOR VERSION

Chapter 10 Lab 10-2, Securing VLANs INSTRUCTOR VERSION CCNPv7.1 SWITCH Chapter 10 Lab 10-2, Securing VLANs INSTRUCTOR VERSION Topology Objectives Background Secure the server farm using private VLANs. Secure the staff VLAN from the student VLAN. Secure the

More information

CCNA Semester 3 labs. Part 1 of 1 Labs for chapters 1 8

CCNA Semester 3 labs. Part 1 of 1 Labs for chapters 1 8 CCNA Semester 3 labs Part 1 of 1 Labs for chapters 1 8 2.1.2.12 Lab - Building a Switched Network with Redundant Links 2.3.2.3 Lab - Configuring Rapid PVST+, PortFast and BPDU Guard 2.4.3.4 Lab - Configuring

More information

Lab 5.5.2: Challenge Spanning Tree Protocol

Lab 5.5.2: Challenge Spanning Tree Protocol 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 N/A S3 VLAN 99 172.17.99.13

More information

Lab 1. CLI Navigation. Scenario. Initial Configuration for R1

Lab 1. CLI Navigation. Scenario. Initial Configuration for R1 Lab 1 CLI Navigation This lab covers the most basic skills for accessing and using the command-line interface (CLI) on a Cisco router or switch. Many of the small, picky details of how the CLI works cannot

More information

Lab 5-1 Hot Standby Router Protocol

Lab 5-1 Hot Standby Router Protocol Lab 5-1 Hot Standby Router Protocol Topology Diagram Objective Configure inter-vlan routing with HSRP to provide redundant, fault tolerant routing to the internal network. Scenario Step 1 HSRP provides

More information

Packet Tracer - Connect a Router to a LAN (Instructor Version)

Packet Tracer - Connect a Router to a LAN (Instructor Version) (Instructor Version) Instructor Note: Red font color or gray highlights indicate text that appears in the instructor copy only. Topology Addressing Table Device Interface IP Address Subnet Mask Default

More information

Chapter 5 Lab 5-1 Inter-VLAN Routing INSTRUCTOR VERSION

Chapter 5 Lab 5-1 Inter-VLAN Routing INSTRUCTOR VERSION CCNPv7.1 SWITCH Chapter 5 Lab 5-1 Inter-VLAN Routing INSTRUCTOR VERSION Topology Objectives Implement a Layer 3 EtherChannel Implement Static Routing Implement Inter-VLAN Routing Background Cisco's switching

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 CCNA Exploration:

More information

Chapter 6 Lab 6-1, First Hop Redundancy Protocols HSRP and VRRP INSTRUCTOR VERSION

Chapter 6 Lab 6-1, First Hop Redundancy Protocols HSRP and VRRP INSTRUCTOR VERSION CCNPv7.1 SWITCH Chapter 6 Lab 6-1, First Hop Redundancy Protocols HSRP and VRRP INSTRUCTOR VERSION Topology Objectives Configure inter-vlan routing with HSRP and load balancing Configure HSRP authentication

More information

CCNP Lab 006 Solution: HSRP and Switch Security

CCNP Lab 006 Solution: HSRP and Switch Security ABOUT CONTACT FAQ JOIN HOME CCNA CCNP COMPTIA DESIGN You are here: Home / 101 CCNP Labs Solutions / CCNP Lab 006 Solution: HSRP and Switch Security CCNP Lab 006 Solution: HSRP and Switch Security Lab Objective:

More information

Lab 4.2.5a Connectivity Tests Ping

Lab 4.2.5a Connectivity Tests Ping Lab 4.2.5a Connectivity Tests Ping Objective Use the ping command to send ICMP datagrams to target host. Verify that the network layer between source and destination is working properly. Retrieve information

More information

802.1Q Tunneling (Q-in-Q) Configuration Example NetworkLessons.com

802.1Q Tunneling (Q-in-Q) Configuration Example NetworkLessons.com 1 sur 12 28/03/2018 à 17:28 2 sur 12 28/03/2018 à 17:28 3 sur 12 28/03/2018 à 17:28 4 sur 12 28/03/2018 à 17:28 R1(config)#interface fastethernet 0/0 R1(config-if)#no shutdown R1(config-if)#interface fastethernet

More information

Lab 6.4.2: Challenge Inter-VLAN Routing

Lab 6.4.2: Challenge Inter-VLAN Routing Lab 6.4.2: Challenge Inter-VLAN Routing Topology Diagram Addressing Table Device (Hostname) Interface IP Address Subnet Mask Default Gateway S1 VLAN 99 192.168.99.11 255.255.255.0 192.168.99.1 S2 VLAN

More information

Chapter 6 Lab 6-3, Gateway Load Balancing Protocol (GLBP) INSTRUCTOR VERSION

Chapter 6 Lab 6-3, Gateway Load Balancing Protocol (GLBP) INSTRUCTOR VERSION CCNPv7.1 SWITCH Chapter 6 Lab 6-3, Gateway Load Balancing Protocol (GLBP) INSTRUCTOR VERSION Topology Objectives Configure trunking, VTP, and inter-vlan routing using router-on-a stick Configure GLBP Configure

More information

switch# switch#configure terminal switch(config)#spanning-tree mode pvst switch(config)#spanning-tree extend system-id switch(config)#vtp mode transparent switch(config)#vlan 4093 Switch(config-vlan)#exit

More information

Lab Configuring OSPF Timers 2500 Series

Lab Configuring OSPF Timers 2500 Series Lab 2.3.5 Configuring OSPF Timers 2500 Series Objective Setup an IP addressing scheme for OSPF area. Configure and verify OSPF routing. Modify OSPF interface timers to adjust efficiency of network. Background/Preparation

More information

Lab Catalyst 2950T and 3550 Series Basic Setup

Lab Catalyst 2950T and 3550 Series Basic Setup Lab 1.2.9.1 Catalyst 2950T and 3550 Series Basic Setup Objective Configure a Cisco Catalyst 2950T or 3550 series Ethernet switch for the first time using the command-line interface (CLI) mode. Basic first

More information

PT Activity 2.5.1: Basic Switch Configuration

PT Activity 2.5.1: Basic Switch Configuration Topology NOTE TO USER: This activity is a variation of Lab 2.5.1. Packet Tracer may not support all the tasks specified in the hands-on lab. This activity should not be considered equivalent to completing

More information

Chapter 10 - Configure ASA Basic Settings and Firewall using ASDM

Chapter 10 - Configure ASA Basic Settings and Firewall using ASDM Chapter 10 - Configure ASA Basic Settings and Firewall using ASDM This lab has been updated for use on NETLAB+ Topology Note: ISR G1 devices use FastEthernet interfaces instead of GigabitEthernet interfaces.

More information

Implement Inter-VLAN Routing. LAN Switching and Wireless Chapter 6 Modified by Tony Chen 11/01/2008

Implement Inter-VLAN Routing. LAN Switching and Wireless Chapter 6 Modified by Tony Chen 11/01/2008 Implement Inter-VLAN Routing LAN Switching and Wireless Chapter 6 Modified by Tony Chen 11/01/2008 ITE I Chapter 6 2006 Cisco Systems, Inc. All rights reserved. Cisco Public 1 Notes: If you see any mistake

More information

Laboration 2 Troubleshooting Switching and First-Hop Redundancy

Laboration 2 Troubleshooting Switching and First-Hop Redundancy Laboration 2 Troubleshooting Switching and First-Hop Redundancy Topology All contents are Copyright 1992 2011 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1

More information

RealCiscoLAB.com. Configuring EtherChannel. Topology. Objective. Background. Required Resources. CCNPv6 Switch. Configure EtherChannel.

RealCiscoLAB.com. Configuring EtherChannel. Topology. Objective. Background. Required Resources. CCNPv6 Switch. Configure EtherChannel. RealCiscoLAB.com CCNPv6 Switch Configuring EtherChannel Topology Objective Background Configure EtherChannel. Four switches have just been installed. The distribution layer switches are Catalyst 3560 switches,

More information

Lab Configuring Per-Interface Inter-VLAN Routing (Solution)

Lab Configuring Per-Interface Inter-VLAN Routing (Solution) (Solution) Topology Addressing Table Objectives Device Interface IP Address Subnet Mask Default Gateway R1 G0/0 192.168.20.1 255.255.255.0 N/A G0/1 192.168.10.1 255.255.255.0 N/A S1 VLAN 10 192.168.10.11

More information

Lab Troubleshooting VTP Configuration

Lab Troubleshooting VTP Configuration Lab 4.4.3 Troubleshooting VTP Configuration Topology Diagram Addressing Table Device (Hostname) Interface IP Address Subnet Mask S1 VLAN 99 172.17.99.11 255.255.255.0 S2 VLAN 99 172.17.99.12 255.255.255.0

More information

Lab - Troubleshooting Connectivity Issues

Lab - Troubleshooting Connectivity Issues Lab - Troubleshooting Connectivity Issues Topology Addressing Table R1 ISP Objectives Device Interface IP Address Subnet Mask Default Gateway G0/1 192.168.1.1 255.255.255.0 N/A S0/0/0 10.1.1.1 255.255.255.252

More information

Lab Configuring and Verifying Standard ACLs Topology

Lab Configuring and Verifying Standard ACLs Topology Topology 2013 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 9 Addressing Table Objectives Device Interface IP Address Subnet Mask Default Gateway R1 G0/1 192.168.10.1

More information

Lab Configuring EtherChannel

Lab Configuring EtherChannel Topology Addressing Table Objectives Device Interface IP Address Subnet Mask S1 VLAN 99 192.168.99.11 255.255.255.0 S2 VLAN 99 192.168.99.12 255.255.255.0 S3 VLAN 99 192.168.99.13 255.255.255.0 PC-A NIC

More information

Lab Configuring Per-Interface Inter-VLAN Routing (Instructor Version)

Lab Configuring Per-Interface Inter-VLAN Routing (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

Configuring HSRP. Understanding HSRP CHAPTER

Configuring HSRP. Understanding HSRP CHAPTER CHAPTER 40 This chapter describes how to use Hot Standby Router Protocol (HSRP) on the Cisco ME 3400E Ethernet Access switch to provide routing redundancy for routing IP traffic without being dependent

More information

Lab Configuring 802.1Q Trunk-Based Inter-VLAN Routing (Instructor Version Optional Lab)

Lab Configuring 802.1Q Trunk-Based Inter-VLAN Routing (Instructor Version Optional Lab) (Instructor Version Optional Lab) Instructor Note: Red font color or gray highlights indicate text that appears in the instructor copy only. Optional activities are designed to enhance understanding and/or

More information

Device Interface IP Address Subnet Mask Default Gateway. Ports Assignment Network

Device Interface IP Address Subnet Mask Default Gateway. Ports Assignment Network Felix Rohrer Topology Diagram Addressing Table Device 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 N/A S3 VLAN 99 172.17.99.13

More information

Lab Configuring and Verifying Standard IPv4 ACLs (Instructor Version Optional Lab)

Lab Configuring and Verifying Standard IPv4 ACLs (Instructor Version Optional Lab) (Instructor Version Optional Lab) Instructor Note: Red font color or gray highlights indicate text that appears in the instructor copy only. Optional activities are designed to enhance understanding and/or

More information

CCNA Routing & Switching Lab Workbook - Full-Scale Lab 1

CCNA Routing & Switching Lab Workbook - Full-Scale Lab 1 CCNA Routing & Switching Lab Workbook - Full-Scale Lab 1 Task 1.1 Tasks You must load the initial configuration files for the section, FS Lab-1 Initial, which can be found in CCNA Routing & Switching Topology

More information

Lab Routing Between an External Router and an Internal Route Processor

Lab Routing Between an External Router and an Internal Route Processor Lab 5.3.4.2 Routing Between an External Router and an Internal Route Processor Objective Scenario The purpose of this lab is to configure routing between an internal route processor and an external router.

More information

Lab 9.1.5b Trunking with 802.1q

Lab 9.1.5b Trunking with 802.1q Lab 9.1.5b Trunking with 802.1q Objective Create a basic switch configuration and verify it. Create multiple VLANs, name them and assign multiple member ports to them. Create an 802.1q trunk line between

More information

Chapter 2 Lab 2-1, EIGRP Configuration, Bandwidth, and Adjacencies

Chapter 2 Lab 2-1, EIGRP Configuration, Bandwidth, and Adjacencies Chapter 2 Lab 2-1, EIGRP Configuration, Bandwidth, and Adjacencies Topology Objectives Background Configure EIGRP on multiple routers. Configure the bandwidth command to modify the EIGRP metric. Verify

More information

Configuring InterVLAN Routing

Configuring InterVLAN Routing CHAPTER 2 Configuring InterVLAN Routing This chapter describes how to configure the Multilayer Switch Feature Card (MSFC) for intervlan routing on the Catalyst 6000 family switches and MSFC. Note For more

More information

TELECOMMUNICATION MANAGEMENT AND NETWORKS

TELECOMMUNICATION MANAGEMENT AND NETWORKS QUAID-E-AWAM UNIVERSITY OF ENGINEERING SCIENCE AND TECHNOLOGY, NAWABSHAH TELECOMMUNICATION MANAGEMENT AND NETWORKS LAB # 3 CONFIGURING INTERFACES OF ROUTER AND SWITCH Topology Diagram Addressing Table

More information

v5.0 Narbik Kocharians CCSI, CCIE #12410 R&S, Security, SP Physical or Logical

v5.0  Narbik Kocharians CCSI, CCIE #12410 R&S, Security, SP Physical or Logical CCIE Foundation v5.0 www.micronicstraining.com Narbik Kocharians CCSI, CCIE #12410 R&S, Security, SP Physical or Logical R&S Foundation by Narbik Kocharians CCIE R&S Foundation v5.0 Page 1 of 90 LAB 2

More information

CCNA Basic Questions. Question 1. What is the first 24 bits in a MAC address called? A. NIC B. BIA C. OUI D. VAI. Answer: C.

CCNA Basic Questions. Question 1. What is the first 24 bits in a MAC address called? A. NIC B. BIA C. OUI D. VAI. Answer: C. CCNA Basic Questions http://www.9tut.com/new-ccna-basic-questions Question 1 What is the first 24 bits in a MAC address called? A. NIC B. BIA C. OUI D. VAI Answer: C Question 2 Which of the following statements

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 CCNA Exploration:

More information

Table of Contents. isco Configuring 802.1q Trunking Between a Catalyst 3550 and Catalyst Switches Running Integrated Cisco IOS (Nativ

Table of Contents. isco Configuring 802.1q Trunking Between a Catalyst 3550 and Catalyst Switches Running Integrated Cisco IOS (Nativ king Between a Catalyst 3550 and Catalyst Switches Running isco Configuring 802.1q Trunking Between a Catalyst 3550 and Catalyst Switches Running Integrated Cisco IOS (Nativ Table of Contents Configuring

More information

Wireless LAN Controller Module Configuration Examples

Wireless LAN Controller Module Configuration Examples Wireless LAN Controller Module Configuration Examples Document ID: 70530 Contents Introduction Prerequisites Requirements Components Used Conventions Basic Configuration Example 1 Basic Configuration with

More information

Lab Add, Move, and Change MAC Addresses

Lab Add, Move, and Change MAC Addresses Lab 6.2.6 Add, Move, and Change MAC Addresses Objective Create and verify a basic switch configuration. Move a PC from one switch port to another and add a new PC to the switch. Background/Preparation

More information

CCNA Semester 3 labs. Labs for chapters 2 10

CCNA Semester 3 labs. Labs for chapters 2 10 CCNA Semester 3 labs Labs for chapters 2 10 2.1.4.5 Lab - Configure Extended VLANs, VTP, and DTP 2.2.2.5 Lab - Troubleshooting Inter-VLAN Routing 3.1.2.12 Lab - Building a Switched Network with Redundant

More information

PT Activity 4.4.1: Basic VTP Configuration

PT Activity 4.4.1: Basic VTP Configuration Topology Diagram Addressing Table Device 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 N/A S3 VLAN 99 172.17.99.13 255.255.255.0

More information

Lab 19(b)2. L3 Switch Routed Ports

Lab 19(b)2. L3 Switch Routed Ports Lab 9(b). L Switch Routed Ports Rev. 000.0 c cnac o okbook.com G O A L onfigure a routed port on to communicate with R. Topology For simplicity, you can reuse the physical topology of the previous labs,

More information

Lab - Troubleshooting VLAN Configurations (Instructor Version Optional Lab)

Lab - Troubleshooting VLAN Configurations (Instructor Version Optional Lab) (Instructor Version Optional Lab) Instructor Note: Red font color or gray highlights indicate text that appears in the instructor copy only. Optional activities are designed to enhance understanding and/or

More information

Lab Configuring and Verifying Standard IPv4 ACLs Topology

Lab Configuring and Verifying Standard IPv4 ACLs Topology Topology 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 10 Addressing Table Objectives Device Interface IP Address Subnet Mask Default Gateway R1 G0/1 192.168.10.1

More information

Default Gateway Fa0/ N/A. Device Interface IP Address Subnet Mask

Default Gateway Fa0/ N/A. Device Interface IP Address Subnet Mask Felix Rohrer Topology Addressing Table Device Interface IP Address Subnet Mask Default Gateway Fa0/1 10.0.0.1 255.255.255.128 N/A S0/0/0 172.16.0.1 255.255.255.252 N/A S0/0/1 172.16.0.9 255.255.255.252

More information

CCNA 1 Chapter 2 v5.0 Exam Answers %

CCNA 1 Chapter 2 v5.0 Exam Answers % CCNA 1 Chapter 2 v5.0 Exam Answers 2015 100% 1. Which two features are characteristics of flash memory? (Choose two.) Flash provides nonvolatile storage. Flash receives a copy of the IOS from RAM when

More information

OSPF single area configuration lab on packet tracer

OSPF single area configuration lab on packet tracer OSPF single area configuration lab on packet tracer This OSPF lab is created in packet tracer and you will learn the OSPF single area configuration from this lab. Configuring the OSPF Routing Process This

More information

Lab Configuring OSPF Authentication 2500 Series

Lab Configuring OSPF Authentication 2500 Series Lab 2.3.4 Configuring OSPF Authentication 2500 Series Objective Setup an IP addressing scheme for Open Shortest Path First (OSPF) area. Configure and verify OSPF routing. Introduce OSPF authentication

More information

Lab : Challenge OSPF Configuration Lab. Topology Diagram. Addressing Table. Default Gateway. Device Interface IP Address Subnet Mask

Lab : Challenge OSPF Configuration Lab. Topology Diagram. Addressing Table. Default Gateway. Device Interface IP Address Subnet Mask Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway Fa0/0 HQ S0/0/0 S0/0/1 Lo1 10.10.10.1 255.255.255.252 Fa0/0 Branch1 S0/0/0 S0/0/1 Fa0/0 Branch2 S0/0/0 S0/0/1 PC1

More information

Lab Configuring OSPF Timers

Lab Configuring OSPF Timers Lab 2.3.5 Configuring OSPF Timers Objective Setup an IP addressing scheme for OSPF area. Configure and verify OSPF routing. Modify OSPF interface timers to adjust efficiency of network. Background/Preparation

More information

Lab Multigroup Hot Standby Router Protocol

Lab Multigroup Hot Standby Router Protocol Lab 6.2.2.2 Multigroup Hot Standby Router Protocol Objective Scenario Step 1 Configure Multigroup Hot Standby Router Protocol (MHSRP) on a pair of routers to provide redundant router services to a network.

More information

CCNA Explorer 1 Chapter 11 Configuring & Testing Your Network

CCNA Explorer 1 Chapter 11 Configuring & Testing Your Network CCNA Explorer 1 Chapter 11 Configuring & Testing Your Network 11.1.1 What is the system software in Cisco devices? The Cisco IOS provides devices with what network services? How is the IOS generally accessed?

More information

Buy full file at

Buy full file at 14 Chapter 2 LAN Redundancy Chapter 2 LAN Redundancy 2.0.1.2 Class Activity Stormy Traffic ( ) Objective Explain the purpose of the Spanning Tree Protocol (STP) in a switched LAN environment with redundant

More information

University of Jordan Faculty of Engineering & Technology Computer Engineering Department Advance Networks Laboratory Exp.4 Inter-VLAN Routing

University of Jordan Faculty of Engineering & Technology Computer Engineering Department Advance Networks Laboratory Exp.4 Inter-VLAN Routing University of Jordan Faculty of Engineering & Technology Computer Engineering Department Advance Networks Laboratory 0907529 Exp.4 Inter-VLAN Routing Objectives 1. Describe the three primary options for

More information

Lab 9.1.5a Trunking with ISL 2924XL Series

Lab 9.1.5a Trunking with ISL 2924XL Series Lab 9.1.5a Trunking with ISL 2924XL Series Objective Create a basic switch configuration and verify it. Create multiple VLANs, name them and assign multiple member ports to them. Create an ISL trunk line

More information

Laboration 1 Examine the Topology and Basic Troubleshooting Commands

Laboration 1 Examine the Topology and Basic Troubleshooting Commands Laboration 1 Examine the Topology and Basic Troubleshooting Commands Topology All contents are Copyright 1992 2011 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page

More information

Lab Managing the MAC Address Table 2900XL Series

Lab Managing the MAC Address Table 2900XL Series Lab 6.2.3 Managing the MAC Address Table 2900XL Series Objective Create a basic switch configuration. Manage the switch MAC table. Background/Preparation Cable a network similar to the one in the diagram.

More information

Lab 1.4.6B Implementing Port Security

Lab 1.4.6B Implementing Port Security Lab 1.4.6B Implementing Port Security Device Designation Device Name VLAN 1 Address Subnet mask S1 FC-ASW-1 10.0.0.2 255.255.255.0 PC1 Host 1 10.0.0.254 255.255.255.0 PC2 Host 2 10.0.0.253 255.255.255.0

More information

KIM DONNERBORG / RTS. Cisco Lab Øvelse Af Kim Donnerborg / RTS. Side 0 af 8

KIM DONNERBORG / RTS. Cisco Lab Øvelse Af Kim Donnerborg / RTS. Side 0 af 8 KIM DONNERBORG / RTS Side 0 af 8 INDHOLDSFORTEGNELSE Lab: Basic Router Configuration... 2 Topology Diagram... 2 Addressing Table... 2 Learning Objectives... 2 Scenario... 2 Task 1: Cable the Network....

More information

Lab 7 Configuring Basic Router Settings with IOS CLI

Lab 7 Configuring Basic Router Settings with IOS CLI Lab 7 Configuring Basic Router Settings with IOS CLI Objectives Part 1: Set Up the Topology and Initialize Devices Cable equipment to match the network topology. Initialize and restart the router and switch.

More information

Number: Passing Score: 800 Time Limit: 120 min File Version: 1.0. Cisco Certified Network Associate

Number: Passing Score: 800 Time Limit: 120 min File Version: 1.0. Cisco Certified Network Associate 200-120 Number: 000-000 Passing Score: 800 Time Limit: 120 min File Version: 1.0 http://www.gratisexam.com/ Cisco Certified Network Associate Экзамен A QUESTION 1 What is the first 24 bits in a MAC address

More information

Lab 4.9 QoS Pre-classify

Lab 4.9 QoS Pre-classify Lab 4.9 QoS Pre-classify Learning Objectives Configure a GRE tunnel Configure QoS pre-classify Verify QoS pre-classify operation Topology Diagram Scenario Weighted fair queuing (WFQ) allows routers to

More information

Chapter 6: Network Layer

Chapter 6: Network Layer Chapter 6: Network Layer Introduction to Networks Intro to Networks v5 Network Layer Intro to Networks v5 2 The Network Layer End to End Transport processes Addressing end devices Encapsulation of Packets

More information

RealCiscoLAB.com. Chapter 2 Lab 2-2, EIGRP Load Balancing. Topology. Objectives. Background. CCNPv6 ROUTE

RealCiscoLAB.com. Chapter 2 Lab 2-2, EIGRP Load Balancing. Topology. Objectives. Background. CCNPv6 ROUTE RealCiscoLAB.com CCNPv6 ROUTE Chapter 2 Lab 2-2, EIGRP Load Balancing Topology Objectives Background Review a basic EIGRP configuration. Explore the EIGRP topology table. Identify successors, feasible

More information

Lab Configuring 802.1Q Trunk-Based Inter-VLAN Routing Topology

Lab Configuring 802.1Q Trunk-Based Inter-VLAN Routing Topology Topology 2016 Cisco and/or its affiliates. All rights reserved. This document is Cisco Public. Page 1 of 7 Addressing Table Device Interface IP Address Subnet Mask Default Gateway R1 G0/1.1 192.168.1.1

More information

Lab 19a. Router On A Stick

Lab 19a. Router On A Stick Rev. 00.0 Lab a. Router On A Stick c cnac o okbook.com G O A L Configure routing on R, enabling host H to communicate with host H, then make VLAN 0 native on the trunk. Topology You'll need A router (R)

More information

CCNA Semester 2 labs. Labs for chapters 2 10

CCNA Semester 2 labs. Labs for chapters 2 10 CCNA Semester 2 labs Labs for chapters 2 10 2.2.2.5 Lab - Configuring IPv4 Static and Default Routes 2.3.2.4 Lab - Troubleshooting Static Routes 3.2.1.9 Lab - Configuring Basic RIPv2 5.2.2.9 Lab - Configuring

More information

CCNA 1 Chapter 2 v5.0 Exam Answers 2013

CCNA 1 Chapter 2 v5.0 Exam Answers 2013 CCNA 1 Chapter 2 v5.0 Exam Answers 2013 1. Refer to the exhibit. A switch was configured as shown. A ping to the default gateway was issued, but the ping was not successful. Other switches in the same

More information

Lab Catalyst 2950 and 3550 Series Intra-VLAN Security

Lab Catalyst 2950 and 3550 Series Intra-VLAN Security Lab 7.2.5.1 Catalyst 2950 and 3550 Series Intra-VLAN Security Objective Scenario Configure intra-vlan security with Access Control Lists (ACLs) using the command-line interface (CLI) mode. This lab will

More information

Configuring Routing CHAPTERS

Configuring Routing CHAPTERS Configuring Routing CHAPTERS 1. Overview 2. IPv4 Static Routing Configuration 3. IPv6 Static Routing Configuration 4. Viewing Routing Table 5. Example for Static Routing This guide applies to: T1600G-52TS

More information

Basic Router Configuration

Basic Router Configuration This section includes information about some basic router configuration, and contains the following sections: Default Configuration, on page 1 Configuring Global Parameters, on page 2 Configuring Gigabit

More information

RealCiscoLAB.com. Inter-VLAN Routing with an Internal Route Processor and Monitoring CEF Functions

RealCiscoLAB.com. Inter-VLAN Routing with an Internal Route Processor and Monitoring CEF Functions RealCiscoLAB.com CCNPv6 SWITCH Inter-VLAN Routing with an Internal Route Processor and Monitoring CEF Functions Topology Objective Background Route between VLANs using a 3560 switch with an internal route

More information

IEEE 802.1Q Configuration

IEEE 802.1Q Configuration CHAPTER15 This chapter describes: IP Routing over IEEE 802.1Q InterVLAN Routing and 802.1Q Trunking IP Routing over IEEE 802.1Q This section provides procedures for configuring protocols supported with

More information

Lab 2.8.1: Basic Static Route Configuration

Lab 2.8.1: Basic Static Route Configuration Topology Diagram Addressing Table Device Interface IP Address Subnet Mask Default Gateway R1 Fa0/0 172.16.3.1 255.255.255.0 N/A S0/0/0 172.16.2.1 255.255.255.0 N/A Fa0/0 172.16.1.1 255.255.255.0 N/A R2

More information

SOHO. A Case Study. Case Study: SOHO

SOHO. A Case Study. Case Study: SOHO SOHO A Case Study Authors: Mary Hawkins & Patrick Neff - 2006 Page 1 of 21 Core Area These routers connect to the various offices and to the core router to ensure that all offices are able to connect to

More information

Study Guide. Using ACLs to Secure Networks

Study Guide. Using ACLs to Secure Networks CHAPTER 5 ACLs The Study Guide portion of this chapter uses a combination of matching, multiple-choice, and open-ended question exercises to test your knowledge of the various types of access control lists

More information

Lab Configuring Static Routes Instructor Version 2500

Lab Configuring Static Routes Instructor Version 2500 Lab 6.1.6 Configuring Static Routes Instructor Version 2500 Objective Configure static routes between routers to allow data transfer between routers without the use of dynamic routing protocols. Background/Preparation

More information

Lab Configuring the OSPF Routing Process

Lab Configuring the OSPF Routing Process Lab 2.3.1 Configuring the OSPF Routing Process Objective Setup an IP addressing scheme for OSPF area 0. Configure and verify Open Shortest Path First (OSPF) routing. Background/Preparation Cable a network

More information