Download Free Cisco CCNP Certification Resources

PassGuide-The best IT certification material provider covers CCNP Exams of Cisco Certification

Testking Cisco CCNP Bsci 642-892 Exam

testking Cisco ccnp 642-892 Exam
Questions & Answers 642-892 – Questions & Answers
Interactive Testing Engine Included!
1008 Questions
Updated : 08/06/2008

New testking 642-892 exam
QUESTION 1
Chinatag uses EIGRP as the primary routing protocol in their network. How does
EIGRP advertise subnet masks for each destination network?
A. EIGRP advertises a fixed length subnet mask for each destination network.
B. EIGRP advertises only a classful subnet mask for each destination network.
C. EIGRP, like IGRP and RIP, does not advertise a subnet mask for each destination
network.
D. EIGRP advertises a prefix length for each destination network.
E. None of the above
Answer: D
Explanation:
Enhanced Interior Gateway Routing Protocol (EIGRP) is a Cisco-proprietary routing
protocol based on IGRP. Unlike IGRP, which is a classful routing protocol, EIGRP supports
CIDR, allowing network designers to maximize address space by using CIDR and VLSM.
Compared to IGRP, EIGRP boasts faster convergence times, improved scalability, and
superior handling of routing loops.
The prefix length field signifies the subnet mask to be associated with the network
number specified in the destination field. Thus, if an EIGRP router is configured as
follows:
Thank you very much for your product Cisco 642-892 Composite, Q&A with explanations. I’ve passed the Exam on last Friday.
1. ip address 172.16.1.1 255.255.255.0
it will advertise 172.16.1.0 with a prefix length of 24.
Likewise, if the router is configured as follows:
1. ip address 172.16.250.1 255.255.255.252
it will advertise 172.16.250.0 with a prefix length of 30.
QUESTION 2
The Chinatag network uses EIGRP. Identify three characteristics of EIGRP feasible
successors? (Select three)
A. Traffic will be load balanced between feasible successors with the same advertised
distance.
B. If the advertised distance of the non-successor route is less than the feasible distance of
best route, then that route is identified as a feasible successor.
C. If the successor becomes unavailable, then the feasible successor can be used immediately
without recalculating for a lost route.
D. The feasible successor can be found in the routing table.
E. A feasible successor is selected by comparing the advertised distance of a
non-successor route to the feasible distance of the best route.
Answer: B, C, E
Explanation:
Once a neighbor relationship has been formed, called an Adjacency, the routers exchange
routing update information and each router builds its own topology table. The Updates contain
all the routes known by the sender. For each route, the receiving router calculates a distance for
that route based on the distance that is conveyed and the cost to that neighbor that advertised
the particular route. If the receiving router sees several routes to a particular network with
different metrics, then the route with the lowest metric becomes the Feasible Distance (FD) to
that network. The Feasible Distance is the metric of a network advertised by the connected
neighbor plus the cost of reaching that neighbor. This path with the best metric is entered into
the routing table because this is the quickest way to get to that network.
With the other possible routes to a particular network with larger metrics, the receiving router
also receives the Reported Distance (RD) to this network via other routers. The Reported
Distance being the total metric along a path to a destination network as advertised by an
upstream neighbor. The Reported Distance for a particular route is compared with the Feasible
Distance that it already has for that route. If the Reported Distance is larger than the Feasible
Distance then this route is not entered into the Topology Table as a Feasible Successor. This
prevents loops from occurring. If the Reported Distance is smaller than the Feasible Distance,
then this path is considered to be a Feasible Successor and is entered into the Topology table.
The Successor for a particular route is the neighbor/peer with the lowest metric/distance to that
network.
If the receiving router has a Feasible Distance to a particular network and it receives an update
from a neighbor with a lower advertised distance (Reported Distance) to that network, then
there is a Feasibility Condition. In this instance, the neighbor becomes a Feasible Successor for
that route because it is one hop closer to the destination network. There may be a number of
Feasible Successors in a meshed network environment, up to 6 of them are entered into the
Topology table thereby giving a number of next hop choices for the local router should the
neighbor with the lowest metric fail. What you should note here, is that the metric for a
neighbor to reach a particular network (i.e. the Reported Distance) must always be less than the
metric (Feasible Distance) for the local router to reach that same network. This way routing
loops are avoided. This is why routes that have Reported Distances larger than the Feasible
Distance are not entered into the Topology table, so that they can never be considered as
successors, since the route is likely to loop back through that local router.
Incorrect Answers:
D: The feasible successors are found in the topology table, but not the active routing table.
E: With EIGRP, traffic is load balanced across equal cost links in the routing table, but not
between feasible successors.
Reference: http://www.rhyshaden.com/eigrp.htm
QUESTION 3
Two Chinatag EIGRP routers are attempting to establish themselves as neighbors.
Which EIGRP multicast packet type is responsible for neighbor discovery?
A. Update
B. Query
C. Acknowledgment
D. Reply
E. Hello
F. None of the above
Answer: E
Explanation:
Remember that simple distance vector routers do not establish any relationship with their
neighbors. RIP and IGRP routers merely broadcast or multicast updates on configured
interfaces. In contrast, EIGRP routers actively establish relationships with their neighbors,
much the same way that OSPF routers do.
EIGRP routers establish adjacencies with neighbor routers by using small hello packets. Hellos
are sent by default every five seconds. An EIGRP router assumes that as long as it is receiving
hello packets from known neighbors, those neighbors (and their routes) remain viable. By
forming adjacencies, EIGRP routers do the following:
1. Dynamically learn of new routes that join their network
2. Identify routers that become either unreachable or inoperable
3. Rediscover routers that had previously been unreachable
QUESTION 4
Chinatag has chosen to use EIGRP for their network routing protocol. Which three
statements are true regarding EIGRP? (Select three)
A. By default, EIGRP uses the Dijkstra algorithm to determine the best path to a
destination network based on bandwidth and delay.
B. To speed convergence, EIGRP attempts to maintain a successor and feasible successor path
for each destination.
C. EIGRP uses hellos to establish neighbor relationships.
D. By default, EIGRP performs auto-summarization across classful network boundaries.
E. EIGRP uses an area hierarchy to increase network scalability.
Answer: B, C, D
Explanation:
EIGRP routers establish adjacencies with neighbor routers by using small hello packets. Hellos
are sent by default every five seconds. An EIGRP router assumes that as long as it is receiving
hello packets from known neighbors, those neighbors (and their routes) remain viable. By
forming adjacencies, EIGRP routers do the following:
1. Dynamically learn of new routes that join their network
2. Identify routers that become either unreachable or inoperable
3. Rediscover routers that had previously been unreachable
EIGRP routers keep route and topology information readily available in RAM so they can react
quickly to changes. Like OSPF, EIGRP keeps this information in several tables, or databases.
* Successor – A successor is a route selected as the primary route to use to reach a
destination. Successors are the entries kept in the routing table. Multiple successors for a
destination can be retained in the routing table.
* Feasible successor – A feasible successor is a backup route. These routes are selected at the
same time the successors are identified, but are kept in the topology table. Multiple feasible
successors for a destination can be retained in the topology table.
EIGRP automatically summarizes routes at the classful boundary, the boundary where the
network address ends as defined by class-based addressing. In most cases, auto summarization
is a good thing, keeping the routing tables as compact as possible
In the presence of discontiguous subnetworks, automatic summarization must be disabled for
routing to work properly. To turn off auto-summarization, use the following command:
Router(config-router)#no auto-summary
QUESTION 5
You need to configure EIGRP on all routers within the Chinatag network. Which two
statements are characteristics of the routing protocol EIGRP? (Select two)
A. Updates are sent as broadcast.
B. Updates are sent as multicast.
C. LSAs are sent to adjacent neighbors.
D. Metric values are represented in a 32-bit format for granularity.
Answer: B, D
Explanation:
EIGRP routers establish adjacencies with neighbor routers by using small hello packets. Hellos
are sent by default every five seconds. An EIGRP router assumes that as long as it is receiving
hello packets from known neighbors, those neighbors (and their routes) remain viable. By
forming adjacencies, EIGRP routers do the following:
1. Dynamically learn of new routes that join their network
2. Identify routers that become either unreachable or inoperable
You have been tasked with setting up summarization in the Chinatag EIGRP
network. Which two statements are true about EIGRP manual summarization?
(Select two)
A. Manual summarization is configured on a per interface basis.
B. When manual summarization is configured, auto-summarization is automatically
disabled by default.
C. The summary address is assigned an administrative distance of 10 by default.
D. Manual summaries can be configured with the classful mask only.
E. The summary address is entered into the routing table and is shown to be sourced from the
Null0 interface.
Answer: A, E
Explanation:
EIGRP automatically summarizes routes at the classful boundary, the boundary where the
network address ends as defined by class-based addressing. In most cases, auto summarization
is a good thing, keeping the routing tables as compact as possible
In the presence of discontiguous subnetworks, automatic summarization must be disabled for
routing to work properly. To turn off auto-summarization, use the following command:
Router(config-router)#no auto-summary
EIGRP also enables manual configuration of a prefix to use as a summary address. Manual
summary routes are configured on a per-interface basis. The interface that will propagate the
route summary must first be selected and then defined with the ip summary-address eigrp
command, which has the following syntax: Router(config-if)#ip summary-address eigrp
autonomous-system-number
ip-address mask administrative-distance
D 2.1.0.0/16 is a summary, 00:00:22, Null0
Notice that the summary route is sourced from Null0, and not an actual interface.
QUESTION 7
Router CK1 4 is configured as an EIGRP stub router. What are three key concepts that
apply when configuring the EIGRP stub routing feature in a hub and spoke network?
(Select three)
A. Stub routers are not queried for routes.
B. A hub router prevents routes from being advertised to the remote router.
C. A stub router should have only EIGRP hub routers as neighbors.
D. EIGRP stub routing should be used on hub routers only.
E. Spoke routers connected to hub routers answer the route queries for the stub router.
F. Only remote routers are configured as stubs.
Answer: A, C, F
Explanation:
The Enhanced Interior Gateway Routing Protocol (EIGRP) Stub Routing feature
improves network stability, reduces resource utilization, and simplifies stub router
configuration.
Stub routing is commonly used in a hub and spoke network topology. In a hub and spoke
network, one or more end (stub) networks are connected to a remote router (the spoke) that is
connected to one or more distribution routers (the hub). The remote router is adjacent only to
one or more distribution routers. The only route for IP traffic to follow into the remote router is
through a distribution router. This type of configuration is commonly used in WAN topologies
where the distribution router is directly connected to a WAN. The distribution router can be
connected to many more remote routers. Often, the distribution router will be connected to 100
or more remote routers. In a hub and spoke topology, the remote router must forward all
nonlocal traffic to a distribution router, so it becomes unnecessary for the remote router to hold
a complete routing table. Generally, the distribution router need not send anything more than a
default route to the remote router.
When using the EIGRP Stub Routing feature, you need to configure the distribution and
remote routers to use EIGRP, and to configure only the remote router as a stub. Only specified
routes are propagated from the remote (stub) router. The router responds to queries for
summaries, connected routes, redistributed static routes, external routes, and internal routes
with the message “inaccessible.” A router that is configured as a stub will send a special peer
information packet to all neighboring routers to report its status as a stub router.
More on:

