Module 4 Flashcards
(40 cards)
What is the main objective of the module on Inter-VLAN Routing?
Troubleshoot inter-VLAN routing on Layer 3 devices.
What are the three options for inter-VLAN routing?
- Legacy Inter-VLAN routing
- Router-on-a-Stick
- Layer 3 switch using switched virtual interfaces (SVIs)
What is required for Router-on-a-Stick inter-VLAN routing?
Create a subinterface for each VLAN to be routed.
What command is used to create a subinterface in Router-on-a-Stick configuration?
interface interface_id.subinterface_id
What does the command ‘encapsulation dot1q vlan_id’ do?
Configures the subinterface to respond to 802.1Q encapsulated traffic from the specified VLAN.
What command assigns an IP address to a subinterface in Router-on-a-Stick?
ip address ip-address subnet-mask
What must be done after creating all subinterfaces in Router-on-a-Stick?
Enable the physical interface using the ‘no shutdown’ command.
How do you verify connectivity between two hosts in different VLANs?
Use the ‘ping’ command.
List the commands used to verify and troubleshoot Router-on-a-Stick configuration.
- show ip route
- show ip interface brief
- show interfaces
- show interfaces trunk
What are the advantages of using Layer 3 switches for inter-VLAN routing?
- Faster processing rates
- No need for external links to a router
- Not limited to one link due to EtherChannels
- Lower latency
- Commonly deployed in campus LANs
What is an SVI?
A switched virtual interface configured on a Layer 3 switch.
What command is used to enable IP routing on a Layer 3 switch?
ip routing
What is the limitation of the legacy inter-VLAN routing method?
Not reasonably scalable due to the limited number of physical interfaces on routers.
Is the router-on-a-stick method scalable beyond 50 VLANs?
False.
What is the first step in configuring a Layer 3 switch for inter-VLAN routing?
Create the VLANs.
Fill in the blank: The router-on-a-stick method requires a ______ for each VLAN to be routed.
subinterface
True or False: Layer 3 switches operate only at Layer 2.
False.
What is the primary function of an SVI?
Provides Layer 3 processing for packets sent to or from switch ports associated with that VLAN.
What command is used to create an SVI for a VLAN?
interface vlan vlan-id
What is required to configure trunking ports on a switch?
Configure trunking ports after creating VLANs and access ports.
What is the primary function of Layer 3 switches in enterprise campus LANs?
To provide inter-VLAN routing
How do Layer 3 switches achieve higher packet processing rates than routers?
By using hardware-based switching
What command is used to create a switched virtual interface (SVI) on a Layer 3 switch?
interface vlan vlan-id
What must be configured on a Layer 3 switch to enable routing?
A routed port must be configured