SlideShare a Scribd company logo
C O N F I G U R I N G R O U T I N G A N D
V L A N O N D E L L
VLAN10 –
VLAN20 –
A
B
C
D
L3 Dell Switch ---Acting
Router---
DHCP Server 192.168.30.5/24
Layer 2 Switch
Layer 2 Switch
2
1. Create VLANs on the router.
Dell-6024> enable
Dell-6024# configure
Dell-6024(config)# vlan database
Dell-6024(config-vlan)# vlan 10
Dell-6024(config-vlan)# vlan 20
Dell-6024(config-vlan)# exit
2. Assign IP addresses to the each VLAN on the router.
Dell-6024(config)# interface vlan 10
Dell-6024(config-if)# ip address 192.168.10.1 /24
Dell-6024(config-if)# exit
Dell-6024(config)# interface vlan 20
Dell-6024(config-if)# ip address 192.168.20.1 /24
Dell-6024(config-if)# exit
3. Configure the router port connected to the switch as a VLAN trunk port. I use interface g24.
Dell-6024(config)# interface ethernet g(23-24)
Dell-6024(config-if)# switchport mode trunk
Dell-6024(config-if)# switchport trunk allowed vlan add 10,20
Dell-6024(config-if)# exit
4. Define routes to each network.
Dell-6024(config)# ip route 192.168.10.0 255.255.255.0 192.168.10.1
Dell-6024(config)# ip route 192.168.20.0 255.255.255.0 192.168.20.1
### Assuming your router is configured to reach the DHCP server on the 192.168.30.0/24 subnet. ###
5. Configuring the router to relay DHCP requests.
Dell-6024(config)# ip dhcp relay enable
Dell-6024(config)# ip dhcp relay address 192.168.30.5
Dell-6024(config)# exit
Dell-6024# copy running-config startup-config
6. Create the VLANs on the switches. On the first (top) switch in the figure:
Dell-3348-1> enable
3
Dell-3348-1# configure
Dell-3348-1(config)# vlan database
Dell-3348-1(config-vlan)# vlan 10
Dell-3348-1(config-vlan)# vlan 20
Dell-3348-1(config-vlan)# exit
On the second (bottom) switch in the figure:
Dell-3348-2> enable
Dell-3348-2# configure
Dell-3348-2(config)# vlan database
Dell-3348-2(config-vlan)# vlan 10
Dell-3348-2(config-vlan)# vlan 20
Dell-3348-2(config-vlan)# exit
7. Configure the switches port connected to the router as a VLAN trunk. I use interface 1/e10. On the first
(top) switch in the figure:
Dell-3348-1(config)# interface ethernet 1/e10
Dell-3348-1(config-if)# switchport mode trunk
Dell-3348-1(config-if)# switchport trunk allowed vlan add 10,20
Dell-3348-1(config-if)# exit
On the second (bottom) switch in the figure:
Dell-3348-2(config)# interface ethernet 1/e10
Dell-3348-2(config-if)# switchport mode trunk
Dell-3348-2(config-if)# switchport trunk allowed vlan add 10,20
Dell-3348-2(config-if)# exit
8. Configure access ports in the appropriate VLANs. I attach host A to interface 1/e1 and host C to
interface 1/e2 on switch 1. We attach host B to interface 1/e1 and host D to interface 1/e2 on switch 2.
On the first (top) switch in the figure:
Dell-3348-1(config)# interface ethernet 1/e1
Dell-3348-1(config-if)# switchport mode access
Dell-3348-1(config-if)# switchport access vlan 10
Dell-3348-1(config-if)# exit
Dell-3348-1(config)# interface ethernet 1/e2
Dell-3348-1(config-if)# switchport mode access
Dell-3348-1(config-if)# switchport access vlan 20
Dell-3348-1(config-if)# end
4
Dell-3348-1# copy running-config startup-config
On the second (below) switch in the figure:
Dell-3348-2(config)# interface ethernet 1/e1
Dell-3348-2(config-if)# switchport mode access
Dell-3348-2(config-if)# switchport access vlan 10
Dell-3348-2(config-if)# exit
Dell-3348-2(config)# interface ethernet 1/e2
Dell-3348-2(config-if)# switchport mode access
Dell-3348-2(config-if)# switchport access vlan 20
Dell-3348-2(config-if)# end
Dell-3348# copy running-config startup-config

