Ch5 InterVLAN Routing Flashcards

1
Q

interVLAN Routing

A

process of forwarding network traffic between VLANs using a layer 3 network device or routed ports

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

router-on-a-stick

A

router configuration where a single physical interface routes traffic between multple VLANs on a network; does not scale beyond 50 VLANs

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

subinterfaces

A

software based virtual interfaces associated/linked to a single physical (master) interface

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

Command Needed to Activate VLAN routing on 2960s

A

sdm prefer lanbase-routing

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

Legacy InterVLAN Switch Config

A
vlan _first_vlan_id
interface _interface_id
switchport mode access
switchport access vlan _first_vlan_id
end
--repeat for additional VLANs--
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Legacy InterVLAN Routing

A

interface _interface_id
ip address _ip_address subnet_mask
no shutdown
–repeat for additional VLANs–

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

Router on a Stick Router Setup

Configuring subinterfaces

A

interface _interface_id.subinterface_id (g0/.2)
encapsulation 1dotq _vlan_id
ip address _ip_address subnet_mask
–repeat for all subinterfaces needed–
interface interface_id_for“master” _interface
no shutdown - activates all subinterfaces

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

Verifying Subinterfaces Setup on Router (2)

A

show vlan

show ip route

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

Verify Switch Configuration

A

show interface _interface_id switchport

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

Verify Router Configuration

A

show interfaces
show running-config
–both useful to check if encapsulation 1dotq is set correctly

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

Where are Layer 3 Routed Ports Implemented

A

Between Distribution and Core Layer

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

Spanning Tree

A

Protocol used to shut down redundant loops while maintaining flexibility and redundancy in inter-switch connections

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

Reasons to Configure SVIs

A
  1. Provide a gateway for a VLAN
  2. Provide Layer 3 IP connectivity to a switch
  3. Support routing protocol and bridging configurations
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Advantages of SVI

A
  1. Faster than router on a stick or legacy
  2. No need for external links from switch to router.
  3. Not limited to one link; EtherChannels can be used between switches to increase bandwidth
  4. Much lower latency
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

encapsulation 1dotq _vlan_id

A

command used to ready subinterfaces for travel on 802.1q trunks

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

routed port

A

Physical port that acts similarily to an interface on a router; not associated with a particularly VLAN and does not support subinterfaces

17
Q

no switchport

A

command used on routed ports to allow configuration of them for routing

18
Q

Configure Static Route on Catalyst 2960

A
sdm prefer lanbase-routing
ip routing (activates IP routing)
ip route 0.0.0.0 0.0.0.0 {next hop IP or exit-interface}

ip route _ip_address subnet_mask {next hop ip or exit interface

19
Q

Troubleshooting VLANs (3)

A

Must be defined across all switches.

Must be enabled on trunk ports.

Ports must be assigned to correct VLANs

20
Q

Troubleshooting SVIs (3)

A

Must have correct IP address and subnet.

SVIs must be up.

SVIs must match with VLAN number

21
Q

Troubleshooting Routing (2)

A

Routing must be enabled

Each interface or network should be added to routing protocol

22
Q

Troubleshooting Hosts (2)

A

Hosts must have correct IP and subnet

Hosts must have a default gateway associated with an SVI or routed port.