www.PassGuide.com- Successful for Cisco Certification or Full Refund for you

pass4sure 642-901 BSCI 2.73

Filed under: Pass4sure Cisco — admin @ 1:27 am September 26, 2008
passguide cisco

Building Scalable Cisco Internetworks

Exam Number: 642-901
Associated Certifications: CCNP, CCIP, CCDP
Duration: 90 minutes
Available Languages: English
Click Here to Register: Pearson VUE
Exam Policies: Read current policies and requirements
Exam Tutorial: Review type of exam questions

Exam Description Exam Topics Recommended Training Additional Resources
Exam Description
The Building Scalable Cisco Internetworks (BSCI 642-901) is a qualifying exam for the Cisco Certified Network Professional CCNP®, Cisco Certified Design Professional CCDP®, and Cisco Certified Internetwork Professional CCIP™ certifications. The BSCI 642-901 exam will certify that the successful candidate has important knowledge and skills necessary to use advanced IP addressing and routing in implementing scalability for Cisco ISR routers connected to LANs and WANs. The exam covers topics on Advanced IP Addressing, Routing Principles, Multicast Routing, IPv6, Manipulating Routing Updates, Configuring basic BGP, Configuring EIGRP, OSPF, and IS-IS.

Exam Topics
The following information provides general guidelines for the content likely to be included on the exam. However, other related topics may also appear on any specific delivery of the exam. In order to better reflect the contents of the exam and for clarity purposes the guidelines below may change at any time without notice.

Implement EIGRP operations.
Explain the functions and operations of EIGRP (e.g., DUAL).
Configure EIGRP routing. (e.g., Stub Routing, authentication, etc.)
Verify or troubleshoot EIGRP routing configurations.

Implement multiarea OSPF operations.
Explain the functions and operations of multiarea OSPF.
Configure multiarea OSPF routing. (e.g., Stub, NSSA, authentication, etc.)
Verify or troubleshoot multiarea OSPF routing configurations.

Describe integrated IS-IS.
Describe the features and benefits of integrated IS-IS.
Configure and verify integrated IS-IS.

Implement Cisco IOS routing features.
Describe, configure or verify route redistribution between IP routing IGPs. (e.g., route-maps, default routes, etc.)
Describe, configure or verify route filtering (i.e., distribute-lists and passive interfaces).
Describe and configure DHCP services (e.g., Server, Client, IP helper address, etc.).

Implement BGP for enterprise ISP connectivity
Describe the functions and operations of BGP.
Configure or verify BGP operation in a non-transit AS (e.g., authentication).
Configure BGP path selection. (i.e., Local Preference, AS Path, Weight or MED attributes).

Implement multicast forwarding.
Describe IP Multicast (e.g., Layer-3 to Layer-2 mapping, IGMP, etc.).
Describe, configure, or verify IP multicast routing (i.e., PIM Sparse-Dense Mode).

Implement IPv6.
Describe IPv6 addressing operations.
Describe IPv6 interoperation with IPv4.
Describe, configure or verify OSPF routing with IPv6 addressing.

QUESTION 1
Certkiller 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:
1. ip address 172.16.1.1 255.255.255.
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 Certkiller 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:

TK

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 Certkiller EIGRP routers are attempting to establish themselves as neighbors. Which EIGRP multicast packet type is responsible for neighbor discovery?

A. Update
B. Query

TK

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
Certkiller 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

TK

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 Certkiller 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

Free 642-901 Exams’s PDF Download
Free Testking offers free demo for 642-901 PDF(BSCI – Building Scaleable Cisco Internetworks). You can check out the interface, question quality and usability of our practice exams . We are the only one site can offer demo for almost all BSCI – Building Scaleable Cisco Internetworks.

Recommended Training about 642-901 exam PDF
The following courses are the recommended training for 642-901 exam PDF.
642-901 Q & A with Explanations
642-901 Audio Exam
642-901 Study Guide
642-901 Preparation Lab

Exam Number/Code: 642-901
Exam Name: BSCI – Building Scaleable Cisco Internetworks

“BSCI – Building Scaleable Cisco Internetworks”, also known as 642-901 exam, is a Cisco certification.
Preparing for the 642-901 exam? Searching 642-901 Test Questions, 642-901 Practice Exam, 642-901 Dumps?

With the complete collection of questions and answers, Pass4sure has assembled to take you through 353 Q&As to your 642-901 Exam preparation. In the 642-901 exam resources, you will cover every field and category in CCNP helping to ready you for your successful Cisco Certification.

Questions and Answers : 353 Q&As
Updated: 2008-09-12
Market Price: $129.99
Member Price: $89.99

pass4sure 642-901 BSCI
Interactive Testing Engine Included!
608 Questions
Updated : 09/18/2008
Price : $87.99 $79.99

Free download?pass4sure 642-901 BSCI

Bookmark and Share
PassGuide Braindumps: provides high quality Cisco exam practice questions and Training Materials.Hel you Pass Cisco Certifications passguide cisco exams

Download Free Latest Pass4sure P4S PassForsure Braindumps

  1. Free Pass4sure 642-892 Composite 2.83
  2. Free Pass4sure 350-029 CCIE 2.83
  3. Free Pass4sure 642-661 BGP 2.73
  4. Free Pass4sure 350-020 CCIE 2.73
  5. Free Pass4sure 642-691 BGP+ MPLS 2.83
  6. Free Pass4sure 350-022 CCIE 2.83
  7. Free pass4usre ccie 350-001 2.95
  8. Free Pass4sure 350-026 CCIE 2.95
  9. Free Pass4sure 350-023 CCIE 2.83
  10. Free pass4sure 640-816 ICND2 2.93

3 Comments »

RSS feed for comments on this post. TrackBack URL

Leave a comment