Day 16 - InterVLAN Routing Flashcards

1
Q

Three options are available when implementing interVLAN routing. What are they?

A

Traditional or legacy
Router on a stick
Multilayer / Layer 3 switching

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

__________ __________ routing requires multiple physical interfaces on both the router and the switch.

A

Legacy interVLAN

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

This type of interVLAN routing makes it possible to configure one router interface as multiple trunks by using subinterfaces. The single physical interface is logically subdivided into multiple logical interfaces

A

Router on a stick

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

What is the most scalable solution when it comes to interVLAN routing? It makes use of a multilayer switch to replace both the router and the switch as was used in Router on a Stick

A

Multilayer switching

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

As far as interVLAN routing is concerned, multilayer switches perform two functions; what are they?

A

Switching traffic within the same VLAN
Routing traffic between VLANs

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

Why is multilayer switching more scalable than any other interVLAN routing implementation? Give two examples

A

Routers have a limited number of available interfaces
One single link can limit bandwidth and amounts of traffic

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

When configuring interVLAN routing using the router on a stick model, the __________ __________ on the router must be connected to a __________ __________ on the adjacent switch

A

Physical interface
Trunk link

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

For router on a stick, these types of interfaces are created for each unique VLAN on the network

A

Subinterfaces

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

For router on a stick, each subinterface is assigned a unique what?

A

IP address

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

For router on a stick, each subinterface is configured to tag __________ for that VLAN

A

Frames

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

Based on the topology below and assuming the switch is already configured with VLANs and trunking

Configure both VLANs (10 and 30) to use subinterfaces on Gi0/0 on the router

Use the IP addresses in the topology

A

int gi0/0
no shutdown

int gi0/0.10
encap dot1q 10
ip address 172.17.10.1 255.255.255.0

int gi0/0.30
encap dot1q 30
ip address 172.17.30.1 255.255.255.0

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

What verification commands would you use to verify the configuration for interVLAN (router on a stick) to make sure new networks are in the routing table and the subinterfaces are up and up?

A

show vlans
show ip route
show ip int brief

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

All Catalyst multilayer switches support what two types of Layer 3 interfaces?

A

SVIs
Routed ports

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

Solve for definition:

Virtual VLAN interface used for interVLAN routing

A

SVI (Switched virtual interface)

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

Solve for definition:

Similar to a physical interface on a Cisco IOS router

A

Routed port

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

How would you create an SVI for VLAN 20 with an IP address of 10.10.20.1 on a multilayer switch?

A

int vlan 20
no shut
ip address 10.10.20.1 255.255.255.0

17
Q

Based on the topology:

  • Enable Layer 3 routing
  • Create SVIs for VLANs 10 and 30
  • Correctly IP those SVIs
  • Put fa0/11 and fa0/6 into the correct VLANs
  • Configure the egress port going to the internet to be a routed port based on the IP address
  • Configure a default static route that goes out to the internet
A

ip routing

vlan 10
vlan 30

int vlan 10
ip address 172.17.10.1 255.255.255.0
no shut

int vlan 30
ip address 172.17.30.1 255.255.255.0
no shut

int fa0/11
sw mode acc
sw acc vlan 10

int fa0/6
sw mode acc
sw acc vlan 30

int gi0/1
no switchport
ip address 192.0.2.2 255.255.255.0

ip route 0.0.0.0 0.0.0.0 gi0/1

copy run start

18
Q

Assuming the default switch configuration, which VLAN range can be added, modified, and removed on a Cisco switch?

A

2 through 1001