VLANs on routers Flashcards

1
Q

Do routers negotiate trunking?

A

No, all trunking must be configured manually

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

If a router has multiple tagged subinterfaces on a physical interface connected to a switch, should the switch port be configured as trunk or access?

A

The switch port should be configured as a trunk

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

Configure a router interface (gi1/0) to use a subinterface in vlan 11 with the most common encapsulation, with an IP address of 10.22.33.1/24

A

conf t
interface gi1/0.11
encapsulation dot1q 11
ip address 10.22.33.1 255.255.255.0

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

Assuming a router has gi2/2.15 configured, change it so that vlan 15 is the native vlan

A

conf t
int gi2/2.15
encapsulation dot1q 15 native

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

In the below output, which line defines that vlan tagging that will be used?

conf t
interface gi1/0.11
encapsulation dot1q 11
ip address 10.22.33.1 255.255.255.0

A

encapsulation dot1q 11

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

What alternative encapsulation can be used if dot1q is not an option?

A

isl

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

What are the 2 methods on a router for specifying untagged traffic?

A
  1. Put an IP address on the main interface.

2. Put an IP address on a subinterface, and add the keyword “native” when specifying the encapsulation/vlanid.

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

Command on a router to show the native vlan.

A

show vlans [vlanid]

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

Command on a router to show all trunks and their encapsulation

A

show vlans

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