SlideShare a Scribd company logo
CCNA3-1 Chapter 6
Inter-VLAN Routing
Introducing Inter-VLAN RoutingIntroducing Inter-VLAN Routing
CCNA3-2 Chapter 6
• What is Inter-VLAN Routing?
• Setiap VLAN memiliki unique broadcast domain.
• Computers yang terdiri dari VLANs yang terpisah,
secara default, tidak dapat berkomunikasi.
• Setiap VLAN memiliki unique IP subnetwork.
• Agar VLANs dapat saling berkomunikasi, kita
membutuhkan router untuk menghubungkan broadcast
domains dan unique IP subnetworks yang berbeda.
• Oleh karena itu Inter-VLAN routing, merupakan sebuah
process untuk melakukan forwarding traffic dari VLAN yang
satu ke VLAN lainnya dengan menggunakan router.
Introducing Inter-VLAN Routing
CCNA3-3 Chapter 6
• Ada beberapa Methods dari Inter-Vlan Routing ini, yaitu:
1. Traditional Inter-VLAN Routing.
2. Router-on-a-stick Inter-VLAN Routing.
3. Switch Based Inter-VLAN Routing.
Introducing Inter-VLAN Routing
CCNA3-4 Chapter 6
• Traditional Inter-VLAN Routing:
• One router interface per VLAN.
Introducing Inter-VLAN Routing
VLANVLAN
TaggedTagged
VLANVLAN
TaggedTagged
Internally Routed toInternally Routed to
the proper subnet.the proper subnet.
Internally Routed toInternally Routed to
the proper subnet.the proper subnet.
TagTag
removedremoved
TagTag
removedremoved
CCNA3-5 Chapter 6
• Traditional Inter-VLAN Routing:
• Traditional routing membutuhkan routers yang memiliki
multiple physical interfaces untuk memfasilitasi inter-
VLAN routing.
• Masing-masing interface di configured dengan IP address
dengan subnetnya sendiri yang terkait pada VLAN
tertentu.
• Dalam configuration ini, network devices dapat
menggunakan router sebagai gateway untuk
mengaccess devices yang terhubung ke VLANs lainnya.
Interfaces and Subinterfaces
CCNA3-6 Chapter 6
Traditional Inter-VLAN RoutingTraditional Inter-VLAN RoutingTraditional Inter-VLAN RoutingTraditional Inter-VLAN Routing
Interfaces and Subinterfaces
TaggedTagged
VLAN 10VLAN 10
TaggedTagged
VLAN 10VLAN 10
TagTag
RemovedRemoved
TagTag
RemovedRemoved
RouterRouter
RespondsResponds
RouterRouter
RespondsResponds
Routing table:Routing table:
172.17.10.0 – F0/0172.17.10.0 – F0/0
172.17.30.0 – F0/1172.17.30.0 – F0/1
Routing table:Routing table:
172.17.10.0 – F0/0172.17.10.0 – F0/0
172.17.30.0 – F0/1172.17.30.0 – F0/1
Router tagsRouter tags
the framethe frame
for VLAN 30for VLAN 30
And switches itAnd switches it
to Port F0/1.to Port F0/1.
Router tagsRouter tags
the framethe frame
for VLAN 30for VLAN 30
And switches itAnd switches it
to Port F0/1.to Port F0/1.
CCNA3-7 Chapter 6
Interfaces and Subinterfaces
Traditional Inter-VLAN RoutingTraditional Inter-VLAN RoutingTraditional Inter-VLAN RoutingTraditional Inter-VLAN Routing
CCNA3-8 Chapter 6
• Traditional Inter-VLAN Routing:
• Traditional inter-VLAN
routing menggunakan
1 physical interfaces
per vlan.
• Hal ini akan mengakibatkan keterbatasan dalam
penggunaannya, semakin banyak vlan yang digunakan
maka semakin banyak interface yang diperlukan.
• Sementara routers memiliki batasan jumlah dari physical
interfaces yang bisa digunakan.
• Dan hal tersebut akan membutuhkan biaya yang mahal
karena keperluan penambahan modul
Ethernet/Fastethernet Interface.
Interfaces and Subinterfaces
CCNA3-9 Chapter 6
• Router-on-a-stick Inter-VLAN Routing:
• One router interface for all VLANs.
Introducing Inter-VLAN Routing
VLANVLAN
TaggedTagged
VLANVLAN
TaggedTagged
Internally Routed toInternally Routed to
the proper subnet.the proper subnet.
Internally Routed toInternally Routed to
the proper subnet.the proper subnet.
TagTag
removedremoved
TagTag
removedremoved
CCNA3-10 Chapter 6
• Router-on-a-stick Inter-VLAN Routing:
• Subinterfaces:
• Overcomes the hardware limitation of a router.
• Subinterfaces are software-based virtual interfaces
that are assigned to physical interfaces.
• Each subinterface is configured with its own IP
address, subnet mask, and unique VLAN assignment.
• Connected to a switch trunk link.
• Functionally the same as using the traditional routing
model.
Interfaces and Subinterfaces
CCNA3-11 Chapter 6
Interfaces and Subinterfaces
Router-on-a-stick Inter-VLAN RoutingRouter-on-a-stick Inter-VLAN RoutingRouter-on-a-stick Inter-VLAN RoutingRouter-on-a-stick Inter-VLAN Routing
TaggedTagged
VLAN 10VLAN 10
TaggedTagged
VLAN 10VLAN 10
TagTag
RemovedRemoved
TagTag
RemovedRemoved
Routing table:Routing table:
172.17.10.0 – F0/0.10172.17.10.0 – F0/0.10
172.17.30.0 – F0/0.30172.17.30.0 – F0/0.30
Routing table:Routing table:
172.17.10.0 – F0/0.10172.17.10.0 – F0/0.10
172.17.30.0 – F0/0.30172.17.30.0 – F0/0.30
TaggedTagged
VLAN 30VLAN 30
TaggedTagged
VLAN 30VLAN 30
TagTag
RemovedRemoved
TagTag
RemovedRemoved
TaggedTagged
VLAN 30VLAN 30
TaggedTagged
VLAN 30VLAN 30
TagTag
RemovedRemoved
TagTag
RemovedRemoved
CCNA3-12 Chapter 6
• Router-on-a-stick Inter-VLAN Routing:
• Configuring Subinterfaces:
• Similar to configuring physical interfaces.
• Create the subinterface.
• Assign it to a VLAN.
• Assign an IP Address.
• Enable the interface.
Interfaces and Subinterfaces
CCNA3-13 Chapter 6
• Router-on-a-stick Inter-VLAN Routing:
• Create the subinterface:
• The syntax for the subinterface is always the physical
interface followed by a period and a subinterface
number.
• The subinterface number is configurable, but it is
typically associated to reflect the VLAN number.
R1(config)#interface [interface].nn
NOTE: The management VLAN must also be
configured if you wish to use it on multiple switches
that are not directly connected by trunk links.
Interfaces and Subinterfaces
CCNA3-14 Chapter 6
• Router-on-a-stick Inter-VLAN Routing:
• Assign it to a VLAN:
• Before assigning an IP Address, the interface must to
be configured to operate on a specific VLAN using the
proper encapsulation.
R1(config-subif)#encapsulation dot1q vlan-id
Interfaces and Subinterfaces
CCNA3-15 Chapter 6
• Router-on-a-stick Inter-VLAN Routing:
• Assign an IP Address:
• The IP Address assigned here will become the default
gateway for that VLAN.
R1(config-subif)#ip address [address] [mask]
Interfaces and Subinterfaces
CCNA3-16 Chapter 6
• Router-on-a-stick Inter-VLAN Routing:
• Enable the interface:
• Subinterfaces are not enabled individually.
• When the physical interface is enabled, all associated
subinterfaces are enabled.
R1(config-if)#no shutdown
Interfaces and Subinterfaces
CCNA3-17 Chapter 6
• Router-on-a-stick Inter-VLAN Routing:
• Configuring Subinterfaces:
Interfaces and Subinterfaces
VLAN 10VLAN 10VLAN 10VLAN 10VLAN 10VLAN 10VLAN 10VLAN 10
VLAN 30VLAN 30VLAN 30VLAN 30
VLAN 10VLAN 10VLAN 10VLAN 10
VLAN 30VLAN 30VLAN 30VLAN 30
Enable InterfacesEnable InterfacesEnable InterfacesEnable Interfaces
CCNA3-18 Chapter 6
• Router-on-a-stick Inter-VLAN Routing:
• Configuring Subinterfaces:
Interfaces and Subinterfaces
Planning!Planning!Planning!Planning!
CCNA3-19 Chapter 6
• Router Interface and Subinterface Comparison:
Interfaces and Subinterfaces
CCNA3-20 Chapter 6
• Layer 3 Switch Inter-VLAN Routing:
• Uses Switch Virtual Interfaces (SVI) to retag
the frame.
Introducing Inter-VLAN Routing
VLANVLAN
TaggedTagged
(10)(10)
VLANVLAN
TaggedTagged
(10)(10)
TagTag
removedremoved
TagTag
removedremoved
CCNA3-21 Chapter 6
Inter-VLAN Routing
Configuring Inter-VLAN RoutingConfiguring Inter-VLAN Routing
(Putting It All Together)(Putting It All Together)
CCNA3-22 Chapter 6
• Traditional Inter-VLAN Routing:
Configuring Inter-VLAN Routing
CCNA3-23 Chapter 6
• Traditional Inter-VLAN Routing:
Configuring Inter-VLAN Routing
CCNA3-24 Chapter 6
• Traditional Inter-VLAN Routing:
Configuring Inter-VLAN Routing
CCNA3-25 Chapter 6
• Router-on-a-stick Inter-VLAN Routing:
Configuring Inter-VLAN Routing
VLANsVLANsVLANsVLANs
TrunkTrunkTrunkTrunk
InterfacesInterfacesInterfacesInterfaces
VLANsVLANsVLANsVLANs
Trunk inTrunk in
Native VLANNative VLAN
Trunk inTrunk in
Native VLANNative VLAN
CCNA3-26 Chapter 6
• Router-on-a-stick Inter-VLAN Routing:
Configuring Inter-VLAN Routing
VLAN 10VLAN 10VLAN 10VLAN 10
VLAN 30VLAN 30VLAN 30VLAN 30
Enable AllEnable All
SubinterfacesSubinterfaces
Enable AllEnable All
SubinterfacesSubinterfaces

