Tüm alıştırma soruları
1987 soru
A network engineer needs to configure link aggregation (LAG) on a Cisco Catalyst switch connected to a Cisco AireOS Wireless LAN Controller (WLC). Arrange the following configuration steps in the correct logical order from first to last to ensure a functional static EtherChannel interface on the switch.
Öğeleri doğru sıraya koymak için sürükleyin
An engineer executes the following command on router R1 to inspect an OSPFv2 interface connected to a multiaccess Ethernet segment:
text
R1# show ip ospf interface GigabitEthernet0/1
GigabitEthernet0/1 is up, line protocol is up
Internet Address 192.168.1.1/24, Area 0, Attached via Network Statement
Process ID 1, Router ID 10.1.1.1, Network Type BROADCAST, Cost: 1
Transmit Delay is 1 sec, State DROTHER, Priority 0
Designated Router (ID) 10.3.3.3, Interface address 192.168.1.3
Backup Designated router (ID) 10.2.2.2, Interface address 192.168.1.2
If the current Designated Router with Router ID 10.3.3.3 unexpectedly reboots and goes offline, which router state transition will occur on this segment?
A network administrator executes the command shown below to inspect the OSPFv2 configuration on interface GigabitEthernet0/0 of router R3 on a shared Ethernet segment:
text
R3# show ip ospf interface GigabitEthernet0/0
GigabitEthernet0/0 is up, line protocol is up
Internet Address 192.168.10.3/24, Area 0
Process ID 1, Router ID 192.168.10.3, Network Type BROADCAST, Cost: 1
State DROTHER, Priority 0
Designated Router (ID) 10.1.1.1, Interface address 192.168.10.1
Backup Designated Router (ID) 10.2.2.2, Interface address 192.168.10.2
If the current Designated Router (10.1.1.1) reboots and permanently disconnects from the network, which state will router R3 transition to following the OSPF election process?
A network engineer observes that traffic from a branch office router toward destination network is taking a low-speed backup WAN link instead of the primary OSPF path. Reviewing the running configuration reveals the following static route entry configured for the backup link:
`ip route 172.22.0.0 255.255.0.0 10.0.99.2 105`
Which statement correctly explains why the backup static route is overriding the primary OSPF path?
A network engineer is configuring Port Address Translation (PAT) on a Cisco IOS router to allow hosts on the internal private subnet to access the Internet using the router's WAN interface . An Access Control List (ACL 10) has already been created to permit traffic from . Which two configuration steps are required on the router to complete this setup?
Geçerli olan tümünü seçin
Place the Cisco Hot Standby Router Protocol (HSRP) router states in the correct sequential order from interface initialization to the state where the router assumes primary packet forwarding for the virtual gateway.
Öğeleri doğru sıraya koymak için sürükleyin
Match each SNMP administrative requirement or operational workflow on the left with its corresponding SNMP version, message type, or transport characteristic 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 manually configuring Rapid PVST+ on a Cisco Catalyst switch to act as a secondary root bridge for VLAN 75. The administrator attempts to enter a custom priority value using the `spanning-tree vlan 75 priority <value>` command in global configuration mode. Which priority value will be accepted by Cisco IOS for this command?
Match each enterprise security threat scenario on the left with its most effective primary mitigation strategy on the right.
Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın
Öğeler
Eşleşmeler
Match each OSPFv2 interface scenario or configuration on the left to its corresponding election behavior or operational characteristic on the right.
Soldaki öğeye tıklayın, sonra eşleşen sağdaki öğeye tıklayın
Öğeler
Eşleşmeler
A security analyst is reviewing measures to enforce the Confidentiality, Integrity, and Availability (CIA) triad across an enterprise network. Which of the following security controls directly address the Integrity leg of the CIA triad? (Select two.)
Geçerli olan tümünü seçin
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 engineer is provisioning host IP addresses within the enterprise subnet block . Which of the following IP addresses are valid usable host addresses for endpoints on this subnetwork? (Select two.)
Geçerli olan tümünü seçin
A network administrator configures HSRP group 10 on two switches, R1 and R2, to provide gateway redundancy for VLAN 20. R1 is configured with a priority of 115, preemption enabled, and tracks interface GigabitEthernet0/1 with a priority decrement of 20. R2 is configured with a priority of 105, but preemption is disabled on R2. Initially, all interfaces are operational, and R1 is the Active router. If interface GigabitEthernet0/1 on R1 fails, which router will fulfill the Active role for HSRP group 10, and why?
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
An IT technician is preparing a newly racked Cisco Catalyst switch to connect corporate workstations. The technician needs to create VLAN 15 named FIN_DEPT and assign interface GigabitEthernet0/5 to this VLAN as a static access port while explicitly disabling Dynamic Trunking Protocol (DTP) frame negotiation. Which sequence of Cisco IOS commands correctly accomplishes this configuration?
name FIN_DEPT
exit
interface GigabitEthernet0/5
switchport mode access
switchport access vlan 15
switchport nonegotiate
name FIN_DEPT
exit
interface GigabitEthernet0/5
switchport mode dynamic desirable
switchport access vlan 15
name FIN_DEPT
exit
interface GigabitEthernet0/5
switchport trunk native vlan 15
name FIN_DEPT
exit
interface GigabitEthernet0/5
switchport access vlan 15
switchport mode trunk
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?
An enterprise organization suffers a security incident where an unauthorized actor intercepts and alters router configuration files in transit across an unencrypted network link, causing network routing tables to become corrupted. The security team must implement controls to ensure that data cannot be modified in transit without detection. Which core principle of the CIA triad was violated during this attack, and which security mechanism directly mitigates this specific vulnerability?
An enterprise network administrator discovers a weakness in a router's firmware that has not yet been patched by the vendor. This weakness could potentially allow unauthorized access if targeted by malicious traffic. Which security term specifically describes this software weakness?