SlideShare a Scribd company logo
1 of 11
Download to read offline
Layer2 Network Technology
VLAN Principle and Configuration
VLAN Principle and Configuration
Main Content
Common Technology Courses
• After learning, Tom mastered the communication process between two PCs and showed greater interest in
network technologies. The customer raised new requirements in this project: There are offices of both the
technical department and financial department on the fifth and sixth floors, mutual communication is required
inside departments, but communication of the technical department and that of the financial department need to
be isolated from each other.
Layer-2 switch
Layer-2 switch
Layer-3 switch
Technical
department
Technical
department
Financial
department
Financial
department
1 2
3 1
2
3
24 24
2
1
Common Technology Courses
• At a glance of this topology, Tom thought of implementing isolation between the technical department and the
financial department on the same switch first.
• Tom recalled the IPv4 address knowledge and remembered that only hosts in the same network segment could
communicate with each other directly. So, Tom thought that IP addresses in different network segments could be
allocated to PCs to implement isolation.
Layer-2 switch
Technical
department
Financial
department
1 2
3
Technical department: 192.168.1.0/24
Financial department: 192.168.2.0/24
Common Technology Courses
• Tom told the manager his idea. The manager praised his idea but also reminded Tom that ARP Request packets
would be broadcast in PC communication and the switch flooded the broadcast packets, which could cause junk
traffic. In addition, the idea may put security in risks. If a staff in the technical department changes his/her IP
address to be in the same network segment as IP addresses of the Financial department, he could access PCs of
the Financial department.
• Tom thought that the manager's consideration was right and comprehensive. The manager told Tom that VLANs
and trunks were important features on the layer-2 switch and they could be a good solution.
Layer-2 switch
Technical
department
Financial
department
ARP Request
ARP Request
VLAN Principle and Configuration
• Virtual Local Area Network (VLAN)
• A VLAN is a logical network configured on a physical network. Each VLAN is identified by a numeral ID ranging from 1 to
4094. Different VLANs configured on a layer-2 switch are physically isolated and cannot communicate with each other.
• On the switch, each port can be added to a VLAN. Physical ports with the same VLAN ID belong to the same VLAN and hosts
connected to such ports are in the same network. Physical ports with different VLAN IDs belong to different networks. Hosts
connected to such ports cannot communicate with each other even if their IP addresses are in the same network segment.
Each VLAN is equivalent to an independent switch.
• All ports on a switch belong to VLAN 1 by default.
VLAN 10 VLAN 20
Layer-2 switch
Technical
department
Financial
department
1 2
3
VLAN Principle and Configuration
• Configuring VLANs
• Step 1: Create VLANs.
• Step 2: Add ports to VLANs on the switch.
RG-S2652G(config)#vlan 10 //Creating a VLAN.
RG-S2652G(config-vlan)# name Technical //Naming the VLAN for VLAN description.
RG-S2652G(config)#vlan 20
RG-S2652G(config-vlan)# name Financial
RG-S2652G(config)#interface range f0/1-2
RG-S2652G(config-if-range)#switchport access vlan 10 //Adding this port to VLAN 10.
RG-S2652G(config)#interface f0/3
RG-S2652G(config-if)#switchport access vlan 20
VLAN 10 VLAN 20
Layer-2 switch
Technical
department
Financial
department
1 2
3
VLAN Principle and Configuration
• Displaying VLAN Configuration Results
• Run the show vlan command to display VLAN information and ports contained in
each VLAN.
Ruijie#show vlan
VLAN Name Status Ports
---- -------------------------------- --------- -----------------------------------
1 VLAN0001 STATIC Fa0/4, Fa0/5, Fa0/6, Fa0/7
Fa0/8, Fa0/9, Fa0/10, Fa0/11
Fa0/12, Fa0/13, Fa0/14, Fa0/15
Fa0/16, Fa0/17, Fa0/18, Fa0/19
Fa0/20, Fa0/21, Fa0/22, Fa0/23
Fa0/24, Gi0/25, Gi0/26
10 VLAN0010 STATIC Fa0/1, Fa0/2
20 VLAN0020 STATIC Fa0/3
VLAN 10 VLAN 20
Layer-2 switch
Technical department Financial department
1 2
3
VLAN Principle and Configuration
• Displaying the MAC Address Table of the Switch
• The MAC address table contains VLAN information. The switch forwards data only
between ports belonging to the same VLAN.
VLAN 10 VLAN 20
Layer-2 switch
Technicaldepartment Financial department
1 2
3
Ruijie#sh mac-address-table
Vlan MAC Address Type Interface
---------- -------------------- -------- -------------------
10 001a.a919.414d DYNAMIC FastEthernet 0/1
10 000d.9dd2.6587 DYNAMIC FastEthernet 0/2
20 0016.d32c.2070 DYNAMIC FastEthernet 0/3
…
VLAN Principle and Configuration
• Summary
• After study, Tom mastered the functions of VLANs and how to configure and display VLANs. It
is an optimal way to isolate communication of the two departments via VLANs.
• Tom added ports to different VLANs by department on the switch. The PCs of different
departments could not communicate with each other even if their IP addresses are in the
same network segment. Therefore, VLANs are really useful.
• Exercises
• What is the function of VLANs? Can physical ports in different VLANs on a layer-2 switch
communicate with each other?
• What are the steps for configuring VLANs?
• How to display the mappings between VLANs and ports? Which VLAN is the default one of
ports on the switch?
THANKS
Ruijie Networks Co., Ltd.
Address: Floor 11, East Wing, Zhongyipengao Plaza, No. 29 Fuxing Road, Haidian District, Beijing, China
Post Code: 100036
Tel: (8610) 5171-5996
Fax: (8610) 5171-5872
www.ruijienetworks.com

More Related Content

Similar to 07 VLAN Principle and Configuration.pdf

Ccna 3 chapter 6 v4.0 answers 2011
Ccna 3 chapter 6 v4.0 answers 2011Ccna 3 chapter 6 v4.0 answers 2011
Ccna 3 chapter 6 v4.0 answers 2011
Dân Chơi
 
03 PO_SP2001_E01_0 L2 Technology_VLAN.pdf
03 PO_SP2001_E01_0 L2 Technology_VLAN.pdf03 PO_SP2001_E01_0 L2 Technology_VLAN.pdf
03 PO_SP2001_E01_0 L2 Technology_VLAN.pdf
NguynTy5
 
JVL Industrial Ethernet Expansion Modules for MAC Motors
JVL Industrial Ethernet Expansion Modules for MAC MotorsJVL Industrial Ethernet Expansion Modules for MAC Motors
JVL Industrial Ethernet Expansion Modules for MAC Motors
Electromate
 
Exercise 4c stp rapid pvst+ question
Exercise 4c   stp rapid pvst+ questionExercise 4c   stp rapid pvst+ question
Exercise 4c stp rapid pvst+ question
sufi1248
 
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
arif hamidi
 

Similar to 07 VLAN Principle and Configuration.pdf (20)

Ccna 9
Ccna  9Ccna  9
Ccna 9
 
Ccna 3 chapter 6 v4.0 answers 2011
Ccna 3 chapter 6 v4.0 answers 2011Ccna 3 chapter 6 v4.0 answers 2011
Ccna 3 chapter 6 v4.0 answers 2011
 
Mod8 vlans
Mod8 vlansMod8 vlans
Mod8 vlans
 
Lesson 2 slideshow
Lesson 2 slideshowLesson 2 slideshow
Lesson 2 slideshow
 
mod8-VLANs.ppt
mod8-VLANs.pptmod8-VLANs.ppt
mod8-VLANs.ppt
 
ENCOR_Capitulo 1.pptx
ENCOR_Capitulo 1.pptxENCOR_Capitulo 1.pptx
ENCOR_Capitulo 1.pptx
 
Ccna 4 Chapter 7 V4.0 Answers
Ccna 4 Chapter 7 V4.0 AnswersCcna 4 Chapter 7 V4.0 Answers
Ccna 4 Chapter 7 V4.0 Answers
 
Day 14.2 inter vlan
Day 14.2 inter vlanDay 14.2 inter vlan
Day 14.2 inter vlan
 
ccna (vlanning exam)
ccna (vlanning  exam) ccna (vlanning  exam)
ccna (vlanning exam)
 
Virtual LAN and Vlan Trunking Protocol.pptx
Virtual LAN and Vlan Trunking Protocol.pptxVirtual LAN and Vlan Trunking Protocol.pptx
Virtual LAN and Vlan Trunking Protocol.pptx
 
Virtual Local Area Network
Virtual Local Area NetworkVirtual Local Area Network
Virtual Local Area Network
 
Tn 310 vlan-trunking
Tn 310 vlan-trunkingTn 310 vlan-trunking
Tn 310 vlan-trunking
 
Vla ns
Vla nsVla ns
Vla ns
 
How to Configure QinQ?
How to Configure QinQ?How to Configure QinQ?
How to Configure QinQ?
 
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
 
Ccna3 module 9 exams
Ccna3 module 9 examsCcna3 module 9 exams
Ccna3 module 9 exams
 
03 PO_SP2001_E01_0 L2 Technology_VLAN.pdf
03 PO_SP2001_E01_0 L2 Technology_VLAN.pdf03 PO_SP2001_E01_0 L2 Technology_VLAN.pdf
03 PO_SP2001_E01_0 L2 Technology_VLAN.pdf
 
JVL Industrial Ethernet Expansion Modules for MAC Motors
JVL Industrial Ethernet Expansion Modules for MAC MotorsJVL Industrial Ethernet Expansion Modules for MAC Motors
JVL Industrial Ethernet Expansion Modules for MAC Motors
 
Exercise 4c stp rapid pvst+ question
Exercise 4c   stp rapid pvst+ questionExercise 4c   stp rapid pvst+ question
Exercise 4c stp rapid pvst+ question
 
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
 

More from HARRY CHAN PUTRA (20)

12 link aggregation configuration
12 link aggregation configuration12 link aggregation configuration
12 link aggregation configuration
 
11 mac address table characteristic configuration
11 mac address table characteristic configuration11 mac address table characteristic configuration
11 mac address table characteristic configuration
 
05 interface appended characteristic configuration
05 interface appended characteristic configuration05 interface appended characteristic configuration
05 interface appended characteristic configuration
 
Bdcom s2508 b hardware installation manual
Bdcom s2508 b hardware installation manualBdcom s2508 b hardware installation manual
Bdcom s2508 b hardware installation manual
 
Mplsvpn seminar
Mplsvpn seminarMplsvpn seminar
Mplsvpn seminar
 
Firewall ip filter
Firewall ip filterFirewall ip filter
Firewall ip filter
 
Zxdsl 9210 guide
Zxdsl 9210 guideZxdsl 9210 guide
Zxdsl 9210 guide
 
9210 commissioning manual
9210 commissioning manual9210 commissioning manual
9210 commissioning manual
 
Bsd routers
Bsd routersBsd routers
Bsd routers
 
Hacom%20pf sense%20quick start%20guide
Hacom%20pf sense%20quick start%20guideHacom%20pf sense%20quick start%20guide
Hacom%20pf sense%20quick start%20guide
 
Pfsense%20%20note
Pfsense%20%20notePfsense%20%20note
Pfsense%20%20note
 
66 pf sensetutorial
66 pf sensetutorial66 pf sensetutorial
66 pf sensetutorial
 
Modul 1-instalasi
Modul 1-instalasiModul 1-instalasi
Modul 1-instalasi
 
Modul 1-instalasi
Modul 1-instalasiModul 1-instalasi
Modul 1-instalasi
 
Modul 0-pengantar
Modul 0-pengantarModul 0-pengantar
Modul 0-pengantar
 
Modul 0-pengantar
Modul 0-pengantarModul 0-pengantar
Modul 0-pengantar
 
Slimsinserver2go
Slimsinserver2goSlimsinserver2go
Slimsinserver2go
 
Olivevme110usermanualid
Olivevme110usermanualidOlivevme110usermanualid
Olivevme110usermanualid
 
Modul 10 vicon
Modul 10 viconModul 10 vicon
Modul 10 vicon
 
Modul 9 pengelolaan_infra
Modul 9 pengelolaan_infraModul 9 pengelolaan_infra
Modul 9 pengelolaan_infra
 

Recently uploaded

"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
mphochane1998
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
jaanualu31
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
AldoGarca30
 
Query optimization and processing for advanced database systems
Query optimization and processing for advanced database systemsQuery optimization and processing for advanced database systems
Query optimization and processing for advanced database systems
meharikiros2
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
Neometrix_Engineering_Pvt_Ltd
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
HenryBriggs2
 

