Ip Routing.2.columns
Ip Routing.2.columns
Ip Routing.2.columns
Which of the following statements are true regarding the View Answer Workspace Report Discuss in Forum
command ip route 172.16.4.0 255.255.255.0
192.168.4.2? 3. Which statement is true regarding classless routing
protocols?
1. The command is used to establish a static route.
2. The default administrative distance is used.
1. The use of discontiguous networks is not
3. The command is used to configure the default
allowed.
route.
2. The use of variable length subnet masks is
4. The subnet mask for the source address is
permitted.
255.255.255.0.
3. RIPv1 is a classless routing protocol.
4. IGRP supports classless routing within the same
autonomous system.
A. 1 and 2
5. RIPv2 supports classless routing.
B. 2 and 4
A. 1, 3 and 5
C. 3 and 4
B. 3 and 4
D. All of the above
C. 2 and 5
Answer & Explanation
Answer: Option C
Although answer D almost seems right, it is not; the
mask is the mask used on the remote network, not the Explanation:
source network. Since there is no number at the end of
the static route, it is using the default administrative
Classful routing means that all hosts in the internetwork
distance of 1.
use the same mask. Classless routing means that you
can use Variable Length Subnet Masks (VLSMs) and can
View Answer Workspace Report Discuss in Forum
also support discontiguous networking.
2. Which command displays RIP routing updates? View Answer Workspace Report Discuss in Forum
A. show ip route
4. You have the following routing table. Which of the
following networks will not be placed in the neighbor
B. debug ip rip
routing table?
C. show protocols
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,
D. debug ip route
Serial0
172.16.0.0/24 is subnetted, 1 subnets
Answer & Explanation C 172.16.30.0 is directly connected,
Loopback0
R 192.168.20.0/24 [120/1] via 192.168.40.1,
Answer: Option B
00:00:12, Serial0
R 10.0.0.0/8 [120/15] via 192.168.40.1,
00:00:07, Serial0
Explanation:
C 192.168.50.0/24 is directly connected,
Ethernet0
The debug ip rip command is used to show the
Internet Protocol (IP) Routing Information Protocol (RIP)
A. 172.16.30.0
updates being sent and received on the router.
received.
B. 192.168.30.0 View Answer Workspace Report Discuss in Forum
Answer: Option C
The update will be ignored and no further
B.
action will occur.
Explanation:
The network 10.0.0.0 cannot be placed in the next The updated information will replace the
C.
router's routing table because it already is at 15 hops. existing routing table entry.
One more hop would make the route 16 hops, and that is
not valid in RIP networking. The existing routing table entry will be deleted
from the routing table and all routers will
View Answer Workspace Report Discuss in Forum D.
exchange routing updates to reach
convergence.
5. What is split horizon? Answer & Explanation
Answer: Option C
Corp#sh ip route
[output cut]
R 192.168.215.0 [120/2] via 192.168.20.2, Explanation:
00:00:23, Serial0/0
R 192.168.115.0 [120/1] via 192.168.20.2,
00:00:23, Serial0/0 Static routes have an administrative distance
R 192.168.30.0 [120/1] via 192.168.20.2,
of 1 by default. Unless you change this, a
00:00:23, Serial0/0
C 192.168.20.0 is directly connected, static route will always be used over any
Serial0/0 other found route. IGRP has an
C 192.168.214.0 is directly connected,
FastEthernet0/0 administrative distance of 100, and RIP has
an administrative distance of 120, by
default.
A. The packet will be discarded. 11. What is route poisoning?
The packet will be routed out the S0/0 It sends back the protocol received
B. A. from a router as a poison pill,
interface.
which stops the regular updates.
Since the routing table shows no route to the Answer & Explanation
192.168.22.0 network, the router will discard the packet
and send an ICMP destination unreachable message out Answer: Option D
interface FastEthernet 0/0, which is the source LAN
where the packet originated from. Explanation:
View Answer Workspace Report Discuss in Forum Another way to avoid problems caused by
inconsistent updates and to stop network
10. loops is route poisoning. When a network
If your routing table has a static, a RIP, and
goes down, the distance-vector routing
an IGRP route to the same network, which
protocol initiates route poisoning by
route will be used to route packets by
advertising the network with a metric of 16,
default?
or unreachable (sometimes referred to as
infinite).
View Answer Workspace Report Discuss in Forum
It has a lower administrative 14. What does RIPv2 use to prevent routing
A.
distance than RIPv1.
loops?
Explanation:
C. 2 and 5
IGRP has a lower administrative View Answer Workspace Report Discuss in Forum
B.
distance.
15. Which two of the following are true regarding
RIP has a higher metric value for the distance-vector and link-state routing
C.
that route. protocols?
D. The IGRP route has fewer hops. 1. Link state sends its complete routing
table out all active interfaces on
Answer & Explanation
periodic time intervals.
2. Distance vector sends its complete
Answer: Option B
routing table out all active interfaces
on periodic time intervals.
Explanation: 3. Link state sends updates containing
the state of its own links to all
RIP has an administrative distance (AD) of routers in the internetwork.
120, while IGRP has an administrative 4. Distance vector sends updates
distance of 100, so the router will discard any containing the state of its own links
to all routers in the internetwork. 17. Network 206.143.5.0 was assigned to the Acme
Company to connect to its ISP. The administrator of
Acme would like to configure one router with the
A. 1 only commands to access the Internet. Which commands
could be configured on the Gateway router to allow
B. 3 only Internet access to the entire network?
Explanation:
A. 1 only
C. 2, 3 and 5
Answer: Option B
Explanation: