IPv4 Static Routing
89 questions
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 engineer is configuring a static route on a Cisco router interface connected to a broadcast multiaccess Ethernet network. If the engineer configures the command using only the egress interface (e.g., `ip route 10.20.30.0 255.255.255.0 GigabitEthernet0/0`) without specifying a next-hop IPv4 address, which network behavior or operational issue will occur?
An administrator is configuring a secondary IPv4 static route on router R1 to reach network via next-hop . A primary static route to the same destination network via next-hop already exists in the active configuration with default settings. The secondary route must serve strictly as a backup and only enter the routing table if the primary path fails. Which Cisco IOS command should be configured on router R1?
A network administrator needs to configure and verify a floating static route for destination network via next-hop IP on a Cisco router. The primary path to this network is currently learned dynamically via EIGRP with an Administrative Distance of . Place the configuration and verification steps in the correct sequential order from first to last.
Drag items to arrange them in the correct order
A Cisco router receives an IPv4 packet destined for . Place the routing table lookup and packet forwarding steps in the correct chronological order from first to last.
Drag items to arrange them in the correct order
An enterprise router learns the path to a remote subnet through EIGRP, which operates with a default administrative distance of . A network engineer needs to configure a backup IPv4 static route to reach this subnet using the next-hop IPv4 address so that the backup route remains inactive until the primary EIGRP path fails. Which Cisco IOS command correctly configures this floating static route?
A network administrator is configuring IPv4 static routes on router R1 to reach destination network . The primary path must forward traffic to the next-hop IP address . A secondary path must act as a floating static backup route using the point-to-point interface Serial0/1/0, forwarding traffic only if the primary path becomes unavailable. Which TWO commands must be configured on router R1 to achieve this objective?
Select all that apply