Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
CCENT/CCNA: ICND1 100-105 Certification Guide

You're reading from   CCENT/CCNA: ICND1 100-105 Certification Guide Learn computer network essentials and enhance your networking skills by obtaining the CCENT certification

Arrow left icon
Product type Paperback
Published in Apr 2018
Publisher
ISBN-13 9781788621434
Length 362 pages
Edition 1st Edition
Tools
Arrow right icon
Author (1):
Arrow left icon
Bekim Dauti Bekim Dauti
Author Profile Icon Bekim Dauti
Bekim Dauti
Arrow right icon
View More author details
Toc

Table of Contents (18) Chapters Close

Preface 1. Introduction to Computer Networks FREE CHAPTER 2. Communication in Computer Networks 3. Introduction to Switching 4. Setting Up the Switch 5. Introduction to Routing 6. Setting up the Router 7. Networking Services and Maintenance 8. Network Troubleshooting 9. Studying and Preparing for ICND 1 (100-105) Exam 10. Other Books you may enjoy
Appendix A: Answers to Chapter Questions 1. Appendix B: Cisco Device Icons 2. Appendix C: Numbering Systems and Conversions 3. Appendix D: Boolean Algebra 4. Appendix E: Subnetting 5. Appendix F: Cisco Packet Tracer 6. Appendix G: Graphical Network Simulator-3 (GNS3)

Configuring VLAN trunks

This section describes how to configure VLAN trunks on Cisco switches:

  • Configuring IEEE 802.1Q trunk link: Enter the following commands to configure a trunk link:
Switch(config)# interface   <interface-ID>
Switch(config-if)# switchport mode trunk
Switch(config-if)# exit
Switch(config)#
  • Configuring a native VLAN as an IEEE 802.1Q trunk link: Enter the following commands to configure a native VLAN for untagged 802.1Q frames:
Switch(config)# interface   <interface-ID>
Switch(config-if)# switchport trunk native vlan <vlan-ID>
Switch(config-if)# exit
Switch(config)#
  • Configuring VLANs to be allowed on the trunk link: Enter the following commands to configure the list of VLANs to be allowed on the trunk link:
Switch(config)# interface   <interface-ID>
Switch(config-if)# switchport trunk allowed vlan <vlan list>
Switch(config-if...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime