Lab 3.4.3 Part A: Configuring Inter-VLAN Routing: CCNA Discovery Introducing Routing and Switching in The Enterprise
Lab 3.4.3 Part A: Configuring Inter-VLAN Routing: CCNA Discovery Introducing Routing and Switching in The Enterprise
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 1 of 5
CCNA Discovery
Introducing Routing and Switching in the Enterprise
Objectives
• Configure a router for inter-VLAN communication.
• Verify connectivity between VLANs.
Background / Preparation
This is a two part lab: Part A configures inter-VLAN routing using separate router interfaces for each VLAN.
Part B configures inter-VLAN routing using subinterfaces. It is important to complete both Part A and Part B of
the lab.
This lab focuses on the basic configuration of the Cisco 1841 router or a comparable router using Cisco IOS
commands. Part A of this lab shows how two different VLANs communicate through a router using separate
Fast Ethernet interfaces for each VLAN. This is not a recommended practice, because this topology does not
scale well. Trunking requires fewer router and switch ports, which will be shown in Part B of this lab. The
information in this lab applies to other routers; however, command syntax may vary.
The following resources are required:
• Three Cisco 2960 switches or other comparable switch
• One router with 2 Ethernet interfaces to connect to switches
• Four Windows-based PCs, one with a terminal emulation program
• At least one RJ-45-to-DB-9 connector console cable to configure the router and switches
• Two straight-through Ethernet cables to connect from the router to Switch 1 and Switch 3
• Four straight-through Ethernet cables to connect the hosts and server to the switches
• Two crossover Ethernet cables to connect Switch 1 to Switch 2 and Switch 2 to Switch 3
NOTE: Make sure the router and all the switches have been erased and have no startup configurations. For
instructions, refer to the end of this lab. Instructions are provided for both the switch and router.
NOTE: SDM Enabled Routers – If the startup-config is erased in an SDM enabled router, SDM will no longer
come up by default when the router is restarted. It will be necessary to build a basic router configuration using
IOS commands. Contact your instructor if necessary.
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 2 of 5
CCNA Discovery
Introducing Routing and Switching in the Enterprise
Step 3: Configure Fast Ethernet connections for each VLAN on the router
a. Configure Router A Fa0/0 interface to be on the same network as VLAN 12.
RouterA(config)#interface fa0/0
RouterA(config-if)#ip address 192.168.12.1 255.255.255.0
RouterA(config-if)#no shutdown
RouterA(config-if)#exit
b. Configure Router A Fa0/1 interface to be on the same network as VLAN 13.
RouterA(config)#interface fa0/1
RouterA(config-if)#ip address 192.168.13.1 255.255.255.0
RouterA(config-if)#no shutdown
RouterA(config-if)#exit
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 3 of 5
CCNA Discovery
Introducing Routing and Switching in the Enterprise
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 4 of 5
CCNA Discovery
Introducing Routing and Switching in the Enterprise
All contents are Copyright © 1992–2007 Cisco Systems, Inc. All rights reserved. This document is Cisco Public Information. Page 5 of 5