More Related Content

What's hot

Day 5.3 routercomponents
Day 5.3 routercomponentsDay 5.3 routercomponents
Day 5.3 routercomponents
CYBERINTELLIGENTS
 
Acn Experiment No 3
Acn Experiment No 3Acn Experiment No 3
Acn Experiment No 3
Garima Singh
 
Cisco labs practical1
Cisco labs practical1Cisco labs practical1
Cisco labs practical1
Tai Lam
 
Cisco labs practical2
Cisco labs practical2Cisco labs practical2
Cisco labs practical2
Tai Lam
 
Switching
SwitchingSwitching
Switching
Raja Khalid
 
Acn Experiment No 6
Acn Experiment No 6Acn Experiment No 6
Acn Experiment No 6
Garima Singh
 
Acn Experiment No 5
Acn Experiment No 5Acn Experiment No 5
Acn Experiment No 5
Garima Singh
 
Cisco labs practical4
Cisco labs practical4Cisco labs practical4
Cisco labs practical4
Tai Lam
 
Switching 2
Switching 2Switching 2
Switching 2
Kishore Kumar
 
Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 3Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 3
3c telecom
 
How to configure cisco 6500 vss
How to configure cisco 6500 vssHow to configure cisco 6500 vss
How to configure cisco 6500 vss
IT Tech
 
CCNA Voice workbook
CCNA Voice workbookCCNA Voice workbook
CCNA Voice workbook
Ace Sabya
 
Ccna Commands In 10 Minutes
Ccna Commands In 10 MinutesCcna Commands In 10 Minutes
Ccna Commands In 10 Minutes
CCNAResources
 
Copy and save a configuration file from a router or switch using a laptop
Copy and save a configuration file from a router or switch using a laptopCopy and save a configuration file from a router or switch using a laptop
Copy and save a configuration file from a router or switch using a laptop
IT Tech
 
Switch inter vlan_routing
Switch inter vlan_routingSwitch inter vlan_routing
Switch inter vlan_routing
Ramesh Thumburu
 
Configuracionde router camilaloaiza
Configuracionde router camilaloaizaConfiguracionde router camilaloaiza
Configuracionde router camilaloaiza
Once Redes
 
Acn Experiment No 4
Acn Experiment No 4Acn Experiment No 4
Acn Experiment No 4
Garima Singh
 
Configuring the cisco switch with the cli based setup program
Configuring the cisco switch with the cli based setup programConfiguring the cisco switch with the cli based setup program
Configuring the cisco switch with the cli based setup program
3Anetwork com
 
Cisco labs practical3
Cisco labs practical3Cisco labs practical3
Cisco labs practical3
Tai Lam
 
Zxdsl 9210 guide
Zxdsl 9210 guideZxdsl 9210 guide
Zxdsl 9210 guide
HARRY CHAN PUTRA
 

What's hot (20)

Day 5.3 routercomponents
Day 5.3 routercomponentsDay 5.3 routercomponents
Day 5.3 routercomponents
 
Acn Experiment No 3
Acn Experiment No 3Acn Experiment No 3
Acn Experiment No 3
 
Cisco labs practical1
Cisco labs practical1Cisco labs practical1
Cisco labs practical1
 
Cisco labs practical2
Cisco labs practical2Cisco labs practical2
Cisco labs practical2
 
Switching
SwitchingSwitching
Switching
 
Acn Experiment No 6
Acn Experiment No 6Acn Experiment No 6
Acn Experiment No 6
 
Acn Experiment No 5
Acn Experiment No 5Acn Experiment No 5
Acn Experiment No 5
 
Cisco labs practical4
Cisco labs practical4Cisco labs practical4
Cisco labs practical4
 
Switching 2
Switching 2Switching 2
Switching 2
 
Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 3Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 3
 
How to configure cisco 6500 vss
How to configure cisco 6500 vssHow to configure cisco 6500 vss
How to configure cisco 6500 vss
 
CCNA Voice workbook
CCNA Voice workbookCCNA Voice workbook
CCNA Voice workbook
 
Ccna Commands In 10 Minutes
Ccna Commands In 10 MinutesCcna Commands In 10 Minutes
Ccna Commands In 10 Minutes
 
