Lab 5: Inter-VLANs Routing

Size: px
Start display at page:

Download "Lab 5: Inter-VLANs Routing"

Transcription

1 Lab 5: Inter-VLANs Routing Network Topology:- Device Interface IP Address Subnet Mask Gateway/Clock Rate Fa 0/ R1 Fa 0/ Fa 0/ PC0 NIC PC1 NIC PC2 NIC PC3 NIC PC4 NIC PC5 NIC Device From Port To Port (Device) VLAN Port Type Fa 0/1 Fa 0/1 (S2) 10, 20, 30 Trunk Fa 0/2 Fa 0/4 (S2) 10, 20, 30 Trunk S1 Fa 0/3 Fa 0/0 (R1) 10, 20, 30 Trunk Fa 0/10 NIC (PC0) 10 Access Fa 0/11 NIC (PC1) 20 Access Fa 0/1 Fa 0/1 (S1) 10, 20, 30 Trunk Fa 0/2 Fa 0/1 (S3) 10, 20, 30 Trunk S2 Fa 0/3 Fa 0/2 (S3) 10, 20, 30 Trunk Fa 0/4 Fa 0/2 (S1) 10, 20, 30 Trunk Fa 0/10 NIC (PC2) 10 Access Fa 0/11 NIC (PC3) 30 Access Fa 0/1 Fa 0/2 (S2) 10, 20, 30 Trunk S3 Fa 0/2 Fa 0/3 (S2) 10, 20, 30 Trunk Fa 0/10 NIC (PC4) 30 Access Fa 0/11 NIC (PC5) 20 Access 1

2 Objective: This lab configures routers using Open Shortest Path First Protocol (OSPF) so that all devices can ping any other device. Upon Completion You will learn: 1. Configure Access or Trunk links. 2. Create VLAN. 3. Assign VLAN membership. 4. Configure Intra VLAN routing. 5. Configure VTP Server. 6. Make VTP Clients. 7. Show STP Static. 8. Configure DTP port. Theory: A Virtual LAN (VLAN) is a logical grouping of network devices in the same broadcast domain that can span multiple physical segments. Logically speaking, VLANs are also subnets. A subnet or a sub-network is a contained broadcast domain, meaning that if a broadcast occurs in one subnet, it will not be forwarded by default to another subnet. The routers also called Layer 3 devices provide this boundary function. Switches can provide this function at Layer 2 by means of VLAN. Advantages of VLANs:- Increase the number of broadcast domains while reducing their size. Provide additional security. Increase the flexibility of network equipment. Allow a logical grouping of users by function, not location. Make user adds, moves, and changes easier. Scalability VLANs provide location independence, this flexibility makes the addition, changing, and moving of networking devices a simple process. It also allows to group people together, which also makes implementing security policies straightforward. In general, IP protocols support up to 500 devices per VLAN. VLAN Membership A device s membership in a VLAN can be determined by one of two methods:- Static: Membership have to be assigned manually. Dynamic: VTP server is configured first, and it will automatically do the rest. VLAN Connections There are two types of connections: 1) Access-Link Connections: An access-link connection is a connection between a switch and a device with a normal Ethernet NIC, where the Ethernet frames are transmitted unaltered. 2) Trunk Connections: trunk connections are capable of carrying traffic for multiple VLANs. 2

3 Cisco supports two Ethernet trunking methods:- Cisco s proprietary Inter Switch Link (ISL) protocol for Ethernet: adds a 26-byte header and a 4-byte trailer to the original Ethernet frame. Cisco s 1900 switch supports only ISL. IEEE s 802.1Q: commonly referred to as dot1q for Ethernet, is a standardized trunking method that inserts a 4-byte field into the original Ethernet frame and recomputed the FCS. The Cisco's 2950 only supports 802.1Q Q trunks support two types of frames:- An untagged frame does not carry any VLAN identification information in it. Basically, this is a standard, unaltered Ethernet frame. A tagged frame contains VLAN information, and only other 802.1Q-aware devices on the trunk will be able to process this frame Trunk Tagging For VLANs to span across multiple switches, you obviously need to connect the switches to each other. Although it is possible to simply plug one switch into another using an Access port just as you would plug in a host or a hub, doing so kills the VLAN-spanning feature and a bunch of other useful stuff too. A switch-to-switch link must be set up as a trunk link in order for the VLAN system to work properly. A trunk link is a special connection; the key difference between an ordinary connection (an Access port) and a Trunk port is that although an Access port is only in one VLAN at a time, a Trunk port has the job of carrying traffic for all VLANs from one switch to another. Any time you connect a switch to another switch, you want to make it a trunk. Trunking methods create the illusion that instead of a single physical connection between the two trunking devices, a separate logical connection exists for each VLAN between them. When trunking, the switch adds the source port s VLAN identifier to the frame so that the device (typically a switch) at the other end of the trunk understands what VLAN originated this frame and the destination switch can make intelligent forwarding decisions on not just the destination MAC address, but also the source VLAN identifier. Since information is added to the original Ethernet frame, normal NICs will not understand this information and will typically drop the frame. Therefore, you need to ensure that when you set up a trunk connection on a switch s interface, the device at the other end also supports the same trunking protocol and has it configured. If the device at the other end doesn t understand these modified frames or is not set up for trunking, it will, in most situations, drop them. The modification of these frames, commonly called tagging. By default, all VLANs are permitted across a trunk link. Switch-to-Switch trunk links always require the use of a crossover cable, never a straight-through cable. Key feature about Dynamic Trunk Protocol (DTP) A trunk can be created only on a Fast Ethernet or Gigabit Ethernet connection; 10Mb Ethernet ports are not fast enough to support the increased traffic from multiple VLANs, so the commands are not available for a regular Ethernet port. By default, traffic from all VLANs is allowed on a trunk. It is also possible to specify which VLANs are permitted (or not) to cross a particular trunk, this practice is not very common. Dynamic Trunk Protocol (DTP) supports five trunking modes:- 1) On or Trunk: interface always assumes the connection is a trunk, even if the remote end does not support trunking. 2) Desirable: the interface will generate DTP messages on the interface, but it make the assumption that the other side is not trunk-capable and will wait for a DTP message from the remote side. In this state, the interface starts as an access-link connection. If the remote side sends a DTP message, and this message indicates that trunking is compatible between the two switches, a trunk will be formed and the switch will start tagging frames on the interface. If the other side does not support trunking, the interface will remain as an access-link connection. 3

4 3) Auto-negotiate: interface passively listens for DTP messages from the remote side and leaves the interface as an access-link connection. If the interface receives a DTP message, and the message matches trunking capabilities of the interface, then the interface will change from an access-link connection to a trunk connection and start tagging frames. 4) No-negotiate: interface is set as a trunk connection and will automatically tag frames with VLAN information; however, the interface will not generate DTP messages: DTP is disabled. This mode is typically used when connecting trunk connections to non-cisco devices that don t understand Cisco s proprietary trunking protocol and thus won t understand the contents of these messages. 5) Off: If an interface is set to off, the interface is configured as an access link. No DTP messages are generated in this mode, nor are frames tagged. VLAN Trunk Protocol (VTP) VTP is a Layer 2 protocol that takes care of the steps of creating and naming VLANs on all switches in the system. We still have to set port membership to VLANs at each switch, which we can do either statically or using a VMPS. VTP works by establishing a single switch as being in charge of the VLAN information for a domain, i.e. a server. In this case, a domain is simply a group of switches that all have the same VTP domain name. This simply puts all the switches into a common administrative group. The VLAN Trunk Protocol (VTP) is a proprietary Cisco protocol used to share VLAN configuration information between Cisco switches on trunk connections. When you are setting up VTP, you have three different modes:- Server mode: This is the one switch that is in charge of the VLAN information for the VTP domain. You may add, delete, and change VLAN information on this switch, and doing so affects the entire VTP domain. This way, we only have to enter our VLAN information once, and the Server mode switch propagates it to all the other switches in the domain. Client mode: Client mode switches get VLAN information from the Server. You cannot add, delete, or change VLAN information on a Client mode switch; in fact, the commands to do so are disabled. Transparent mode: A Transparent mode switch is doing its own thing; it will not accept any changes to VLAN information from the Server, but it will forward those changes to other switches in the system. You can add, delete, and change VLANs but those changes only affect the Transparent mode switch and are not sent to other switches in the domain. VTP Messages Summary advertisement: is generated by a switch in VTP server mode. Summary advertisements are generated every five minutes by default (300 seconds), or when a configuration change takes place on the server switch. It informs adjacent switches of the current VTP domain name and the configuration revision number. When the switch receives a summary advertisement packet, the switch compares the VTP domain name to its own VTP domain name. If the name is different, the switch simply ignores the packet. If the name is the same, the switch then compares the configuration revision to its own revision. If its own configuration revision is higher or equal, the packet is ignored. If it is lower, an advertisement request is sent. Advertisement request message: A switch needs a VTP advertisement request in these situations: The switch has been reset, VTP domain name has been changed, or the switch has received a VTP summary advertisement with a higher configuration revision than its own. Upon receipt of an advertisement request, a VTP server device sends one or more Subset advertisement. A subset advertisement contains a list of VLAN information. If there are several VLANs, more than one subset advertisement can be required in order to advertise all the VLANs. 4

5 VTP Pruning VTP gives you a way to preserve bandwidth by configuring it to reduce the amount of broadcasts, multicasts, and unicast packets. This is called pruning. VTP pruning enabled switches sends broadcasts only to trunk links that actually must have the information. VTP pruning is used on trunk connections to dynamically remove VLANs not active between the two switches. It requires all of the switches to be in server mode. Scenario: You are the administrator at ComputerNetworkingNotes.com. The company wants the network to be divided into three VLANs: Board, Managers, and Employees. You have given two PCs for each VLAN. For backup purposes you have interconnected switches with one extra connection. You also have one router for inter VLAN communications. The topology has router, switches, and PCs need to be configured as per the IP addresses listed in table above. You must use the console connections through the PCs to configure the router and the switches. The passwords are cisco for user EXEC mode and class for privileged EXEC mode. Use show and ping commands to discover problems and troubleshoot the networks Practice1:- Now you are ready to use Packet Tracer to build your network and apply your lab network VLAN schemes. Task 1: Configure PCs Use the table above to configure the PCs with IP addresses. Task 2: Configure The Switches to be VTP Server and Clients Step 1. Since S1 is the one connecting the LANs with the router, it must be configured as VTP server, also the VTP domain name can be set to (Main), and it is preferable to use a password for security. S1(config)#vtp mode server Device mode already VTP SERVER. S1(config)#vtp domain Main Changing VTP domain name from NULL to Main S1(config)#vtp password cisco Setting device VLAN database password to cisco S1(config)# Step 2. On S2 and S3, configure them to be clients in the same VTP domain. S2(config)#vtp mode client Setting device to VTP CLIENT mode. S2(config)#vtp domain Main Changing VTP domain name from NULL to Main S2(config)#vtp password cisco Setting device VLAN database password to cisco S2(config)# S3(config)#vtp mode client Setting device to VTP CLIENT mode. S3(config)#vtp domain Main Changing VTP domain name from NULL to Main S3(config)#vtp password cisco Setting device VLAN database password to cisco S3(config)# 5

6 Task 3: Configure DTP ports on S1, S2 and S3 Step 1. Shutdown all the ports on all the switches using interface range and shutdown commands (the following is for all S1 only, repeat for S2 & S3). S1(config)#interface range fa0/1-24 S1(config-if-range)#shutdown Step 2. On each switch, use the interface range and switchport mode commands to define the Trunk and Access ports. Don't forget to turn on the ports using no shutdown command. S1(config)#interface range fa0/1-3 S1(config-if-range)#switchport mode trunk S1(config-if-range)#no shutdown S1(config-if-range)#interface range fa0/10-24 S1(config-if-range)#switchport mode access S1(config-if-range)#no shutdown S2(config)#interface range fa0/1-4 S2(config-if-range)#switchport mode trunk S2(config-if-range)#no shutdown S2(config-if-range)#interface range fa0/10-24 S2(config-if-range)#switchport mode access S2(config-if-range)#no shutdown S3(config)#interface range fa0/1-2 S3(config-if-range)#switchport mode trunk S3(config-if-range)#no shutdown S3(config-if-range)#interface range fa0/10-24 S3(config-if-range)#switchport mode access S3(config-if-range)#no shutdown Task 4: VLANs Creation and Membership Step 1. Since S1 is the VTP server, we only need to set the VLANs on it, and S1 will distribute the information to the rest switches. The creation of VLANs goes as follows:- S1(config)#vlan 10 S1(config-vlan)#name Board S1(config-vlan)#exit S1(config)#vlan 20 S1(config-vlan)#name Managers S1(config-vlan)#exit S1(config)#vlan 30 S1(config-vlan)#name Employees S1(config-vlan)#exit Step 2. Use the show vlan brief command to check the VLAN table. S1#show vlan brief VLAN Name Status Ports default active Fa0/3, Fa0/4, Fa0/5, Fa0/6 Fa0/7, Fa0/8, Fa0/9, Fa0/10 Fa0/11, Fa0/12, Fa0/13, Fa0/14 Fa0/15, Fa0/16, Fa0/17, Fa0/18 Fa0/19, Fa0/20, Fa0/21, Fa0/22 Fa0/23, Fa0/24 11Board active 01Managers active 01Employees active 6

7 1110fddi-default 1110token-ring-default 1111fddinet-default 1111trnet-default S1# active active active active Step 3. You have to add switch ports to each VLAN on each switch. S1(config)#interface fa0/10 S1(config-if)#switchport access vlan 10 S1(config-if)#interface fa0/11 S1(config-if)#switchport access vlan 20 S1(config-if)#end S2(config)#interface fa0/10 S2(config-if)#switchport access vlan 10 S2(config-if)#interface fa0/11 S2(config-if)#switchport access vlan 30 S2(config-if)#end S3(config)#interface fa0/10 S3(config-if)#switchport access vlan 30 S3(config-if)#interface fa0/11 S3(config-if)#switchport access vlan 20 S3(config-if)#end Step 4. Use ping command for each of the following:- PC0 PC2? PC1 PC5? PC3 PC4? PC3 PC1? PC5 PC2? Were all the pings successful? If not, why?.. Task 5: Configuring Inter-VLAN routing Step 1. This must be done on Layer 3 device such as a router. Here and on R1, Fast Ethernet connection 0/0 will be configured as an IEEE 802.1Q trunk to allow all inter-vlan traffic to be carried to and from the routing device on a single trunk. However, it requires that the interface be configured with multiple IP addresses. This is done by creating "virtual interfaces" called subinterfaces. Each subinterface is then configured for 802.1Q encapsulation. R1(config)#interface fa0/0 R1(config-if)#no ip address R1(config-if)#no shutdown R1(config-if)#interface fa0/0.10 R1(config-subif)#encapsulation dot1q 10 R1(config-subif)#ip address

8 R1(config-subif)#interface fa0/0.20 R1(config-subif)#encapsulation dot1q 20 R1(config-subif)#ip address R1(config-subif)#interface fa0/0.30 R1(config-subif)#encapsulation dot1q 30 R1(config-subif)#ip address R1(config-subif)# Step 2. Use the show ip route to check the routing tables for the VLANs. R1#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, L1 - IS-IS level-1, L2 - IS-IS level-2, ia - IS-IS inter area * - candidate default, U - per-user static route, o - ODR P - periodic downloaded static route Gateway of last resort is not set C C C /26 is subnetted, 3 subnets is directly connected, FastEthernet0/ is directly connected, FastEthernet0/ is directly connected, FastEthernet0/0.30 Step 3. Use ping command for each of the following:- PC0 PC5? PC1 PC2? PC4 PC2? Were all the pings successful? If not, why?.. Task 5: Documentation On each switch and the router, save the running configuration using (copy running-config startup-config) command, then save your Packet Tracer's file. 8

9 Practice2 (Homework):- Network Topology:- Device Interface IP Address Subnet Mask Gateway/Clock Rate Fa 0/ Fa 0/ R1 Fa 0/ Fa 0/ Fa 0/ S1 VLAN S2 VLAN S3 VLAN PC0 NIC PC1 NIC PC2 NIC PC3 NIC PC4 NIC PC5 NIC PC6 NIC

