[WHICT] Lab 4-2 Routing Between VLANs

"What's Happen In Class Today"

Topic: Lab 4-2 Routing Between VLANs

Log Date: Sept 11, 2007

Venue: Room 3-2, E-2, Inixindo, Jakarta

Presented by Andi Maulana

Reported by Arnastya I S

Legend:

[ASWx = Access Switch X; ASWy = Access Switch Y; DSWx = Distribution Switch X; DSWy = Distribution Switch Y]

Task 1: Configure Switch for Routing

Step 1: Read the instructions...

Step 2: Enter global config

ASW1#

ASW1#conf t

ASW1(config)#

Step 3: change mode mst to PVRST

ASW1(config)#spanning-tree mode rapid-pvst

Step 4: Configure DSWx

ASW1#10.1.1.1

Login:

Password:

DSW1#

Step 5: Change the IP Address of the PC from /16 to /24

Step 6: Configure the default-gateway

Read the instructions




Step 7: Change IP Address and Subnet mask of the ASWx

ASW1(config)#interface vlan 1

ASW1(config-if)#ip address 10.1.1.3 255.255.255.0

Step 8: Change default-gateway of your ASWx

ASW1(config)#ip default-gateway 10.1.1.1

Step 9: Configure interface fastethernet with “switchport access vlan” for PC

ASW1(config)#interface fastEthernet 0/3

ASW1(config-if)#swi

ASW1(config-if)#switchport access vlan 11

ASW1(config-if)#interface fa

ASW1(config-if)#interface fastEthernet 0/4

ASW1(config-if)#switchport access vlan 11

ASW1(config-if)#end

ASW1#

Step 10: Verify

ASW1#show running-config

....

Step 11: Verify PC network configurations

Step 12: Establish DSWx configurations

DSW1#

Step 13: Deleting VLAN 251 and VLAN 252

DSW1(config)#no vlan 251

DSW1(config)#no vlan 252

ASW1(config)#end

Step 14: Shutdown the link between DSW1 and DSW2

DSW1(config)#

DSW1(config)#interface fastEthernet 0/13

DSW1(config-if)#shut

DSW1(config-if)#exit

DSW1(config)#inter

DSW1(config)#interface fa

DSW1(config)#interface fastEthernet 0/14

DSW1(config-if)#shut

DSW1(config-if)#exit

DSW1(config)#interface fastEthernet 0/15

DSW1(config-if)#shut

DSW1(config-if)#exit

DSW1(config)#interface fastEthernet 0/16

DSW1(config-if)#shut

DSW1(config-if)#exit

DSW1(config)#

Step 15: Enable IP routing

DSW1(config)#ip routing

Step 16: Enter no ip classless command

DSW1(config)#no ip classless

Step 17: Enable EIGRP routing protocol

Step 18: Enter network 10.0.0.0

DSW1(config)#router eigrp 1

DSW1(config-router)#network 10.0.0.0

Step 19: Proceed Task 2


Task 2: Configure VLAN Interface for IP Addresses with Layer 3 Routing

Step 1: Configure IP Address

Step 2: Enter global config

Step 3: Enter global config

DSW1#

DSW1#conf t

DSW1(config)#interface vlan 1

DSW1(config-if)#ip address 10.1.1.1 255.255.255.0

DSW1(config)#interface vlan 11

DSW1(config-if)#ip address 10.1.11.1 255.255.255.0

DSW1(config)#interface vlan 12

DSW1(config-if)#ip address 10.1.12.1 255.255.255.0

DSW1(config)#interface vlan 13

DSW1(config-if)#ip address 10.1.13.1 255.255.255.0

DSW1(config)#interface vlan 14

DSW1(config-if)#ip address 10.1.14.1 255.255.255.0

DSW1(config-if)#end

DSW1#

Step 4: Configure VLAN1 and VLANsX1 to X4 as passive interface

DSW1(config)#router eigrp 1

DSW1(config-router)#passive-interface

Step 5: Configure interface as a routed ports and assign an IP Address for each interface to BBSx

DSW1(config)#interface fa0/9

DSW1(config-if)#no switchport

DSW1(config-if)#ip address 10.1.111.1 255.255.255.0

DSW1(config-if)#no shutdown

DSW1(config-if)#interface fa0/10

DSW1(config-if)#ip address 10.1.111.1 255.255.255.0

DSW1(config-if)#no switchport

DSW1(config-if)#no shutdown

Step 6: Verify

DSW1#show ip int brief

----text omitted---

FastEthernet0/8 unassigned YES unset down down

FastEthernet0/9 10.1.111.1 YES manual up up

FastEthernet0/10 10.1.113.1 YES manual up up

FastEthernet0/11 unassigned YES unset down down

----text omitted---

Step 7: Verify

DSW1#show running-config

----text omitted---

interface FastEthernet0/8

!

interface FastEthernet0/9

description DSW1 0/9 BBS1

no switchport

ip address 10.1.111.1 255.255.255.0

speed 100

duplex full

spanning-tree portfast

!

interface FastEthernet0/10

description DSW1 0/10 BBS2

no switchport

ip address 10.1.113.1 255.255.255.0

speed 100

duplex full

spanning-tree portfast

!

interface FastEthernet0/11

----text omitted---

Task 3: Verify Your VLAN Configurations

Step 1: show ip route

Step 2: copy running-config startup-config

Step 3: Connect to the other groups

Step 4: Telnet them, verify the IP Address and EIGRP routing table information

Task 4: Verify Inter-VLAN Layer 3 Routing

Step 1: show ip route (table routing already complete?)

Step 2: Answer the questions (about Administrative Distance (AD) and implementing non-default AD)

Step 3: Connect PC then ping all destination address in the routing table

Step 4: Check with the other group, if they can successfully ping all their systems

Step 5: Verify end-to-end connectivity using ping (from PC-to-PC)

Comments

Popular Posts