Recently uploaded (20)

"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments""Lesotho Leaps Forward: A Chronicle of Transformative Developments"
"Lesotho Leaps Forward: A Chronicle of Transformative Developments"
 
Employee leave management system project.
Employee leave management system project.Employee leave management system project.
Employee leave management system project.
 
Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)Introduction to Artificial Intelligence ( AI)
Introduction to Artificial Intelligence ( AI)
 
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills KuwaitKuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
Kuwait City MTP kit ((+919101817206)) Buy Abortion Pills Kuwait
 
Ground Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth ReinforcementGround Improvement Technique: Earth Reinforcement
Ground Improvement Technique: Earth Reinforcement
 
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
1_Introduction + EAM Vocabulary + how to navigate in EAM.pdf
 
fitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .pptfitting shop and tools used in fitting shop .ppt
fitting shop and tools used in fitting shop .ppt
 
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
COST-EFFETIVE  and Energy Efficient BUILDINGS ptxCOST-EFFETIVE  and Energy Efficient BUILDINGS ptx
COST-EFFETIVE and Energy Efficient BUILDINGS ptx
 
Online food ordering system project report.pdf
Online food ordering system project report.pdfOnline food ordering system project report.pdf
Online food ordering system project report.pdf
 
AIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech studentsAIRCANVAS[1].pdf mini project for btech students
AIRCANVAS[1].pdf mini project for btech students
 
Introduction to Serverless with AWS Lambda
Introduction to Serverless with AWS LambdaIntroduction to Serverless with AWS Lambda
Introduction to Serverless with AWS Lambda
 
Electromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptxElectromagnetic relays used for power system .pptx
Electromagnetic relays used for power system .pptx
 
Query optimization and processing for advanced database systems
Query optimization and processing for advanced database systemsQuery optimization and processing for advanced database systems
Query optimization and processing for advanced database systems
 
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptxS1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
S1S2 B.Arch MGU - HOA1&2 Module 3 -Temple Architecture of Kerala.pptx
 
School management system project Report.pdf
School management system project Report.pdfSchool management system project Report.pdf
School management system project Report.pdf
 
Hostel management system project report..pdf
Hostel management system project report..pdfHostel management system project report..pdf
Hostel management system project report..pdf
 
Path loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata ModelPath loss model, OKUMURA Model, Hata Model
Path loss model, OKUMURA Model, Hata Model
 
Online electricity billing project report..pdf
Online electricity billing project report..pdfOnline electricity billing project report..pdf
Online electricity billing project report..pdf
 
Integrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - NeometrixIntegrated Test Rig For HTFE-25 - Neometrix
Integrated Test Rig For HTFE-25 - Neometrix
 
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
scipt v1.pptxcxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx...
 