10 Device From Port To Port (Device) VLAN Port Type Fa 0/1 Fa 0/1 (S2) 10, 20, 30, 99 Trunk Fa 0/2 Fa 0/4 (S2) 10, 20, 30, 99 Trunk Fa 0/3 Fa 0/3 (S3) 10, 20, 30, 99 Trunk S1 Fa 0/4 Fa 0/4 (S3) 10, 20, 30, 99 Trunk Fa 0/9 Fa 0/0 (R1) 10, 20, 30, 99 Trunk Fa 0/10 NIC (PC0) 10 Access Fa 0/14 NIC (PC1) 30 Access Fa 0/1 Fa 0/1 (S1) 10, 20, 30, 99 Trunk Fa 0/2 Fa 0/1 (S3) 10, 20, 30, 99 Trunk S2 Fa 0/3 Fa 0/2 (S3) 10, 20, 30, 99 Trunk Fa 0/4 Fa 0/2 (S1) 10, 20, 30, 99 Trunk Fa 0/10 NIC (PC3) 20 Access Fa 0/14 NIC (PC2) 30 Access Fa 0/1 Fa 0/2 (S2) 10, 20, 30, 99 Trunk Fa 0/2 Fa 0/3 (S2) 10, 20, 30, 99 Trunk S3 Fa 0/3 Fa 0/3 (S1) 10, 20, 30, 99 Trunk Fa 0/4 Fa 0/4 (S1) 10, 20, 30, 99 Trunk Fa 0/10 NIC (PC4) 20 Access Fa 0/14 NIC (PC5) 30 Access Scenario: You have to build a network for a company, which had the configurations shown above. Also to mentioned that all the switches and the router should have (cisco) as a console password and (class) for the privilege mode. (You have to make sure that connections between ports are EXACTLY as shown in the table). Use the following commands as a guide to you for the configuration process (of course you have to change the hostname for each switch and the router):- Switch>enable Switch#configure terminal Switch(config)#hostname S1 S1(config)#enable secret class S1(config)#no ip domain-lookup S1(config)#line console 0 S1(config-line)#password cisco S1(config-line)#login S1(config-line)#line vty 0 15 S1(config-line)#password cisco S1(config-line)#login S1(config-line)#end S1#copy running-config startup-config Now you have to further configure the network to have 4 VLANs: Boss VLAN (10), Managers VLAN (20), Employees VLAN (30) and the network Management VLAN (99), then assign switch ports to these VLANs and configure the router to route data between them and PC6. Task 1: Configure PCs Use the table above to configure the PCs with IP addresses. Task 2: Configure The Switches to be VTP Server and Clients Step 1. Configure S1 to be VTP Server, and S2 & S3 to be clients (VTP domain name is "Company"). Also configure the default gateway on all switches to be using the ip default-gateway command. 11

11 S1(config)#vtp mode server Device mode already VTP SERVER. S1(config)#vtp domain Company Changing VTP domain name from NULL to Company S1(config)#vtp password cisco Setting device VLAN database password to cisco S1(config)#ip default-gateway S1(config)# Step 2. On S2 and S3, configure them to be clients in the same VTP domain. S2(config)#vtp mode client Setting device to VTP CLIENT mode. S2(config)#vtp domain Company Changing VTP domain name from NULL to Company S2(config)#vtp password cisco Setting device VLAN database password to cisco S2(config)#ip default-gateway S2(config)# S3(config)#vtp mode client Setting device to VTP CLIENT mode. S3(config)#vtp domain Company Changing VTP domain name from NULL to Company S3(config)#vtp password cisco Setting device VLAN database password to cisco S3(config)#ip default-gateway S3(config)# Task 3: Configure DTP ports on S1, S2 and S3 Step 1. Shutdown all the ports on all the switches using interface range and shutdown commands (the following is for all S1 only, repeat for S2 & S3). S1(config)#interface range fa0/1-24 S1(config-if-range)#shutdown Step 2. On each switch, use the interface range and switchport mode commands to define the Trunk (1 to 9) and Access ports (10 to 24). In addition to that you have to set the trunk ports to be on the VLAN99 and make it the native VLAN using the switchport trunk native vlan 99 command. Don't forget to turn on the ports using no shutdown command. S1(config)#interface range fa0/1-9 S1(config-if-range)#switchport mode trunk S1(config-if-range)#switchport trunk native vlan 99 S1(config-if-range)#no shutdown S1(config-if-range)#interface range fa0/10-24 S1(config-if-range)#switchport mode access S1(config-if-range)#no shutdown S2(config)#interface range fa0/1-9 S2(config-if-range)#switchport mode trunk S2(config-if-range)#switchport trunk native vlan 99 S2(config-if-range)#no shutdown S2(config-if-range)#interface range fa0/10-24 S2(config-if-range)#switchport mode access S2(config-if-range)#no shutdown 11

12 S3(config)#interface range fa0/1-9 S3(config-if-range)#switchport mode trunk S3(config-if-range)#switchport trunk native vlan 99 S3(config-if-range)#no shutdown S3(config-if-range)#interface range fa0/10-24 S3(config-if-range)#switchport mode access S3(config-if-range)#no shutdown Task 4: VLANs Creation and Membership Step 1. Since S1 is the VTP server, we only need to set the VLANs on it, and S1 will distribute the information to the rest switches. The creation of VLANs goes as follows:- S1(config)#vlan 10 S1(config-vlan)#name Boss S1(config-vlan)#exit S1(config)#vlan 20 S1(config-vlan)#name Managers S1(config-vlan)#exit S1(config)#vlan 30 S1(config-vlan)#name Employees S1(config-vlan)#exit S1(config)#vlan 99 S1(config-vlan)#name Management S1(config-vlan)#exit Step 2. Use the show vlan brief command to check the VLAN table on S1 & S2 (Provide it on a separate paper to your teacher). Step 3. Now, you have to add switch ports to each VLAN on each switch. Use interface, interface range and switchport access vlan commands. S1(config)#interface fa0/10 S1(config-if)#switchport access vlan 10 S1(config-if)#interface range fa0/11-13 S1(config-if)#switchport access vlan 20 S1(config-if)#interface range fa0/14-24 S1(config-if)#switchport access vlan 30 S1(config-if)#end S2(config)#interface range fa0/10-13 S2(config-if)#switchport access vlan 20 S2(config-if)#interface range fa0/14-24 S2(config-if)#switchport access vlan 30 S2(config-if)#end S3(config)#interface range fa0/10-13 S3(config-if)#switchport access vlan 20 S3(config-if)#interface range fa0/14-24 S3(config-if)#switchport access vlan 30 S3(config-if)#end Step 4. Configure the management interface address on all three switches (here only S1 is given): S1(config)#interface vlan99 S1(config-if)#ip address S1(config-if)#no shutdown 12

13 Step 5. Use ping command for each of the following (Provide it on a separate paper to your teacher).:- PC1 PC2? PC1 PC5? PC3 PC4? PC0 PC6? PC1 PC4? PC0 PC5? Were all the pings successful? If not, why?.. Task 5: Configuring Inter-VLAN routing Step 1. This must be done on Layer 3 device such as a router. Here and on R1, Fast Ethernet connection 0/0 will be configured as an IEEE 802.1Q trunk to allow all inter-vlan traffic to be carried to and from the routing device on a single trunk. However, it requires that the interface be configured with multiple IP addresses. This is done by creating "virtual interfaces" called subinterfaces. Each subinterface is then configured for 802.1Q encapsulation. R1(config)#interface fa0/1 R1(config-if)#ip address R1(config-if)#no shutdown R1(config)#interface fa0/0 R1(config-if)#no ip address R1(config-if)#no shutdown R1(config-if)#interface fa0/0.10 R1(config-subif)#encapsulation dot1q 10 R1(config-subif)#ip address R1(config-subif)#interface fa0/0.20 R1(config-subif)#encapsulation dot1q 20 R1(config-subif)#ip address R1(config-subif)#interface fa0/0.30 R1(config-subif)#encapsulation dot1q 30 R1(config-subif)#ip address R1(config-subif)#interface fa0/0.99 R1(config-subif)#encapsulation dot1q 99 R1(config-subif)#ip address R1(config-subif)# Step 2. Use the show ip route to check the routing tables for the VLANs (Provide it on a separate paper to your teacher).. 13

14 Step 3. Use ping command for each of the following (Provide it on a separate paper to your teacher).:- PC0 PC5? PC1 PC2? PC4 PC2? Were all the pings successful? If not, why?.. Task 5: Documentation On each switch and the router, save the running configuration using (copy running-config startup-config) command, then save your Packet Tracer's file. Please make sure that the completion percentage is 100% at this stage (without a * mark which means that there is an error on some routes), else you have to go back and verify your network settings. Also, don't forget to save the file and rename it to be LAB4-XXXX, where XXXX represents your student number. 14

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

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

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

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

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

LAN Switching and Wireless

LAN Switching and Wireless LAN Switching and Wireless CCNA Exploration Labs and Study Guide Allan Johnson ii LAN Switching and Wireless, CCNA Exploration Labs and Study Guide LAN Switching and Wireless CCNA Exploration Labs and

More information

Instructor: Wasi ur Rehman

Instructor: Wasi ur Rehman Lab 5 - Configuration VTP to support VLAN Topology Diagram Learning Objectives Upon completion of this lab, you will be able to: Cable a network according to the topology diagram with another team Erase

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

the larger the number of users and devices, the more broadcasts and packets each switch must handle.

the larger the number of users and devices, the more broadcasts and packets each switch must handle. VLANs Introduction By default, routers allow broadcasts to occur only within the originating network, while switches forward broadcasts to all segments. Flat network = one broadcast domain. that the largest

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

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

Lab Catalyst 2950T and 3550 Series VTP Domain and VLAN Trunking

Lab Catalyst 2950T and 3550 Series VTP Domain and VLAN Trunking Lab 2.9.2 Catalyst 2950T and 3550 Series VTP Domain and VLAN Trunking Objective Configure a VLAN trunk between two Cisco Catalyst WS-C2950T-24-EI switches and a Cisco Catalyst WS-C3550-24-EMI switch in

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 Catalyst 2950T and 3550 Series VTP Domain and VLAN Trunking

Lab Catalyst 2950T and 3550 Series VTP Domain and VLAN Trunking Lab 2.3.7.1 Catalyst 2950T and 3550 Series VTP Domain and VLAN Trunking Objective Configure a VLAN trunk between two Cisco Catalyst WS-C2950T-24-EI switches and a Cisco Catalyst WS-C3550-24-EMI switch

More information

VLANs. Traditional Campus Networks. Performance Issues. Broadcast Issues. Bridges terminate collision domains

VLANs. Traditional Campus Networks. Performance Issues. Broadcast Issues. Bridges terminate collision domains Traditional Campus Networks Broadcast Domain VLANs Collision Domain 1 Collision Domain 2 Bridges terminate collision domains 2003, Cisco Systems, Inc. All rights reserved. 2-1 2003, Cisco Systems, Inc.

More information

PT Activity 4.3.3: Configure VTP

PT Activity 4.3.3: Configure VTP Topology Diagram Learning Objectives Investigate the current configuration. Configure S1 as VTP server. Configure S2 and S3 as VTP clients. Configure VLANs on S1. Configure trunks on S1, S2, and S3. Verify

More information

VLANs. 2003, Cisco Systems, Inc. All rights reserved. 2-1

VLANs. 2003, Cisco Systems, Inc. All rights reserved. 2-1 VLANs 2003, Cisco Systems, Inc. All rights reserved. 2-1 Traditional Campus Networks Broadcast Domain Collision Domain 1 Collision Domain 2 Bridges terminate collision domains 2003, Cisco Systems, Inc.

More information

VLANs. 2003, Cisco Systems, Inc. All rights reserved. 2-1

VLANs. 2003, Cisco Systems, Inc. All rights reserved. 2-1 VLANs 2003, Cisco Systems, Inc. All rights reserved. 2-1 Traditional Campus Networks Broadcast Domain Collision Domain 1 Collision Domain 2 Bridges terminate collision domains 2003, Cisco Systems, Inc.

More information

Route between VLANs using a 3560 switch with an internal route processor using Cisco Express Forwarding (CEF).

