SlideShare a Scribd company logo
CCNA4.com

CCNA Quick Notes – VLANs
1. What are VLANs?
VLANs are broadcast domains in a Layer 2 network. Each broadcast domain is like a distinct
virtual bridge within the switch. Each virtual bridge you create in a switch defines a broadcast
domain. By default, traffic from one VLAN cannot pass to another VLAN. Each of the users
in a VLAN is also in the same IP subnet, and each switch port can belong to only one VLAN.

2. What are the three characteristics of a typical VLAN setup?
The three characteristics of a typical VLAN setup are:
Each logical VLAN is like a separate physical bridge.
VLANs can span multiple switches.
Trunks carry traffic for multiple VLANs.

3. What are trunk links?
By default, each port on a switch can belong to only one VLAN. For devices that are in
VLANs (that span multiple switches) to talk to other devices in the same VLAN, you must
use trunking or have a dedicated port per VLAN. Trunk links allow the switch to carry
multiple VLANs across a single link.

4. What are the two methods you can use to assign a port to a VLAN?
The two methods to assign a port to a VLAN are
Statically
Dynamically

5. What is Inter-Switch Link (ISL)?
ISL is a Cisco proprietary protocol used to interconnect switches that have multiple VLANs.
It maintains VLAN information as traffic goes between switches, allowing the traffic to enter
the correct VLAN. ISL operates in a point-to-point environment.

6. At which layer of the OSI model does ISL function?
ISL functions at Layer 2 of the OSI model. It encapsulates a data frame with a new ISL
header and CRC. Because ISL operates at Layer 2 of the OSI model, it is protocol-
independent.

7. What type of tagging method does ISL use?
Many network professions refer to the way ISL tags frames as an external tagging
mechanism. This is because ISL encapsulates each frame and does not modify the original
packet.
Many network professions refer to the way ISL tags frames as an external tagging
mechanism. This is because ISL encapsulates each frame and does not modify the original
packet.

8. How many extra bytes does ISL add to an existing Ethernet frame?
ISL adds a 26-byte ISL header and a 4-byte CRC to each frame, extending each Ethernet
frame by 30 bytes. ISL tagging is implemented in ASICs, so tagging is done at wire speed.

9. What is VTP?
VLAN Trunking Protocol (VTP) is a Layer 2 messaging protocol that maintains VLAN
configuration consistency throughout a common administrative domain by managing VLANs'
additions, deletions, and name changes across multiple switches. Without VTP, you would
have to add VLAN information in all switches in your network.

CCNA4.com
CCNA4.com

10. What is a VTP domain?
A VTP domain is one or more interconnected switches that share the same VTP environment.
A switch can be in only one VTP domain, and all VLAN information is propagated to all
switches in the same VTP domain.

11. What are the three VTP modes?
The three VTP modes are
Server
Client
Transparent

12. What is VTP server mode?
A switch in VTP server mode can add, delete, and modify VLANs and other configuration
parameters for the entire VTP domain. This is the default mode for all Catalyst switches.
VLAN configurations are saved in NVRAM. When you change VLAN configuration in
server mode, the change is dynamically propagated to all switches in the VTP domain.

13. What is VTP client mode?
In VTP client mode, a switch cannot create, delete, or modify VLANs. Also, a VTP client
does not save VLAN information and configuration in NVRAM. In client and server mode,
VLAN information is synchronized between switches in the VTP domain.

14. What is VTP transparent mode?
In transparent mode, a switch can add, modify, and delete VLANs. This information is not
transmitted to other switches in the VTP domain. They affect only the local switch. VTP
transparent mode is used when a switch does not need to participate in the VTP domain but
needs to propagate VTP information to other switches.

15. How often are VTP advertisements flooded throughout the management domain?
VTP advertisements are flooded throughout the management domain every 5 minutes or
whenever a change occurs in VLAN configuration.

16. What is included in VTP advertisements?
VTP advertisements include the following:
VTP revision number
VLAN names and numbers
Information about switches that have ports assigned to each VLAN

17. What is one of the most important components of the VTP advertisement?
The revision number is one of the most important components of the VTP advertisement.
Every time a VTP server modifies its VLAN configuration, it increments the configuration
number by 1. The largest configuration number in the VTP domain contains the most current
information. When a client receives a revision number higher than its current number, it
updates its VLAN configuration.

18. On a Catalyst 1900 switch, how do you reset the configuration number?
To reset the configuration numbers on a Catalyst 1900, use the delete vtp privileged EXEC
command, and then reset the switch.

19. What is VTP pruning?
By default, a trunk link carries traffic for all VLANs in the VTP domain. Even if a switch

CCNA4.com
CCNA4.com
does not have any ports in a specific VLAN, traffic for that VLAN is carried across the trunk
link. VTP pruning uses VLAN advertisements to determine when a trunk connection is
needlessly flooding traffic to the trunk links that the traffic must use to access the appropriate
network device.

20. How many VLANs with a separate spanning tree per VLAN does the Catalyst 1900
support?
The Catalyst 1900 supports 64 VLANs with a separate spanning tree per VLAN.

21. What VLAN number are CDP and VTP advertisements sent across?
CDP and VTP advertisements are sent on VLAN 1, which is also known as the management
VLAN.

22. What must you remember before you create VLANs on a Catalyst switch?
Before you create VLANs on a Catalyst 1900 switch, the switch must be in VTP server mode
or VTP transparent mode.

23. How do you configure the VTP operation mode on a Catalyst 1900?
To configure VTP on a Catalyst 1900, use the vtp [server transparent client] global
configuration command:
Cat1900(config)#vtp server

24. How do you configure a VTP domain on a Catalyst 1900 switch?
To configure a VTP domain on a Catalyst 1900 switch, use the vtp domain domain-name
global command:
Cat1900(config)#vtp domain cisco

25. How do you configure a VTP domain password on a Catalyst 1900?
Use the vtp password password global command to configure a VTP domain password. This
example sets the VTP password to cisco:
Cat1900(config)#vtp password cisco

26. What does the show vtp privileged EXEC command display?
The show vtp privileged EXEC command displays the following:
VTP version
The number of existing VLANs on a switch and the maximum number of locally supported
VLANs
VTP domain name, password, and operating mode
Whether VTP pruning is enabled
The last time VLAN configuration was modified.
Here's an example of show vtp output:
Cat1900#show vtp
VTP version: 1
Configuration revision: 0
Maximum VLANs supported locally: 1005
Number of existing VLANs: 5
VTP domain name : cisco
VTP password : cisco
VTP operating mode : Server
VTP pruning mode : Disabled
VTP traps generation : Enabled
Configuration last modified by: 192.168.0.2 at 00-00-0000 00:00:00

CCNA4.com
CCNA4.com

27. What command do you use to add a VLAN on a Catalyst switch?
To add a VLAN on a Catalyst switch, use the vlan vlan-number [name vlan_name] global
command. The following example adds VLAN 10 with a name of Sales:
Cat1900(config)#vlan 10 name Sales

28. What Catalyst 1900 command can you use to verify VLAN information?
To verify VLAN information, use the show vlan vlan-number privileged EXEC command.

29. How do you view spanning tree information for a particular VLAN?
A Catalyst 1900 switch can have a maximum of 64 VLANs with a separate instance of
spanning tree per VLAN. To view spanning tree information for a particular VLAN use the
"show spandtree vlan-id" command.

                                                                            By testinside




CCNA4.com

More Related Content

PPT
Cap4 implementing vtp
Hector Camba Lainez
 
PPTX
VLAN Trunking Protocol (VTP)
Naveen Soni
 
PPT
Expl sw chapter_04_vtp-full
aghacrom
 
DOCX
Vlan and vtp
Raj sekar
 
PPTX
Inter-VLAN Routing
rmosate
 
PPT
Day 14.2 inter vlan
CYBERINTELLIGENTS
 
Cap4 implementing vtp
Hector Camba Lainez
 
VLAN Trunking Protocol (VTP)
Naveen Soni
 
Expl sw chapter_04_vtp-full
aghacrom
 
Vlan and vtp
Raj sekar
 
Inter-VLAN Routing
rmosate
 
Day 14.2 inter vlan
CYBERINTELLIGENTS
 

What's hot (20)

PDF
At8000 s configurando vla_ns
NetPlus
 
DOC
Ccna 3 chapter 4 v4.0 answers 2011
Dân Chơi
 
PDF
Confi vtp vlan
1 2d
 
PPT
Ccna3 mod9-vtp
Milton Bengui
 
PDF
vlan
Sunrise Dawn
 
PPT
Tn 310 vlan-trunking
sali Ibrahimu
 
PDF
Quick Guide VLANs
CCNAResources
 
PPT
Day 14.2 configuringvla ns
CYBERINTELLIGENTS
 
PPT
Chapter 4 vtp
kratos2424
 
DOCX
Vlan Types
IT Tech
 
PPTX
LAN Switching and Wireless: Ch4 - VLAN Trunking Protocol (VTP)
Abdelkhalik Mosa
 
PPT
VLAN Network for Extreme Networks
Dani Royman Simanjuntak
 
PPT
VTP Configuration
NetProtocol Xpert
 
PDF
Inter VLAN Routing
Netwax Lab
 
PPTX
VXLAN
SAliyev1
 
DOC
Ch4 ccna exploration 3 lan switching and wireless
kratos2424
 
PPTX
Vlans (virtual local area networks)
Kanishk Raj
 
PPT
Vlan
Mayank Saxena
 
At8000 s configurando vla_ns
NetPlus
 
Ccna 3 chapter 4 v4.0 answers 2011
Dân Chơi
 
Confi vtp vlan
1 2d
 
Ccna3 mod9-vtp
Milton Bengui
 
Tn 310 vlan-trunking
sali Ibrahimu
 
Quick Guide VLANs
CCNAResources
 
Day 14.2 configuringvla ns
CYBERINTELLIGENTS
 
Chapter 4 vtp
kratos2424
 
Vlan Types
IT Tech
 
LAN Switching and Wireless: Ch4 - VLAN Trunking Protocol (VTP)
Abdelkhalik Mosa
 
VLAN Network for Extreme Networks
Dani Royman Simanjuntak
 
VTP Configuration
NetProtocol Xpert
 
Inter VLAN Routing
Netwax Lab
 
VXLAN
SAliyev1
 
Ch4 ccna exploration 3 lan switching and wireless
kratos2424
 
Vlans (virtual local area networks)
Kanishk Raj
 
Ad

Viewers also liked (20)

PDF
Jeremy CCNA Notes
Kashif Khan
 
PDF
CCNA Notes
Naqeeb Ullah Kakar
 
PDF
Useful Linux and Unix commands handbook
Wave Digitech
 
PDF
Cv Chenna 2017
HoussamChenna
 
RTF
Useful linux-commands
Himani Singh
 
PDF
Chennai Guide
Ajaigururaj R
 
PDF
Ccna
Rezor Rezor
 
PDF
Cloud computing e gov-12
Swapnil Kapate
 
PDF
The itil foundation_certificate_syllabus (2) (1)
Swapnil Kapate
 
PDF
Cctns trg syllabus
Swapnil Kapate
 
TXT
Ccna read
Swapnil Kapate
 
PDF
Physical terminations
Swapnil Kapate
 
PDF
certificate
Swapnil Kapate
 
PPTX
CCNA PPT
AIRTEL
 
PPT
Training development382
Swapnil Kapate
 
PDF
CCNA Routing Protocols
Mansour Naslcheraghi
 
PDF
Ccna notes
Ramesh Kumar
 
PPT
CCNA presentation.
Ajaigururaj R
 
DOC
Ccna complete notes
thetechnicalzone
 
PDF
Ccnp workbook network bulls
Swapnil Kapate
 
Jeremy CCNA Notes
Kashif Khan
 
