Module 4_Inter-VLAN Routing

5.0(1)
studied byStudied by 6 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/58

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

59 Terms

1
New cards

VLANs

are used to segment switched Layer 2 networks for a variety of reasons.

2
New cards

router, Layer 3 switch

Regardless of the reason, hosts in one VLAN cannot communicate with hosts in another VLAN unless there is a _____ or a _____ to provide routing services.

3
New cards

Inter-VLAN routing

is the process of forwarding network traffic from one VLAN to another VLAN.

4
New cards

Legacy Inter-VLAN routing,

Router-on-a-Stick,

Layer 3 switch using switched virtual interfaces (SVIs)

three inter-VLAN routing options

5
New cards

Legacy Inter-VLAN routing

This is a legacy solution. It does not scale well.

6
New cards

Router-on-a-Stick

This is an acceptable solution for a small to medium-sized network.

7
New cards

Layer 3 switch using switched virtual interfaces (SVIs)

This is the most scalable solution for medium to large organizations.

8
New cards

first inter-VLAN routing solution

relied on using a router with multiple Ethernet interfaces

9
New cards

first inter-VLAN routing solution

Each router interface was connected to a switch port in different VLANs.

10
New cards

router interfaces

The ____ served as the default gateways to the local hosts on the VLAN subnet.

11
New cards

Legacy inter-VLAN routing using physical interfaces

It is not reasonably scalable because routers have a limited number of physical interfaces.

12
New cards

physical router interface per VLAN

Requiring one ____ quickly exhausts the physical interface capacity of a router.

13
New cards

Router-on-a-Stick Inter-VLAN Routing

overcomes the limitation of the legacy inter-VLAN routing method.

14
New cards

Router-on-a-Stick Inter-VLAN Routing

It only requires one physical Ethernet interface to route traffic between multiple VLANs on a network.

15
New cards

Cisco IOS router Ethernet interface

is configured as an 802.1Q trunk and connected to a trunk port on a Layer 2 switch.

Specifically, the router interface is configured using subinterfaces to identify routable VLANs.

16
New cards

Router-on-a-Stick Inter-VLAN Routing

The configured subinterfaces are software-based virtual interfaces.

17
New cards

Router-on-a-Stick Inter-VLAN Routing

Each is associated with a single physical Ethernet interface.

18
New cards

Router-on-a-Stick Inter-VLAN Routing

Subinterfaces are configured in software on a router.

Each subinterface is independently configured with an IP address and VLAN assignment

19
New cards

logical routing

Subinterfaces are configured for different subnets that correspond to their VLAN assignment. This facilitates _____.

20
New cards

VLAN subinterface

When VLAN-tagged traffic enters the router interface, it is forwarded to the ____

21
New cards

destination IP network address

After a routing decision is made based on the _____, the router determines the exit interface for the traffic.

22
New cards

data frames

If the exit interface is configured as an 802.1q subinterface, the ____ are VLAN-tagged with the new VLAN and sent back out the physical interface

23
New cards

50 VLANs

The router-on-a-stick method of inter-VLAN routing does not scale beyond ____

24
New cards

Inter-VLAN Routing on a Layer 3 Switch

modern method of performing inter-VLAN routing

25
New cards

switched virtual interfaces (SVI)

is a virtual interface that is configured on a Layer 3 switch

26
New cards

Layer 3 switch

is also called a multilayer switch as it operates at Layer 2 and Layer 3. However, in this course we use the term Layer 3 switch.

27
New cards

Inter-VLAN SVIs

are created the same way that the management VLAN interface is configured.

28
New cards

SVI

is created for a VLAN that exists on the switch.

29
New cards

SVI

Although virtual, _____ performs the same functions for the VLAN as a router interface would.

30
New cards

Layer 3 processing

Specifically, it provides _____ for packets that are sent to or from all switch ports associated with that VLAN.

31
New cards

Layer 3 switches for inter-VLAN routing

advantage:

They are much faster than router-on-a-stick because everything is hardware switched and routed.

32
New cards

Layer 3 switches for inter-VLAN routing

advantage:

There is no need for external links from the switch to the router for routing.

33
New cards

Layer 3 switches for inter-VLAN routing

advantage:

They are not limited to one link because Layer 2 EtherChannels can be used as trunk links between the switches to increase bandwidth.

34
New cards

Layer 3 switches for inter-VLAN routing

advantage:

Latency is much lower because data does not need to leave the switch in order to be routed to a different network.

35
New cards

Layer 3 switches for inter-VLAN routing

advantage:

They more commonly deployed in a campus LAN than routers.

36
New cards

Layer 3 switches for inter-VLAN routing

The only disadvantage is that Layer 3 switches are more expensive.

37
New cards

router-on-a-stick method

requires you to create a subinterface for each VLAN to be routed

38
New cards

interface interface_id subinterface_id

A subinterface is created using the _____ global configuration mode command.

39
New cards

subinterface syntax

is the physical interface followed by a period and a subinterface number

40
New cards

subinterface number

Although not required, it is customary to match the _____ with the VLAN number.

41
New cards

encapsulation dot1q vlan_id [native],

ip address ip-address subnet-mask

Each subinterface is then configured with the following two commands

42
New cards

encapsulation dot1q vlan_id [native]

This command configures the subinterface to respond to 802.1Q encapsulated traffic from the specified vlan-id.

43
New cards

native

_____ keyword option is only appended to set the native VLAN to something other than VLAN 1

44
New cards

ip address ip-address subnet-mask

This command configures the IPv4 address of the subinterface.

45
New cards

ip address ip-address subnet-mask

This address typically serves as the default gateway for the identified VLAN.

46
New cards

router subinterface

Each _____ must be assigned an IP address on a unique subnet for routing to occur.

47
New cards

no shutdown

When all subinterfaces have been created, enable the physical interface using the _____ interface configuration command.

48
New cards

physical interface

If the _____ is disabled, all subinterfaces are disabled.

49
New cards

router-on-a-stick configuration

is complete after the switch trunk and the router subinterfaces have been configured.

50
New cards

show ip route,

show ip interface brief,

show interfaces,

show interfaces trunk

In addition to using ping between devices, the following show commands can be used to verify and troubleshoot the router-on-a-stick configuration. (4)

51
New cards

router-on-a-stick method

is simple to implement for a small to medium-sized organization.

52
New cards

Enterprise campus LANs

____ use Layer 3 switches to provide inter-VLAN routing.

53
New cards

Layer 3 switches

use hardware-based switching to achieve higher-packet processing rates than routers.

54
New cards

Layer 3 switches

are also commonly implemented in enterprise distribution layer wiring closets.

55
New cards

Layer 3 switches

Route from one VLAN to another using multiple switched virtual interfaces (SVIs).

56
New cards

Layer 3 switches

Convert a Layer 2 switchport to a Layer 3 interface (i.e., a routed port).

57
New cards

routed port

is similar to a physical interface on a Cisco IOS router.

58
New cards

interface vlan vlan-id

SVIs are configured using the same _____ command used to create the management SVI on a Layer 2 switch

59
New cards

Layer 3 SVI

must be created for each of the routable VLANs.