Using PassGuide online virtual CCNP practice engine, easy to know well CCNP Training knowledge and pass the Cisco CCNP certification exams.

http://www.cisco.com/univercd/cc/td/doc/product/software/ios120/120newft/120limit/120s/120s15/eigrpstb.

QUESTION 8
You want to reduce the amount of EIGRP traffic across low speed links in the
Chinatag network. Which is the most effective technique to contain EIGRP queries?
A. Using a hierarchical addressing scheme
B. Configuring route filters
C. Establishing separate autonomous systems
D. Route summarization
E. None of the above
Answer: D
Explanation:
EIGRP automatically summarizes routes at the classful boundary, the boundary where the
network address ends as defined by class-based addressing. In most cases, auto summarization
is a good thing, keeping the routing tables as compact as possible
In the presence of discontiguous subnetworks, automatic summarization must be disabled for
routing to work properly. To turn off auto-summarization, use the following command:
Router(config-router)#no auto-summary
EIGRP also enables manual configuration of a prefix to use as a summary address. Manual
summary routes are configured on a per-interface basis. The interface that will propagate the
route summary must first be selected and then defined with the ip summary-address eigrp
command, which has the following syntax: Router(config-if)#ip summary-address eigrp
autonomous-system-number
ip-address mask administrative-distance
QUESTION 9
Routers CK1 and CK2 have formed an EIGRP neighbor relationship. In order for two
routers to become EIGRP neighbors, which two values must match? (Select two)
A. K values
B. Delay
C. Autonomous system
D. Hello time
E. Hold time F.
Bandwidth
Answer: A, C
Explanation:
Despite being compatible with IGRP, EIGRP uses a different metric calculation and hop-count
limitation. EIGRP scales the IGRP metric by a factor of 256. That is because EIGRP uses a metric
that is 32-bits long, and IGRP uses a 24-bit metric. By multiplying or dividing by 256, EIGRP can
easily exchange information with IGRP.
EIGRP also imposes a maximum hop limit of 224, which is slightly less than the 255 limit for IGRP
However, this is more than enough to support most of the largest internetworks. To
QUESTION 10
Chinatag uses EIGRP as their internal routing protocol. Which three statements are true
about EIGRP operation? (Select three)
A. The maximum metric for the specific routes is used as the metric for the summary
route.
B. When summarization is configured, the router will also create a route to null 0.
C. The summary route remains in the route table, even if there are no more specific
routes to the network.
D. Automatic summarization across major network boundaries is enabled by default.
E. Summarization is configured on a per-interface level.
Answer: B, D, E
Explanation:
EIGRP automatically summarizes routes at the classful boundary, the boundary where the
network address ends as defined by class-based addressing. In most cases, auto summarization
is a good thing, keeping the routing tables as compact as possible
In the presence of discontiguous subnetworks, automatic summarization must be disabled for
routing to work properly. To turn off auto-summarization, use the following command:
Router(config-router)#no auto-summary
EIGRP also enables manual configuration of a prefix to use as a summary address. Manual
summary routes are configured on a per-interface basis. The interface that will propagate the
summary routes are configured on a per-interface basis. The interface that will propagate the
route summary must first be selected and then defined with the ip summary-address eigrp
command, which has the following syntax: Router(config-if)#ip summary-address eigrp
autonomous-system-number
ip-address mask administrative-distance

Cisco 642-892 Braindumps Introduction: Ultimate resource for 642-892 Braindumps
Acquiring new certifications are becoming a huge task in the field of I.T. These certifications are not easy to attain as they require professionalism and a complete dedication towards the study. More over these exams are now continuously updating and accepting this challenge is itself a task. This Cisco 642-892 braindumps exam is an important part of Cisco certifications and at Composite testking 642-892 braindumps we have the resources to prepare you for this. The 5 exam is essential and core part of Cisco certifications and once you clear the exam you will be able to solve the real time problems yourself.

Free down:
1. Download Link: Click here to download file

http://rapidshare.com/files/137021153/TestKing_Cisco_642-892_exam.rar.html

New testking 642-892 exam

password:www.ciscoexams.org

passguide

PassGuide CCNP Practice Test Questions

5 Responses to “Testking Cisco CCNP Bsci 642-892 Exam”

  1. Testking cisco ccnp Exams « Free latest Testking Rapidshare dumps Says:

    [...] Exam Track for CCNP: testking 642-892 Composite exam for Building Scalable Cisco Internetworks (BSCI)/Building Cisco Multilayer Switched [...]

  2. testking ccnp exam | Free Latest pass4sure Testking Testinside Rapidshare vce Dumps Says:

    [...] Exam Track for CCNP: testking 642-892 Composite exam for Building Scalable Cisco Internetworks (BSCI)/Building Cisco Multilayer Switched [...]

  3. Offer testking cisco ccnp exams | Free Latest Tk Rapidshare Vce Dumps Says:

    [...] Exam Track for CCNP: testking 642-892 Composite exam for Building Scalable Cisco Internetworks (BSCI)/Building Cisco Multilayer Switched [...]

  4. cisco exams Says:

    Testking 642-892 Exam will provide you with exam simulation questions and actual answers that reflect the actual exam. These Testking 642-892 simulation questions and answers provide you with the experience of taking the actual test. Testking 642-892 Exam is not just simulation questions and answers. They are your access to high technical expertise and accelerated learning capacity. Testking 642-892 questions have detailed explanations for every answer and thus ensures that you fully understand the questions and the concept behind the questions.
    Product 642-892 Description
    [questions and answers]

    Exam Number:642-892
    Exam Name:SUN Certification – Sun Certified Security Administrator for the Solaris 10 OS

    Where can you buy the 642-892 exam online?
    We recommend Testking 642-892 Testing Engine which will help you pass the 642-892 exam.

    TestkingDemo 642-892 Exam Details

    * Comprehensive questions with complete details about Testking 642-892 exam
    * Tested by many real exams before publishing
    * Verified Testking 642-892 Answers Researched by Industry Experts
    * Testking 642-892 exam questions accompanied by exhibits
    * Drag and Drop questions as experienced in the Real Testking 642-892 vce Exams

    642-892 Audio Exam
    642-892 Study Guide
    642-892 Preparation Lab
    642-892 Brindumps
    642-892 pdf
    642-892 download
    642-892 torrent

    How to prepare for 642-892exam?

    We designed Testking 642-892S imulation kit to help you get certified effortlessly. Now you don’t need to spend your time and money searching for Testking 642-892 certification materials, books, etc., Testking 642-892exam simulation contains everything you need to get certified. Just follow the instructions, focus on the study material and getting certified will be easy.

  5. Wimax Beh Says:

    Good information, thanks very much.

Leave a Reply

7 SEO, Dog Pictures, Dog Photos, Puppy Pictures, Puppy Photos