Route between VLANs using a 3560 switch with an internal route processor using Cisco Express Forwarding (CEF). Lab 3- Part I Inter-VLAN routing with a Multilayer Switch Configuration and Management of Networks - 2014 Topology Objective Route between VLANs using a 3560 switch with an internal route processor using

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

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 Inter-VLAN Routing with the Internal Route Processor

Lab Inter-VLAN Routing with the Internal Route Processor Lab 5.3.4.1 Inter-VLAN Routing with the Internal Route Processor Objective Scenario The purpose of this lab is to configure Inter-VLAN routing using a switch with an internal route processor. The network

More information

Internetwork Expert s CCNP Bootcamp. VLANs, Trunking, & VTP. VLANs Overview

Internetwork Expert s CCNP Bootcamp. VLANs, Trunking, & VTP. VLANs Overview Internetwork Expert s CCNP Bootcamp VLANs, Trunking, & VTP http:// VLANs Overview Virtual Local Area Network Hosts in the same VLAN share the same broadcast domain Switches create a separate CAM table

More information

Lab 4: Routing using OSPF

Lab 4: Routing using OSPF Network Topology:- Lab 4: Routing using OSPF Device Interface IP Address Subnet Mask Gateway/Clock Description Rate Fa 0/0 172.16.1.17 255.255.255.240 ----- R1 LAN R1 Se 0/0/0 192.168.10.1 255.255.255.252

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 11 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on your Catalyst 3550 switch. It includes information about VLAN

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

Ch. 9 VTP (Trunking, VTP, Inter-VLAN Routing) CCNA 3 version 3.0

Ch. 9 VTP (Trunking, VTP, Inter-VLAN Routing) CCNA 3 version 3.0 Ch. 9 VTP (Trunking, VTP, Inter-VLAN Routing) CCNA 3 version 3.0 Overview Explain the origins and functions of VLAN trunking Describe how trunking enables the implementation of VLANs in a large network

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 10 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on the switch. It includes information about VLAN membership

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

VLANs and Trunking C H A P T E R. 6-1: VLAN Configuration. Section 6-1

VLANs and Trunking C H A P T E R. 6-1: VLAN Configuration. Section 6-1 C H A P T E R 6 Section 6-1 VLANs and Trunking See the following sections for configuration information about these topics: 6-1: VLAN Configuration Describes the method for configuring, creating, and configuring

More information

STUDENT LAB GUIDE CCNA ( )

STUDENT LAB GUIDE CCNA ( ) STUDENT LAB GUIDE CCNA (640-802) Developed By, Router Infotech Career Academy LAB: 09 Static Route Configuration Objective: To configure & implement Static Route successfully on said devices and test its

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

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

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 12 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on the switch. It includes information about VLAN membership

More information

Question 5.1. Every port on a switch is a collision domain. Every port on a router is a collision domain.

Question 5.1. Every port on a switch is a collision domain. Every port on a router is a collision domain. Question 5.1 Q 5.1.1 Number of Collision Domains: = 14 Every port on a switch is a collision domain. Every port on a router is a collision domain. Number of Broadcast Domains: = 5 Every port on a router

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 3: VLANs. Routing & Switching

Chapter 3: VLANs. Routing & Switching Chapter 3: VLANs Routing & Switching VLAN Definitions A VLAN is a logical partition of a Layer 2 network. VLANs logically group hosts, regardless of physical location. Multiple partitions can be created,

More information

Sybex CCENT Chapter 11: VLANs and Inter-VLAN Routing. Instructor & Todd Lammle

Sybex CCENT Chapter 11: VLANs and Inter-VLAN Routing. Instructor & Todd Lammle Sybex CCENT 100-101 Chapter 11: VLANs and Inter-VLAN Routing Instructor & Todd Lammle Chapter 11 Objectives The CCENT Topics Covered in this chapter include: LAN Switching Technologies Describe how VLANs

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 14 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on the Catalyst 3750 switch. It includes information about VLAN

More information

VLANs. CCNA Exploration Semester 3 Chapter Sep-13

VLANs. CCNA Exploration Semester 3 Chapter Sep-13 VLANs CCNA Exploration Semester 3 Chapter 3 1 Topics The role of VLANs in a network Trunking VLANs Configure VLANs on switches Troubleshoot common VLAN problems 2 Semester 3 LAN Design Basic Switch Concepts

More information

Lab Configure Extended VLANs, VTP, and DTP

Lab Configure Extended VLANs, VTP, and DTP Topology Addressing Table Objectives Part 1: Configure VTP Part 2: Configure DTP Table Heading Interface IP Address Subnet Mask S1 VLAN 99 192.168.99.1 255.255.255.0 S2 VLAN 99 192.168.99.2 255.255.255.0

More information

Lab 6-1 Configuring a WLAN Controller

Lab 6-1 Configuring a WLAN Controller Lab 6-1 Configuring a WLAN Controller Topology Diagram Scenario In the next two labs, you will configure a wireless solution involving a router with a built-in WLAN controller, two lightweight wireless

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

SEMESTER 2 Chapter 1 Planning and Cabling a Network V 4.0

SEMESTER 2 Chapter 1 Planning and Cabling a Network V 4.0 SEMESTER 2 Chapter 1 Planning and Cabling a Network V 4.0 135 points 1.1.1 What are the common components between a router and other computers? CPU RAM ROM Operating System 1.1.1.2 What does a router connect?

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

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 6: Access Lists. Device Interface IP Address Subnet Mask Gateway/Clock Rate Fa 0/ R1

Lab 6: Access Lists. Device Interface IP Address Subnet Mask Gateway/Clock Rate Fa 0/ R1 Lab 6: Access Lists Network Topology:- Device Interface IP Address Subnet Mask Gateway/Clock Rate Fa 0/0 192.168.0.1 255.255.255.0 ----- R1 Fa 0/1 192.168.10.1 255.255.255.0 ----- Se 0/0/0 10.0.0.1 255.255.255.252

More information

Lab 6-1 Configuring a WLAN Controller

Lab 6-1 Configuring a WLAN Controller Lab 6-1 Configuring a WLAN Controller Topology Diagram Scenario Step 1 In the next two labs, you will configure a wireless solution involving a WLAN controller, two lightweight wireless access points,

More information

Lab 9.6.1: Basic EIGRP Configuration Lab

Lab 9.6.1: Basic EIGRP Configuration Lab Lab 9.6.1: Basic EIGRP Configuration Lab Topology Diagram Address Table 1 Learning Objectives Upon completion of this lab, you will be able to: Cable a network according to the Topology Diagram. Erase

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

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 14 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094). It includes information about VLAN modes and the VLAN Membership

More information

CCENT Study Guide. Chapter 11 VLANs and Inter-VLAN Routing

CCENT Study Guide. Chapter 11 VLANs and Inter-VLAN Routing CCENT Study Guide Chapter 11 VLANs and Inter-VLAN Routing Chapter 11 Objectives The CCENT Topics Covered in this chapter include: 2.0 LAN Switching Technologies 2.4 Configure, verify, and troubleshoot

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

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

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

Chapter 3. Virtual Local Area Networks (VLANs) Part II

Chapter 3. Virtual Local Area Networks (VLANs) Part II Chapter 3 Virtual Local Area Networks (VLANs) Part II CCNA3-1 Chapter 3-2 Note for Instructors These presentations are the result of a collaboration among the instructors at St. Clair College in Windsor,

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

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 16 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on your Catalyst 2950 or Catalyst 2955 switch. It includes information

More information

Chapter 2 Lab 2-1, Static VLANS, VLAN Trunking, and VTP Domains and Modes

Chapter 2 Lab 2-1, Static VLANS, VLAN Trunking, and VTP Domains and Modes Chapter 2 Lab 2-1, Static VLANS, VLAN Trunking, and VTP Domains and Modes Topology Objectives Background Set up a VTP domain. Create and maintain VLANs. Configure ISL and 802.1Q trunking. VLANs logically

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

Configuring HSRP. Global Knowledge Training LLC L5-1

Configuring HSRP. Global Knowledge Training LLC L5-1 L5 Configuring HSRP Global Knowledge Training LLC L5-1 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

More information

For information about configuring these settings from Cluster Management Suite (CMS), refer to the online help.

For information about configuring these settings from Cluster Management Suite (CMS), refer to the online help. Configuring VLANs This chapter provides information about configuring virtual LANs (VLANs). It includes command-line interface (CLI) procedures for using commands that have been specifically created or

More information

Note: Use two 2960 switches for ALS1 and ALS2 and two 3560 switches for DLS1 and DLS2

Note: Use two 2960 switches for ALS1 and ALS2 and two 3560 switches for DLS1 and DLS2 LAB 2 - Part I - VLANs, VLAN Trunking, and VTP Domains Topology: Objectives Set up a VTP domain. Create and maintain VLANs. Configure 802.1Q trunking. Background VLANs logically segment a network by function,

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER 7 CHAPTER This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on the Cisco MWR 2941 router. It includes information about VLAN

More information

Lab Configuring the Management VLAN on a Single Switch

Lab Configuring the Management VLAN on a Single Switch Lab 7.5.6.4 Configuring the Management VLAN on a Single Switch Objective Equipment Scenario Step 1 In this lab, students will configure and use a non-default Management VLAN. This lab will use the config-vlan

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

The following graphic shows a single switch VLAN configuration.

The following graphic shows a single switch VLAN configuration. 7.1. VLAN A Virtual LAN (VLAN) can be defined as: Broadcast domains defined by switch port rather than network address. A grouping of devices based on service need, protocol, or other criteria rather than

More information

Lab - Configuring VLANs and Trunking

Lab - Configuring VLANs and Trunking Topology Addressing Table Objectives Device Interface IP Address Subnet Mask Default Gateway S1 VLAN 1 192.168.1.11 255.255.255.0 N/A S2 VLAN 1 192.168.1.12 255.255.255.0 N/A PC-A NIC 192.168.10.3 255.255.255.0

More information

Lab - Configuring VLANs and Trunking (Solution)

Lab - Configuring VLANs and Trunking (Solution) (Solution) Topology Addressing Table Objectives Device Interface IP Address Subnet Mask Default Gateway S1 VLAN 1 192.168.1.11 255.255.255.0 N/A S2 VLAN 1 192.168.1.12 255.255.255.0 N/A PC-A NIC 192.168.10.3

More information

Lab Troubleshooting LAN Connectivity

Lab Troubleshooting LAN Connectivity Lab 9.2.4 Troubleshooting LAN Connectivity Device Host Name Interface IP Address Subnet Mask Default Gateway Switch Port R1 R1 Fast Ethernet 0/0 192.168.1.1 255.255.255.0 N/A Fast Ethernet 0/2 S1 S1 VLAN

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 9 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094). It includes information about VLAN membership modes, VLAN configuration

More information

Maintaining Specific VLAN Identification. Comparing ISL and 802.1Q. VLAN Trunking

Maintaining Specific VLAN Identification. Comparing ISL and 802.1Q. VLAN Trunking Maintaining Specific VLAN Identification Specifically developed for multi-vlan interswitch communications Places a unique identifier in each frame Functions at Layer 2 2003, Cisco Systems, Inc. All rights

More information

CS IT ports switch basic configuration. Lecture (01) Introduction to 24 ports managed switches By: Dr. Ahmed ElShafee.

CS IT ports switch basic configuration. Lecture (01) Introduction to 24 ports managed switches By: Dr. Ahmed ElShafee. Lecture (01) Introduction to 24 ports managed switches By: Dr. Ahmed ElShafee CS IT Agenda 24 ports switch basic configuration Switch remote configuration peer2peer star network clients/server star network

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

Lab - Configuring VLANs and Trunking

Lab - Configuring VLANs and Trunking Topology Addressing Table Objectives Device Interface IP Address Subnet Mask Default Gateway S1 VLAN 1 192.168.1.11 255.255.255.0 N/A S2 VLAN 1 192.168.1.12 255.255.255.0 N/A PC-A NIC 192.168.10.3 255.255.255.0

More information

Lab 6-1 Configuring a WLAN Controller

Lab 6-1 Configuring a WLAN Controller Lab 6-1 Configuring a WLAN Controller Topology Diagram Scenario In the next two labs, you will configure a wireless solution involving a WLAN controller, two lightweight wireless access points, and a switched

More information

Chapter 4 Lab 4-1, Inter-VLAN Routing with an External Router

Chapter 4 Lab 4-1, Inter-VLAN Routing with an External Router Chapter 4 Lab 4-1, Inter-VLAN Routing with an External Router Topology Objective Background Configure inter-vlan routing using an external router, also known as a router on a stick. Inter-VLAN routing

More information

ISP /24. Fas0/0. Fas1/0/1. Fas1/0/22 NYCORE1. Cisco PS. Fas0/1. Lab Nic /24

ISP /24. Fas0/0. Fas1/0/1. Fas1/0/22 NYCORE1. Cisco PS. Fas0/1. Lab Nic /24 Introduction The Configuring VLANs and Trunks module provides you with the instructions and Cisco hardware to develop your hands on skills in configuring layer 2 technologies VLANs and trunking. This module

More information

Basic switch configuration

Basic switch configuration Basic switch configuration Cisco IOS Basic switch functions, names and passwords The switch name is tool to let us see what device we are connected to. The prompt will display the name of the switch so

More information

Configuring VLANs. Understanding VLANs CHAPTER

Configuring VLANs. Understanding VLANs CHAPTER CHAPTER 11 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on the Cisco ME 3400 Ethernet Access switch. It includes information

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

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

CHAPTER 1 LAN Design

CHAPTER 1 LAN Design CHAPTER 1 LAN Design As a business grows, so does its networking requirements. To keep pace with a business s expansion and new emerging technologies, a network must be designed to scale. A network that

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

Lab Correcting RIPv2 Routing Problems

Lab Correcting RIPv2 Routing Problems Lab 9.4.2 Correcting RIPv2 Routing Problems e Interface IP Address Subnet Mask Default Gateway Device Host Name Interface IP Address Subnet Mask Default Gateway R1 BRANCH1 Fast Ethernet 0/0 172.16.0.1

More information

The following steps should be used when configuring a VLAN on the EdgeXOS platform:

The following steps should be used when configuring a VLAN on the EdgeXOS platform: EdgeXOS VLANs VLAN Overview This document provides an overview of what a VLAN is and how it is configured on the EdgeXOS platform. Use the step-by-step guide below to configure a VLAN on the Edge appliance

More information

Table of Contents. co Configuring InterVLAN Routing and ISL/802.1Q Trunking on a Catalyst 2900XL/3500XL/2950 Switch Using An Extern

Table of Contents. co Configuring InterVLAN Routing and ISL/802.1Q Trunking on a Catalyst 2900XL/3500XL/2950 Switch Using An Extern outing and ISL/802.1Q Trunking on a Catalyst 2900XL/3500XL/2 co Configuring InterVLAN Routing and ISL/802.1Q Trunking on a Catalyst 2900XL/3500XL/2950 Switch Using An Extern Table of Contents Configuring

More information

VLAN Configuration. Understanding VLANs CHAPTER

VLAN Configuration. Understanding VLANs CHAPTER CHAPTER 11 This chapter describes how to configure normal-range VLANs (VLAN IDs 1 to 1005) and extended-range VLANs (VLAN IDs 1006 to 4094) on the CGR 2010 ESM. It includes information about VLAN membership

More information

Lab Catalyst 2950T and 3550 Series Static VLANS

Lab Catalyst 2950T and 3550 Series Static VLANS Lab 2.9.1 Catalyst 2950T and 3550 Series Static VLANS Objective Create and maintain VLANs on a Cisco Catalyst 2950T or 3550 series Ethernet switch using the command-line interface (CLI) mode. Scenario

More information

EtherSwitch Service Module (ES) Configuration Example

EtherSwitch Service Module (ES) Configuration Example EtherSwitch Service Module (ES) Configuration Example Document ID: 82288 Contents Introduction Prerequisites Requirements Components Used Related Products Conventions EtherSwitch Modules Concepts Configure

More information

Lab Configuring Fast EtherChannel

Lab Configuring Fast EtherChannel Lab 3.7.5 Configuring Fast EtherChannel Objective Scenario The purpose of this lab is to provide more bandwidth between Ethernet switches. Two 100-Mb links will be combined together to form a full duplex

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

Configuring VLANs. Finding Feature Information. Prerequisites for VLANs

Configuring VLANs. Finding Feature Information. Prerequisites for VLANs Finding Feature Information, page 1 Prerequisites for VLANs, page 1 Restrictions for VLANs, page 2 Information About VLANs, page 2 How to Configure VLANs, page 7 Monitoring VLANs, page 19 Where to Go Next,

More information

Cisco Exploration 3 Module 3 LAN Switching and Wireless Jim Johnston Class Notes September 9, 2008

Cisco Exploration 3 Module 3 LAN Switching and Wireless Jim Johnston Class Notes September 9, 2008 Cisco Exploration 3 Module 3 LAN Switching and Wireless Jim Johnston Class Notes September 9, 2008 VLAN is a logically separate IP subnetwork. This allows multiple networks to exist on a switch and provide

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