SlideShare a Scribd company logo
1 of 4
Download to read offline
LAB 10: VLan and Trunking
Task
1. Configure IP Addresses as per given in topology.
2. Create DHCP Server for Vlan 10 and Vlan 20.
3. Make SW1 as a VTP Server and rest of all configure as a client. Make sure that vtp domain is
netwaxlab.com.
4. Make sure all pc's assign ip address via DHCP.
5. PC9 and PC10 having different IP's but in single Vlan. You need to communicate PC9 and PC10.
(No need to communicate with server and Routers).
Figure 1 Topology
LAB 10: VLan and Trunking
Solution
 Task 2: Create DHCP Server for Vlan 10 and Vlan 20.
DHCP Server
ip dhcp pool vlan10
network 211.0.101.0 255.255.255.0
default-router 211.0.101.1
exit
ip dhcp pool vlan20
network 54.113.89.0 255.255.255.0
default-router 54.113.89.1
exit
 Task 3: Make SW1 as a VTP Server and rest of all configure as a client. Make sure that vtp
domain is netwaxlab.com.
SW1
interface range f0/2-4
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,10,20
exit
vtp domain netwaxlab.com
vtp password cisco.com
vtp mode server
vlan 10
exit
vlan 20
exit
SW2
interface range f0/1-5
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,10,20
exit
LAB 10: VLan and Trunking
vtp mode client
vtp domain netwaxlab.com
SW3
interface range f0/2-4
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,10,20
exit
vtp mode client
vtp domain netwaxlab.com
SW4
interface range f0/1-5
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1,10,20
exit
vtp mode client
vtp domain netwaxlab.com
ASW1
vtp mode client
vtp domain netwaxlab.com
ASW2
vtp mode client
vtp domain netwaxlab.com
ASW3
vtp mode client
vtp domain netwaxlab.com
ASW4
vtp mode client
vtp domain netwaxlab.com
Make sure all switches are accepted vlan information from server. Verify at your end.
LAB 10: VLan and Trunking
 Task 5: PC9 and PC10 having different IP's but in single Vlan. You need to communicate PC9
and PC10. (No need to communicate with server and Routers).
SW1
vlan 100
exit
SW4
interface range f0/6-7
switchport mode access
switchport access vlan 100
exit
int vlan 100
ip add 10.0.0.1 255.255.255.0
ip add 20.0.0.1 255.255.255.0 secondary
exit
Verify using ping between pc9 and pc10.
(NOTE: Make sure ASW switches assign interface on respected vlan's as per given in topology.)
On all ASW Switches
interface f0/2
switchport mode access
switchport access vlan 10
exit
interface f0/3
switchport mode access
switchport access vlan 20
exit

More Related Content

What's hot

Nxll22 role based cli
Nxll22 role based cliNxll22 role based cli
Nxll22 role based cliNetwax Lab
 
Nxll09 access list
Nxll09 access listNxll09 access list
Nxll09 access listNetwax Lab
 
Nxll18 vpn (s2 s gre & dmvpn)
Nxll18 vpn (s2 s gre & dmvpn)Nxll18 vpn (s2 s gre & dmvpn)
Nxll18 vpn (s2 s gre & dmvpn)Netwax Lab
 
Nxll20 na ting
Nxll20 na ting Nxll20 na ting
Nxll20 na ting Netwax Lab
 
Nxll25 hsrp with failover
Nxll25 hsrp with failoverNxll25 hsrp with failover
Nxll25 hsrp with failoverNetwax Lab
 
Eincop Netwax Lab: Redistribution
Eincop Netwax Lab: RedistributionEincop Netwax Lab: Redistribution
Eincop Netwax Lab: RedistributionNetwax Lab
 
Nxll28 ospf iii
Nxll28 ospf iiiNxll28 ospf iii
Nxll28 ospf iiiNetwax Lab
 
Eincop Netwax Lab: EIGRP ii
Eincop Netwax Lab: EIGRP iiEincop Netwax Lab: EIGRP ii
Eincop Netwax Lab: EIGRP iiNetwax Lab
 
Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)
Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)
Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)Netwax Lab
 
Nxll16 basic asa v8.2
Nxll16 basic asa v8.2Nxll16 basic asa v8.2
Nxll16 basic asa v8.2Netwax Lab
 
Nxll12 zone based firewall
Nxll12 zone based firewallNxll12 zone based firewall
Nxll12 zone based firewallNetwax Lab
 
Nxll14 cut through-proxy on asa
Nxll14 cut through-proxy on asaNxll14 cut through-proxy on asa
Nxll14 cut through-proxy on asaNetwax Lab
 
Eincop Netwax Lab: Lab 1 static route
Eincop Netwax Lab: Lab 1 static routeEincop Netwax Lab: Lab 1 static route
Eincop Netwax Lab: Lab 1 static routeNetwax Lab
 
Nxll21 ospf filtering & summarization
Nxll21 ospf filtering & summarizationNxll21 ospf filtering & summarization
Nxll21 ospf filtering & summarizationNetwax Lab
 
Route Redistribution
Route RedistributionRoute Redistribution
Route RedistributionNetwax Lab
 

What's hot (20)

Nxll22 role based cli
Nxll22 role based cliNxll22 role based cli
Nxll22 role based cli
 
Nxll09 access list
Nxll09 access listNxll09 access list
Nxll09 access list
 
Nxll18 vpn (s2 s gre & dmvpn)
Nxll18 vpn (s2 s gre & dmvpn)Nxll18 vpn (s2 s gre & dmvpn)
Nxll18 vpn (s2 s gre & dmvpn)
 
Nxll24 i pv6
Nxll24 i pv6Nxll24 i pv6
Nxll24 i pv6
 
Nxll11 bgp
Nxll11 bgpNxll11 bgp
Nxll11 bgp
 
Nxll20 na ting
Nxll20 na ting Nxll20 na ting
Nxll20 na ting
 
Nxll25 hsrp with failover
Nxll25 hsrp with failoverNxll25 hsrp with failover
Nxll25 hsrp with failover
 
Eincop Netwax Lab: Redistribution
Eincop Netwax Lab: RedistributionEincop Netwax Lab: Redistribution
Eincop Netwax Lab: Redistribution
 
Nxll28 ospf iii
Nxll28 ospf iiiNxll28 ospf iii
Nxll28 ospf iii
 
Eincop Netwax Lab: EIGRP ii
Eincop Netwax Lab: EIGRP iiEincop Netwax Lab: EIGRP ii
Eincop Netwax Lab: EIGRP ii
 
Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)
Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)
Eincop Netwax Lab: HSRP (Hot Standby Router Protocol)
 
Nxll16 basic asa v8.2
Nxll16 basic asa v8.2Nxll16 basic asa v8.2
Nxll16 basic asa v8.2
 
Nxll12 zone based firewall
Nxll12 zone based firewallNxll12 zone based firewall
Nxll12 zone based firewall
 
Nxll14 cut through-proxy on asa
Nxll14 cut through-proxy on asaNxll14 cut through-proxy on asa
Nxll14 cut through-proxy on asa
 
Eincop Netwax Lab: Lab 1 static route
Eincop Netwax Lab: Lab 1 static routeEincop Netwax Lab: Lab 1 static route
Eincop Netwax Lab: Lab 1 static route
 
Nxll21 ospf filtering & summarization
Nxll21 ospf filtering & summarizationNxll21 ospf filtering & summarization
Nxll21 ospf filtering & summarization
 
DMVPN
DMVPNDMVPN
DMVPN
 
Route Redistribution
Route RedistributionRoute Redistribution
Route Redistribution
 
IPSec VPN
IPSec VPNIPSec VPN
IPSec VPN
 
Nat64 server
Nat64 serverNat64 server
Nat64 server
 

Viewers also liked

Introduction of Networking
Introduction of NetworkingIntroduction of Networking
Introduction of NetworkingNetwax Lab
 
Wireless Technology
Wireless TechnologyWireless Technology
Wireless TechnologyNetwax Lab
 
Securing Switch Access
Securing Switch Access Securing Switch Access
Securing Switch Access Netwax Lab
 
Computer Ports
Computer PortsComputer Ports
Computer PortsNetwax Lab
 
Eincop Netwax Lab: Route Redistribution
Eincop Netwax Lab: Route RedistributionEincop Netwax Lab: Route Redistribution
Eincop Netwax Lab: Route RedistributionNetwax Lab
 
Networking Devices
Networking DevicesNetworking Devices
Networking DevicesNetwax Lab
 
119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tut119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tutnicolelemmimg
 

Viewers also liked (11)

IP Address
IP AddressIP Address
IP Address
 
Introduction of Networking
Introduction of NetworkingIntroduction of Networking
Introduction of Networking
 
Wireless Technology
Wireless TechnologyWireless Technology
Wireless Technology
 
SSL Web VPN
SSL Web VPNSSL Web VPN
SSL Web VPN
 
Securing Switch Access
Securing Switch Access Securing Switch Access
Securing Switch Access
 
Computer Ports
Computer PortsComputer Ports
Computer Ports
 
Remote VPN
Remote VPNRemote VPN
Remote VPN
 
Switching
SwitchingSwitching
Switching
 
Eincop Netwax Lab: Route Redistribution
Eincop Netwax Lab: Route RedistributionEincop Netwax Lab: Route Redistribution
Eincop Netwax Lab: Route Redistribution
 
Networking Devices
Networking DevicesNetworking Devices
Networking Devices
 
119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tut119163798 icnd1-practice-questions-9tut
119163798 icnd1-practice-questions-9tut
 

Similar to Nxll10 v lan and trunking

CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2alan moreno
 
Free CCNP switching workbook by networkershome pdf
Free CCNP switching workbook by networkershome pdfFree CCNP switching workbook by networkershome pdf
Free CCNP switching workbook by networkershome pdfNetworkershome
 
CCIE Collaboration Lecture - Chapter 1.1 campus design - vlan dhcp and ntp
CCIE Collaboration Lecture - Chapter 1.1   campus design - vlan dhcp and ntpCCIE Collaboration Lecture - Chapter 1.1   campus design - vlan dhcp and ntp
CCIE Collaboration Lecture - Chapter 1.1 campus design - vlan dhcp and ntpFaisal Khan
 
Vlan lab
Vlan labVlan lab
Vlan labtmim8
 
Implementation of cisco wireless lan controller (multiple wla ns)
Implementation of cisco wireless lan controller (multiple wla ns)Implementation of cisco wireless lan controller (multiple wla ns)
Implementation of cisco wireless lan controller (multiple wla ns)IT Tech
 
ACME Corp 205110014302001DB8CAFE11564 2051.pdf
ACME Corp 205110014302001DB8CAFE11564 2051.pdfACME Corp 205110014302001DB8CAFE11564 2051.pdf
ACME Corp 205110014302001DB8CAFE11564 2051.pdfmail354931
 
Community tech talk virtual port channel ( v pc ) operations and design best ...
Community tech talk virtual port channel ( v pc ) operations and design best ...Community tech talk virtual port channel ( v pc ) operations and design best ...
Community tech talk virtual port channel ( v pc ) operations and design best ...crojasmo
 
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
 
07 module extending switched netwroks with virtual la ns
07  module extending switched netwroks with virtual la ns07  module extending switched netwroks with virtual la ns
07 module extending switched netwroks with virtual la nsAsif
 
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
 
VXLAN Integration with CloudStack Advanced Zone
VXLAN Integration with CloudStack Advanced ZoneVXLAN Integration with CloudStack Advanced Zone
VXLAN Integration with CloudStack Advanced ZoneYoshikazu Nojima
 

Similar to Nxll10 v lan and trunking (20)

Ccna2 project
Ccna2 projectCcna2 project
Ccna2 project
 
CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2CCN3Switching_lab_5_5_2
CCN3Switching_lab_5_5_2
 
Free CCNP switching workbook by networkershome pdf
Free CCNP switching workbook by networkershome pdfFree CCNP switching workbook by networkershome pdf
Free CCNP switching workbook by networkershome pdf
 
CCIE Collaboration Lecture - Chapter 1.1 campus design - vlan dhcp and ntp
CCIE Collaboration Lecture - Chapter 1.1   campus design - vlan dhcp and ntpCCIE Collaboration Lecture - Chapter 1.1   campus design - vlan dhcp and ntp
CCIE Collaboration Lecture - Chapter 1.1 campus design - vlan dhcp and ntp
 
Day 14.2 configuringvla ns
Day 14.2 configuringvla nsDay 14.2 configuringvla ns
Day 14.2 configuringvla ns
 
Vlan lab
Vlan labVlan lab
Vlan lab
 
Lab6.4.1
Lab6.4.1Lab6.4.1
Lab6.4.1
 
Prueba 2 2015
Prueba 2 2015Prueba 2 2015
Prueba 2 2015
 
Scaling-VLANs-PPT.pptx
Scaling-VLANs-PPT.pptxScaling-VLANs-PPT.pptx
Scaling-VLANs-PPT.pptx
 
