Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
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

Product type Book
Published in Apr 2018
Publisher
ISBN-13 9781788621434
Pages 362 pages
Edition 1st Edition
Languages
Author (1):
Bekim Dauti Bekim Dauti
Profile icon Bekim Dauti
Toc

Table of Contents (18) Chapters close

Preface 1. Introduction to Computer Networks 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 VLANs

This section describes how to configure VLANs on Cisco switches:

  • Creating a VLAN: Enter the following commands to create a VLAN:
Switch(config)# vlan   <vlan-ID>
Switch(config-vlan)# exit
Switch(config)#
  • Naming the VLAN: Enter the following commands to name the VLAN:
Switch(config)# vlan  <vlan-ID>
Switch(config-vlan)# name <vlan name>
Switch(config-vlan)# exit
Switch(config)#
  • Assigning port to VLAN: Enter the following commands to assign the VLAN to the correct switch interface:
Switch(config)# interface   <interface-ID>
Switch(config-if)# switchport mode access
Switch(config-if)# switchport access vlan <vlan-ID>
Switch(config-if)# exit
Switch(config)#
  • Assigning multiple ports to VLAN: Enter the following commands to assign a VLAN to multiple interfaces:
Switch(config)# interface range <interface range-IDs>
Switch(config...
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 ₹800/month. Cancel anytime}