IT-341 Module-10 Chapter-4 Inter-VLAN Routing

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/40

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.

41 Terms

1
New cards

What is Inter-VLAN Routing?

The process of forwarding network traffic from one VLAN to another.

2
New cards

Why is Inter-VLAN Routing necessary?

Because devices in different VLANs cannot communicate directly without routing.

3
New cards

What are the 3 methods of Inter-VLAN Routing?

Legacy routing, Router-on-a-Stick, and Layer 3 switch using SVIs.

4
New cards

What is Legacy Inter-VLAN Routing?

Using multiple physical router interfaces connected to different VLANs.

5
New cards

What is the main disadvantage of Legacy Inter-VLAN Routing?

It doesn't scale well due to the limited number of physical interfaces.

6
New cards

What is Router-on-a-Stick?

A single physical router interface with multiple subinterfaces handling VLAN routing.

7
New cards

What is a subinterface?

A virtual interface created on a physical router interface for VLAN routing.

8
New cards

How is a subinterface named?

interface-id.subinterface-id (e.g., Gig0/0.10)

9
New cards

What command creates a subinterface?

interface [interface-id].[subinterface-number]

10
New cards

What command configures VLAN tagging on a subinterface?

encapsulation dot1q [VLAN-ID]

11
New cards

What command assigns an IP address to a subinterface?

ip address [ip-address] [subnet-mask]

12
New cards

What is a best practice when assigning subinterface numbers?

Match the subinterface number with the VLAN ID.

13
New cards

What is a switched virtual interface (SVI)?

A virtual interface on a Layer 3 switch for Inter-VLAN routing.

14
New cards

What command creates an SVI?

interface vlan [VLAN-ID]

15
New cards

What must be enabled for a Layer 3 switch to perform routing?

ip routing

16
New cards

What is a routed port?

A Layer 3 switch port configured as a Layer 3 interface (no switchport).

17
New cards

What are advantages of using Layer 3 switches for routing?

Faster routing, lower latency, scalable, no external links needed for routing.

18
New cards

What is the only disadvantage of Layer 3 switches?

Higher cost compared to routers.

19
New cards

What command enables routing globally on a Layer 3 switch?

ip routing

20
New cards

Can an SVI serve as the default gateway?

Yes, for all hosts within the associated VLAN.

21
New cards

What command verifies SVI status?

show ip interface brief

22
New cards

How is VLAN traffic carried between switches?

Using trunk links.

23
New cards

What is necessary between switches for VLANs to communicate?

Trunk ports configured with the correct VLANs.

24
New cards

What must match on both ends of a trunk link?

The native VLAN and allowed VLANs.

25
New cards

What happens if a VLAN is missing from the trunk?

Inter-VLAN communication fails for that VLAN.

26
New cards

What command verifies trunking status?

show interfaces trunk

27
New cards

What is a common reason for inter-VLAN routing to fail?

Missing VLANs, misconfigured trunks, or incorrect IP addressing.

28
New cards

What is the main scalability limit of Router-on-a-Stick?

Does not scale well beyond 50 VLANs.

29
New cards

What are typical steps to configure inter-VLAN routing on a router?

Create subinterfaces, assign IP addresses, enable trunking, and configure switches.

30
New cards

What command shows the VLAN configuration of an interface?

show interfaces [interface] switchport

31
New cards

What command shows the IP routing table?

show ip route

32
New cards

How can you check if the physical interface is up?

Use show ip interface brief and verify the status.

33
New cards

What happens if the physical interface is shutdown?

All subinterfaces will also be down.

34
New cards

What is the purpose of the no shutdown command on subinterfaces?

It is not needed; only the physical interface needs to be enabled.

35
New cards

What can cause a switch access port issue?

The access port is assigned to the wrong VLAN.

36
New cards

What can cause a switch trunk port issue?

The trunk is not configured or is missing allowed VLANs.

37
New cards

How to verify allowed VLANs on a trunk?

show interfaces trunk

38
New cards

What command shows VLAN membership for a port?

show vlan brief

39
New cards

What is the role of Layer 3 switches in large networks?

Provide fast, scalable inter-VLAN routing without external routers.

40
New cards

What happens if a VLAN is accidentally deleted?

All associated ports become inactive until the VLAN is recreated.

41
New cards

What tool helps verify host IP configuration?

ipconfig on Windows hosts.