Ch.17 Routing in the LAN Flashcards
What are the four ways to configure VLAN routing
- Use a router, with one router LAN interface and cable connected to the switch for each and every VLAN
- Use a router, with a VLAN trunk connecting to a LAN switch (Known as router on a stick ROAS)
- Use a layer 3 switch with switched virtual interfaces (SVI)
- Use a Layer 3 switch with routed interfaces (which may or may not be Layer 3 EtherChannels)
Describe Router on a stick (ROAS)
When a router uses VLAN trunking configuration to give the router a logical router interface connected to each VLAN
What is a subinterface
One of the virtual interfaces on a single physical interface (ex. interface G0/0.20) - The .20 is a VLAN
What is the first step in configuring 802.1Q trunking on a router
Use the interface type number.subint command in global config mode to create a unique sub interface for each VLAN that needs to be routed
What is the second step in configuring 802.1Q trunking on a router
Use the encapsulation dot1q valn_id command in subinterface mode to enable 802.1q and associate one specific VLAN with the subinterface
What is the third step in configuring 802.1Q trunking on a router
Use the ip address address mask command in subinterface configuration mode to configure IP settings (address and mask)
what does the encapsulation command do when configuring a VLAN
enables trunking and defines the VLAN whose frames are considered to be coming in and out of the interface
What are the two steps to define a router interface for the antive VLAN
- COnfigure the ip address command on the physical interface, but without an encapsulation command, the router considers this physical interface to be using the native VLAN
- Configure the ip address command on a subinterface and use the encapsulation dot1q vlan-id native subcommand to tell the router both the VLAN ID and the fact that it is the native VLAN
What is the first step in Troubleshooting ROAS (Router on a stick)
Is each non-native VLAN configured on the router with an encapsulation dot1q vlan-id command on a subinterface?
What is the second step in Troubleshooting ROAS (Router on a stick)
DO the same VLANs exist on the trunk on the neighboring switch (show interfaces trunk), and are they in the allowed list, not VTP pruned, and not STP blocked
What is the third step in Troubleshooting ROAS (Router on a stick)
Does each router ROAS subinterface have an IP address/mask configured per the planned configuration
What is the fourth step in Troubleshooting ROAS (Router on a stick)
If using the native VLAN, is it configured correctly on the router either on a subinterface (with an encapsulation dot1q vlan-id native command) or implied on the physical interface
What is the fifth step in Troubleshooting ROAS (Router on a stick)
Is the same native VLAN configured on the neighboring switchs trunk in comparison to the native VLAN configured on the router
What is the sixth step in Troubleshooting ROAS (Router on a stick)
Are the router physical or ROAS subinterfaces configured with a shutdown command
What is the first step to enable IP routing on the switch
Use the sdm prefer lanbase-routing command in global config mode to change the switch forwarding ASIC settings to make space for IPc4 routes at the next reload of the switch