IP Connectivity
493 soru
A network engineer needs to configure a backup IPv4 static route on router HQ-Rtr to reach the remote LAN . The primary path to this destination is learned via OSPFv2, which has a default Administrative Distance of 110. The backup static path must be routed through the next-hop IP address and should only be inserted into the IP routing table if the primary OSPF path fails. Which Cisco IOS command must be configured on HQ-Rtr to achieve this design requirement?
A network administrator is configuring static routes on router R1 to provide redundancy for destination network . The primary path to this network is currently learned via OSPF with an administrative distance of . The administrator wants to add a backup static route via next-hop IPv4 address and evaluate static route forwarding behavior on broadcast networks. Which two statements regarding static route configuration and forwarding logic are correct? (Select two.)
Geçerli olan tümünü seçin
A network technician is configuring Hot Standby Router Protocol (HSRP) on Router R1 to provide default gateway redundancy for hosts in VLAN 20. Interface GigabitEthernet0/0/1 on R1 has been assigned the IPv4 address . The technician enters the following commands in interface configuration mode:
text
R1(config-if)# ip address 172.16.20.1 255.255.255.0
R1(config-if)# standby 20 ip 172.16.20.1
Which statement accurately describes the outcome of executing these configuration commands?
Router R1 contains the following IPv4 routing table entries for destination networks within the enterprise core:
- A static route to with a configured administrative distance of
- An OSPF route to with an administrative distance of
- A RIP route to with an administrative distance of
When Router R1 receives an IPv4 packet destined for host , which route will R1 select to forward the traffic?
A network engineer has configured VRRPv2 between Router A (Master) and Router B (Backup) to provide default gateway redundancy for hosts on VLAN 10. Router A suddenly loses power and stops functioning. What is the correct sequence of operational events from the initial failure of Router A to the complete restoration of host traffic flow through Router B?
Öğeleri doğru sıraya koymak için sürükleyin
A network administrator needs to configure a fully specified IPv4 static route on a Cisco router to reach destination subnet . The next-hop router interface IP address is , and the outbound multiaccess Ethernet interface on the local router is GigabitEthernet0/0. Which command correctly establishes this route while avoiding recursive routing table lookups?
A network administrator is designing default gateway redundancy for VLAN 50 using HSRPv1 and VRRPv2 across Cisco IOS switches. Which two statements correctly describe default operational behaviors or attributes of these protocols?
Geçerli olan tümünü seçin
A Cisco IOS router receives an IPv4 packet destined for . The routing table contains a static route `ip route 10.150.20.0 255.255.255.0 172.16.1.2` pointing to a next-hop address. Place the steps describing how the router recursively resolves the next-hop and forwards the packet in the correct sequential order from first to last.
Öğeleri doğru sıraya koymak için sürükleyin
A network administrator needs to configure a backup floating static route on router R1 to reach the internal subnetwork . The primary route to this destination is learned via OSPF, which operates with its default administrative distance. Which command must be configured on R1 so that the static route remains inactive until the primary OSPF path fails?
A network engineer is configuring VRRPv2 on a Cisco IOS router to provide default gateway redundancy for hosts on a subnet. The physical interface GigabitEthernet0/0 is configured with the IP address . The engineer then executes the interface command `vrrp 10 ip 172.16.10.1`. What is the operational effect of configuring the VRRP virtual IP address to match the physical interface IP address?
Place the operational events in chronological order from first to last during an HSRP interface tracking failover scenario, assuming preemption is enabled on the standby router.
Öğeleri doğru sıraya koymak için sürükleyin
A network administrator configures HSRP group 10 on two Cisco IOS routers to provide high availability for the network.
Router R1 configuration:
text interface GigabitEthernet0/1 ip address 192.168.10.2 255.255.255.0 standby 10 ip 192.168.10.1 standby 10 priority 115 standby 10 preempt standby 10 track GigabitEthernet0/0 30
Router R2 configuration:
text interface GigabitEthernet0/1 ip address 192.168.10.3 255.255.255.0 standby 10 ip 192.168.10.1 standby 10 priority 100 standby 10 preempt
Initially, both routers and interfaces are fully operational, and R1 is the Active router. If interface GigabitEthernet0/0 on R1 experiences a link failure, which router will become the Active router for HSRP group 10, and what is R1's effective priority?
A network administrator is evaluating default gateway redundancy protocol behavior on Cisco IOS switches for VLAN 10 (). Which two statements accurately contrast the default operational features of HSRPv1 and VRRPv2? (Choose two.)
Geçerli olan tümünü seçin
A network administrator captures traffic on an Ethernet segment and identifies an ARP reply originating from a virtual default gateway with the MAC address . Which protocol and group number generated this virtual MAC address?
A network administrator has configured HSRPv2 between two routers, R1 and R2. Router R1 is currently the Active router with a configured priority of 120, preemption enabled, and tracking on its primary WAN interface configured to decrement priority by 30 upon link failure. Router R2 is currently the Standby router with a configured priority of 105 and preemption enabled. When R1's tracked WAN interface fails, a precise sequence of operational events occurs across the routers and local LAN switches to complete the failover. What is the correct chronological sequence of these events from first to last?
Öğeleri doğru sıraya koymak için sürükleyin
An engineer executes the command shown below to inspect the OSPFv2 operational status of interface GigabitEthernet0/1 on router R3:
text
R3# show ip ospf interface GigabitEthernet0/1
GigabitEthernet0/1 is up, line protocol is up
Internet Address 10.1.1.3/24, Area 0
Process ID 1, Router ID 3.3.3.3, Network Type BROADCAST, Cost: 1
Transmit Delay is 1 sec, State DROTHER, Priority 0
Designated Router (ID) 2.2.2.2, Interface address 10.1.1.2
Backup Designated Router (ID) 1.1.1.1, Interface address 10.1.1.1
Timer intervals configured, Hello 10, Dead 40, Wait 40, Retransmit 5
Why does router R3 operate in the DROTHER state despite having a higher Router ID than both Designated Router R2 (2.2.2.2) and Backup Designated Router R1 (1.1.1.1)?
Router R3 has OSPFv2 configured and active. When the OSPF process initialized, the operational statuses of its interfaces were as follows:
- GigabitEthernet0/0 (IP: 192.168.10.1/24): Up / Line Protocol: Up
- GigabitEthernet0/1 (IP: 10.254.254.1/24): Up / Line Protocol: Up
- Loopback10 (IP: 172.16.1.1/24): Up / Line Protocol: Down
- Loopback20 (IP: 172.16.2.1/24): Up / Line Protocol: Up
- Loopback30 (IP: 172.16.3.1/24): Administratively Down / Line Protocol: Down
Shortly after initialization, a network administrator configured the command `router-id 1.1.1.1` under `router ospf 1`. No additional commands or resets were executed on the router.
What is the active OSPFv2 Router ID currently used by Router R3?
Five Cisco routers—R1, R2, R3, R4, and R5—are connected to a single Layer 2 Ethernet switch on the 10.1.1.0/24 multiaccess network segment running OSPFv2 in Area 0.
The initial boot sequence and interface configurations are as follows:
- R1 boots first with interface OSPF priority 1 and Router ID 1.1.1.1.
- R2 boots second with interface OSPF priority 1 and Router ID 2.2.2.2.
- Once R1 and R2 finish establishing adjacencies, R3 (priority 2, Router ID 3.3.3.3), R4 (priority 0, Router ID 4.4.4.4), and R5 (priority 255, Router ID 5.5.5.5) are booted simultaneously.
After all adjacencies reach the FULL state across the segment, R1 suffers a power failure and goes offline. Assuming no OSPF processes were reset manually prior to the failure, which router will be promoted to DR and which router will be elected as the new BDR?
Router R1 learns the destination prefix dynamically via OSPF with a default Administrative Distance of 110. A network administrator needs to implement a floating static route to via next-hop IP to serve as a backup path.
Which TWO statements correctly describe the configuration requirements and routing table behavior for this floating static route? (Select TWO.)
Geçerli olan tümünü seçin
An enterprise network has four routers—R1, R2, R3, and R4—connected to a shared Layer 2 Ethernet switch on the 10.10.10.0/24 subnet operating with default OSPFv2 configurations on a broadcast network type. Currently, R1 is functioning as the Designated Router (DR) with an interface priority of 1 and Router ID 1.1.1.1. R2 is functioning as the Backup Designated Router (BDR) with an interface priority of 1 and Router ID 2.2.2.2. R3 has its interface priority set to 0 and Router ID 3.3.3.3.
A network administrator brings up a fifth router, R5, on the same Ethernet segment with a Router ID of 5.5.5.5 and executes the following commands:
text
R5(config)# interface GigabitEthernet0/0
R5(config-if)# ip ospf priority 255
After R5 establishes FULL adjacencies with the existing routers, which two statements correctly describe the resulting OSPF DR/BDR election state and operation on this segment? (Select TWO.)
Geçerli olan tümünü seçin