IP Connectivity
493 questions
A router learns the destination network dynamically via RIPv2 with a default Administrative Distance of . A network engineer needs to configure a floating static backup route for this network via next-hop IP address . The backup route must only enter the routing table if the primary RIP route fails. Complete the Cisco IOS configuration command to assign an Administrative Distance of to the floating static route.
Fill in the blanks below
When establishing an OSPFv2 neighbor relationship between two Cisco routers on a broadcast multiaccess network, which parameter in the Hello packet must match on both routers?
An enterprise router R1 learns a primary path to the remote network dynamically through OSPF with an Administrative Distance of 110. A network administrator needs to configure a floating static backup route to via the next-hop IPv4 address . Which TWO statements accurately describe the requirements and operational behavior of this IPv4 static route configuration? (Select two.)
Select all that apply
Refer to the following partial IPv4 routing table output from a Cisco router:
text
Gateway of last resort is 192.168.1.1 to network 0.0.0.0
S* 0.0.0.0/0 [1/0] via 192.168.1.1
O 172.16.0.0/16 [110/50] via 10.1.1.1, 01:14:22, GigabitEthernet0/0/1
D 172.16.35.0/24 [90/2172416] via 10.2.2.2, 00:42:10, GigabitEthernet0/0/2
S 172.16.35.32/27 [1/0] via 10.3.3.3
O 172.16.35.40/29 [110/30] via 10.4.4.4, 00:08:15, GigabitEthernet0/0/3
A packet with a destination IP address of arrives at the router. Which two statements correctly describe how the router makes its forwarding decision for this packet? (Select two.)
Select all that apply
A network administrator is troubleshooting an OSPFv2 neighbor relationship between two Cisco routers, Edge-R1 and Core-R1. Running the command 'show ip ospf neighbor' on Edge-R1 indicates that Core-R1 is persistently stuck in the INIT state. Verification confirms that both router interfaces are assigned to Area 0, have matching IP subnet masks, and share identical Hello and Dead timer intervals. Which underlying condition is the most likely cause of the neighbor relationship remaining stuck in the INIT state?
An engineer is troubleshooting OSPFv2 neighbor establishment between Router-Edge1 and Router-Edge2 over their directly connected GigabitEthernet0/0/1 link. The running configurations for both routers are provided below:
text
[Router-Edge1]
interface Loopback0
ip address 10.255.255.1 255.255.255.255
shutdown
!
interface Loopback1
ip address 172.16.10.1 255.255.255.255
!
interface GigabitEthernet0/0/1
ip address 192.168.12.1 255.255.255.252
ip mtu 1500
ip ospf hello-interval 10
ip ospf dead-interval 40
ip ospf 1 area 0
!
router ospf 1
router-id 1.1.1.1
[Router-Edge2]
interface Loopback0
ip address 10.255.255.2 255.255.255.255
!
interface GigabitEthernet0/0/1
ip address 192.168.12.2 255.255.255.252
ip mtu 1400
ip ospf hello-interval 10
ip ospf dead-interval 30
ip ospf 1 area 0
!
router ospf 1
Based on these configurations, which TWO statements accurately describe the OSPFv2 neighbor behavior and Router ID operation between these routers? (Select TWO.)
Select all that apply
A network administrator is configuring an IPv4 static route on router R1 to reach the remote network across an Ethernet multiaccess segment. After issuing the command `ip route 10.10.40.0 255.255.255.0 GigabitEthernet0/0`, the administrator observes high CPU utilization and a large ARP table on R1 because the router attempts to resolve ARP for every individual destination host address in the remote network. Which command modification correctly resolves this issue while maintaining reachability?
A network engineer is configuring first-hop redundancy for VLAN 20 on two Cisco IOS routers, R1 and R2. Interface GigabitEthernet0/0 on R1 is assigned IPv4 address 10.20.0.2/24, and GigabitEthernet0/0 on R2 is assigned 10.20.0.3/24. The engineer attempts to configure HSRP group 20 on R1 using the command `standby 20 ip 10.20.0.2`. The Cisco IOS CLI rejects the command with an error message. However, when configuring VRRP using `vrrp 20 ip 10.20.0.2`, the command is accepted successfully. What fundamental operational difference between HSRP and VRRP causes this behavior?
A network engineer is configuring an IPv4 static route on router R1 to reach destination network . The path connects through an Ethernet broadcast multi-access interface (GigabitEthernet0/1) to the next-hop router address . Which command configures a fully specified static route that prevents recursive lookup overhead while avoiding excessive Address Resolution Protocol (ARP) table expansion on the multi-access segment?
A network administrator configures OSPFv2 across four Cisco routers connected to a single Ethernet switch on a broadcast multiaccess segment. After allowing time for network convergence, the administrator issues the `show ip ospf neighbor` command on Router R3, which is neither the Designated Router (DR) nor the Backup Designated Router (BDR). The output shows that the neighbor relationship with Router R4 (also a DROther) is in the `2WAY/DROTHER` state. Which statement correctly describes this scenario?
A network administrator configures a static route using only a next-hop IP address. Place the operational steps in the correct order that a Cisco IOS router performs to process and forward a packet using this recursive static route.
Drag items to arrange them in the correct order
A Cisco router initializes OSPFv2 process 100 with no explicitly configured router ID and no active loopback interfaces. The router has three physical interfaces configured with the following IPv4 addresses and operational states:
- GigabitEthernet0/0: 10.200.15.1/24 (Status: up, Line Protocol: up)
- GigabitEthernet0/1: 172.25.1.254/16 (Status: up, Line Protocol: up)
- GigabitEthernet0/2: 192.168.50.5/30 (Status: up, Line Protocol: down)
Which IPv4 address will OSPFv2 select as the Router ID when the routing process starts?
An engineer inspects the OSPFv2 operational status of interface GigabitEthernet0/0 on router R1 using the `show ip ospf interface` command:
text
GigabitEthernet0/0 is up, line protocol is up
Internet Address 192.168.1.10/24, Area 0
Process ID 1, Router ID 192.168.1.10, Network Type BROADCAST, Cost: 1
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 active Designated Router (10.3.3.3) reboots and leaves the network, which role will router R1 assume?
A Cisco router relies on OSPF (administrative distance 110) to reach destination network . A backup path is connected via next-hop IPv4 address . The network engineer must configure a floating static route so that traffic uses this secondary link only when the primary OSPF path becomes unavailable. Which command correctly configures this backup static route?
Match each OSPFv2 interface configuration command or operational trait on the left with its corresponding network type property or election behavior on the right.
Click a left item, then click its matching right item
Items
Matches
Router R1 and Router R2 are directly connected via their GigabitEthernet0/0 interfaces. An administrator configures OSPFv2 on both interfaces in Area 0. On R1, GigabitEthernet0/0 uses default OSPF timers (Hello 10 seconds, Dead 40 seconds). On R2, the Hello timer is manually set to 15 seconds and the Dead timer to 60 seconds. What will be the outcome of this OSPFv2 configuration between R1 and R2?
A network engineer is configuring router R1 to maintain redundant connectivity to an upstream ISP. R1 currently learns a default route () via OSPF, which has a default Administrative Distance of 110. The engineer needs to configure a floating static default route using the next-hop IP address over a secondary link so that it serves strictly as a backup if the OSPF path fails. Which TWO of the following statements accurately describe the configuration or operational behavior of this floating static route?
Select all that apply
A network engineer is configuring OSPFv2 on a broadcast multiaccess Ethernet network segment connecting two Cisco routers. Which two parameters must match between the connected router interfaces for an OSPFv2 neighbor adjacency to form successfully? (Select two.)
Select all that apply
An engineer inspects the OSPFv2 neighbor status on router R1, which is connected to a shared Ethernet segment alongside routers R2, R3, and R4. The command output on R1 displays the following neighbor table:
text
Neighbor ID Pri State Dead Time Address Interface
2.2.2.2 1 FULL/DR 00:00:33 192.168.1.2 GigabitEthernet0/0
3.3.3.3 1 FULL/BDR 00:00:36 192.168.1.3 GigabitEthernet0/0
4.4.4.4 255 FULL/DROTHER 00:00:31 192.168.1.4 GigabitEthernet0/0
The administrator wants R4 (Router ID 4.4.4.4) to become the Designated Router (DR) on this network segment without changing any interface priorities. Which action will force a new DR election across the segment?
A border router receives a primary IPv4 route for destination network via external BGP (eBGP), which has an administrative distance of . The network engineer must configure a backup floating static route via next-hop IPv4 address that remains inactive in the routing table unless the primary eBGP path becomes unavailable. Which command must be configured on the border router to achieve this requirement?