Implementation of cisco wireless lan controller (multiple wla ns)
Implementation of cisco wireless lan controller (multiple wla ns)Implementation of cisco wireless lan controller (multiple wla ns)
Implementation of cisco wireless lan controller (multiple wla ns)
 
ACME Corp 205110014302001DB8CAFE11564 2051.pdf
ACME Corp 205110014302001DB8CAFE11564 2051.pdfACME Corp 205110014302001DB8CAFE11564 2051.pdf
ACME Corp 205110014302001DB8CAFE11564 2051.pdf
 
Tema3
Tema3Tema3
Tema3
 
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
 
Community tech talk virtual port channel ( v pc ) operations and design best ...
Community tech talk virtual port channel ( v pc ) operations and design best ...Community tech talk virtual port channel ( v pc ) operations and design best ...
Community tech talk virtual port channel ( v pc ) operations and design best ...
 
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
 
07 module extending switched netwroks with virtual la ns
07  module extending switched netwroks with virtual la ns07  module extending switched netwroks with virtual la ns
07 module extending switched netwroks with virtual la ns
 
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
 
VXLAN Integration with CloudStack Advanced Zone
VXLAN Integration with CloudStack Advanced ZoneVXLAN Integration with CloudStack Advanced Zone
VXLAN Integration with CloudStack Advanced Zone
 
Case study
Case studyCase study
Case study
 
Ccie R&S lab_k3
Ccie R&S lab_k3Ccie R&S lab_k3
Ccie R&S lab_k3
 

Nxll10 v lan and trunking

  • 1. LAB 10: VLan and Trunking Task 1. Configure IP Addresses as per given in topology. 2. Create DHCP Server for Vlan 10 and Vlan 20. 3. Make SW1 as a VTP Server and rest of all configure as a client. Make sure that vtp domain is netwaxlab.com. 4. Make sure all pc's assign ip address via DHCP. 5. PC9 and PC10 having different IP's but in single Vlan. You need to communicate PC9 and PC10. (No need to communicate with server and Routers). Figure 1 Topology
  • 2. LAB 10: VLan and Trunking Solution  Task 2: Create DHCP Server for Vlan 10 and Vlan 20. DHCP Server ip dhcp pool vlan10 network 211.0.101.0 255.255.255.0 default-router 211.0.101.1 exit ip dhcp pool vlan20 network 54.113.89.0 255.255.255.0 default-router 54.113.89.1 exit  Task 3: Make SW1 as a VTP Server and rest of all configure as a client. Make sure that vtp domain is netwaxlab.com. SW1 interface range f0/2-4 switchport trunk encapsulation dot1q switchport trunk allowed vlan 1,10,20 exit vtp domain netwaxlab.com vtp password cisco.com vtp mode server vlan 10 exit vlan 20 exit SW2 interface range f0/1-5 switchport trunk encapsulation dot1q switchport trunk allowed vlan 1,10,20 exit
  • 3. LAB 10: VLan and Trunking vtp mode client vtp domain netwaxlab.com SW3 interface range f0/2-4 switchport trunk encapsulation dot1q switchport trunk allowed vlan 1,10,20 exit vtp mode client vtp domain netwaxlab.com SW4 interface range f0/1-5 switchport trunk encapsulation dot1q switchport trunk allowed vlan 1,10,20 exit vtp mode client vtp domain netwaxlab.com ASW1 vtp mode client vtp domain netwaxlab.com ASW2 vtp mode client vtp domain netwaxlab.com ASW3 vtp mode client vtp domain netwaxlab.com ASW4 vtp mode client vtp domain netwaxlab.com Make sure all switches are accepted vlan information from server. Verify at your end.
  • 4. LAB 10: VLan and Trunking  Task 5: PC9 and PC10 having different IP's but in single Vlan. You need to communicate PC9 and PC10. (No need to communicate with server and Routers). SW1 vlan 100 exit SW4 interface range f0/6-7 switchport mode access switchport access vlan 100 exit int vlan 100 ip add 10.0.0.1 255.255.255.0 ip add 20.0.0.1 255.255.255.0 secondary exit Verify using ping between pc9 and pc10. (NOTE: Make sure ASW switches assign interface on respected vlan's as per given in topology.) On all ASW Switches interface f0/2 switchport mode access switchport access vlan 10 exit interface f0/3 switchport mode access switchport access vlan 20 exit