Config Router

  • Google Sheets
  • CCNA Online training
    • CCNA
  • CISCO Lab Guides
    • CCNA Security Lab Manual With Solutions
    • CCNP Route Lab Manual with Solutions
    • CCNP Switch Lab Manual with Solutions
  • Juniper
  • Linux
  • DevOps Tutorials
  • Python Array
You are here: Home / Cisco / CCNP Switch FAQ: VLANs and Trunks

CCNP Switch FAQ: VLANs and Trunks

February 6, 2020 by Marques Brownlee

CCNP Switch FAQ: VLANs and Trunks

1. A VLAN is which of the following?
a. Collision domain
b. Spanning-tree domain
c. Broadcast domain
d. VTP domain

Answer: C

Figure: VLAN Functionality

2. Switches provide VLAN connectivity at which layer of the OSI model?
a. Layer 1
b. Layer 2
c. Layer 3
d. Layer 4

Answer: B

3. Which one of the following switch functions is needed to pass data between twoPCs, each connected to a different VLAN?
a. Layer 2 switch
b. Layer 3 switch
c. Trunk
d. Tunnel

Answer: B

4. Which Catalyst IOS switch command is used to assign a port to a VLAN?
a. access vlanvlan-id
b. switchport access vlanvlan-id
c. vlanvlan-id
d. set port vlanvlan-id

Answer: B

5. Which of the following is a standardized method of trunk encapsulation?
a. 802.1d
b. 802.1Q
c. 802.3z
d. 802.1a

Answer: B

6. What is the Cisco proprietary method for trunk encapsulation?
a. CDP
b. EIGRP
c. ISL
d. DSL

Answer: C

7. Which of these protocols dynamically negotiates trunking parameters?
a. PAgP
b. STP
c. CDP
d. DTP

Answer: D

8. How many different VLANs can an 802.1Q trunk support?
a. 256
b. 1024
c. 4096
d. 32,768
e. 65,536

Answer: C

9. Which of the following incorrectly describes a native VLAN?
a. Frames are untagged on an 802.1Q trunk.
b. Frames are untagged on an ISL trunk.
c. Frames can be interpreted by a nontrunking host.
d. The native VLAN can be configured for each trunking port.

Answer: B

10. If two switches each support all types of trunk encapsulation on a link between them, which one will be negotiated?
a. ISL
b. 802.1Q
c. DTP
d. VTP

Answer: A

11. Which VLANs are allowed on a trunk link by default?
a. None
b. Only the native VLAN
c. All active VLANs
d. Only negotiated VLANs

Answer: C

12. Which command configures a switch port to form a trunk without using negotiation?
a. switchport mode trunk
b. switchport mode trunk nonegotiate
c. switchport mode dynamic auto
d. switchport mode dynamic desirable

Answer: A

13. Two hosts are connected to switch interfaces Gigabit Ethernet 1/0/1 and 1/0/33, but they cannot communicate with each other. Their IP addresses are in the 192.168.10.0/24 subnet, which is carried over VLAN 10. Theshow vlan id 10 command generates the following output:

Switch#show vlan id 10
 VLAN Name                                  Status                      Ports
 ---- -------------------------------- --------- -----------------------------
 Users active Gi1/0/1, Gi1/0/2, Gi1/0/3,
 Gi1/0/4,
 Gi1/0/5, Gi1/0/6, Gi1/0/7, Gi1/0/8,
 Gi1/0/9, Gi1/0/10, Gi1/0/11, Gi1/0/12,
 Gi1/0/13, Gi1/0/14, Gi1/0/15, Gi1/0/16,
 Gi1/0/17, Gi1/0/18, Gi1/0/19, Gi1/0/20,
 Gi1/0/21, Gi1/0/22, Gi1/0/23, Gi1/0/25,
 Gi1/0/26, Gi1/0/27, Gi1/0/28, Gi1/0/31,
 Gi1/0/32, Gi1/0/34, Gi1/0/35, Gi1/0/36,
 Gi1/0/37, Gi1/0/39, Gi1/0/40, Gi1/0/41,
 Gi1/0/42, Gi1/0/43, Gi1/0/46

The hosts are known to be up and connected. Which of the following reasons might be causing the problem? (Choose all that apply.)
a. The two hosts are assigned to VLAN 1.
b. The two hosts are assigned to different VLANs.
c. Interface Gigabit Ethernet 1/0/33 is a VLAN trunk.
d. The two hosts are using unregistered MAC addresses.

Answer: B, C. Interface Gig1/0/33 is not listed as a member of VLAN 10, so it could be configured for a different VLAN. The interface could also be configured as a trunk carrying one or more VLANs. In that case, it would not be listed as a member of VLAN 10 only.

14. A trunk link between two switches did not come up as expected. The configuration
on Switch A is as follows:

Switch A#show running-config interface gigabitethernet1/0/1
interface GigabitEthernet1/0/1
switchport trunk encapsulation dot1q
switchport trunk allowed vlan 1-10
switchport mode dynamic auto
no shutdown

The interface configuration on Switch B is as follows:

Switch B#show running-config interface gigabitethernet1/0/1
interface GigabitEthernet1/0/1
switchport trunk encapsulation dot1q
switchport mode dynamic auto
switchport access vlan 5
no shutdown

Assuming the interfaces began with a default configuration before the commands were applied, which one of the following reasons is probably causing the problem?
a. The two switches do not have matchingswitchport trunk allowed vlan commands.
b. Neither switch has a native VLAN configured.
c. Both switches are configured in the dynamic auto mode.
d. Switch B is configured to use access VLAN 5.

Answer: C. Because the interfaces begin with their default configurations, each one uses native VLAN 1. Even though the interfaces are not configured with a consistent list of allowed VLANs, that will not prevent the trunk link from being negotiated. The real reason the trunk is not working is that both switches are configured with dynamic auto mode, causing neither switch to actively negotiate a trunk. Instead, each switch is waiting for the other one to ask for a trunk link.

15. What command configures an IP phone to use VLAN 9 for voice traffic?
a. switchport voice vlan 9
b. switchport voice-vlan 9
c. switchport voice 9
d. switchport voip 9

Answer: A

16. What is the default voice VLAN condition for a switch port?
a. switchport voice vlan 1
b. switchport voice vlan dot1p
c. switchport voice vlan untagged
d. switchport voice vlan none

Answer: D

17. If the following interface configuration commands have been used, what VLAN numbers will the voice and PC data be carried over, respectively?

interface gigabitethernet1/0/1
switchport access vlan 10
switchport trunk native vlan 20
switchport voice vlan 50
switchport mode access

a. VLAN 50, VLAN 20
b. VLAN 50, VLAN 1
c. VLAN 1, VLAN 50
d. VLAN 20, VLAN 50
e. VLAN 50, VLAN 10

Answer: E

18. A Cisco lightweight wireless access point is connected to switch interface Gigabit Ethernet 1/0/20. Which one of the following commands enables you to configure the interface on the switch?
a. switchport access vlan 50
switchport mode access
b. switchport trunk allowed vlan 1-100
switchport mode trunk
c. switchport ap vlan 50
d. no switchport mode dynamic autonomou

Answer: A

More Resources

  • CCNP Switch FAQ
  • CCNP Security VPN FAQ”
  • CCNP Secure IPS FAQ
  • CCNA Security FAQ
  • Network Security FAQ
  • CCNA Exam Answers Cisco Learning Network
  • CCNA Frequently Asked Questions
  • CCNA Exam Questions with Explanation
  • CCNA Cyber Ops FAQ

Related

Filed Under: Cisco Tagged With: CCNP, Switch FAQ, VLANs and Trunks

Recent Posts

  • How do I give user access to Jenkins?
  • What is docker volume command?
  • What is the date format in Unix?
  • What is the difference between ARG and ENV Docker?
  • What is rsync command Linux?
  • How to Add Music to Snapchat 2021 Android? | How to Search, Add, Share Songs on Snapchat Story?
  • How to Enable Snapchat Notifications for Android & iPhone? | Steps to Turn on Snapchat Bitmoji Notification
  • Easy Methods to Fix Snapchat Camera Not Working Black Screen Issue | Reasons & Troubleshooting Tips to Solve Snapchat Camera Problems
  • Detailed Procedure for How to Update Snapchat on iOS 14 for Free
  • What is Snapchat Spotlight Feature? How to Make a Spotlight on Snapchat?
  • Snapchat Hack Tutorial 2021: Can I hack a Snapchat Account without them knowing?

Copyright © 2025 · News Pro Theme on Genesis Framework · WordPress · Log in