More Related Content

DOC
Lab 6.4.1 InterVLAN routing
Muhd Mu'izuddin
 
PPTX
Inter-VLAN Routing
rmosate
 
PDF
Inter VLAN Routing
Netwax Lab
 
PDF
CCNA Lab 5-Configuring Inter-VLAN Routing
Amir Jafari
 
PPT
Vlans
1 2d
 
PPT
Ccna3 mod9-vtp
Milton Bengui
 
PPT
Cap6 intervlan routing
Hector Camba Lainez
 
Lab 6.4.1 InterVLAN routing
Muhd Mu'izuddin
 
Inter-VLAN Routing
rmosate
 
Inter VLAN Routing
Netwax Lab
 
CCNA Lab 5-Configuring Inter-VLAN Routing
Amir Jafari
 
Vlans
1 2d
 
Ccna3 mod9-vtp
Milton Bengui
 
Cap6 intervlan routing
Hector Camba Lainez
 

What's hot (20)

PPT
Managing Redundant Links & Inter-VLAN Routing
Sandeep Sharma IIMK Smart City,IoT,Bigdata,Cloud,BI,DW
 
PDF
At8000 s configurando vla_ns
NetPlus
 
PPT
Day 14.2 inter vlan
CYBERINTELLIGENTS
 
PPTX
LAN Switching and Wireless: Ch4 - VLAN Trunking Protocol (VTP)
Abdelkhalik Mosa
 
PPTX
Vlans and inter vlan routing
Mohammedseleim
 
PPTX
VLAN Trunking Protocol (VTP)
Naveen Soni
 
PPT
Day 14.2 configuringvla ns
CYBERINTELLIGENTS
 
PDF
CCNA Lab 4-Configuring EtherChannels and optimizing Spanning Tree Protocol on...
Amir Jafari
 
PPT
Tn 310 vlan-trunking
sali Ibrahimu
 
PPT
Ccna 9
Simanto Basher
 
PPTX
Chapter 16 : inter-vlan routing
teknetir
 
PDF
vlan
Sunrise Dawn
 
PDF
Vlan lab
tmim8
 
PPTX
Лекц 9
Muuluu
 
PPTX
CCNA 2 Routing and Switching v5.0 Chapter 5
Nil Menon
 
PPTX
KPUCC-Rs instructor ppt_chapter3_final
Fisal Anwari
 
Managing Redundant Links & Inter-VLAN Routing
Sandeep Sharma IIMK Smart City,IoT,Bigdata,Cloud,BI,DW
 
At8000 s configurando vla_ns
NetPlus
 
Day 14.2 inter vlan
CYBERINTELLIGENTS
 
LAN Switching and Wireless: Ch4 - VLAN Trunking Protocol (VTP)
Abdelkhalik Mosa
 
Vlans and inter vlan routing
Mohammedseleim
 
VLAN Trunking Protocol (VTP)
Naveen Soni
 
Day 14.2 configuringvla ns
CYBERINTELLIGENTS
 
CCNA Lab 4-Configuring EtherChannels and optimizing Spanning Tree Protocol on...
Amir Jafari
 
Tn 310 vlan-trunking
sali Ibrahimu
 
Chapter 16 : inter-vlan routing
teknetir
 
Vlan lab
tmim8
 
Лекц 9
Muuluu
 
CCNA 2 Routing and Switching v5.0 Chapter 5
Nil Menon
 
KPUCC-Rs instructor ppt_chapter3_final
Fisal Anwari
 
Ad

Similar to Expl sw chapter_06_inter_vlan (20)

PDF
Cisco Packet Tracer- SRWE_Module_4_Inter_VLAN.pdf
syujatkj5
 
PPT
mod8-VLANs.ppt
SAROORNAGARCMCORE
 
PPTX
VLAN
ISMT College
 
PPT
vlaN.pptgfggdfgdrgsegtrgthyrtewgsrdhftjf
peterhaile1
 
PDF
Day 5 VIRTUAL LANS
anilinvns
 
PPTX
VIRTUAL LANS
anilinvns
 
PPTX
Inter-VLAN Routing
rmosate
 
PPTX
IT0527 Inter-VLAN Routing
rmosate
 
PPTX
intervlan routing using different m.pptx
Rexious Huka
 
PPTX
Lecture_Network Design, InterVlan Routing and Trunking_.pptx
SaqibAhmedKhan4
 
PPT
Mod8 vlans
Mohan Kumaresan
 
PPTX
Vla ns
UDLA
 
PPTX
VLAN (Virtual Local Area Network) Full details.pptx
Vignesh kumar
 
PPTX
SRWE_Mod-3.pptxazsDFGHJK,./.L,MNBVCXZzxCV
efazalammahi
 
PPTX
VLANs_Module_3.pptx
BOURY1
 
PPTX
Inter-Vlan routing.pptx
MohammoudMohammed
 
PDF
Ccna rse chp6 VLAN
newbie2019
 
PPTX
VLANS Routing and Protocols Chapter 12 of Routing
RodgersA
 
Cisco Packet Tracer- SRWE_Module_4_Inter_VLAN.pdf
syujatkj5
 
mod8-VLANs.ppt
SAROORNAGARCMCORE
 
vlaN.pptgfggdfgdrgsegtrgthyrtewgsrdhftjf
peterhaile1
 
Day 5 VIRTUAL LANS
anilinvns
 
VIRTUAL LANS
anilinvns
 
Inter-VLAN Routing
rmosate
 
IT0527 Inter-VLAN Routing
rmosate
 
intervlan routing using different m.pptx
Rexious Huka
 
Lecture_Network Design, InterVlan Routing and Trunking_.pptx
SaqibAhmedKhan4
 
Mod8 vlans
Mohan Kumaresan
 
Vla ns
UDLA
 
VLAN (Virtual Local Area Network) Full details.pptx
Vignesh kumar
 
SRWE_Mod-3.pptxazsDFGHJK,./.L,MNBVCXZzxCV
efazalammahi
 
VLANs_Module_3.pptx
BOURY1
 
Inter-Vlan routing.pptx
MohammoudMohammed
 
Ccna rse chp6 VLAN
newbie2019
 
VLANS Routing and Protocols Chapter 12 of Routing
RodgersA
 
Ad

More from aghacrom (11)

PPT
Expl sw chapter_07_wireless rev.01(additional)
aghacrom
 
PPT
Expl sw chapter_07_wireless rev.01
aghacrom
 
PPT
Expl sw chapter_05_stp_part_i-rev2.
aghacrom
 
PPT
Expl sw chapter_07_wireless rev.01(additional)
aghacrom
 
PPT
Expl sw chapter_05_stp_part_ii-rev2.
aghacrom
 
PPT
Expl sw chapter_04_vtp-full
aghacrom
 
PPT
Expl sw chapter_03_vla_ns_part_ii
aghacrom
 
PPT
Expl sw chapter_03_vla_ns_part_i
aghacrom
 
PPT
Expl sw chapter_02_switches_part_1
aghacrom
 
PPT
Expl sw chapter_01_lan_design - class
aghacrom
 
PPT
Expl sw chapter_02_switches_part_2
aghacrom
 
Expl sw chapter_07_wireless rev.01(additional)
aghacrom
 
Expl sw chapter_07_wireless rev.01
aghacrom
 
Expl sw chapter_05_stp_part_i-rev2.
aghacrom
 
Expl sw chapter_07_wireless rev.01(additional)
aghacrom
 
Expl sw chapter_05_stp_part_ii-rev2.
aghacrom
 
Expl sw chapter_04_vtp-full
aghacrom
 
Expl sw chapter_03_vla_ns_part_ii
aghacrom
 
Expl sw chapter_03_vla_ns_part_i
aghacrom
 
Expl sw chapter_02_switches_part_1
aghacrom
 
Expl sw chapter_01_lan_design - class
aghacrom
 
Expl sw chapter_02_switches_part_2
aghacrom
 

Expl sw chapter_06_inter_vlan

  • 1. CCNA3-1 Chapter 6 Inter-VLAN Routing Introducing Inter-VLAN RoutingIntroducing Inter-VLAN Routing
  • 2. CCNA3-2 Chapter 6 • What is Inter-VLAN Routing? • Setiap VLAN memiliki unique broadcast domain. • Computers yang terdiri dari VLANs yang terpisah, secara default, tidak dapat berkomunikasi. • Setiap VLAN memiliki unique IP subnetwork. • Agar VLANs dapat saling berkomunikasi, kita membutuhkan router untuk menghubungkan broadcast domains dan unique IP subnetworks yang berbeda. • Oleh karena itu Inter-VLAN routing, merupakan sebuah process untuk melakukan forwarding traffic dari VLAN yang satu ke VLAN lainnya dengan menggunakan router. Introducing Inter-VLAN Routing
  • 3. CCNA3-3 Chapter 6 • Ada beberapa Methods dari Inter-Vlan Routing ini, yaitu: 1. Traditional Inter-VLAN Routing. 2. Router-on-a-stick Inter-VLAN Routing. 3. Switch Based Inter-VLAN Routing. Introducing Inter-VLAN Routing
  • 4. CCNA3-4 Chapter 6 • Traditional Inter-VLAN Routing: • One router interface per VLAN. Introducing Inter-VLAN Routing VLANVLAN TaggedTagged VLANVLAN TaggedTagged Internally Routed toInternally Routed to the proper subnet.the proper subnet. Internally Routed toInternally Routed to the proper subnet.the proper subnet. TagTag removedremoved TagTag removedremoved
  • 5. CCNA3-5 Chapter 6 • Traditional Inter-VLAN Routing: • Traditional routing membutuhkan routers yang memiliki multiple physical interfaces untuk memfasilitasi inter- VLAN routing. • Masing-masing interface di configured dengan IP address dengan subnetnya sendiri yang terkait pada VLAN tertentu. • Dalam configuration ini, network devices dapat menggunakan router sebagai gateway untuk mengaccess devices yang terhubung ke VLANs lainnya. Interfaces and Subinterfaces
  • 6. CCNA3-6 Chapter 6 Traditional Inter-VLAN RoutingTraditional Inter-VLAN RoutingTraditional Inter-VLAN RoutingTraditional Inter-VLAN Routing Interfaces and Subinterfaces TaggedTagged VLAN 10VLAN 10 TaggedTagged VLAN 10VLAN 10 TagTag RemovedRemoved TagTag RemovedRemoved RouterRouter RespondsResponds RouterRouter RespondsResponds Routing table:Routing table: 172.17.10.0 – F0/0172.17.10.0 – F0/0 172.17.30.0 – F0/1172.17.30.0 – F0/1 Routing table:Routing table: 172.17.10.0 – F0/0172.17.10.0 – F0/0 172.17.30.0 – F0/1172.17.30.0 – F0/1 Router tagsRouter tags the framethe frame for VLAN 30for VLAN 30 And switches itAnd switches it to Port F0/1.to Port F0/1. Router tagsRouter tags the framethe frame for VLAN 30for VLAN 30 And switches itAnd switches it to Port F0/1.to Port F0/1.
  • 7. CCNA3-7 Chapter 6 Interfaces and Subinterfaces Traditional Inter-VLAN RoutingTraditional Inter-VLAN RoutingTraditional Inter-VLAN RoutingTraditional Inter-VLAN Routing
  • 8. CCNA3-8 Chapter 6 • Traditional Inter-VLAN Routing: • Traditional inter-VLAN routing menggunakan 1 physical interfaces per vlan. • Hal ini akan mengakibatkan keterbatasan dalam penggunaannya, semakin banyak vlan yang digunakan maka semakin banyak interface yang diperlukan. • Sementara routers memiliki batasan jumlah dari physical interfaces yang bisa digunakan. • Dan hal tersebut akan membutuhkan biaya yang mahal karena keperluan penambahan modul Ethernet/Fastethernet Interface. Interfaces and Subinterfaces
  • 9. CCNA3-9 Chapter 6 • Router-on-a-stick Inter-VLAN Routing: • One router interface for all VLANs. Introducing Inter-VLAN Routing VLANVLAN TaggedTagged VLANVLAN TaggedTagged Internally Routed toInternally Routed to the proper subnet.the proper subnet. Internally Routed toInternally Routed to the proper subnet.the proper subnet. TagTag removedremoved TagTag removedremoved
  • 10. CCNA3-10 Chapter 6 • Router-on-a-stick Inter-VLAN Routing: • Subinterfaces: • Overcomes the hardware limitation of a router. • Subinterfaces are software-based virtual interfaces that are assigned to physical interfaces. • Each subinterface is configured with its own IP address, subnet mask, and unique VLAN assignment. • Connected to a switch trunk link. • Functionally the same as using the traditional routing model. Interfaces and Subinterfaces
  • 11. CCNA3-11 Chapter 6 Interfaces and Subinterfaces Router-on-a-stick Inter-VLAN RoutingRouter-on-a-stick Inter-VLAN RoutingRouter-on-a-stick Inter-VLAN RoutingRouter-on-a-stick Inter-VLAN Routing TaggedTagged VLAN 10VLAN 10 TaggedTagged VLAN 10VLAN 10 TagTag RemovedRemoved TagTag RemovedRemoved Routing table:Routing table: 172.17.10.0 – F0/0.10172.17.10.0 – F0/0.10 172.17.30.0 – F0/0.30172.17.30.0 – F0/0.30 Routing table:Routing table: 172.17.10.0 – F0/0.10172.17.10.0 – F0/0.10 172.17.30.0 – F0/0.30172.17.30.0 – F0/0.30 TaggedTagged VLAN 30VLAN 30 TaggedTagged VLAN 30VLAN 30 TagTag RemovedRemoved TagTag RemovedRemoved TaggedTagged VLAN 30VLAN 30 TaggedTagged VLAN 30VLAN 30 TagTag RemovedRemoved TagTag RemovedRemoved
  • 12. CCNA3-12 Chapter 6 • Router-on-a-stick Inter-VLAN Routing: • Configuring Subinterfaces: • Similar to configuring physical interfaces. • Create the subinterface. • Assign it to a VLAN. • Assign an IP Address. • Enable the interface. Interfaces and Subinterfaces
  • 13. CCNA3-13 Chapter 6 • Router-on-a-stick Inter-VLAN Routing: • Create the subinterface: • The syntax for the subinterface is always the physical interface followed by a period and a subinterface number. • The subinterface number is configurable, but it is typically associated to reflect the VLAN number. R1(config)#interface [interface].nn NOTE: The management VLAN must also be configured if you wish to use it on multiple switches that are not directly connected by trunk links. Interfaces and Subinterfaces
  • 14. CCNA3-14 Chapter 6 • Router-on-a-stick Inter-VLAN Routing: • Assign it to a VLAN: • Before assigning an IP Address, the interface must to be configured to operate on a specific VLAN using the proper encapsulation. R1(config-subif)#encapsulation dot1q vlan-id Interfaces and Subinterfaces
  • 15. CCNA3-15 Chapter 6 • Router-on-a-stick Inter-VLAN Routing: • Assign an IP Address: • The IP Address assigned here will become the default gateway for that VLAN. R1(config-subif)#ip address [address] [mask] Interfaces and Subinterfaces
  • 16. CCNA3-16 Chapter 6 • Router-on-a-stick Inter-VLAN Routing: • Enable the interface: • Subinterfaces are not enabled individually. • When the physical interface is enabled, all associated subinterfaces are enabled. R1(config-if)#no shutdown Interfaces and Subinterfaces
  • 17. CCNA3-17 Chapter 6 • Router-on-a-stick Inter-VLAN Routing: • Configuring Subinterfaces: Interfaces and Subinterfaces VLAN 10VLAN 10VLAN 10VLAN 10VLAN 10VLAN 10VLAN 10VLAN 10 VLAN 30VLAN 30VLAN 30VLAN 30 VLAN 10VLAN 10VLAN 10VLAN 10 VLAN 30VLAN 30VLAN 30VLAN 30 Enable InterfacesEnable InterfacesEnable InterfacesEnable Interfaces
  • 18. CCNA3-18 Chapter 6 • Router-on-a-stick Inter-VLAN Routing: • Configuring Subinterfaces: Interfaces and Subinterfaces Planning!Planning!Planning!Planning!
  • 19. CCNA3-19 Chapter 6 • Router Interface and Subinterface Comparison: Interfaces and Subinterfaces
  • 20. CCNA3-20 Chapter 6 • Layer 3 Switch Inter-VLAN Routing: • Uses Switch Virtual Interfaces (SVI) to retag the frame. Introducing Inter-VLAN Routing VLANVLAN TaggedTagged (10)(10) VLANVLAN TaggedTagged (10)(10) TagTag removedremoved TagTag removedremoved
  • 21. CCNA3-21 Chapter 6 Inter-VLAN Routing Configuring Inter-VLAN RoutingConfiguring Inter-VLAN Routing (Putting It All Together)(Putting It All Together)
  • 22. CCNA3-22 Chapter 6 • Traditional Inter-VLAN Routing: Configuring Inter-VLAN Routing
  • 23. CCNA3-23 Chapter 6 • Traditional Inter-VLAN Routing: Configuring Inter-VLAN Routing
  • 24. CCNA3-24 Chapter 6 • Traditional Inter-VLAN Routing: Configuring Inter-VLAN Routing
  • 25. CCNA3-25 Chapter 6 • Router-on-a-stick Inter-VLAN Routing: Configuring Inter-VLAN Routing VLANsVLANsVLANsVLANs TrunkTrunkTrunkTrunk InterfacesInterfacesInterfacesInterfaces VLANsVLANsVLANsVLANs Trunk inTrunk in Native VLANNative VLAN Trunk inTrunk in Native VLANNative VLAN
  • 26. CCNA3-26 Chapter 6 • Router-on-a-stick Inter-VLAN Routing: Configuring Inter-VLAN Routing VLAN 10VLAN 10VLAN 10VLAN 10 VLAN 30VLAN 30VLAN 30VLAN 30 Enable AllEnable All SubinterfacesSubinterfaces Enable AllEnable All SubinterfacesSubinterfaces