Copy and save a configuration file from a router or switch using a laptop
Copy and save a configuration file from a router or switch using a laptopCopy and save a configuration file from a router or switch using a laptop
Copy and save a configuration file from a router or switch using a laptop
 
Switch inter vlan_routing
Switch inter vlan_routingSwitch inter vlan_routing
Switch inter vlan_routing
 
Configuracionde router camilaloaiza
Configuracionde router camilaloaizaConfiguracionde router camilaloaiza
Configuracionde router camilaloaiza
 
Acn Experiment No 4
Acn Experiment No 4Acn Experiment No 4
Acn Experiment No 4
 
Configuring the cisco switch with the cli based setup program
Configuring the cisco switch with the cli based setup programConfiguring the cisco switch with the cli based setup program
Configuring the cisco switch with the cli based setup program
 
Cisco labs practical3
Cisco labs practical3Cisco labs practical3
Cisco labs practical3
 
Zxdsl 9210 guide
Zxdsl 9210 guideZxdsl 9210 guide
Zxdsl 9210 guide
 

Similar to Config VLAN Dell

Praktikum Lab 14 - Switch Security Configuration.docx
Praktikum Lab 14 - Switch Security Configuration.docxPraktikum Lab 14 - Switch Security Configuration.docx
Praktikum Lab 14 - Switch Security Configuration.docx
Ihsan Ihsan
 
ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...
ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...
ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...
SilvioDias29
 
3.4.6-lab---configure-vlans-and-trunking.pdf
3.4.6-lab---configure-vlans-and-trunking.pdf3.4.6-lab---configure-vlans-and-trunking.pdf
3.4.6-lab---configure-vlans-and-trunking.pdf
arif hamidi
 
How to configure vlan, stp, dtp step by step guide
How to configure vlan, stp, dtp step by step guideHow to configure vlan, stp, dtp step by step guide
How to configure vlan, stp, dtp step by step guide
IT Tech
 
Vlan lab
Vlan labVlan lab
Vlan lab
tmim8
 
Packet Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 SwitchingPacket Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 Switching
Johnson Liu
 
CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2
alan moreno
 
Day 13.1..1 catalyst switch
Day 13.1..1 catalyst switchDay 13.1..1 catalyst switch
Day 13.1..1 catalyst switch
CYBERINTELLIGENTS
 
9210 commissioning manual
9210 commissioning manual9210 commissioning manual
9210 commissioning manual
HARRY CHAN PUTRA
 
Lab6.4.1
Lab6.4.1Lab6.4.1
Icnd210 s02l01
Icnd210 s02l01Icnd210 s02l01
Icnd210 s02l01
computerlenguyen
 
Day 14.2 configuringvla ns
Day 14.2 configuringvla nsDay 14.2 configuringvla ns
Day 14.2 configuringvla ns
CYBERINTELLIGENTS
 
Ccn pv6 switch_lab1-2_clearing_attached_switches_student
Ccn pv6 switch_lab1-2_clearing_attached_switches_studentCcn pv6 switch_lab1-2_clearing_attached_switches_student
Ccn pv6 switch_lab1-2_clearing_attached_switches_student
mart_ixu
 
PROYECTO VLANS
PROYECTO VLANSPROYECTO VLANS
PROYECTO VLANS
rubendavidsuarez
 
Lab 3.5.1 basic frame relay
Lab 3.5.1 basic frame relayLab 3.5.1 basic frame relay
Lab 3.5.1 basic frame relay
Manuel Garcia Meza
 
Lab 6.4.1 InterVLAN routing
Lab 6.4.1 InterVLAN routingLab 6.4.1 InterVLAN routing
Lab 6.4.1 InterVLAN routing
Muhd Mu'izuddin
 
labffbhhhhjjjjjjjjj bnbbnv material.pptx
labffbhhhhjjjjjjjjj bnbbnv material.pptxlabffbhhhhjjjjjjjjj bnbbnv material.pptx
labffbhhhhjjjjjjjjj bnbbnv material.pptx
BinyamBekeleMoges
 
Packettracersimulationlabl3routing 130306235157-phpapp02
Packettracersimulationlabl3routing 130306235157-phpapp02Packettracersimulationlabl3routing 130306235157-phpapp02
Packettracersimulationlabl3routing 130306235157-phpapp02
A.S.M Shmimul Islam.
 
6.5.1.3 packet tracer layer 2 vlan security instructor
6.5.1.3 packet tracer   layer 2 vlan security instructor6.5.1.3 packet tracer   layer 2 vlan security instructor
6.5.1.3 packet tracer layer 2 vlan security instructor
Salem Trabelsi
 
Dell openmanage-essentials-v2.1 reference guide-en-us
Dell openmanage-essentials-v2.1 reference guide-en-usDell openmanage-essentials-v2.1 reference guide-en-us
Dell openmanage-essentials-v2.1 reference guide-en-us
Matti Hyppönen
 

Similar to Config VLAN Dell (20)

Praktikum Lab 14 - Switch Security Configuration.docx
Praktikum Lab 14 - Switch Security Configuration.docxPraktikum Lab 14 - Switch Security Configuration.docx
Praktikum Lab 14 - Switch Security Configuration.docx
 
ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...
ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...
ENCOR SA Scenario Especifica o algoritmo de hashing de senha a ser usado, nes...
 
3.4.6-lab---configure-vlans-and-trunking.pdf
3.4.6-lab---configure-vlans-and-trunking.pdf3.4.6-lab---configure-vlans-and-trunking.pdf
3.4.6-lab---configure-vlans-and-trunking.pdf
 
How to configure vlan, stp, dtp step by step guide
How to configure vlan, stp, dtp step by step guideHow to configure vlan, stp, dtp step by step guide
How to configure vlan, stp, dtp step by step guide
 
Vlan lab
Vlan labVlan lab
Vlan lab
 
Packet Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 SwitchingPacket Tracer Simulation Lab Layer 2 Switching
Packet Tracer Simulation Lab Layer 2 Switching
 
CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2
 
Day 13.1..1 catalyst switch
Day 13.1..1 catalyst switchDay 13.1..1 catalyst switch
Day 13.1..1 catalyst switch
 
9210 commissioning manual
9210 commissioning manual9210 commissioning manual
9210 commissioning manual
 
Lab6.4.1
Lab6.4.1Lab6.4.1
Lab6.4.1
 
Icnd210 s02l01
Icnd210 s02l01Icnd210 s02l01
Icnd210 s02l01
 
Day 14.2 configuringvla ns
Day 14.2 configuringvla nsDay 14.2 configuringvla ns
Day 14.2 configuringvla ns
 
Ccn pv6 switch_lab1-2_clearing_attached_switches_student
Ccn pv6 switch_lab1-2_clearing_attached_switches_studentCcn pv6 switch_lab1-2_clearing_attached_switches_student
Ccn pv6 switch_lab1-2_clearing_attached_switches_student
 
PROYECTO VLANS
PROYECTO VLANSPROYECTO VLANS
PROYECTO VLANS
 
Lab 3.5.1 basic frame relay
Lab 3.5.1 basic frame relayLab 3.5.1 basic frame relay
Lab 3.5.1 basic frame relay
 
Lab 6.4.1 InterVLAN routing
Lab 6.4.1 InterVLAN routingLab 6.4.1 InterVLAN routing
Lab 6.4.1 InterVLAN routing
 
labffbhhhhjjjjjjjjj bnbbnv material.pptx
labffbhhhhjjjjjjjjj bnbbnv material.pptxlabffbhhhhjjjjjjjjj bnbbnv material.pptx
labffbhhhhjjjjjjjjj bnbbnv material.pptx
 
Packettracersimulationlabl3routing 130306235157-phpapp02
Packettracersimulationlabl3routing 130306235157-phpapp02Packettracersimulationlabl3routing 130306235157-phpapp02
Packettracersimulationlabl3routing 130306235157-phpapp02
 
6.5.1.3 packet tracer layer 2 vlan security instructor
6.5.1.3 packet tracer   layer 2 vlan security instructor6.5.1.3 packet tracer   layer 2 vlan security instructor
6.5.1.3 packet tracer layer 2 vlan security instructor
 
Dell openmanage-essentials-v2.1 reference guide-en-us
Dell openmanage-essentials-v2.1 reference guide-en-usDell openmanage-essentials-v2.1 reference guide-en-us
Dell openmanage-essentials-v2.1 reference guide-en-us
 

