SlideShare una empresa de Scribd logo
1 de 4
Descargar para leer sin conexión
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

Más contenido relacionado

La actualidad más candente

Acn Experiment No 3
Acn Experiment No 3Acn Experiment No 3
Acn Experiment No 3Garima Singh
 
Cisco labs practical1
Cisco labs practical1Cisco labs practical1
Cisco labs practical1Tai Lam
 
Cisco labs practical2
Cisco labs practical2Cisco labs practical2
Cisco labs practical2Tai Lam
 
Acn Experiment No 6
Acn Experiment No 6Acn Experiment No 6
Acn Experiment No 6Garima Singh
 
Acn Experiment No 5
Acn Experiment No 5Acn Experiment No 5
Acn Experiment No 5Garima Singh
 
Cisco labs practical4
Cisco labs practical4Cisco labs practical4
Cisco labs practical4Tai Lam
 
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 33c telecom
 
How to configure cisco 6500 vss
How to configure cisco 6500 vssHow to configure cisco 6500 vss
How to configure cisco 6500 vssIT Tech
 
CCNA Voice workbook
CCNA Voice workbookCCNA Voice workbook
CCNA Voice workbookAce Sabya
 
Ccna Commands In 10 Minutes
Ccna Commands In 10 MinutesCcna Commands In 10 Minutes
Ccna Commands In 10 MinutesCCNAResources
 
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 laptopIT Tech
 
Switch inter vlan_routing
Switch inter vlan_routingSwitch inter vlan_routing
Switch inter vlan_routingRamesh Thumburu
 
Configuracionde router camilaloaiza
Configuracionde router camilaloaizaConfiguracionde router camilaloaiza
Configuracionde router camilaloaizaOnce Redes
 
Acn Experiment No 4
Acn Experiment No 4Acn Experiment No 4
Acn Experiment No 4Garima 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 program3Anetwork com
 
Cisco labs practical3
Cisco labs practical3Cisco labs practical3
Cisco labs practical3Tai Lam
 

La actualidad más candente (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 a Config VLAN Dell

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.pdfarif 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 guideIT Tech
 
Vlan lab
Vlan labVlan lab
Vlan labtmim8
 
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 SwitchingJohnson Liu
 
CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2alan moreno
 
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_studentmart_ixu
 
Lab 6.4.1 InterVLAN routing
Lab 6.4.1 InterVLAN routingLab 6.4.1 InterVLAN routing
Lab 6.4.1 InterVLAN routingMuhd Mu'izuddin
 
Packettracersimulationlabl3routing 130306235157-phpapp02
Packettracersimulationlabl3routing 130306235157-phpapp02Packettracersimulationlabl3routing 130306235157-phpapp02
Packettracersimulationlabl3routing 130306235157-phpapp02A.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 instructorSalem 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-usMatti Hyppönen
 
CCNA Lab 5-Configuring Inter-VLAN Routing
CCNA Lab 5-Configuring Inter-VLAN RoutingCCNA Lab 5-Configuring Inter-VLAN Routing
CCNA Lab 5-Configuring Inter-VLAN RoutingAmir Jafari
 

Similar a Config VLAN Dell (20)

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
 
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
 
Ccnp3 lab 3_3_en
Ccnp3 lab 3_3_enCcnp3 lab 3_3_en
Ccnp3 lab 3_3_en
 
CCNA Lab 5-Configuring Inter-VLAN Routing
CCNA Lab 5-Configuring Inter-VLAN RoutingCCNA Lab 5-Configuring Inter-VLAN Routing
CCNA Lab 5-Configuring Inter-VLAN Routing
 

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