VLAN Trunking Questions Flashcards

1
Q

Which statement is correct about 802.1Q trunking?

A. Both switches must be in the same VTP domain.
B. The encapsulation type of both ends of the trunk does not have to match.
C. The native VLAN on both ends of the trunk must be VLAN 1.
D. 802.1Q trunking can only be configured on a Layer 2 port.
E. In 802.1Q trunking, all VLAN packets are tagged on the trunk link, except the native VLAN.

A

Answer: E

Explanation

By default frames from the native VLAN are not tagged. To force a switch to tag the native VLAN on all its 802.1Q trunks, we can use the following command:

Switch(config)#vlan dot1q tag native

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

Which switch command enables a trunking protocol that appends a four byte CRC to the packet?

A. CompanySwitch(config-if)#switchport trunk encapsulation dot1q
B. CompanySwitch(config-if)#switchport trunk encapsulation itef
C. CompanySwitch(config-if)#switchport trunk encapsulation fddi
D. CompanySwitch(config-if)#switchport trunk encapsulation isl

A

Answer: D

Explanation

The ISL frame consists of three primary fields: the encapsulation frame (original frame), which is encapsulated by the ISL header, and the FCS at the end:

ISL Header Encapsulation Frame (Original Data) FCS
In ISL, the original frame is encapsulated and an additional header is added before the frame is carried over a trunk link. Also, a FCS is generated based on some fields in the ISL Header and the Encapsulation Frame and added to the end of the frame. At the receiving end, the header and FCS are removed and the frame is forwarded to the assigned VLAN. The FCS field consists of 4 bytes and contains a 32-bit CRC value.

Note: The addition of the new FCS does not alter the original FCS that is contained within the encapsulated frame.

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

While using a packet analyzer, you notice four additional bytes being added to the packets in the Company network. Which protocol inserts a four byte tag into the Ethernet frame and recalculates CRC value?

A. DTP
B. VTP
C. 802.1Q
D. ISL

A

Answer: C

Explanation

802.1Q is the IEEE standard for tagging frames on a trunk and supports up to 4096 VLANs. In 802.1Q, the trunking device inserts a 4-byte tag into the original frame and recomputes the frame check sequence (FCS) before the device sends the frame over the trunk link. At the receiving end, the tag is removed and the frame is forwarded to the assigned VLAN. 802.1Q does not tag frames on the native VLAN.

Note: IEEE 802.1Q uses an internal tagging mechanism which inserts a 4-byte tag field in the original Ethernet frame itself.

(Reference: http://www.cisco.com/en/US/tech/tk389/tk689/technologies_tech_note09186a0080094665.shtml)

Note: From the Question 2 and Question 3 we can see a big difference in the way of using the FCS field in 802.1Q and ISL. 802.1Q modifies and FCS field inside the original Ethernet frame while ISL leaves the original FCS field inside the Ethernet frame unchanged, it just adds another FCS field outside the original Ethernet frame.

Therefore please pay attention to which question is asked. Question 2 asks “appends a four byte CRC to the packet” which means ISL while Question 3 says “inserts a four byte tag into the Ethernet frame” which means 802.1Q.

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

Which statement is correct about 802.1Q trunking?

A. Both switches must be in the same VTP domain.
B. The encapsulation type of both ends of the trunk does not have to match.
C. The native VLAN on both ends of the trunk must be VLAN 1.
D. 802.1Q trunking can only be configured on a Layer 2 port.
E. In 802.1Q trunking, all VLAN packets are tagged on the trunk link, except the native VLAN.

A

Answer: E

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

Which command alone will disable trunking on a Layer 2 switch port?

A. no switchport trunk native vlan vlan-id
B. switchport nonegotiate
C. no switchport mode dynamic desirable
D. switchport mode access

A

Answer: D

Explanation

The “switchport mode access” command forces a switch port to always behave as an access port (with no capability of establishing trunks).

Note: When using the switchport nonegotiate command, Dynamic Inter-Switch Link Protocol and Dynamic Trunking Protocol (DISL/DTP)-negotiation packets are not sent on the interface. The device trunks or does not trunk according to the mode parameter given: access or trunk.

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

ISL is being configured on a Company switch. Which of the following choices are true regarding the ISL protocol? (Choose two)

A. It can be used between Cisco and non-Cisco switch devices.
B. It calculates a new CRC field on top of the existing CRC field.
C. It adds 4 bytes of protocol-specific information to the original Ethernet frame.
D. It adds 30 bytes of protocol-specific information to the original Ethernet frame.

A

Answer: B D

Explanation

ISL encapsulates the entire Ethernet frame (Fast Ethernet or Gigabit Ethernet) with a 26-byte header and a 4-byte frame check sequence (FCS) for a total of 30 bytes of overhead.

ISL Header
(26 bytes) Encapsulation Frame (Original Data) FCS
(4 bytes)

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

A new Company switch was just configured using the “switchport trunk native vlan 7″ command. What does this interface command accomplish?

A. Causes the interface to apply ISL framing for traffic on VLAN 7
B. Configures the trunking interface to forward traffic from VLAN 7
C. Configures the interface to be a trunking port and causes traffic on VLAN 7 to be 802.1q tagged
D. Configures the trunking interface to send traffic from VLAN 7 untagged

A

Answer: D

Explanation

The “switchport trunk native vlan 7″ sets VLAN 7 to be the native VLAN so traffic to this VLAN will be untagged. Also untagged traffic are automatically assumed to be in VLAN 7 -> A is correct.

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

If you needed to transport traffic coming from multiple VLANs (connected between switches), and your CTO was insistent on using an open standard, which protocol would you use?

A. 802.11B
B. spanning-tree
C. 802.1Q
D. ISL
E. VTP
F. Q.921

A

Answer: C

Explanation

IEEE’s 802.1Q VLAN tagging is the industry standard to carry traffic for multiple VLANs on a single trunking interface between two Ethernet switches while Inter-Switch Link (ISL) is a Cisco proprietary VLAN tagging protocol.

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

The Company core switches use 802.1Q trunks to connect to each other. How does 802.1Q trunking keep track of multiple VLANs?

A. It tags the data frame with VLAN information and recalculates the CRC value
B. It encapsulates the data frame with a new header and frame check sequence
C. It modifies the port index of a data frame to indicate the VLAN
D. It adds a new header containing the VLAN ID to the data frame

A

Answer: A

Explanation

IEEE 802.1Q uses an internal tagging mechanism which inserts a 4-byte tag field in the original Ethernet frame itself between the Source Address and Type/Length fields. This tag includes VLAN information (12 bits) to distinguish between VLANs on the link.

802_1q_frame_structure.jpg

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

You are the network administrator tasked with designing a switching solution for the Company network. Which of the following statements describing trunk links are INCORRECT? (Choose four)

A. The trunk link belongs to a specific VLAN.
B. Multiple trunk links are used to connect multiple end user devices.
C. A trunk link only supports native VLAN.
D. Trunk links use 802.10 to identify a VLAN.
E. The native VLAN of the trunk link is the VLAN that the trunk uses for untagged packets.

A

Answer: A B C D

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

You are the network administrator at Company and switch R1 is configured as shown below:

interface GigabitEthernet0/1
switchport mode trunk
switchport trunk encapsulation dot1q
switchport trunk native vlan 5

If untagged frames are arriving on interface GigabitEthernet0/1 of R1, which of the following statement are correct?

A. Untagged frames are automatically assumed to be in VLAN 5.
B. Untagged frames are defaulted to VLAN 1 traffic.
C. Untagged frames are dropped because all packets are tagged when dot1q trunked.
D. Untagged frames are determined on the other switch
E. Untagged frames are not supported on 802.1Q trunks.

A

Answer: A

Explanation

The “switchport trunk native vlan 5″ sets VLAN 5 to be the native VLAN so traffic to this VLAN will be untagged. Also untagged traffic are automatically assumed to be in VLAN 5 -> A is correct.

Note: The native VLAN must match on both sides of the trunk link for 802.1Q; otherwise the link will not work.

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

What are three results of issuing the “switchport host” command? (Choose three)

A. disables EtherChannel
B. enables port security
C. disables Cisco Discovery Protocol
D. enables PortFast
E. disables trunking
F. enables loopguard

A

Answer: A D E

Explanation

Catalyst 6500 switches running Cisco IOS software support the macro command switchport host. The switchport host macro command was designed to facilitate the configuration of switch ports that connect to end stations. Entering this command sets the switch port mode to access, enables spanning tree PortFast, and disables channel grouping, all at the same time. The switchport host macro command can be used as an alternative to the switchport mode access command.

(Reference: http://www.cisco.com/en/US/docs/solutions/Enterprise/Security/Baseline_Security/sec_chap7.html)

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

If you were to configure an ISL Ethernet trunk between two Cisco switches, named R1 and R2, what would you have to include at the end of the link for the trunk to operate correctly? (Choose two)

A. An identical VTP mode.
B. An identical speed/duplex.
C. An identical trunk negotiation parameter.
D. An identical trunk encapsulation parameter.

A

Answer: B D

Explanation

One of the requirements for trunking to work is for speed and duplex to be the same on both sides. -> B is correct.

Maybe answer D wants to mention about encapsulation type (ISL or 802.1q) so it is an acceptable answer.

(Reference: http://www.cisco.com/en/US/products/hw/switches/ps663/products_configuration_example09186a008014859e.shtml)

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

Which three statements are correct with regard to the IEEE 802.1Q standard? (Choose three)

A. The IEEE 802.1Q frame format adds a 4 byte field to a Ethernet frame
B. The packet is encapsulated with a 26 byte header and a 4 byte FCS
C. The protocol uses point-to-multipoint connectivity
D. The protocol uses point-to-point connectivity
E. The IEEE 802.1Q frame uses multicast destination of 0×01-00-0c-00-00
F. The IEEE 802.1Q frame retains the original MAC destination address

A

Answer: A D F

Explanation

There are two ways to implement Ethernet trunking:

* Inter-Switch Link Protocol (ISL, a Cisco proprietary protocol)
* 802.1Q (IEEE standard)

In Cisco implementation, a trunk is a point-to-point link, although it is possible to use the 802.1Q encapsulation on an Ethernet segment shared by more than two devices. Such a configuration is seldom needed but is still possible with the disablement of DTP negotiation -> D is correct.

IEEE 802.1Q uses an internal tagging mechanism which inserts a 4-byte tag field in the original Ethernet frame itself between the Source Address and Type/Length fields -> A is correct.

802_1q_frame_structure.jpg

The SA field is the source address field of the ISL packet. It is a 48-bit value -> F is correct.

(Reference: http://www.cisco.com/en/US/products/hw/switches/ps700/products_tech_note09186a008012ecf3.shtml)

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

Refer to the exhibit. Why are users from VLAN 100 unable to ping users on VLAN 200?

Trunking_switch_router.jpg

A. Encapsulation on the switch is wrong.
B. Trunking needs to be enabled on Fa0/1.
C. The native VLAN is wrong.
D. VLAN 1 needs the no shutdown command.
E. IP routing needs to be enabled on the switch.

A

Answer: B

Explanation

In this question, maybe the exhibit forgot to describe Fa0/1 is the port on the switch which is connected to the router. To allow interVLAN routing between VLAN 100 and 200, this port must be configured as trunk port.

If you wish to see the full configuration of interVLAN routing, please read my interVLAN routing tutorial (you will see the configuration at the bottom of that tutorial).

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

What is the effect of applying the “switchport trunk encapsulation dot1q” command to a port on a Cisco Catalyst switch?

A. By default, native VLAN packets going out this port will be tagged.
B. Without an encapsulation command, 802.1Q will be the default encapsulation if DTP fails to negotiate a trunking protocol.
C. The interface will support the reception of tagged and untagged traffic.
D. If the device connected to this port is not 802.1Q-enabled, it will not be able to handle 802.1Q packets.

A

Answer: C

Explanation

The “switchport trunk encapsulation dot1q” command configures trunk encapsulation as 802.1q, which supports the reception of tagged and untagged traffic -> C is correct.

Note: If your switch does not accept this command, try to enter “switchport” command first to configure the interface as a Layer 2 port.

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

Two Company switches are connected via a trunk link. In this network, the original frame is encapsulated and an additional header is added before the frame is carried over a trunk link. At the receiving end, the header is removed and the frame is forwarded to the assigned VLAN. This describes which technology?

A. DISL
B. ISL
C. DTP
D. IEEE 802.1Q
E. MPLS

A

Answer: B

Explanation

Unlike 8021.q, ISL keeps the original frame unchanged. It only adds another header to that frame before sending out over a trunk link. For more information about this difference, please read the explanations of Question 2 and Question 3 in the first VLAN Trunking Questions part.

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

Which of the following trunking modes are unable to request their ports to convert their links into trunk links? (Choose two)

A. Negotiate
B. Designate
C. Nonegotiate
D. Auto
E. Manual
F. Off

A

Answer: C D

Explanation

The mode auto (dynamic auto) causes the device not to send DTP Request but wait for DTP Request from neighboring device.

By using and switchport mode trunk and switchport nonegotiate commands, we can enable trunking to a device that does not support DTP. But notice that the switchport nonegotiate command causes the device not to send DTP Request frames.

Therefore both “auto” and “nonegotiate” modes makes the switch not to send request (which is “unable to convert their links into trunk links”) -> C and D are correct.

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

You administer the network shown above. You issue the show interfaces trunk command on SwitchA and receive the following output:

show_interfaces_trunk_command.jpg

Which of the following statements is true regarding VLAN 32?

A. VLAN 32 is not allowed on the trunk port.
B. VLAN 32 is not active on the switch.
C. Traffic from VLAN 32 is not being sent over the trunk port.
D. Traffic from VLAN 32 is not restricted to only the trunk ports that require it.

Second picture on answer side

A

Answer: C

Explanation

In the “Vlans allowed and active in management domain” VLAN 32 is not listed so we can conclude it is not active.

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

Which statement is true regarding the configuration of ISL trunks?

A. A Catalyst switch cannot have ISL and IEEE 802.1q trunks enabled.
B. All Catalyst switches support ISL trunking.
C. A Catalyst switch will report giants if one side is configured for ISL while the other side is not.
D. ISL trunking requires that native VLANs match.

A

Answer: C

Explanation

First you should know “giant” frames are frames that exceed the maximum IEEE 802.3 frame size (usually greater then 1518 bytes). As you know, ISL does not modify the original Ethernet frame it received but it adds another outer header. In particular, it uses a 26 byte header and 4 byte FCS (30 bytes in total).

ISL Header
(26 bytes) Encapsulation Frame (Original Data) FCS
(4 bytes)
But a normal Ethernet frame itself can have a maximum size of 1518 bytes. Therefore an Ethernet frame can be up to 1518 + 30 = 1548 bytes, which creates a “giant”.

That is why both ends must be configured as ISL trunks because only ISL-aware devices are able to read it.

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

What are two types of Trunk Encapsulation?

A

ISL =26byte header & 4 byte trailer encapsulated around the Frame 802.1q=4byte embedded into the Frame

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

Describe 802.1q tagging

A

16 bit = Ethernet Type

3 bit = COS

1 bit CFI

12 bit = VLAN id

Untagged frames are assumed to be the native VLAN. Modifies original Frame. Embedds tagging.

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

Describe ISL

A

Does not modify the frame

ISL encapsulates the entire frame

26 byte header & 4 byte trailer (FCS) Double tagging

addes 30bytes to each frame. High overhead.

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

Refer to the exhibit. On the basis of the output generated by the show commands, which two statements are true? (Choose two) show_interface_gigabitethernet_show_vlan.jpg A. Interface gigabitethernet 0/1 has been configured as Layer 3 ports. B. Interface gigabitethernet 0/1 does not appear in the show vlan output because switchport is enabled. C. Interface gigabitethernet 0/1 does not appear in the show vlan output because it is configured as a trunk interface. D. VLAN2 has been configured as the native VLAN for the 802.1q trunk on interface gigabitethernet 0/1. E. Traffic on VLAN 1 that is sent out gigabitethernet 0/1 will have an 802.1q header applied. F. Traffic on VLAN 2 that is sent out gigabitethernet 0/1 will have an 802.1q header applied.

A

Answer: C F Explanation From the output of show interface gigabitethernet 0/1 switchport command we can see this port is currently configured as trunked port (Operational Mode: trunk) and uses 802.1q encapsulation. So surely the “show vlan” command will not list this port -> C is correct. Also from the first output we learned the native VLAN is VLAN 1 (Trunking Native Mode VLAN:1) so only traffic from this VLAN is sent untagged -> traffic sent from VLAN 2 out this port will have an 802.1q header applied -> F is correct.

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

Study the following exhibit carefully, what is the reason that users from VLAN 100 can’t ping users on VLAN 200?

inter_Routing

A – IP routing needs to be enabled on the switch
B – Trunking needs to be enabled on Fa0/1
C – VLAN 1 needs the no shutdown command
D – The native VLAN is wrong

A

Answer: B

Explanation:

The Fa0/1 interface on the switch is not configured with trunking mode. It needs to be configured as shown below:

SA(config)#interface Fa0/1
SA(config-if)#switchport mode trunk
SA(config-if)#switchport trunk encapsulation dot1q

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

What is the default MTU?

A

1500B

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

How does ISL do framing on trunks?

A

by encapsulating each frame in a header and trailer

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

What types of links can be trunked?

A

FE, GE, and aggregated FE/GE Etherchannels

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

How does dot1q do framing on trunks?

A

embeds the tag within the frame

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

What is the size of ISL encapsulation?

A

26-byte header, 4-byte trailer with CRC

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

What is a baby giant frame?

A

frames that barely exceed 1518B or 1622B due to headers

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

What are the 3 trunk switchport modes?

A

trunk, dynamic auto, dynamic desireable (default)

34
Q

what is dynamic desireable?

A

the port asks the other end to trunk

35
Q

what is dynamic auto?

A

will trunk if asked

36
Q

Which 4 things must be agreeable to trunk?

A

1- trunking mode, 2-trunk encapsulation, 3-native VLAN, 4-allowed VLAN

37
Q

If you were to set up a VLAN trunk over a Fast Ethernet link on switch R1, which trunk mode would you set the local port to on R1 if you wanted it to respond to requests from its link partner (R2) and become a trunk?

A. Auto
B. Negotiate
C. Designate
D. Nonegotiate

A

Answer: A

38
Q

What are the two methods of identifying VLANs over trunk links? (i.e. trunking methods)

A

-ISL-802.1Q

39
Q

How do you set a native VLAN for a trunk port?

A

(if)switchport trunk native vlan ##

40
Q

How do you set encapsulation methods on a trunk?

A

(if)switchport trunk encapsulate [isl, dot1q, negotiate]

41
Q

What information is contained in the 802.1Q tag on a frame?

A

-The first two bytes are the the Tag-Protocol ID (always 0x8100 for dot1q).-The second two bytes are for the Tag Control Info, that contain the three-bit priority field (for CoS/QoS) and the VLAN ID is the last 12-bits.

42
Q

What command will tell an interface to prune VLANs from a trunk?

A

(if)switchport trunk pruning vlan [add, except, remove, or none]

43
Q

What is the definition of an ‘Active’ VLAN?

A

One that has been defined and has ports assigned to carry it.

44
Q

Define the difference between a physical subnet and a logical subnet.

A

-Physical, devices that share the same wire. -Logical, devices assigned to the same VLAN.

45
Q

When are frames tagged and untagged in trunking?

A

-Frames are tagged when leaving on a trunk, and untagged when arriving on a trunk.-Frames are tagged internally once received on a port, and untagged when they are sent out the destination port.

46
Q

What command can be used to check on the configuration revision number in VTP?

A

show vtp status

47
Q

What switchport mode, when configured on BOTH ends, will never establish a trunk?

A

dynamic AUTO.

48
Q

How do you set a trunk to allow only certain VLANs?

A

(if)switchport trunk allowed vlan ##s

49
Q

What happens if a non-trunking port receives an 802.1Q frame?

A

The tag field is ignored and the frame is switched normally at L2 with the Source and Destination MAC.

50
Q

How do you make a switchport into a trunk?

A

(if)switchport mode [trunk, dyn auto, dyn des]

51
Q

What are the 4 commands to configure a switch for VTP?

A

(config)vtp [server, client, transparent]vtp domain NAMEvtp password PASSWORDvtp version 2

52
Q

What is contained in the ISL header and trailer when tagging a frame?

A

a 15-bite VLAN ID field in the header, and a CRC value in the trailer.

53
Q

What are the commands to assign a port to a VLAN?

A

(if)switchport mode accessswitchport access vlan ##

54
Q

What is 802.1Q?

A

-Standards-based trunking protocol.-inserts a field into the original frame after source MAC address field.-Supports Ethernet and Token Ring.

55
Q

What is ISL?

A

-Inter-Switch Link-Cisco proprietary-encapsulates frame in a 26-byte header containing VLAN info and a 4-byte trailer.-Protocol-independant-Can identify CDP and BPDU frames.

56
Q

In which portion of the frame is the 802.1q header found?

A

within the Ethernet header

57
Q

What is required for a LAN switch to support 802.1q Q-in-Q encapsulation?

A

Support 1504 MTU or higher

58
Q

What is the size of the VLAN field inside an 802.1q frame?

A

12-bit

59
Q

What does the command “vlan dot1q tag native” accomplish when configured under global configuration?

A

Control traffic is tagged.

control traffic (like CDP, VTP, STP, DTP…) uses VLAN 1 for communication. When the native VLAN is tagged (VLAN 1 by default) all control traffic is tagged too. If the native VLAN is not VLAN 1 then all the control traffic on VLAN 1 is still tagged by default (without using above command).

60
Q

SW-1#sh logging
%SPANTREE-SP-2-RECV_PVID_ERR: Received BPDU with inconsistent peer
Vlan id 1 on GigabitEthernet1/2 VLAN2013.
%SPANTREE-SP-2-BLOCK_PVID_PEER: Blocking GigabitEthernet1/2 on
VLAN0001. Inconsistent peer vlan.

A multilayer switch has been configured to send and receive encapsulated and tagged frames. VLAN 2013 on the multilayer switch is configured as the native VLAN. Which option is the cause of the spanning-tree error?

A

802.1q trunks are on both sides, both with native VLAN mismatch.

61
Q

3512xl(config)#int fastEthernet 0/1

3512xl(config-if)#switchport mode trunk
3512xl(config-if)#switchport trunk encapsulation dot1q

How many bytes are added to each frame as a result of the configuration?

A

4-bytes except the native VLAN

62
Q

A network engineer must implement Ethernet links that are capable of transporting frames and IP traffic for different broadcast domains that are mutually isolated. Consider that this is a multivendor environment. Which Cisco IOS switching feature can be used to achieve the task?

A

dot1q VLAN trunking

63
Q

Which technique allows specific VLANs to be strictly permitted by the administrator?

A

trunk allowed VLANs

64
Q

For security reasons, the IT manager has prohibited users from dynamically establishing trunks with their associated upstream switch. Which two actions can prevent interface trunking? (Choose two)

A
  • Configure trunk and access interfaces manually.
  • Disable DTP on a per interface basis
65
Q

Which two protocols can be automatically negotiated between switches for trunking? (Choose two)

A
  • ISL
  • DOT1Q
66
Q

The network manager has requested that several new VLANs (VLAN 10, 20, and 30) are allowed to traverse the switch trunk interface. After the command “switchport trunk allowed vlan 10,20,30″ is issued, all other existing VLANs no longer pass traffic over the trunk. What is the root cause of the problem?

A

The command effectively removed all other working VLANs and replaced them with the new VLANs.

67
Q

A manager tells the network engineer to permit only certain VLANs across a specific trunk interface. Which option can be configured to accomplish this?

A

allowed VLAN list

68
Q

interface GigabitEthernet 1/0/1

switchport access vlan 10
switchport trunk encapsulation dot1q
switchport mode trunk
switchport voice vlan 11
spanning-tree portfast
!

Which option shows the expected result if a “show vlan” command is issued?

A

G1/0/1 is not listed anywhere in the sh vlan print out

69
Q

Refer to the configuration. For which configured VLAN are untagged frames sent over trunk between SW1 and SW2?

A

VLAN 99

70
Q

Define VLAN filtering

A

Removing unwanted VLANs from a Layer 2 path.

71
Q

Define 802.1Q

A

The IEEE standardized protocol for VLAN trunking.

72
Q

Define ISL

A

Cisco-proprietary VLAN trunking protocol.

73
Q

Define 802.1q-in-q

A

A mechanism in which VLAN information can extend over another set of 802.1Q trunks by tunneling the original 802.1Q traffic with another 802.1Q tag. It allows a service provider to support transparent VLAN services with multiple customers, even if the customers use overlapping VLAN numbers.

74
Q

What is trunking?

A

Trunking is a type of link that contains multiple VLAN traffic. The segregation is done by tagging the frames with the VLAN.

75
Q

What is *ISL*?

A

ISL is a trunking protocol developed by Cisco

76
Q

What is *802.1q*?

A

802.1q is an Internet Standard and defines a 32-Bit Tag Field to use for trunking. An alternative to ISL.

77
Q
A
78
Q
A
79
Q

What useful show command verifies trunking?

A

Switch# show interface trunk