Routing Between VLANs Flashcards
1
Q
What are the options for inter-VLAN routing?
A
- Router with separate interfaces in each VLAN (old way, but still works).
- Router on a stick - using trunk ports from Switch to Router with sub-interfaces.
- Layer 3 switch - inter-VLAN connectivity is done at wire speed due to ASICs.
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
3
Q
What is a SVI?
A
Switch Virtual Interface - created for VLANs when configuring inter-VLAN routing.
4
Q
How would you configure a L3 Switch to do inter-VLAN routing?
A
- Enable routing on the switch at the global configuration level.
- Configure the VLAN’s SVI with an IP address in the proper subnet that matches with the VLAN.
- Enable the VLAN’s SVI.