Tüm alıştırma soruları

1987 soru

Soru 1821Soru

A network engineer is configuring a floating static route on a Cisco router to serve as a backup path for destination network 172.20.10.0/24 via next-hop IP 10.1.1.2. The primary route to this network is currently learned via eBGP, which has a default administrative distance of 20. The engineer needs to assign an administrative distance of 25 to the backup route so that it only enters the routing table if the primary route fails. What value should complete the configuration command?

Aşağıdaki boşlukları doldurun

ip route 172.20.10.0 255.255.255.0 10.1.1.2
Cevabı ve açıklamayı göster

Cevap

25
In Cisco IOS, a floating static route is created by appending a numerical administrative distance at the end of the `ip route` command. Specifying 25 configures the static route with an administrative distance higher than eBGP (AD 20), ensuring it remains floating (inactive) until the primary route drops out of the routing table.

Adım Adım Çözüm

1
Identify the administrative distance of the primary route protocol.
The primary path is learned via eBGP, which has a default administrative distance of 20.
A floating static route must be configured with an administrative distance higher than the primary path so it remains inactive until failure.
2
Determine the trailing numerical argument for the Cisco IOS static route command.
Appending 25 to the end of the `ip route` syntax sets the administrative distance of the static route to 25.
Cisco IOS uses the optional trailing distance parameter in the `ip route <prefix> <mask> <next-hop> [distance]` command syntax.

Anahtar Kavram

Floating Static Route Configuration and Administrative Distance
Soru 1822Soru

Evaluate the following VPN deployment requirements and protocol operational mechanics. Pair each specific VPN design scenario on the left with its corresponding protocol behavior or cryptographic implementation on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Establishing dynamic, direct spoke-to-spoke encrypted tunnels on demand across a multipoint WAN without relaying data plane traffic through a central hub router.
Providing secure remote access for unmanaged endpoint devices restricted to web-based applications without granting full network-layer IP address extension.
Passing routing protocol multicast updates (such as OSPF hellos) across an IPsec site-to-site tunnel established between two edge gateways.
Preserving IPsec packet payload integrity and session state when traversing an intermediate network boundary performing Port Address Translation (PAT).

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Each VPN architectural requirement matches its specific protocol mechanism: dynamic spoke-to-spoke tunnels correspond to DMVPN combining mGRE, NHRP, and IPsec; browser-only unmanaged endpoint access corresponds to Clientless SSL/TLS VPN; routing multicast transport over IPsec corresponds to GRE over IPsec encapsulation; and PAT traversal for ESP traffic corresponds to NAT-T utilizing UDP port 4500.
Matching each requirement to its protocol characteristic demonstrates a accurate understanding of VPN topologies and encapsulation layers: DMVPN solves hub-spoke scale limitations by establishing dynamic spoke-to-spoke mGRE tunnels via NHRP; Clientless SSL VPN provides browser-restricted access for third parties without full network extension; GRE over IPsec accommodates multicast routing protocols by wrapping multicast into unicast GRE before ESP encryption; and NAT-T enables PAT traversal by encapsulating ESP inside UDP 4500.

Adım Adım Çözüm

1
Analyze dynamic multipoint requirements
Dynamic spoke-to-spoke connectivity requires NHRP for endpoint mapping and mGRE for multipoint tunnel interfaces secured by IPsec, which defines Cisco DMVPN.
Traditional site-to-site IPsec tunnels require static point-to-point peer definitions and force spoke traffic through the central hub.
2
Analyze unmanaged remote access requirements
Restricting access to web applications without full network client drivers maps to Clientless SSL/TLS VPN.
Full remote access IPsec or SSL clients provision a virtual network adapter (Layer 3 extension), whereas clientless SSL provides web-based reverse proxy application access.
3
Evaluate multicast transport constraints across IPsec
Multicast updates require GRE tunneling wrapped inside IPsec ESP (GRE over IPsec).
IPsec Security Associations (SAs) only encrypt unicast IP traffic; GRE creates a virtual unicast point-to-point header capable of encapsulating multicast payloads.
4
Identify NAT/PAT interoperability solutions for IPsec ESP
Traversing PAT boundaries requires NAT-T, which wraps protocol 50 ESP inside UDP port 4500 packets.
PAT devices rely on TCP/UDP port numbers to translate conversations. Standard ESP lacks Layer 4 headers, causing PAT devices to drop or fail to track returned tunnel packets.

Anahtar Kavram

VPN Architectural Models and Protocol Capabilities
Soru 1823Soru

A Cisco router is booted with the following interfaces configured and in the up/up state:

- Loopback0: 10.10.10.1/32
- Loopback1: 172.16.100.1/32
- GigabitEthernet0/0: 192.168.10.1/24
- GigabitEthernet0/1: 192.168.200.1/24

An administrator configures OSPFv2 on the router using the following commands:

text
Router(config)# router ospf 1
Router(config-router)# network 192.168.10.0 0.0.0.255 area 0

No `router-id` command is specified. Which IP address will OSPFv2 select as the Router ID for process 1?

Cevabı ve açıklamayı göster

Cevap: 172.16.100.1

Cevap

172.16.100.1 is selected because it is the highest IPv4 address among all active loopback interfaces on the router.
OSPFv2 uses a strict order of precedence to determine the Router ID: 1) Explicitly configured `router-id` command, 2) Highest IPv4 address of any active (up/up) loopback interface, 3) Highest IPv4 address of any active non-loopback interface. Since no `router-id` command is configured, OSPF inspects the active loopback interfaces (10.10.10.1 and 172.16.100.1) and selects the highest IP address (172.16.100.1). It is not required for OSPF to be enabled on that loopback interface.

Adım Adım Çözüm

1
Evaluate manual Router ID configuration
No explicit `router-id` command was executed under the OSPF process.
Explicit configuration always takes first priority in OSPF Router ID election.
2
Evaluate active loopback interfaces
Two active loopbacks exist: Loopback0 (10.10.10.1) and Loopback1 (172.16.100.1).
If no manual Router ID exists, OSPF evaluates active loopback interfaces before non-loopback physical interfaces.
3
Select the highest loopback IP address
172.16.100.1 is numerically higher than 10.10.10.1.
OSPF selects the highest IPv4 address among active loopback interfaces regardless of whether OSPF is enabled on those specific loopbacks.

Anahtar Kavram

OSPFv2 Router ID Election Priority Hierarchy
Tahmini Süre:1m 0s
Soru 1824Soru

A Cisco IOS router with an IP helper address configured receives a DHCP DISCOVER broadcast message from a client host. Place the operational steps performed by the relay agent in the exact sequential order from receiving the initial request to forwarding it to the remote DHCP server.

Öğeleri doğru sıraya koymak için sürükleyin

Cevabı ve açıklamayı göster

Cevap

The correct sequence of DHCP Relay operations is: 1) Receive the Layer 2 broadcast frame on the client-facing ingress interface, 2) Inspect the DHCP payload to verify that giaddr is 0.0.0.0, 3) Insert the receiving ingress interface IP address into the giaddr field, 4) Replace the broadcast destination IP address (255.255.255.255) with the unicast IP address specified by the ip helper-address command, and 5) Encapsulate and route the unicast packet out the egress interface toward the DHCP server.
When a Cisco IOS router acts as a DHCP Relay Agent, it intercepts local client DHCP DISCOVER broadcast frames on the ingress interface. It inspects the DHCP payload to verify that giaddr is 0.0.0.0, inserts the ingress interface's IP address into the giaddr field, rewrites the destination IP from 255.255.255.255 to the unicast IP defined in the helper address command, and forwards the frame out the egress interface via normal unicast routing.

Adım Adım Çözüm

1
Receive client broadcast request
The router interface configured with `ip helper-address` receives an incoming broadcast frame carrying a DHCP DISCOVER message (UDP port 67).
DHCP clients use local Layer 2 and Layer 3 broadcasts because they do not yet possess an IP address or know the DHCP server address.
2
Inspect the DHCP giaddr field
The router verifies that the `giaddr` field inside the DHCP message body contains 0.0.0.00.0.0.0.
A 0.0.0.00.0.0.0 value indicates the frame came directly from a client and has not already been processed by another relay agent.
3
Populate the giaddr field
The router writes the IPv4 address of the ingress interface into the `giaddr` field of the DHCP packet payload.
The remote DHCP server uses the `giaddr` IP address to select the appropriate scope/pool matching the client's local subnet and to route the DHCP OFFER back.
4
Rewrite destination IP addressing
The router changes the Layer 3 destination IP from the broadcast address 255.255.255.255255.255.255.255 to the unicast address configured with `ip helper-address`.
Routers drop Layer 3 IP broadcasts by default; converting the packet to unicast allows it to cross routed network boundaries.
5
Forward the unicast frame
The router encapsulates the unicast packet with a new Layer 2 Ethernet header and forwards it out the egress interface toward the DHCP server.
Standard IP routing forwards the unicast packet through the routed infrastructure to the destination server address.

Anahtar Kavram

DHCP Relay Agent Operational Packet Sequence and Header Rewrite Mechanics
Tahmini Süre:2m 0s
Soru 1825Soru

Security controls in an enterprise network fall into physical access controls, user security awareness elements, or administrative policies. Which of the following correctly matches each security control to its corresponding security program element or physical control function?

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Mantrap vestibule with interlocking doors
Simulated phishing exercises and user training
Formal incident response plan

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Mantrap vestibules correspond to physical access control preventing tailgating; simulated phishing and user training correspond to human-focused security awareness against social engineering; formal incident response plans correspond to administrative policy elements for breach mitigation.
Each item maps directly to its core function: mantraps physically control facility access to stop tailgating; phishing campaigns build human security awareness against social engineering; and incident response plans provide administrative governance for managing security breaches.

Adım Adım Çözüm

1
Analyze the function of the mantrap vestibule control.
Identified as a physical barrier preventing piggybacking or tailgating into restricted areas.
Physical access controls regulate physical entry to server rooms and data centers.
2
Analyze the function of user training and phishing simulation.
Identified as a security program element aimed at personnel awareness.
User awareness programs mitigate social engineering risks by training humans.
3
Analyze the function of an incident response plan.
Identified as an administrative policy defining organizational response procedures.
Administrative controls consist of policies, governance frameworks, and operational guidelines.

Anahtar Kavram

Classification of physical access controls, security awareness elements, and administrative security policies.
Soru 1826Soru

A network administrator must configure an enterprise router to send unsolicited critical event notifications to a central Network Management System (NMS). The administrator needs to ensure that any lost notification messages are detected and retransmitted by the router if the NMS fails to receive them. Which notification type and operational mechanism should the administrator implement?

Cevabı ve açıklamayı göster

Cevap: SNMP Informs, because the NMS returns an acknowledgment PDU to the router upon receipt, triggering a retransmission if unacknowledged

Cevap

SNMP Informs should be implemented because the NMS returns an acknowledgment PDU to the agent upon receiving an Inform notification, allowing the router to retransmit the notification if no acknowledgment is received.
SNMP Informs provide reliable notification delivery because the receiver (NMS) returns an acknowledgment (Response PDU) back to the sender. If the sending agent does not receive the response within the configured timeout period, it automatically retransmits the Inform packet.

Adım Adım Çözüm

1
Differentiate between unsolicited SNMP notification types (Traps vs. Informs).
Identified that SNMP Traps are unacknowledged (fire-and-forget), whereas SNMP Informs are acknowledged by the receiving management station.
The requirement specifically calls for detection of lost messages and automatic retransmission.
2
Analyze transport layer and application layer reliability mechanics for SNMP Informs.
Confirmed that SNMP Informs utilize UDP port 162 and implement application-layer acknowledgments (Response PDUs) rather than TCP session establishment.
SNMP relies on UDP for transport across version implementations, building reliability into the Inform protocol definition itself.

Anahtar Kavram

SNMP Trap vs Inform Operations and Reliability Mechanics
Soru 1827Soru

A network security administrator is tasked with hardening campus access switch ports against Layer 2 security threats, specifically rogue DHCP server responses and ARP poisoning attacks. Which two mitigations should be implemented to prevent these threats? (Select two.)

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: Dynamic ARP Inspection (DAI) to intercept and validate ARP requests and responses against a trusted binding database; DHCP Snooping to filter unauthorized DHCP server messages on untrusted ports and construct the binding database

Cevap

Dynamic ARP Inspection (DAI) and DHCP Snooping are the correct mitigations for preventing ARP poisoning and rogue DHCP server attacks.
DHCP Snooping prevents rogue DHCP servers by blocking server responses on untrusted ports and builds a binding table. Dynamic ARP Inspection uses this binding table to validate ARP packets and block ARP spoofing attacks.

Adım Adım Çözüm

1
Identify the threat vectors presented in the scenario.
The scenario highlights two distinct Layer 2 attacks: rogue DHCP server deployments and ARP poisoning/spoofing attacks.
Accurate threat classification is essential for selecting appropriate switch-level defense controls.
2
Evaluate switch security features targeting rogue DHCP responses.
DHCP Snooping blocks unauthorized DHCP server packets on untrusted ports and creates the IP-MAC binding database.
DHCP Snooping directly addresses unauthorized address assignment and man-in-the-middle positioning via rogue DHCP servers.
3
Evaluate switch security features targeting ARP poisoning.
Dynamic ARP Inspection (DAI) inspects ARP packets and discards invalid IP-to-MAC mappings using the DHCP snooping table.
DAI relies on the binding database established by DHCP Snooping to prevent malicious host impersonation.

Anahtar Kavram

Layer 2 Threat Mitigations: DHCP Snooping and Dynamic ARP Inspection (DAI)
Soru 1828Soru

A system administrator is configuring a client-based remote access VPN on company laptops. The configuration specifies that only traffic destined for internal corporate network ranges (10.0.0.0/810.0.0.0/8) should be directed through the encrypted VPN tunnel, while all unsecured internet traffic should go directly out the user's local internet connection. Which VPN feature is being implemented?

Cevabı ve açıklamayı göster

Cevap: Split tunneling

Cevap

Split tunneling is the feature that allows specified internal corporate traffic to pass through the VPN tunnel while general internet traffic routes directly through the local internet connection.
Split tunneling allows remote VPN users to access internal network resources securely over an encrypted tunnel while accessing internet resources directly via their local gateway, reducing corporate bandwidth consumption.

Adım Adım Çözüm

1
Analyze the requirements described in the scenario.
Identified that corporate traffic (10.0.0.0/810.0.0.0/8) must be encrypted inside the tunnel, while local internet traffic bypasses the tunnel.
VPN client routing behavior can be controlled by defining split-tunnel policies.
2
Evaluate the defined VPN feature terms.
Split tunneling separates VPN traffic from internet traffic, whereas full tunneling sends all host traffic through the tunnel.
Matching the scenario behavior directly to the definition of split tunneling.

Anahtar Kavram

Remote access VPN client routing policies (Split Tunneling vs. Full Tunneling)
Tahmini Süre:45s
Soru 1829Soru

Match each Quality of Service (QoS) concept on the left with its corresponding operational description on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Expedited Forwarding (EF)
Class-Based Weighted Fair Queuing (CBWFQ)
Low Latency Queuing (LLQ)
Trust Boundary

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Expedited Forwarding (EF) matches with the description for low latency voice traffic using DSCP 46. Class-Based Weighted Fair Queuing (CBWFQ) matches with minimum bandwidth guarantees per class without a strict priority queue. Low Latency Queuing (LLQ) matches with bandwidth guarantees combined with a strict priority queue. Trust Boundary matches with the network location where QoS markings are validated or re-marked.
Each QoS term correctly aligns with its architectural definition: EF delivers low-latency PHB (DSCP 46); CBWFQ guarantees bandwidth allocations per class; LLQ incorporates a strict priority queue alongside CBWFQ; and the Trust Boundary dictates where packet QoS fields are evaluated and trusted.

Adım Adım Çözüm

1
Identify the primary function of Expedited Forwarding (EF).
EF uses DSCP 46 (101110) to deliver a low-loss, low-latency, low-jitter service ideal for voice.
Understanding PHB standards is fundamental for matching traffic types to QoS markings.
2
Differentiate between CBWFQ and LLQ queuing algorithms.
CBWFQ provides class-based bandwidth guarantees. LLQ builds on CBWFQ by adding a strict priority queue to service real-time traffic first.
Real-time voice traffic requires a strict priority queue provided by LLQ to minimize jitter.
3
Determine the role of a Trust Boundary in enterprise QoS deployments.
It defines the device or port threshold where packet markings are either accepted as trusted or re-marked to default values.
Enforcing trust boundaries prevents end-user devices from inappropriately elevating their traffic priority.

Anahtar Kavram

QoS Per-Hop Behaviors, Queuing Mechanisms (CBWFQ vs LLQ), and Trust Boundary Architecture
Soru 1830Soru

A network operations team is troubleshooting performance discrepancies across a Cisco enterprise switch interface connected to a media server. An ingress policy map containing a traffic policing engine is configured on the switch interface to enforce rate limits. During bursts of high bandwidth utilization, real-time video traffic exceeding the configured rate limit is dropped directly at the ingress interface. Conversely, a WAN edge router interface configured with traffic shaping handles similar bandwidth bursts above the rate limit without packet loss, introducing only minor queueing latency. Which operational difference between QoS mechanisms explains this outcome?

Cevabı ve açıklamayı göster

Cevap: Traffic policing meters traffic and immediately drops or remarks packets exceeding the rate limit without buffering, whereas traffic shaping meters traffic and buffers excess packets in memory to smooth out bursts.

Cevap

Traffic policing meters traffic and immediately drops or remarks packets exceeding the rate limit without buffering, whereas traffic shaping meters traffic and buffers excess packets in memory to smooth out bursts.
The correct answer identifies the fundamental difference between policing and shaping: Traffic policing meters traffic against a token bucket and immediately drops or remarks out-of-profile traffic without storing it in memory. In contrast, traffic shaping retains excess packets in a buffer memory queue and releases them smoothed over time, causing latency rather than immediate packet drops.

Adım Adım Çözüm

1
Analyze the operational mechanics of Traffic Policing
Policing measures incoming or outgoing traffic rate against a configured Committed Information Rate (CIR). When traffic exceeds CIR, excess packets are immediately dropped or remarked. Policing does NOT use a queue/buffer.
Policing is designed for hard rate-limiting at ingress or egress interfaces without adding latency/jitter.
2
Analyze the operational mechanics of Traffic Shaping
Shaping measures traffic against a target CIR and holds non-conforming (excess) traffic in a queue/buffer, transmitting it later as bandwidth becomes available.
Shaping is designed for egress interfaces to smooth out traffic micro-bursts and prevent downstream policing drops, at the cost of queueing delay.
3
Compare the observed scenario against QoS mechanics
The ingress switch policy dropped packets because policing has no buffer. The egress WAN interface delayed packets without dropping them because shaping buffered the excess burst.
The difference in packet loss vs latency directly reflects the presence of a shaping buffer versus the bufferless action of a policer.

Anahtar Kavram

QoS Traffic Policing vs. Traffic Shaping Operational Mechanics
Tahmini Süre:2m 0s
Soru 1831Soru

An organization needs to deploy a virtual private network (VPN) solution for contractors connecting from untrusted public networks using standard web browsers without requiring software installation on their endpoint devices. Additionally, corporate policy mandates that only traffic bound for internal enterprise applications should pass through the VPN tunnel, while general internet traffic routes directly out through the local internet connection. Which VPN deployment model and traffic management feature combination fulfills these security and operational requirements?

Cevabı ve açıklamayı göster

Cevap: Clientless SSL VPN combined with split tunneling

Cevap

Clientless SSL VPN combined with split tunneling
Clientless SSL VPN allows users to establish secure connections using a standard web browser without installing specialized client software on host machines. Combining this with split tunneling allows traffic destined for internal corporate servers to be encrypted and routed through the VPN tunnel, while general internet traffic bypasses the tunnel to exit locally.

Adım Adım Çözüm

1
Identify the VPN access mode requirement based on endpoint capabilities.
Since remote users connect via standard web browsers without dedicated software installation, Clientless SSL VPN (WebVPN) is required.
Remote Access IPsec VPNs typically require client software installation, whereas Clientless SSL VPN provides web-browser portal access.
2
Determine the appropriate traffic routing mechanism for internet versus internal traffic.
Split tunneling must be implemented.
Split tunneling selectively encrypts and routes traffic destined for corporate subnets while permitting non-corporate internet traffic to route directly out of the local network interface.

Anahtar Kavram

Remote Access SSL VPN vs IPsec VPN characteristics and Split-Tunneling operations
Soru 1832Soru

An enterprise network administrator is conducting a security risk assessment across the organization's infrastructure. Match each security incident description on the left to its appropriate technical mitigation control on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

An attacker uses botnets to flood an enterprise internet edge router with ICMP traffic, causing link saturation and preventing legitimate user access.
A rogue device connected to an unmonitored switch port rapidly transmits frames with randomized source MAC addresses to overflow the switch MAC lookup table.
An external malicious actor executes an automated password-spraying script against an exposed network management portal to gain privileged access.
An unauthorized host on a shared VLAN captures cleartext management session traffic containing administrative credentials sent to network devices.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

DDoS flood attacks pair with upstream DDoS mitigation and edge ACLs. MAC table flooding pairs with Port Security limits. Password-spraying attacks pair with Multi-Factor Authentication (MFA) and lockout policies. Cleartext credential sniffing pairs with SSHv2 enforcement.
Each attack vector targets a specific network plane or resource: DDoS targets bandwidth availability (mitigated via upstream filtering), CAM table flooding targets Layer 2 switch buffer resources (mitigated via Port Security limits), password spraying targets authentication mechanisms (mitigated via MFA/lockout policies), and cleartext sniffing targets data confidentiality (mitigated via SSHv2 encryption).

Adım Adım Çözüm

1
Analyze the attack mechanism in the first scenario (flooding edge router with ICMP traffic).
Identify this as a Distributed Denial of Service (DDoS) attack targeting network availability.
DDoS attacks require boundary defenses such as edge ACLs and upstream scrubbing services.
2
Analyze the attack mechanism in the second scenario (randomized source MAC frames filling switch table).
Identify this as a MAC address table (CAM table) overflow attack targeting Layer 2 switch operations.
Port Security enforces maximum MAC learning limits on access ports to block unauthorized MAC generation.
3
Analyze the attack mechanism in the third scenario (automated password-spraying script).
Identify this as a brute-force credential attack targeting authentication mechanisms.
MFA and account lockout rules prevent single factor password guessing from compromising accounts.
4
Analyze the attack mechanism in the fourth scenario (capturing cleartext management session traffic).
Identify this as an eavesdropping/sniffing vulnerability resulting from unencrypted management protocols.
SSHv2 provides cryptographic encryption and integrity checks for remote management, mitigating eavesdropping.

Anahtar Kavram

Key Security Concepts, Threats, Vulnerabilities, and Mitigations
Soru 1833Soru

A financial enterprise requires a secure connection for dynamic, roaming field auditors back to corporate headquarter applications while allowing them to maintain simultaneous access to local subnet resources such as home printers. Concurrently, the organization must maintain a permanent, always-on encrypted connection between a fixed regional branch router and the headquarter security appliance to route entire subnet traffic transparently.

Which architectural combination correctly satisfies the operational requirements for both deployment models?

Cevabı ve açıklamayı göster

Cevap: Deploy a client-based Remote Access VPN using split-tunneling for the roaming auditors, and establish an IPsec Site-to-Site VPN using tunnel mode between the regional branch router and headquarter security appliance.

Cevap

Deploy a client-based Remote Access VPN using split-tunneling for the roaming auditors, and establish an IPsec Site-to-Site VPN using tunnel mode between the regional branch router and headquarter security appliance.
Remote Access VPNs with split-tunneling allow individual endpoints to send corporate-bound traffic through an encrypted tunnel while accessing local network resources directly. Site-to-Site IPsec VPNs operate between fixed security gateways (routers or firewalls) using tunnel mode to securely bridge entire IP subnets over public networks.

Adım Adım Çözüm

1
Analyze the requirements for the roaming field auditors.
Field auditors need access to corporate resources while retaining access to local resources (like home printers). This requires a Remote Access VPN configured with split-tunneling, which segregates corporate traffic for encryption while routing local traffic directly to the local interface.
Full-tunneling would route all traffic back through headquarters, breaking direct access to local network devices.
2
Analyze the requirements for the regional branch office connection.
The branch office requires a permanent connection between two gateway devices (router to security appliance) to pass traffic between entire subnets.
This setup defines a Site-to-Site IPsec VPN operating in tunnel mode, which encapsulates original IP packets within new outer IP headers.
3
Evaluate the combined architecture.
Pairing a Remote Access VPN with split-tunneling for mobile users and a Site-to-Site IPsec VPN in tunnel mode for gateway-to-gateway site connectivity fulfills both operational criteria without architectural conflict.
Matches standard enterprise Cisco deployment models.

Anahtar Kavram

Remote Access vs. Site-to-Site VPN Topology & Split-Tunneling Mechanics
Soru 1834Soru

An enterprise network administrator is configuring a floating static route on router R1 to serve as a backup path for the corporate subnet 172.16.50.0/24. The primary path is currently learned via internal EIGRP (Administrative Distance 90). Which command correctly configures the backup route so that it remains inactive until the primary EIGRP route fails?

Cevabı ve açıklamayı göster

Cevap: ip route 172.16.50.0 255.255.255.0 10.1.1.2 95

Cevap

The command 'ip route 172.16.50.0 255.255.255.0 10.1.1.2 95' correctly configures the floating static route.
A floating static route functions as a backup by having an administrative distance configured higher than that of the primary routing protocol. Internal EIGRP has a default administrative distance of 90. Therefore, assigning an administrative distance of 95 to the static route ensures it stays inactive in the routing table until the primary EIGRP route is withdrawn.

Adım Adım Çözüm

1
Determine the Administrative Distance (AD) of the primary dynamic routing protocol.
The primary route is learned via internal EIGRP, which has a default administrative distance of 90.
A floating static route must have an administrative distance higher than the active primary route to serve as an inactive backup.
2
Select an administrative distance value for the static route that exceeds the primary AD.
Specifying an AD of 95 ensures the static route is kept out of the routing table while the EIGRP route remains active.
Cisco IOS installs routes with lower administrative distance values first into the routing table.

Anahtar Kavram

Floating Static Routes and Administrative Distance
Soru 1835Soru

A Cisco router has OSPFv2 process 1 initialized without an explicitly configured router ID. The interface operational statuses and IPv4 address assignments are as follows:

- Loopback0: 172.25.1.1/32 (administratively down, down/down)
- Loopback1: 10.120.5.1/32 (up/up)
- Loopback2: 10.80.99.1/32 (up/up)
- GigabitEthernet0/0: 192.168.50.1/24 (up/up)

What IPv4 address will OSPFv2 select as the router ID for process 1?

Cevabı ve açıklamayı göster

Cevap: 10.120.5.1

Cevap

10.120.5.1
OSPF selects its Router ID using the following strict hierarchy: 1) Explicitly configured `router-id` command, 2) Highest IPv4 address among active (up/up) loopback interfaces, 3) Highest IPv4 address among active (up/up) physical interfaces. Here, Loopback1 (10.120.5.1) and Loopback2 (10.80.99.1) are both active loopbacks. Since 10.120.5.1 is numerically higher than 10.80.99.1, 10.120.5.1 is chosen.

Adım Adım Çözüm

1
Check for a manually configured router ID
No explicit `router-id` command was configured under the OSPF process.
Manual configuration always takes highest precedence in OSPF router ID election.
2
Evaluate operational loopback interfaces
Loopback1 (10.120.5.1) and Loopback2 (10.80.99.1) are both active (up/up). Loopback0 is down/down and excluded.
Only operational (up/up) interfaces are eligible for automatic election. Active loopback interfaces take precedence over physical interfaces.
3
Compare IP addresses of active loopbacks to select the highest numerical IP
Comparing 10.120.5.1 and 10.80.99.1, 10.120.5.1 is numerically higher because 120>80120 > 80 in the second octet.
OSPF selects the highest IPv4 address among all operational loopback interfaces.

Anahtar Kavram

OSPFv2 Router ID Election Logic
Soru 1836Soru

An administrator intends to deploy a floating static route on router R1 to serve as a backup path for internal network 10.100.50.0/2410.100.50.0/24, which is primarily learned via Internal EIGRP (administrative distance 90). Following the configuration, traffic immediately shifts to the secondary link despite the primary link remaining fully operational.

Which configuration mistake caused the static route to preempt the primary EIGRP route in the routing table?

Cevabı ve açıklamayı göster

Cevap: The static route was assigned an administrative distance value lower than 90, causing it to take precedence over the EIGRP route.

Cevap

The static route was assigned an administrative distance value lower than 90, causing it to take precedence over the EIGRP route.
Cisco IOS routers evaluate Administrative Distance (AD) to determine which routing source to trust when multiple sources offer routes to the exact same destination prefix. Lower AD values are preferred. Internal EIGRP has a default AD of 90. For a static route to serve as a floating backup, its AD must be configured to a value strictly greater than 90 (e.g., 95 or 130). If the administrator configures an AD lower than 90 (or omits the AD parameter, which defaults to 1), the static route will be preferred over EIGRP and immediately installed into the routing table as the active route.

Adım Adım Çözüm

1
Analyze the primary routing protocol's Administrative Distance (AD).
Internal EIGRP has a default AD of 90.
Cisco IOS selects routes with the lowest administrative distance when multiple sources advertise the identical destination network prefix.
2
Determine the requirement for a floating static route to act as a backup.
The floating static route must have an AD strictly greater than 90 so it stays out of the routing table while EIGRP is active.
If the configured static route has an AD lower than 90 (or defaults to 1), the router prefers the static route over EIGRP immediately.
3
Identify the cause of immediate preemption.
Assigning an AD lower than 90 caused the router to install the static route into the routing table over the active EIGRP route.
Routes with lower administrative distance values take administrative preference in the Cisco IOS routing table installation process.

Anahtar Kavram

Administrative Distance Precedence in Floating Static Routes
Soru 1837Soru

An administrator configures port security on a Cisco Catalyst switch access interface using the command switchport port-security mac-address sticky. End devices connect to the port, and their MAC addresses are dynamically converted to sticky MAC addresses. Following a scheduled reload of the switch, the connected devices lose network connectivity. What is the root cause of this issue?

Cevabı ve açıklamayı göster

Cevap: The running configuration was not saved to the startup configuration after the sticky MAC addresses were learned.

Cevap

The running configuration was not saved to the startup configuration after the sticky MAC addresses were learned.
When port security sticky learning is configured, dynamically learned MAC addresses are converted into sticky entries within the running configuration. Because the running configuration resides in volatile RAM, failing to save the running configuration to the startup configuration causes all learned sticky MAC entries to be lost when the switch reloads.

Adım Adım Çözüm

1
Identify how sticky MAC address learning behaves in Cisco IOS port security.
When sticky learning is enabled via `switchport port-security mac-address sticky`, dynamically learned MAC addresses are automatically added to the active running configuration as static port security entries.
Sticky learning allows dynamic learning of MAC addresses while populating the running configuration so manual entry of MAC addresses is not required.
2
Evaluate the persistence of running configuration changes across device reloads.
The running configuration resides in RAM. If `copy running-config startup-config` is not issued before a reboot, all dynamically added sticky MAC entries are erased.
The switch reloads using the startup configuration stored in NVRAM, which does not contain the un-saved sticky MAC statements.

Anahtar Kavram

Port Security Sticky MAC Persistence
Soru 1838Soru

A network engineer is configuring a Cisco IOS router named Edge-R1 to operate as an NTP client. The router must synchronize its system clock with an upstream central NTP server at IP address 10.45.1.1. Additionally, organizational security policy dictates that all outgoing NTP packets must originate specifically from the router's Loopback0 interface rather than the physical egress interface. Which two global configuration commands must be configured on Edge-R1 to fulfill these operational requirements?

Geçerli olan tümünü seçin

Cevabı ve açıklamayı göster

Cevap: ntp server 10.45.1.1; ntp source Loopback0

Cevap

The two correct global configuration commands are 'ntp server 10.45.1.1' to identify the time server and 'ntp source Loopback0' to force NTP packets to use the specified interface address.
To establish NTP synchronization with an external time source, the command 'ntp server 10.45.1.1' is required to specify the remote NTP server IP address. Additionally, enforcing that all NTP control traffic originates from a designated logical interface requires the global command 'ntp source Loopback0'.

Adım Adım Çözüm

1
Identify the command required to configure an NTP server target.
The global configuration command 'ntp server 10.45.1.1' configures the router to solicit time messages from 10.45.1.1.
NTP client functionality requires pointing the device to an authoritative upstream clock source.
2
Identify the command required to set the source interface for outbound NTP traffic.
The global configuration command 'ntp source Loopback0' ensures all outbound NTP requests use the IP address assigned to Loopback0 as their source address.
By default, Cisco IOS uses the IP address of the egress interface facing the destination; configuring an explicit source interface standardizes control plane traffic origin.

Anahtar Kavram

