VLAN Trunking Flashcards
Study Trunking
-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. VLAN spanning-tree in SW-2 is configured.
B. spanning-tree bpdu-filter is enabled.
C. 802.1q trunks are on both sides, both with native VLAN mismatch.
D. VLAN ID 1 should not be used for management traffic because its unsafe.
C. 802.1q trunks are on both sides, both with native VLAN mismatch.
------------------------ 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 B. 8-bytes except the native VLAN C. 4-bytes including native VLAN D. 8-bytes including native VLAN
A. 4-bytes except the native VLAN
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. PPP encapsulation with a virtual template
B. Link Aggregation Protocol at the access layer
C. dot1q VLAN trunking
D. Inter-Switch Link
C. dot1q VLAN trunking
Which technique allows specific VLANs to be strictly permitted by the administrator? A. VTP pruning B. transparent bridging C. trunk allowed VLANs D. VLAN access-list E. L2P tunneling
C. trunk allowed VLANs
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.
B. Disable DTP on a per interface basis.
C. Apply BPDU guard and BPDU filter.
D. Enable switchport block on access ports.
A. Configure trunk and access interfaces manually.
B. Disable DTP on a per interface basis.
Which two protocols can be automatically negotiated between switches for trunking? (Choose two) A. PPP B. DTP C. ISL D. HDLC E. DLCI F. DOT1Q
C. ISL
F. DOT1Q
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.
B. VTP pruning removed all unused VLANs.
C. ISL was unable to encapsulate more than the already permitted VLANs across the trunk.
D. Allowing additional VLANs across the trunk introduced a loop in the network.
A. The command effectively removed all other working VLANs and replaced them with the new VLANs.
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 B. VTP pruning C. VACL D. L2P tunneling
A. allowed VLAN list
Which command is used to verify trunk native VLANs?
A. show access ports
B. show interfaces trunk
C. show ip interface brief
B. show interfaces trunk
Which two statements about 802.1 q are true? (Choose two)
A. It supports 8-byte VLAN identifiers.
B. It adds a 32-bit field to the Ethernet frame between the source MAC address and length.
C. When it is enabled, it forces a recalculation of the frame-check sequence field.
D. It increases the maximum size of an Ethernet frame to 1594 bytes.
E. It encapsulates the original Ethernet frame and adds a VLAN identifier.
F. It is a Cisco proprietary protocol.
B. It adds a 32-bit field to the Ethernet frame between the source MAC address and length.
C. When it is enabled, it forces a recalculation of the frame-check sequence field.
Which option is the minimum frame size for an 802.1Q frame? A. 64 bytes B. 68 bytes C. 1518 bytes D. 1522 bytes
B. 68 bytes
Which option is the maximum frame size for an 802.1Q frame? A. 64 bytes B. 68 bytes C. 1518 bytes D. 1522 bytes
D. 1522 bytes
EXHIBIT – switchport trunk allowed vlan 1,80,99-250
Which two commands will remove VLAN 100 from the allowed VLAN list? (Choose two)
A. switchport trunk allowed vlan remove 100
B. switchport trunk allowed vlan 1-80,99,101-250
C. switchport trunk allowed vlan except vlan 100
A. switchport trunk allowed vlan remove 100
B. switchport trunk allowed vlan 1-80,99,101-250
What is the value of the TPID/tag protocol identifier of QinQ? A. 0x88a8 B. 0x8100 C. 0x8b45 D. 0x8200
A. 0x88a8
What is the value of the TPID/tag protocol identifier in dot1Q? A. 0x8100 B. 0x8a88 C. 0x8b45 D. 0x8200
A. 0x8100