IP Connectivity
493 questions
A network engineer configures an IPv4 static route on a Cisco router using a next-hop IP address: ip route 192.168.50.0 255.255.255.0 10.0.12.2. When the router receives an inbound packet destined for host 192.168.50.25, in what order does the Cisco IOS routing engine process the packet to determine the forwarding path? Arrange the operational steps in the correct chronological sequence from first to last.
Drag items to arrange them in the correct order
A network administrator is reviewing the output of the 'show ip route' command on a Cisco IOS router. Match each routing table component or source code on the left with its correct functional definition on the right.
Click a left item, then click its matching right item
Items
Matches
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?
Fill in the blanks below
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?
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?
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?
An administrator intends to deploy a floating static route on router R1 to serve as a backup path for internal network , 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?
Router R1 learns the destination network dynamically via internal EIGRP, which has a default Administrative Distance (AD) of 90. A network administrator wants to configure a floating static route pointing to next-hop to serve as a backup path when the EIGRP route fails. Which two conditions or behaviors apply to this floating static route implementation? (Select two.)
Select all that apply
A network administrator is configuring static routes on router R1 to reach two remote networks: Subnet A () connected across a point-to-point serial interface (Serial0/0/0), and Subnet B () connected across a multiaccess Ethernet interface (GigabitEthernet0/0, with next-hop IP address ). Which two static route configuration commands follow Cisco IOS best practices and prevent unnecessary ARP resolution overhead?
Select all that apply
Two Cisco routers, R1 and R2, are directly connected via their GigabitEthernet0/0 interfaces on the 192.168.12.0/24 network segment. OSPFv2 is initialized on both routers. R1 has its GigabitEthernet0/0 interface placed into OSPF Area 0, while R2 has its GigabitEthernet0/0 interface placed into OSPF Area 10. All other OSPF interface configurations use default settings. What will be the observed result when an administrator executes the command `show ip ospf neighbor` on R1?
Four routers (R1, R2, R3, and R4) are connected to a shared Ethernet switch in OSPFv2 Area 0. R1 (Router ID 1.1.1.1, interface priority 1) boots up first and completes initialization. Next, R2 (Router ID 2.2.2.2, interface priority 1) boots up and joins the network segment. Several minutes later, R3 (Router ID 3.3.3.3, interface priority 255) and R4 (Router ID 4.4.4.4, interface priority 0) are booted up and added to the OSPF segment. Assuming no OSPF processes are restarted or cleared, which router serves as the Designated Router (DR) on this multiaccess segment?
A network administrator is designing a high-availability default gateway architecture for VLAN 10 (subnet 10.1.10.0/24) using two Layer 3 distribution switches. Switch-1 is configured with physical interface IP address 10.1.10.2/24 and Switch-2 is configured with physical interface IP address 10.1.10.3/24. The administrator is evaluating protocol characteristics between HSRPv2 and VRRPv3. Which two statements correctly describe operational differences and IP addressing rules between these protocols? (Select two.)
Select all that apply
A network administrator configures R1 with a primary dynamic route learned via OSPF (Administrative Distance ) and a floating static backup route (Administrative Distance ) targeting network . Place the operational steps performed by R1 in the correct chronological sequence following an interface link failure on the primary path.
Drag items to arrange them in the correct order
An administrator needs to configure a backup static route on router R1 to reach destination network only if the primary path learned via internal EIGRP (Administrative Distance ) becomes unavailable. The next-hop IPv4 address for the backup path is . Which command must be entered on router R1 to achieve this objective?
A Cisco router's IPv4 routing table contains four active static routes to various destination networks:
- `ip route 0.0.0.0 0.0.0.0 192.168.1.4`
- `ip route 10.10.0.0 255.255.0.0 192.168.1.1`
- `ip route 10.10.4.0 255.255.255.0 192.168.1.2`
- `ip route 10.10.4.16 255.255.255.240 192.168.1.3 110`
When the router receives an IP packet destined for , which next-hop IP address will the router select to forward the packet?
A Cisco router receives an IPv4 packet destined for host . The router's routing table contains a static route configured as `ip route 192.168.2.0 255.255.255.0 10.1.1.2`. Which sequence correctly orders the internal packet processing and recursive routing lookup steps executed by the router from first to last?
Drag items to arrange them in the correct order
An administrator is configuring IPv4 static routes on a Cisco IOS router connected to adjacent networks via both point-to-point serial and multiaccess Ethernet interfaces. Which two statements correctly describe the behavior of these IPv4 static route configurations? (Select two.)
Select all that apply
A network administrator is migrating a VLAN gateway infrastructure from VRRP to HSRP version 2 on Cisco IOS routers. Under the previous VRRP setup, Router R1 had its physical interface IP address configured as and served as the VRRP IP address owner by using as the virtual IP address.
During the migration, the administrator enters the following commands on Router R1's GigabitEthernet0/0 interface:
text
RouterR1(config)# interface gigabitethernet 0/0
RouterR1(config-if)# ip address 192.168.10.1 255.255.255.0
RouterR1(config-if)# standby version 2
RouterR1(config-if)# standby 10 ip 192.168.10.1
What is the outcome of executing the `standby 10 ip 192.168.10.1` command on Router R1?
A network engineer is comparing First Hop Redundancy Protocols (FHRP) for a multi-vendor enterprise network deployment. The evaluation focuses on the operational defaults and protocol parameters of Cisco HSRPv1 and industry-standard VRRPv2. Which two statements accurately describe the operational differences between HSRPv1 and VRRPv2? (Choose two.)
Select all that apply
A network administrator is designing a First Hop Redundancy Protocol (FHRP) deployment for a LAN segment. The design requirement dictates that the virtual default gateway IP address configured for host devices must be identical to the physical IP address assigned to the primary router's GigabitEthernet0/0 interface. Which protocol selection and operational characteristic accurately satisfies this design requirement?