Network Access
400 questions
A network engineer connects two Cisco Catalyst switches. SwitchA interface GigabitEthernet0/1 is configured with 'switchport mode dynamic desirable', and SwitchB interface GigabitEthernet0/1 is configured with 'switchport mode dynamic auto'. Both switches use default native VLAN 1 configurations. Place the following operational events in the correct sequential order from the initiation of link negotiation to the transmission of native VLAN traffic.
Drag items to arrange them in the correct order
An engineer executes the command `show interfaces gigabitethernet 0/1 switchport` on a Cisco Catalyst switch and receives the following output:
text
Name: Gi0/1
Operational Mode: trunk
Administrative Trunking Encapsulation: dot1q
Operational Trunking Encapsulation: dot1q
Negotiation of Trunking: On
Access Mode VLAN: 1 (default)
Trunking Native Mode VLAN: 10 (VLAN0010)
Administrative Native VLAN tagging: enabled
Trunking VLANs Enabled: 10, 20, 30
How will the switch handle an outgoing frame belonging to VLAN 10 as it egresses interface GigabitEthernet0/1?
An engineer is troubleshooting a Layer 2 connectivity issue between Switch-1 and Switch-2 connected via GigabitEthernet0/1. A host in VLAN 10 connected to Switch-1 is unable to reach a host in VLAN 10 on Switch-2. A partial CLI output from Switch-1 is shown below:
text
Switch-1# show interfaces gigabitethernet 0/1 switchport
Name: Gi0/1
Administrative Mode: dynamic auto
Operational Mode: trunk
Administrative Trunking Encapsulation: dot1q
Operational Trunking Encapsulation: dot1q
Negotiation of Trunking: On
Access Mode VLAN: 1 (default)
Trunking Native Mode VLAN: 10
Administrative Native VLAN tagging: disabled
Trunking VLANs Enabled: 10,20,30
Switch-2's GigabitEthernet0/1 interface is configured as an 802.1Q trunk with `switchport trunk native vlan 20` and allows VLANs 10, 20, and 30. CDP logs on both switches generate regular native VLAN mismatch warnings.
Assuming global native VLAN tagging (`vlan dot1q tag native`) is disabled on both switches, how will Switch-2 process an untagged ARP request broadcast generated by the host in VLAN 10 on Switch-1 when it arrives at Switch-2's GigabitEthernet0/1 interface?
Which TWO statements accurately describe standard IEEE 802.1Q trunking behavior on Ethernet switch interfaces? (Select TWO.)
Select all that apply
An administrator connects two Cisco switches, Switch-1 and Switch-2, using interface GigabitEthernet0/1. Switch-1 is configured with `switchport mode dynamic desirable`, `switchport trunk native vlan 20`, and `switchport trunk allowed vlan 10,20,30`. Switch-2 is configured with `switchport mode dynamic auto`, `switchport trunk native vlan 20`, and `switchport trunk allowed vlan 10,30`. Which statement correctly describes the operational status and traffic behavior across this interswitch link?
Two Cisco Catalyst switches, Switch-A and Switch-B, are connected via their GigabitEthernet0/1 interfaces. Switch-A has its interface configured with the command `switchport mode dynamic desirable`, while Switch-B operates using the default Cisco Catalyst DTP configuration (`switchport mode dynamic auto`). Both switches retain all default VLAN parameters. Which of the following statements regarding the operational behavior of this interswitch connection are true? (Select TWO.)
Select all that apply
A network engineer connects two Cisco Catalyst switches using interface GigabitEthernet0/12. The interfaces are configured with the following parameters:
Switch_Alpha (GigabitEthernet0/12):
- DTP Mode: `dynamic desirable`
- Trunking Encapsulation: `dot1q`
- Native VLAN: `20`
- Allowed VLANs: `10, 20, 30`
Switch_Beta (GigabitEthernet0/12):
- DTP Mode: `dynamic auto`
- Trunking Encapsulation: `dot1q`
- Native VLAN: `1`
- Allowed VLANs: `10, 30, 40`
Which two operational outcomes will occur on this interconnect link? (Select two.)
Select all that apply
An enterprise network switch, Switch-A, is connected to Switch-B via interface GigabitEthernet0/1. Switch-A is configured with `switchport mode dynamic desirable` and `switchport trunk native vlan 50`. Switch-B is configured with `switchport mode dynamic auto` and `switchport trunk native vlan 1`. Spanning Tree Protocol (STP) and Cisco Discovery Protocol (CDP) are enabled on both switches. Which TWO operational outcomes occur on this interswitch link? (Select TWO.)
Select all that apply
A switch interface configured as an IEEE 802.1Q trunk receives an Ethernet frame that does not contain a 4-byte 802.1Q VLAN tag. How does the switch process this incoming frame?
Two Cisco Catalyst switches, Switch-1 and Switch-2, are connected directly via their GigabitEthernet0/1 interfaces. Switch-1 is configured with `switchport trunk native vlan 99` and `switchport trunk allowed vlan 10,20,99`. Switch-2 is configured with `switchport trunk native vlan 10` and `switchport trunk allowed vlan 10,20,99`. A workstation connected to an access port in VLAN 99 on Switch-1 transmits an untagged broadcast frame. Assuming both trunk ports are operational, how will Switch-2 process this frame upon receiving it over the trunk link?
Place the operational and negotiation events in the exact chronological sequence required for two Cisco Catalyst switches to establish a functional IEEE 802.1Q trunk link using Dynamic Trunking Protocol (DTP) following CLI configuration.
Drag items to arrange them in the correct order
An administrator issues the `show interfaces trunk` command on Switch-A while troubleshooting inter-switch connectivity to Switch-B. The command output confirms that interface GigabitEthernet1/0/1 is actively trunking using 802.1Q encapsulation. However, syslog messages periodically display `%CDP-4-NATIVE_VLAN_MISMATCH` notifications because Switch-A is configured with native VLAN 30 while Switch-B uses native VLAN 1. Which two statements accurately describe how frames are handled across this link? (Select two.)
Select all that apply
A network administrator needs to create a new VLAN named 'VOICE' with ID 20 on a fresh Cisco Catalyst switch and manually assign interface FastEthernet 0/1 as an active access port belonging to this VLAN. Place the Cisco IOS CLI commands in the exact correct sequence required to perform this complete configuration from privileged EXEC mode.
Drag items to arrange them in the correct order
A network engineer is troubleshooting trunk connectivity between two switches and executes the following command on Switch-A:
Switch-A# show interfaces gigabitEthernet 1/0/2 trunk
Port Mode Encapsulation Status Native vlan
Gi1/0/2 auto n-802.1q trunking 99
Port VLANs allowed on trunk
Gi1/0/2 1-1005
Port VLANs allowed and active in management domain
Gi1/0/2 1,10,20,99
Port VLANs in spanning tree forwarding state and not pruned
Gi1/0/2 1,10,20
CDP emits periodic syslog messages warning of a native VLAN mismatch with the remote neighbor switch. Which statement accurately explains why VLAN 99 is absent from the spanning tree forwarding list and how untagged frames sent from Switch-A across this link are handled?
An engineer is evaluating Layer 2 discovery protocol operations on a Cisco Catalyst switch connected to multi-vendor infrastructure. The switch is running the following active configuration:
text lldp run ! interface GigabitEthernet1/0/12 description Link to Non-Cisco Switch no cdp enable lldp transmit lldp receive ! interface GigabitEthernet1/0/24 description Link to VoIP Phone cdp enable no lldp transmit
During a network audit, the engineer issues the command `show lldp neighbors detail` and receives the following partial CLI output:
text ------------------------------------------------ Local Interface: Gi1/0/12 Chassis id: 0021.a012.3456 Port id: Eth1/1 Port Description: Ethernet1/1 System Name: SW-CORE-NEXUS System Description: Cisco Nexus Operating System (NX-OS) Software Time remaining: 105 seconds System Capabilities: Bridge, Router Enabled Capabilities: Bridge Management Addresses: IP: 10.1.100.2 Auto Negotiation: supported, enabled Physical media capabilities: 1000baseT(FD) Media Attachment Unit Type: 30 VLAN ID: 10
Which two conclusions accurately describe the protocol behavior and neighbor state for this switch based on the configuration and command output?
Select all that apply
Two Cisco Catalyst switches, SW1 and SW2, are connected via their GigabitEthernet0/1 interfaces. SW1 is configured with `switchport mode dynamic desirable`, `switchport trunk native vlan 20`, and `switchport trunk allowed vlan 10,20,30`. SW2 is configured with default DTP settings (`switchport mode dynamic auto`), `switchport trunk native vlan 1`, and `switchport trunk allowed vlan 10,20,40`. Which of the following statements accurately describe the operational status and traffic behavior across this interswitch link? (Select TWO.)
Select all that apply
A network administrator configures a Cisco Catalyst switch with a new VLAN and assigns an access port using the following command sequence:
Switch(config)# vlan 50
Switch(config-vlan)# name HR_Data
Switch(config-vlan)# exit
Switch(config)# interface fastEthernet 0/15
Switch(config-if)# switchport mode access
Switch(config-if)# switchport access vlan 50
Several weeks later, another engineer executes the command 'no vlan 50' in global configuration mode to remove VLAN 50 from the switch. What is the immediate operational state and forwarding behavior of port FastEthernet 0/15 after VLAN 50 is deleted?
An engineer executes the `show interfaces trunk` command on a Cisco Catalyst switch interface GigabitEthernet0/2 and observes the following output:
text
Port Vlans allowed on trunk
Gi0/2 10,20,30
Port Vlans allowed and active in management domain
Gi0/2 10,20
Port Vlans in spanning tree forwarding state and not pruned
Gi0/2 10
Which condition explains why VLAN 30 is listed as allowed on the trunk, but is missing from the list of active VLANs in the management domain?
Which two statements correctly describe IEEE 802.1Q trunking operational behavior on Cisco Catalyst switches? (Select TWO.)
Select all that apply
An engineer captures traffic on a point-to-point trunk link between two switches. Switch-1 is configured with `switchport trunk native vlan 10`, while Switch-2 is configured with `switchport trunk native vlan 20`. When Switch-1 transmits untagged frames originating from VLAN 10 across the trunk link, how does Switch-2 process these frames upon ingress, and what operational issue occurs?