07 VLAN Principle and Configuration.pdf

  • 1. Layer2 Network Technology VLAN Principle and Configuration
  • 2. VLAN Principle and Configuration Main Content
  • 3. Common Technology Courses • After learning, Tom mastered the communication process between two PCs and showed greater interest in network technologies. The customer raised new requirements in this project: There are offices of both the technical department and financial department on the fifth and sixth floors, mutual communication is required inside departments, but communication of the technical department and that of the financial department need to be isolated from each other. Layer-2 switch Layer-2 switch Layer-3 switch Technical department Technical department Financial department Financial department 1 2 3 1 2 3 24 24 2 1
  • 4. Common Technology Courses • At a glance of this topology, Tom thought of implementing isolation between the technical department and the financial department on the same switch first. • Tom recalled the IPv4 address knowledge and remembered that only hosts in the same network segment could communicate with each other directly. So, Tom thought that IP addresses in different network segments could be allocated to PCs to implement isolation. Layer-2 switch Technical department Financial department 1 2 3 Technical department: 192.168.1.0/24 Financial department: 192.168.2.0/24
  • 5. Common Technology Courses • Tom told the manager his idea. The manager praised his idea but also reminded Tom that ARP Request packets would be broadcast in PC communication and the switch flooded the broadcast packets, which could cause junk traffic. In addition, the idea may put security in risks. If a staff in the technical department changes his/her IP address to be in the same network segment as IP addresses of the Financial department, he could access PCs of the Financial department. • Tom thought that the manager's consideration was right and comprehensive. The manager told Tom that VLANs and trunks were important features on the layer-2 switch and they could be a good solution. Layer-2 switch Technical department Financial department ARP Request ARP Request
  • 6. VLAN Principle and Configuration • Virtual Local Area Network (VLAN) • A VLAN is a logical network configured on a physical network. Each VLAN is identified by a numeral ID ranging from 1 to 4094. Different VLANs configured on a layer-2 switch are physically isolated and cannot communicate with each other. • On the switch, each port can be added to a VLAN. Physical ports with the same VLAN ID belong to the same VLAN and hosts connected to such ports are in the same network. Physical ports with different VLAN IDs belong to different networks. Hosts connected to such ports cannot communicate with each other even if their IP addresses are in the same network segment. Each VLAN is equivalent to an independent switch. • All ports on a switch belong to VLAN 1 by default. VLAN 10 VLAN 20 Layer-2 switch Technical department Financial department 1 2 3
  • 7. VLAN Principle and Configuration • Configuring VLANs • Step 1: Create VLANs. • Step 2: Add ports to VLANs on the switch. RG-S2652G(config)#vlan 10 //Creating a VLAN. RG-S2652G(config-vlan)# name Technical //Naming the VLAN for VLAN description. RG-S2652G(config)#vlan 20 RG-S2652G(config-vlan)# name Financial RG-S2652G(config)#interface range f0/1-2 RG-S2652G(config-if-range)#switchport access vlan 10 //Adding this port to VLAN 10. RG-S2652G(config)#interface f0/3 RG-S2652G(config-if)#switchport access vlan 20 VLAN 10 VLAN 20 Layer-2 switch Technical department Financial department 1 2 3
  • 8. VLAN Principle and Configuration • Displaying VLAN Configuration Results • Run the show vlan command to display VLAN information and ports contained in each VLAN. Ruijie#show vlan VLAN Name Status Ports ---- -------------------------------- --------- ----------------------------------- 1 VLAN0001 STATIC Fa0/4, Fa0/5, Fa0/6, Fa0/7 Fa0/8, Fa0/9, Fa0/10, Fa0/11 Fa0/12, Fa0/13, Fa0/14, Fa0/15 Fa0/16, Fa0/17, Fa0/18, Fa0/19 Fa0/20, Fa0/21, Fa0/22, Fa0/23 Fa0/24, Gi0/25, Gi0/26 10 VLAN0010 STATIC Fa0/1, Fa0/2 20 VLAN0020 STATIC Fa0/3 VLAN 10 VLAN 20 Layer-2 switch Technical department Financial department 1 2 3
  • 9. VLAN Principle and Configuration • Displaying the MAC Address Table of the Switch • The MAC address table contains VLAN information. The switch forwards data only between ports belonging to the same VLAN. VLAN 10 VLAN 20 Layer-2 switch Technicaldepartment Financial department 1 2 3 Ruijie#sh mac-address-table Vlan MAC Address Type Interface ---------- -------------------- -------- ------------------- 10 001a.a919.414d DYNAMIC FastEthernet 0/1 10 000d.9dd2.6587 DYNAMIC FastEthernet 0/2 20 0016.d32c.2070 DYNAMIC FastEthernet 0/3 …
  • 10. VLAN Principle and Configuration • Summary • After study, Tom mastered the functions of VLANs and how to configure and display VLANs. It is an optimal way to isolate communication of the two departments via VLANs. • Tom added ports to different VLANs by department on the switch. The PCs of different departments could not communicate with each other even if their IP addresses are in the same network segment. Therefore, VLANs are really useful. • Exercises • What is the function of VLANs? Can physical ports in different VLANs on a layer-2 switch communicate with each other? • What are the steps for configuring VLANs? • How to display the mappings between VLANs and ports? Which VLAN is the default one of ports on the switch?
  • 11. THANKS Ruijie Networks Co., Ltd. Address: Floor 11, East Wing, Zhongyipengao Plaza, No. 29 Fuxing Road, Haidian District, Beijing, China Post Code: 100036 Tel: (8610) 5171-5996 Fax: (8610) 5171-5872 www.ruijienetworks.com