Routing Between VLANs Flashcards

1
Q

What are the options for inter-VLAN routing?

A
  1. Router with separate interfaces in each VLAN (old way, but still works).
  2. Router on a stick - using trunk ports from Switch to Router with sub-interfaces.
  3. Layer 3 switch - inter-VLAN connectivity is done at wire speed due to ASICs.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What commands are needed to configure Router on a stick

A

The screenshot shows the router configurations needed.

On a switch that’s connected to that router port, the configuration would be:

Switch(config)# interface GigabitEthernet 0/1

Switch(config-if)# switchport mode trunk

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

What is a SVI?

A

Switch Virtual Interface - created for VLANs when configuring inter-VLAN routing.

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

How would you configure a L3 Switch to do inter-VLAN routing?

A
  1. Enable routing on the switch at the global configuration level.
  2. Configure the VLAN’s SVI with an IP address in the proper subnet that matches with the VLAN.
  3. Enable the VLAN’s SVI.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly