Lesson 11 — inter-VLAN routing Flashcards

1
Q

What is Inter-VLAN Routing?

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Can hosts in different VLANs communicate without a router or Layer 3 switch?

A

No, they require a Layer 3 device to communicate.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are the three Inter-VLAN Routing methods?

A
  • Legacy Inter-VLAN Routing – outdated, not scalable
  • Router-on-a-Stick – suitable for small to medium networks
  • Layer 3 Switch with SVIs – scalable for medium to large networks
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Which Inter-VLAN routing method is most scalable?

A

Layer 3 switch using switched virtual interfaces (SVIs).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is Legacy Inter-VLAN Routing?

A

A method using a router with multiple physical Ethernet interfaces, each connected to a different VLAN.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

How did each router interface function in Legacy Inter-VLAN Routing?

A

Each interface acted as the default gateway for the hosts in its VLAN.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Why is Legacy Inter-VLAN Routing not scalable?

A

It requires one physical router interface per VLAN, quickly exhausting interface capacity.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Is Legacy Inter-VLAN Routing still used today?

A

No, it’s outdated and not implemented in modern switched networks—used for educational purposes only.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is a key capability of a Layer 3 switch for VLANs?

A

It can route traffic between VLANs using Switched Virtual Interfaces (SVIs).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

What command is used to configure an SVI on a Layer 3 switch?

A

interface vlan vlan-id

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

What is a routed port on a Layer 3 switch?

A

A Layer 2 switchport converted to a Layer 3 interface, similar to a router interface.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Can a Layer 3 switch perform routing like a traditional router?

A

Yes, it can route between VLANs and support routed ports.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What is the first step to enable Inter-VLAN Routing on a Layer 3 switch?

A

Create the VLANs and the corresponding SVI VLAN interfaces.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

How do you convert a Layer 2 switchport into a routed Layer 3 port?

A

Use the command: no switchport in interface configuration mode.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What command enables routing functionality on a Layer 3 switch?

A

Use the global configuration command: ip routing.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly