0% found this document useful (0 votes)
159 views17 pages

Cisco - Extended Service Set With DHCP Server Multilayer Switch

practical applications in computer networks II. dr. Ahmed ElShafee faculty of computer science and IT Ahram Canadian University

Uploaded by

shafee001
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
159 views17 pages

Cisco - Extended Service Set With DHCP Server Multilayer Switch

practical applications in computer networks II. dr. Ahmed ElShafee faculty of computer science and IT Ahram Canadian University

Uploaded by

shafee001
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 17

Lecture (02)

Extended Service set


with DHCP server
Multilayer Switch I
By:
Dr. Ahmed ElShafee
1

Dr. Ahmed ElShafee, ACU : Semester Year, Practical App Network II

Topology 01 - 4 DHCP servers

Dr. Ahmed ElShafee, ACU : Semester Year, Practical App Network II

G Floor

F0Dest1
F0AP3

F0Edge1
F0AP1

R0

R1

F0Edge2
F0AP2

Dr. Ahmed ElShafee, ACU : Semester Year, Practical App Network II

F0Dest
enable
config t
hostname Core

vlan 2
name vlan2

vlan 3
name vlan3

line vty 0 4
password cisco
login

vlan 4
name vlan4

line console 0
password cisco
login

vlan 5
name wlan
interface range fa0/1-24
speed auto
duplex auto

enable password cisco


enable secret cisco1
interface vlan 1
ip address 10.0.10.1 255.255.255.0
no shutdown
vtp domain ACU
vtp mode server
4

interface range fa6/1-24


switchport mode trunk

interface fa0/2
switchport mode access
switchport access vlan 2

Dr. Ahmed ElShafee, ACU : Semester Year, Practical App Network II

interface fa0/3
switchport mode access
switchport access vlan 3
interface fa0/4
switchport mode access
switchport access vlan 4
interface fa0/5
switchport mode access
switchport access vlan 5

spanning-tree vlan 1,2,3,4,5 root primary


end

Dr. Ahmed ElShafee, ACU : Semester Year, Practical App Network II

DHCP Server@VLAN02

Dr. Ahmed ElShafee, ACU : Semester Year, Practical App Network II

Dr. Ahmed ElShafee, ACU : Semester Year, Practical App Network II

PC@VLAN02

Dr. Ahmed ElShafee, ACU : Semester Year, Practical App Network II

Dr. Ahmed ElShafee, ACU : Semester Year, Practical App Network II

10

Dr. Ahmed ElShafee, ACU : Semester Year, Practical App Network II

Testing

- all switches can access all other switches


- F0Dest is the core
- All PCs on VLAN 02 can access each other
- All PCs on VLAN 03 can access each other
- All PCs on VLAN 04 can access each other
- All Wireless PCs can access each other

11

Dr. Ahmed ElShafee, ACU : Semester Year, Practical App Network II

Multilayer Switch 3560

12

Dr. Ahmed ElShafee, ACU : Semester Year, Practical App Network II

What is the difference between L2 & L3 switch


1. Can exchange IP packets between different VLANs if the
switch can identify the destination
2. While passing packets through trunk port, switch strip L2
header/tale of packet including VLAN tag (802.1q protocol),
determine destination port, add new L2 header/tale to IP
packet contains VLAN tag for destination port.

13

Dr. Ahmed ElShafee, ACU : Semester Year, Practical App Network II

14

Dr. Ahmed ElShafee, ACU : Semester Year, Practical App Network II

Commands can be only executed on muti-layer switch


Enable L3 packet routing
ip routing
Enable encapsulation on trunk ports
interface range fa0/1-24
switchport trunk encapsulation dot1q
switchport mode trunk

15

Dr. Ahmed ElShafee, ACU : Semester Year, Practical App Network II

Topology 1, with Multilayer Switch

16

Dr. Ahmed ElShafee, ACU : Semester Year, Practical App Network II

Thanks,..
See you next week (ISA),

17

Dr. Ahmed ElShafee, ACU : Semester Year, Practical App Network II

You might also like