Cisco IOS NTP Client and Source Interface Configuration
Soru 1839Soru

Match each IPsec VPN framework component or feature on the left with its correct primary operational function on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Internet Key Exchange (IKE)
Encapsulating Security Payload (ESP)
Diffie-Hellman (DH) Group
NAT Traversal (NAT-T)

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Internet Key Exchange (IKE) pairs with negotiating security parameters, authenticating peers, and managing SAs. Encapsulating Security Payload (ESP) pairs with providing data confidentiality, data integrity, and origin authentication for IP payloads. Diffie-Hellman (DH) Group pairs with enabling peers to securely derive a shared symmetric encryption key over an untrusted network. NAT Traversal (NAT-T) pairs with encapsulating ESP packets inside UDP port 4500 to traverse intermediate PAT devices.
Each IPsec component fulfills a distinct cryptographic or transport requirement: IKE handles control-plane negotiations and SA creation; ESP encrypts data payload and validates integrity; Diffie-Hellman allows safe secret derivation over public IP backbones; and NAT-T wraps ESP into UDP port 4500 so port address translation devices do not drop or modify the encrypted traffic.

Adım Adım Çözüm

1
Identify the control plane protocol responsible for authentication, parameter negotiation, and Security Association (SA) management.
Match Internet Key Exchange (IKE) with SA negotiation and peer authentication.
IKE (v1 or v2) is specifically responsible for establishing control channels and negotiating cryptographic sets (SAs).
2
Distinguish between data protection mechanisms and key exchange mechanisms within the IPsec suite.
Match Encapsulating Security Payload (ESP) with data encryption and integrity, and Diffie-Hellman (DH) with shared key calculation.
ESP (IP protocol 50) encrypts user data, while DH public-key exchange algorithms generate matching symmetric keys on both endpoints.
3
Determine the solution used to overcome IPsec header modification issues caused by address translation devices.
Match NAT Traversal (NAT-T) with UDP port 4500 encapsulation.
Because ESP headers lack Layer 4 port numbers required for PAT, NAT-T inserts a UDP port 4500 header in front of the ESP packet.

Anahtar Kavram

IPsec VPN Protocol Framework and NAT Traversal Operations
Soru 1840Soru

Match each VPN deployment scenario or operational requirement on the left with the corresponding VPN technology or protocol implementation on the right.

Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın

Öğeler

Connecting two fixed corporate branch office routers across an untrusted WAN using static peer IP addresses and pre-shared keys without dynamic overlay routing.
Providing web-browser-only remote access to internal intranet web portals for external contractors without installing software on endpoint devices.
Authenticating mobile teleworkers using dedicated endpoint software to secure all IP network layer traffic with optional split-tunnel capabilities.
Establishing scalable dynamic spoke-to-spoke encrypted tunnels between multiple enterprise sites using Multipoint GRE and Next Hop Resolution Protocol.

Eşleşmeler

Cevabı ve açıklamayı göster

Cevap

Static branch gateway connections match Static Site-to-Site IPsec VPN. Browser-only contractor access matches Clientless SSL VPN. Mobile endpoint client software matches Client-Based Remote Access VPN. Scalable dynamic spoke-to-spoke using mGRE/NHRP matches DMVPN.
Each requirement maps precisely to its characteristic VPN architecture: standard point-to-point router links map to Static Site-to-Site IPsec, browser-bound contractor access maps to Clientless SSL VPN, full network layer remote connectivity maps to Client-Based Remote Access VPN, and dynamic multi-site scaling with mGRE/NHRP maps to DMVPN.

Adım Adım Çözüm

1
Analyze fixed gateway requirements
Connecting static branch routers with fixed peer IPs corresponds to standard Site-to-Site IPsec VPN.
Site-to-Site IPsec provides seamless, transparent network-to-network connectivity between static gateways.
2
Analyze clientless endpoint access requirements
Web portal access via web browser without endpoint software installation corresponds to Clientless SSL VPN.
Clientless SSL VPN operates via TLS within standard browsers to grant restricted access to intranet applications.
3
Analyze full network layer remote access client requirements
Dedicated endpoint software managing split-tunneling and IP layer security corresponds to Client-Based Remote Access VPN.
Client software like Cisco AnyConnect encapsulates and encrypts IP layer traffic for mobile users.
4
Analyze dynamic multi-site topology requirements
Combining mGRE, NHRP, and IPsec for dynamic direct spoke-to-spoke tunnels corresponds to DMVPN.
DMVPN simplifies hub-and-spoke and mesh topologies by dynamically resolving and establishing tunnels between spoke routers.

Anahtar Kavram

Classification and operational mechanics of Remote Access (Clientless SSL and Client-based AnyConnect) versus Site-to-Site VPN architectures (Static IPsec and DMVPN).
ÖncekiSayfa 92 / 100Sonraki
Tüm alıştırma soruları — Cisco CCNA | Examkin