Curioustab
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
Aptitude
General Knowledge
Verbal Reasoning
Computer Science
Interview
Take Free Test
IP Routing Questions
Route selection by administrative distance: If a routing table contains a static route, a RIP route, and an IGRP route to the same destination network, which route will the router prefer by default?
Controlling RIP advertisements: Which command suppresses RIP updates from being sent out a specific interface while still allowing that interface to receive RIP updates (i.e., passive on that interface)?
Concept of route poisoning: In distance-vector routing, what does the term “route poisoning” specifically describe when a link or network goes down?
Configuring a small network's Internet edge: Given ISP-assigned network 206.143.5.0 for Acme Company and a single gateway router, which set of commands on the gateway would be sufficient to allow Internet access for the site (choose among the listed lines)? Provided lines: Gateway(config)# ip route 0.0.0.0 0.0.0.0 206.143.5.2 Gateway(config)# router rip Gateway(config-router)# network 206.143.5.0 Gateway(config-router)# network 206.143.5.0 default
RIPv2 characteristics: Which statement is accurate about Routing Information Protocol version 2 (RIPv2) when compared with RIPv1?
Routing Fundamentals — Split Horizon (Distance-Vector Loop Prevention) In distance-vector routing (for example, RIP), what is the precise meaning of the split horizon rule?
RIP + Split Horizon — Which Route Will NOT Be Advertised Back to the Neighbor? Given the routing table excerpt below (learned via RIP on Serial0 from neighbor 192.168.40.1), which single network will NOT be advertised back to that same neighbor due to the split horizon rule? R 192.168.30.0/24 [120/1] via 192.168.40.1, 00:00:12, Serial0 C 192.168.40.0/24 is directly connected, Serial0 C 172.16.30.0/24 is directly connected, Loopback0 C 192.168.50.0/24 is directly connected, Ethernet0
Administrative Distance vs. Metric — Why an IGRP Route Beats RIP in the RIB When a network is learned by both RIP and IGRP, why does the routing table install the IGRP route (flagged as IGRP) instead of the RIP route?
RIP Behavior — Receiving a Higher-Cost Path for an Existing Network Two directly connected routers run RIP. If a router receives an update that advertises a higher-cost (larger hop count) path to a destination that already exists in its routing table with a lower cost, what does RIP do?
Distance-Vector vs. Link-State — Identify the True Statements Consider the following statements: Link-state sends its complete routing table out all active interfaces on periodic intervals. Distance-vector sends its complete routing table out all active interfaces on periodic intervals. Link-state sends updates containing the state of its own links to all routers in the internetwork. Distance-vector sends updates containing only the state of its own links to all routers in the internetwork. Which combination is correct?
RIP Metric of 16 — What Does debug ip rip Reveal? You enable debug ip rip and see network 172.16.10.0 being advertised to your router with metric 16. What does a RIP metric of 16 indicate for that route?
RIPv2 Loop-Prevention Toolkit — Choose the Mechanisms Used Which of the following mechanisms are used by RIPv2 to help prevent routing loops? (Items: 1) CIDR, 2) Split horizon, 3) Authentication, 4) Classless masking, 5) Holddown timers)
IGRP Path Selection — Default Composite Metric Inputs Which default metric components does IGRP consider when computing the best path to a remote network? (Items: 1) Hop count, 2) MTU, 3) Cumulative interface delay, 4) STP, 5) Path bandwidth value)
Operational Verification — Command That Shows RIP Updates On a Cisco router, which command displays real-time RIP routing updates and advertisements for troubleshooting?
Classless Routing Protocols — Identify the True Statements Evaluate the following statements about classless routing protocols: The use of discontiguous networks is not allowed. The use of variable-length subnet masks (VLSM) is permitted. RIPv1 is a classless routing protocol. IGRP supports classless routing within the same autonomous system. RIPv2 supports classless routing. Which combination is correct?
Cisco routing decision scenario: The Corporate router receives an IPv4 packet with source 192.168.214.20 and destination 192.168.22.3. Based on the following 'show ip route' output, what action will the router take? Corp#sh ip route [output cut] R 192.168.215.0 [120/2] via 192.168.20.2, 00:00:23, Serial0/0 R 192.168.115.0 [120/1] via 192.168.20.2, 00:00:23, Serial0/0 R 192.168.30.0 [120/1] via 192.168.20.2, 00:00:23, Serial0/0 C 192.168.20.0 is directly connected, Serial0/0 C 192.168.214.0 is directly connected, FastEthernet0/0
Static route syntax understanding: For the command ip route 172.16.4.0 255.255.255.0 192.168.4.2, which statements are true?