CCNA Notes
Naqeeb Ullah Kakar
 
Useful Linux and Unix commands handbook
Wave Digitech
 
Cv Chenna 2017
HoussamChenna
 
Useful linux-commands
Himani Singh
 
Chennai Guide
Ajaigururaj R
 
Cloud computing e gov-12
Swapnil Kapate
 
The itil foundation_certificate_syllabus (2) (1)
Swapnil Kapate
 
Cctns trg syllabus
Swapnil Kapate
 
Ccna read
Swapnil Kapate
 
Physical terminations
Swapnil Kapate
 
certificate
Swapnil Kapate
 
CCNA PPT
AIRTEL
 
Training development382
Swapnil Kapate
 
CCNA Routing Protocols
Mansour Naslcheraghi
 
Ccna notes
Ramesh Kumar
 
CCNA presentation.
Ajaigururaj R
 
Ccna complete notes
thetechnicalzone
 
Ccnp workbook network bulls
Swapnil Kapate
 
Ad

Similar to Ccna Quick Notes –VLANs (20)

PPT
VLAN network setup and Configuration.ppt
mayankkhohal14
 
PPTX
Virtual LAN and Vlan Trunking Protocol.pptx
marunkumareee77
 
PPT
vlaN.pptgfggdfgdrgsegtrgthyrtewgsrdhftjf
peterhaile1
 
DOC
Ccna3 module 9 exams
Rodrigo Jimenez
 
PPT
Chapter9ccna
ernestlithur
 
PPT
Chapter9ccna
robertoxe
 
PDF
Day 5 VIRTUAL LANS
anilinvns
 
PPTX
VIRTUAL LANS
anilinvns
 
PPTX
Scaling-VLANs-PPT.pptx
Michael Angelo Marasigan
 
PPTX
Enterprise network design multi layer network and security.pptx
bipinbhattarai12
 
PPT
Day 14.1 vlan
CYBERINTELLIGENTS
 
PDF
Cisco how to configure vlan
1 2d
 
PDF
Cisco how to configure vlan
1 2d
 
PPTX
Week 9 VLAN, SISTIM INFORMASI MANAGEMEN
Setyady Peace
 
PPTX
Lesson 2 slideshow
Arnold Derrick Kinney
 
PPT
CCNA Presentation
Said Rahim Manandoy
 
PPT
Chapter9ccna
Lakshan Perera
 
PPTX
Vla ns
UDLA
 
DOC
Crear vlan
1 2d
 
PPT
CCNA CHAPTER 14 BY jetarvind kumar madhukar
ALLCAD Services Pvt Limited
 
VLAN network setup and Configuration.ppt
mayankkhohal14
 
Virtual LAN and Vlan Trunking Protocol.pptx
marunkumareee77
 
vlaN.pptgfggdfgdrgsegtrgthyrtewgsrdhftjf
peterhaile1
 
Ccna3 module 9 exams
Rodrigo Jimenez
 
Chapter9ccna
ernestlithur
 
Chapter9ccna
robertoxe
 
Day 5 VIRTUAL LANS
anilinvns
 
VIRTUAL LANS
anilinvns
 
Scaling-VLANs-PPT.pptx
Michael Angelo Marasigan
 
Enterprise network design multi layer network and security.pptx
bipinbhattarai12
 
Day 14.1 vlan
CYBERINTELLIGENTS
 
Cisco how to configure vlan
1 2d
 
Cisco how to configure vlan
1 2d
 
Week 9 VLAN, SISTIM INFORMASI MANAGEMEN
Setyady Peace
 
Lesson 2 slideshow
Arnold Derrick Kinney
 
CCNA Presentation
Said Rahim Manandoy
 
Chapter9ccna
Lakshan Perera
 
Vla ns
UDLA
 
Crear vlan
1 2d
 
CCNA CHAPTER 14 BY jetarvind kumar madhukar
ALLCAD Services Pvt Limited
 

More from CCNAResources (16)

PDF
Iscw Cram Sheet
CCNAResources
 
PDF
Building Scalable Cisco Internetworks (Bsci)
CCNAResources
 
PDF
Ccna Wireless Study Guide
CCNAResources
 
PDF
Ip Access Lists
CCNAResources
 
PDF
Ccna Wireless Study Guide
CCNAResources
 
PDF
Subneting And Summarization
CCNAResources
 
PDF
Subneting And Summarization
CCNAResources
 
PDF
1000 Ccna Questions And Answers
CCNAResources
 
PDF
Quick Guide Layer 2 Switching
CCNAResources
 
PDF
Quick Guide Ip Routing
CCNAResources
 
PDF
Ccna Wireless Resources
CCNAResources
 
PDF
Ccna Commands In 10 Minutes
CCNAResources
 
PDF
Lab08 Rip Routing (Ccna4.Com)
CCNAResources
 
PDF
Lab09 Rip Routing (Ccna4.Com)
CCNAResources
 
PDF
Ip Access Lists
CCNAResources
 
PDF
Eigrp Summary (Ccna4.Com)
CCNAResources
 
Iscw Cram Sheet
CCNAResources
 
Building Scalable Cisco Internetworks (Bsci)
CCNAResources
 
Ccna Wireless Study Guide
CCNAResources
 
Ip Access Lists
CCNAResources
 
Ccna Wireless Study Guide
CCNAResources
 
Subneting And Summarization
CCNAResources
 
Subneting And Summarization
CCNAResources
 
1000 Ccna Questions And Answers
CCNAResources
 
Quick Guide Layer 2 Switching
CCNAResources
 
Quick Guide Ip Routing
CCNAResources
 
Ccna Wireless Resources
CCNAResources
 
Ccna Commands In 10 Minutes
CCNAResources
 
Lab08 Rip Routing (Ccna4.Com)
CCNAResources
 
Lab09 Rip Routing (Ccna4.Com)
CCNAResources
 
Ip Access Lists
CCNAResources
 
Eigrp Summary (Ccna4.Com)
CCNAResources
 

Recently uploaded (20)

PDF
Doc9.....................................
SofiaCollazos
 
PDF
How ETL Control Logic Keeps Your Pipelines Safe and Reliable.pdf
Stryv Solutions Pvt. Ltd.
 
PPTX
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
PDF
AI-Cloud-Business-Management-Platforms-The-Key-to-Efficiency-Growth.pdf
Artjoker Software Development Company
 
PDF
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
PDF
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
PPTX
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
PDF
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
PDF
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
PDF
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
PPTX
cloud computing vai.pptx for the project
vaibhavdobariyal79
 
PDF
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
PDF
Accelerating Oracle Database 23ai Troubleshooting with Oracle AHF Fleet Insig...
Sandesh Rao
 
PDF
Software Development Methodologies in 2025
KodekX
 
PDF
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
PDF
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
PDF
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
PDF
GDG Cloud Munich - Intro - Luiz Carneiro - #BuildWithAI - July - Abdel.pdf
Luiz Carneiro
 
PDF
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
PDF
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 
Doc9.....................................
SofiaCollazos
 
How ETL Control Logic Keeps Your Pipelines Safe and Reliable.pdf
Stryv Solutions Pvt. Ltd.
 
AI in Daily Life: How Artificial Intelligence Helps Us Every Day
vanshrpatil7
 
AI-Cloud-Business-Management-Platforms-The-Key-to-Efficiency-Growth.pdf
Artjoker Software Development Company
 
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
Trying to figure out MCP by actually building an app from scratch with open s...
Julien SIMON
 
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
CIFDAQ's Market Wrap : Bears Back in Control?
CIFDAQ
 
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
The Future of Mobile Is Context-Aware—Are You Ready?
iProgrammer Solutions Private Limited
 
cloud computing vai.pptx for the project
vaibhavdobariyal79
 
Oracle AI Vector Search- Getting Started and what's new in 2025- AIOUG Yatra ...
Sandesh Rao
 
Accelerating Oracle Database 23ai Troubleshooting with Oracle AHF Fleet Insig...
Sandesh Rao
 
Software Development Methodologies in 2025
KodekX
 
Google I/O Extended 2025 Baku - all ppts
HusseinMalikMammadli
 
Research-Fundamentals-and-Topic-Development.pdf
ayesha butalia
 
Automating ArcGIS Content Discovery with FME: A Real World Use Case
Safe Software
 
GDG Cloud Munich - Intro - Luiz Carneiro - #BuildWithAI - July - Abdel.pdf
Luiz Carneiro
 
Presentation about Hardware and Software in Computer
snehamodhawadiya
 
AI Unleashed - Shaping the Future -Starting Today - AIOUG Yatra 2025 - For Co...
Sandesh Rao
 

Ccna Quick Notes –VLANs

  • 1. CCNA4.com CCNA Quick Notes – VLANs 1. What are VLANs? VLANs are broadcast domains in a Layer 2 network. Each broadcast domain is like a distinct virtual bridge within the switch. Each virtual bridge you create in a switch defines a broadcast domain. By default, traffic from one VLAN cannot pass to another VLAN. Each of the users in a VLAN is also in the same IP subnet, and each switch port can belong to only one VLAN. 2. What are the three characteristics of a typical VLAN setup? The three characteristics of a typical VLAN setup are: Each logical VLAN is like a separate physical bridge. VLANs can span multiple switches. Trunks carry traffic for multiple VLANs. 3. What are trunk links? By default, each port on a switch can belong to only one VLAN. For devices that are in VLANs (that span multiple switches) to talk to other devices in the same VLAN, you must use trunking or have a dedicated port per VLAN. Trunk links allow the switch to carry multiple VLANs across a single link. 4. What are the two methods you can use to assign a port to a VLAN? The two methods to assign a port to a VLAN are Statically Dynamically 5. What is Inter-Switch Link (ISL)? ISL is a Cisco proprietary protocol used to interconnect switches that have multiple VLANs. It maintains VLAN information as traffic goes between switches, allowing the traffic to enter the correct VLAN. ISL operates in a point-to-point environment. 6. At which layer of the OSI model does ISL function? ISL functions at Layer 2 of the OSI model. It encapsulates a data frame with a new ISL header and CRC. Because ISL operates at Layer 2 of the OSI model, it is protocol- independent. 7. What type of tagging method does ISL use? Many network professions refer to the way ISL tags frames as an external tagging mechanism. This is because ISL encapsulates each frame and does not modify the original packet. Many network professions refer to the way ISL tags frames as an external tagging mechanism. This is because ISL encapsulates each frame and does not modify the original packet. 8. How many extra bytes does ISL add to an existing Ethernet frame? ISL adds a 26-byte ISL header and a 4-byte CRC to each frame, extending each Ethernet frame by 30 bytes. ISL tagging is implemented in ASICs, so tagging is done at wire speed. 9. What is VTP? VLAN Trunking Protocol (VTP) is a Layer 2 messaging protocol that maintains VLAN configuration consistency throughout a common administrative domain by managing VLANs' additions, deletions, and name changes across multiple switches. Without VTP, you would have to add VLAN information in all switches in your network. CCNA4.com
  • 2. CCNA4.com 10. What is a VTP domain? A VTP domain is one or more interconnected switches that share the same VTP environment. A switch can be in only one VTP domain, and all VLAN information is propagated to all switches in the same VTP domain. 11. What are the three VTP modes? The three VTP modes are Server Client Transparent 12. What is VTP server mode? A switch in VTP server mode can add, delete, and modify VLANs and other configuration parameters for the entire VTP domain. This is the default mode for all Catalyst switches. VLAN configurations are saved in NVRAM. When you change VLAN configuration in server mode, the change is dynamically propagated to all switches in the VTP domain. 13. What is VTP client mode? In VTP client mode, a switch cannot create, delete, or modify VLANs. Also, a VTP client does not save VLAN information and configuration in NVRAM. In client and server mode, VLAN information is synchronized between switches in the VTP domain. 14. What is VTP transparent mode? In transparent mode, a switch can add, modify, and delete VLANs. This information is not transmitted to other switches in the VTP domain. They affect only the local switch. VTP transparent mode is used when a switch does not need to participate in the VTP domain but needs to propagate VTP information to other switches. 15. How often are VTP advertisements flooded throughout the management domain? VTP advertisements are flooded throughout the management domain every 5 minutes or whenever a change occurs in VLAN configuration. 16. What is included in VTP advertisements? VTP advertisements include the following: VTP revision number VLAN names and numbers Information about switches that have ports assigned to each VLAN 17. What is one of the most important components of the VTP advertisement? The revision number is one of the most important components of the VTP advertisement. Every time a VTP server modifies its VLAN configuration, it increments the configuration number by 1. The largest configuration number in the VTP domain contains the most current information. When a client receives a revision number higher than its current number, it updates its VLAN configuration. 18. On a Catalyst 1900 switch, how do you reset the configuration number? To reset the configuration numbers on a Catalyst 1900, use the delete vtp privileged EXEC command, and then reset the switch. 19. What is VTP pruning? By default, a trunk link carries traffic for all VLANs in the VTP domain. Even if a switch CCNA4.com
  • 3. CCNA4.com does not have any ports in a specific VLAN, traffic for that VLAN is carried across the trunk link. VTP pruning uses VLAN advertisements to determine when a trunk connection is needlessly flooding traffic to the trunk links that the traffic must use to access the appropriate network device. 20. How many VLANs with a separate spanning tree per VLAN does the Catalyst 1900 support? The Catalyst 1900 supports 64 VLANs with a separate spanning tree per VLAN. 21. What VLAN number are CDP and VTP advertisements sent across? CDP and VTP advertisements are sent on VLAN 1, which is also known as the management VLAN. 22. What must you remember before you create VLANs on a Catalyst switch? Before you create VLANs on a Catalyst 1900 switch, the switch must be in VTP server mode or VTP transparent mode. 23. How do you configure the VTP operation mode on a Catalyst 1900? To configure VTP on a Catalyst 1900, use the vtp [server transparent client] global configuration command: Cat1900(config)#vtp server 24. How do you configure a VTP domain on a Catalyst 1900 switch? To configure a VTP domain on a Catalyst 1900 switch, use the vtp domain domain-name global command: Cat1900(config)#vtp domain cisco 25. How do you configure a VTP domain password on a Catalyst 1900? Use the vtp password password global command to configure a VTP domain password. This example sets the VTP password to cisco: Cat1900(config)#vtp password cisco 26. What does the show vtp privileged EXEC command display? The show vtp privileged EXEC command displays the following: VTP version The number of existing VLANs on a switch and the maximum number of locally supported VLANs VTP domain name, password, and operating mode Whether VTP pruning is enabled The last time VLAN configuration was modified. Here's an example of show vtp output: Cat1900#show vtp VTP version: 1 Configuration revision: 0 Maximum VLANs supported locally: 1005 Number of existing VLANs: 5 VTP domain name : cisco VTP password : cisco VTP operating mode : Server VTP pruning mode : Disabled VTP traps generation : Enabled Configuration last modified by: 192.168.0.2 at 00-00-0000 00:00:00 CCNA4.com
  • 4. CCNA4.com 27. What command do you use to add a VLAN on a Catalyst switch? To add a VLAN on a Catalyst switch, use the vlan vlan-number [name vlan_name] global command. The following example adds VLAN 10 with a name of Sales: Cat1900(config)#vlan 10 name Sales 28. What Catalyst 1900 command can you use to verify VLAN information? To verify VLAN information, use the show vlan vlan-number privileged EXEC command. 29. How do you view spanning tree information for a particular VLAN? A Catalyst 1900 switch can have a maximum of 64 VLANs with a separate instance of spanning tree per VLAN. To view spanning tree information for a particular VLAN use the "show spandtree vlan-id" command. By testinside CCNA4.com