Config VLAN Dell

  • 1. C O N F I G U R I N G R O U T I N G A N D V L A N O N D E L L VLAN10 – VLAN20 – A B C D L3 Dell Switch ---Acting Router--- DHCP Server 192.168.30.5/24 Layer 2 Switch Layer 2 Switch
  • 2. 2 1. Create VLANs on the router. Dell-6024> enable Dell-6024# configure Dell-6024(config)# vlan database Dell-6024(config-vlan)# vlan 10 Dell-6024(config-vlan)# vlan 20 Dell-6024(config-vlan)# exit 2. Assign IP addresses to the each VLAN on the router. Dell-6024(config)# interface vlan 10 Dell-6024(config-if)# ip address 192.168.10.1 /24 Dell-6024(config-if)# exit Dell-6024(config)# interface vlan 20 Dell-6024(config-if)# ip address 192.168.20.1 /24 Dell-6024(config-if)# exit 3. Configure the router port connected to the switch as a VLAN trunk port. I use interface g24. Dell-6024(config)# interface ethernet g(23-24) Dell-6024(config-if)# switchport mode trunk Dell-6024(config-if)# switchport trunk allowed vlan add 10,20 Dell-6024(config-if)# exit 4. Define routes to each network. Dell-6024(config)# ip route 192.168.10.0 255.255.255.0 192.168.10.1 Dell-6024(config)# ip route 192.168.20.0 255.255.255.0 192.168.20.1 ### Assuming your router is configured to reach the DHCP server on the 192.168.30.0/24 subnet. ### 5. Configuring the router to relay DHCP requests. Dell-6024(config)# ip dhcp relay enable Dell-6024(config)# ip dhcp relay address 192.168.30.5 Dell-6024(config)# exit Dell-6024# copy running-config startup-config 6. Create the VLANs on the switches. On the first (top) switch in the figure: Dell-3348-1> enable
  • 3. 3 Dell-3348-1# configure Dell-3348-1(config)# vlan database Dell-3348-1(config-vlan)# vlan 10 Dell-3348-1(config-vlan)# vlan 20 Dell-3348-1(config-vlan)# exit On the second (bottom) switch in the figure: Dell-3348-2> enable Dell-3348-2# configure Dell-3348-2(config)# vlan database Dell-3348-2(config-vlan)# vlan 10 Dell-3348-2(config-vlan)# vlan 20 Dell-3348-2(config-vlan)# exit 7. Configure the switches port connected to the router as a VLAN trunk. I use interface 1/e10. On the first (top) switch in the figure: Dell-3348-1(config)# interface ethernet 1/e10 Dell-3348-1(config-if)# switchport mode trunk Dell-3348-1(config-if)# switchport trunk allowed vlan add 10,20 Dell-3348-1(config-if)# exit On the second (bottom) switch in the figure: Dell-3348-2(config)# interface ethernet 1/e10 Dell-3348-2(config-if)# switchport mode trunk Dell-3348-2(config-if)# switchport trunk allowed vlan add 10,20 Dell-3348-2(config-if)# exit 8. Configure access ports in the appropriate VLANs. I attach host A to interface 1/e1 and host C to interface 1/e2 on switch 1. We attach host B to interface 1/e1 and host D to interface 1/e2 on switch 2. On the first (top) switch in the figure: Dell-3348-1(config)# interface ethernet 1/e1 Dell-3348-1(config-if)# switchport mode access Dell-3348-1(config-if)# switchport access vlan 10 Dell-3348-1(config-if)# exit Dell-3348-1(config)# interface ethernet 1/e2 Dell-3348-1(config-if)# switchport mode access Dell-3348-1(config-if)# switchport access vlan 20 Dell-3348-1(config-if)# end
  • 4. 4 Dell-3348-1# copy running-config startup-config On the second (below) switch in the figure: Dell-3348-2(config)# interface ethernet 1/e1 Dell-3348-2(config-if)# switchport mode access Dell-3348-2(config-if)# switchport access vlan 10 Dell-3348-2(config-if)# exit Dell-3348-2(config)# interface ethernet 1/e2 Dell-3348-2(config-if)# switchport mode access Dell-3348-2(config-if)# switchport access vlan 20 Dell-3348-2(config-if)# end Dell-3348# copy running-config startup-config