IP Services
198 soru
Place the following operational steps in the correct chronological order to show how a Cisco router configured as a DHCP relay agent processes an incoming client discovery message.
Öğeleri doğru sıraya koymak için sürükleyin
A network operations center engineer is reviewing syslog messages emitted by a Cisco IOS router. Arrange the following syslog events in order from HIGHEST severity (lowest numerical severity level) to LOWEST severity (highest numerical severity level).
Öğeleri doğru sıraya koymak için sürükleyin
Clients connected to VLAN 10 successfully receive dynamic IP addresses from a remote server located at 192.168.100.50, but clients on VLAN 20 fail to obtain IP addresses and assign themselves 169.254.x.x addresses.
An engineer inspects the running configuration of router R1:
text
interface GigabitEthernet0/0.10
encapsulation dot1Q 10
ip address 10.10.10.1 255.255.255.0
ip helper-address 192.168.100.50
!
interface GigabitEthernet0/0.20
encapsulation dot1Q 20
ip address 10.10.20.1 255.255.255.0
!
interface GigabitEthernet0/1
description Connection to DHCP Server Subnet
ip address 192.168.100.1 255.255.255.0
ip helper-address 192.168.100.50
Which configuration change on router R1 will restore DHCP functionality for clients on VLAN 20?
An administrator configures dynamic NAT on a Cisco IOS router using a pool containing a single public IP address () to enable Internet connectivity for internal workstations. During testing, only the first internal user who initiates outbound traffic can access external sites. All subsequent attempts from other internal users to access the Internet fail. Which action on the router resolves this connectivity issue?
A Cisco IOS router is configured as an authoritative DHCP server with IP address conflict detection enabled (using the default ping settings). Place the operational steps in the correct chronological order to show how the router handles an incoming broadcast DHCP DISCOVER packet from a new client.
Öğeleri doğru sıraya koymak için sürükleyin
A network administrator is deploying SNMPv3 on a Cisco IOS router to allow a central Network Management System (NMS) located at to poll interface metrics. The administrator configures a custom MIB view and applies an inbound extended Access Control List (ACL) on the router's management interface ().
The router configuration is as follows:
text
snmp-server view IF_ONLY 1.3.6.1.2.1.2 included
snmp-server group MON_GROUP v3 priv read IF_ONLY
snmp-server user MON_USER MON_GROUP v3 auth sha Pass123 priv aes 128 Priv456
ip access-list extended MGMT_ACL
permit udp host 10.20.1.100 host 10.20.1.1 eq 162
deny ip any any
interface GigabitEthernet0/0
ip access-group MGMT_ACL in
When the NMS attempts to perform SNMP GetRequest operations to monitor interface statistics, all polling requests fail due to timeouts. Which modification will restore SNMP polling functionality?
A network administrator is troubleshooting remote access on a branch gateway router (Branch-GW). SSH version 2 has been configured, but remote management attempts over SSH fail immediately with a transport layer connection error, whereas Telnet connections are unexpectedly accepted. The administrator collects the following configuration and status outputs from the router:
text
Branch-GW# show ip ssh
SSH Enabled - version 2.0
Authentication timeout: 60 secs; Authentication retries: 3
Device Mode: SSH Server
RSA Key size: 2048 bits
Branch-GW# show running-config | section line vty
line vty 0 4
access-class MGMT-ACCESS in
login local
transport input telnet
line vty 5 15
access-class MGMT-ACCESS in
login local
transport input telnet
Which configuration change must be applied to Branch-GW to resolve the connection issue and enforce secure SSH access on all VTY lines?
An enterprise router is being configured to share a single public IPv4 address assigned to its WAN interface, Serial0/0/0, among private LAN devices matched by access list 105. What specific Cisco IOS keyword must be appended to the end of the global command `ip nat inside source list 105 interface Serial0/0/0` to enable Port Address Translation (PAT)?
A network administrator is performing an initial configuration of SSH version 2 on a new branch router (Branch-R1). Place the required configuration steps in the correct sequential order from first to last.
Öğeleri doğru sıraya koymak için sürükleyin
A network engineer observes that periodic bandwidth statistics collected from a 10-GigabitEthernet interface on a Cisco router display inaccurate, negative, or wrapping byte counts during peak traffic hours. The Network Management System (NMS) currently uses SNMPv1 to poll standard 32-bit interface counters (`ifInOctets` and `ifOutOctets`). Which SNMP version capability and MIB object group should be deployed to resolve this counter rollover issue?
A network administrator is troubleshooting IP address allocation for clients on subnet . Clients connected to router interface GigabitEthernet0/0 () fail to acquire dynamic IP addresses from a centralized DHCP server at . An audit of the router configuration shows that `ip helper-address 172.16.50.10` was configured on interface GigabitEthernet0/1 (the egress interface facing the DHCP server), while GigabitEthernet0/0 has no helper address configured. Which statement correctly explains why the clients on GigabitEthernet0/0 fail to receive IP leases?
A network administrator must transfer multi-gigabyte Cisco IOS XE system software images across an enterprise WAN link to remote routers. The administrator is evaluating file transfer protocols for reliability, session management, and access control. Which two characteristics or operational behaviors distinguish FTP from TFTP, making FTP more appropriate for this large image transfer scenario? (Select TWO.)
Geçerli olan tümünü seçin
A network administrator configures a Cisco IOS router with the following syslog parameters:
text
logging buffered 16000 informational
logging host 192.168.10.50
logging trap notifications
logging console errors
Which two statements correctly describe the behavior of syslog logging on this router? (Select two.)
Geçerli olan tümünü seçin
A network engineer is troubleshooting an issue where only the first internal user from subnet can access external destinations at any given time. The Cisco IOS router configuration and verification command output are shown below:
text
ip nat pool OUTSIDE_POOL 203.0.113.50 203.0.113.50 netmask 255.255.255.248
ip nat inside source list 10 pool OUTSIDE_POOL
!
access-list 10 permit 192.168.10.0 0.0.0.255
text
Router# show ip nat statistics
Total active translations: 1 (0 static, 1 dynamic, 0 extended)
Hits: 412 Misses: 15
Expired translations: 12
Dynamic mappings:
-- Inside Source
access-list 10 pool OUTSIDE_POOL refCount 1
Which configuration change is required to allow multiple internal hosts to share the single pool IP address simultaneously?
A network administrator is transferring a Cisco IOS software image from a router to a central backup server using Trivial File Transfer Protocol (TFTP). Which transport-layer protocol and default destination port are used by TFTP for this operation?
Match each Simple Network Management Protocol (SNMP) mechanism or operational requirement on the left with its corresponding protocol characteristic or SNMP message type on the right.
Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın
Öğeler
Eşleşmeler
A network administrator is configuring Port Address Translation (PAT) on a Cisco IOS router to allow hosts on the private subnet to access the Internet using an IP NAT pool named `PAT_POOL` with the public address . Which TWO commands are required to successfully complete this dynamic PAT pool configuration?
Geçerli olan tümünü seçin
A network engineer is configuring a Cisco IOS router to relay DHCP requests from clients residing in VLAN 10 () and VLAN 20 () to a centralized DHCP server at located off uplink interface GigabitEthernet 0/1. Which two statements correctly describe the required interface configuration and relay agent behavior on the router?
Geçerli olan tümünü seçin
An enterprise router connects a branch office to the head office over a sub-rate Metro Ethernet circuit with a Committed Information Rate (CIR) of 20 Mbps on a 100 Mbps physical Ethernet handoff. Users report that during peak hours, TCP file transfers experience severe throughput degradation due to packet drops and retransmissions, while real-time UDP streams undergo frequent drops during bursts. An audit of the egress WAN interface reveals a QoS policy enforcing the 20 Mbps bandwidth limit using traffic policing. Which explanation correctly identifies why traffic shaping should be implemented instead of traffic policing on this egress interface?
A network administrator notices that critical link failure notifications sent from an edge router to the central Network Management System (NMS) are periodically dropped during high WAN congestion without any alert being logged by the NMS. The enterprise security policy requires all network telemetry notifications to support delivery receipts and enforce both cryptographic authentication and data encryption. Which configuration approach on the Cisco IOS router meets these operational and security requirements?