BSCI – Building Scaleable Cisco Internetworks : 642-901 Exam
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. With the complete collection of questions and answers Q&as with Expert Explanations, 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.
Free Demo DownloadPass4sure offers free demo for 642-901 exam (BSCI – Building Scaleable Cisco Internetworks). You can check out the interface, question quality and usability of our practice exams before you decide to buy it.
QUESTION 26:
EIGRP is being configured on the PassGuide network. After the initial configuration,
the EIGRP routers form relationships with its peer routers. Which three of the
following statements correctly describe these peer relationships? (Select three)
A. EIGRP will form neighbors if the routers are not adjacent
B. EIGRP will not form neighbors if the metric K-values do not match.
C. EIGRP will not form neighbors if the router AS numbers do not match.
D. EIGRP will form neighbors over primary and secondary interface addressing.
E. EIGRP will form neighbors even though hello and hold timers do not match on the
peering interfaces.
Answer: B, C, E
Explanation:
B: To become neighbors the routers metric must be comparable.
C: EIGRP neighbors must have the same AS number.
E: It is possible for two routers to become EIGRP neighbors even though the hello and
hold timers don’t match.
Incorrect Answers:
A: Neighbor discovery/recovery is the process that routers use to dynamically learn of
other routers on their directly attached networks.
D: EIGRP doesn’t build peer relationships over secondary addresses.
Reference: Cisco White Paper, Enhanced Interior Gateway Routing Protocol
http://www.cisco.com/warp/public/103/eigrp1.html
QUESTION 27:
The PassGuide network is an EIGRP network consisting of four links (Link A, Link
B, Link C, & Link D). The costs associated with each link is A=1, B=3, C=2, D=4.
According to the variables below, which link is going to be the feasible successor?
A. Link A
B. Link B
C. Link C
D. Link D
Answer: C
642-901
www.actualtest.org – The Power of Knowing
Explanation:
Link A is the best link and it therefore the successor. Link C is the next best link, and it is
therefore the feasible successor.
Incorrect Answers
A: Link A is the successor, not the feasible successor.
B: Both Link A and Link C are better than Link B.
D: The feasible successor must have Advertised Destination that is less than the Feasible
Distance.
Note: Feasible distance is the best metric along a path to a destination network, including
the metric to the neighbor advertising that path. Reported distance, or advertised distance,
is the total metric along a path to a destination network as advertised by an upstream
neighbor. A feasible successor is a path whose reported distance is less than the feasible
distance.
Reference: Enhanced Interior Gateway Routing Protocol
http://www.cisco.com/warp/public/103/eigrp1.html
QUESTION 28:
Part of the routing table of router CK1 is displayed below:
S 62.99.153.0/24 [1/0] via 209.177.64.130
172.209.12.0/32 is subnetted, 1 subnets
D EX 172.209.1
[170/2590720] via 209.179.2.114, 06:47:28, Serial0/0/0.1239
62.113.17.0/24 is variably subnetted, 2 subnets, 2 masks
D EX 99.3.215.0/24
[170/27316] via 209.180.96.45, 09:52:10, FastEthernet11/0/0
[170/27316] via 209.180.96.44, 09:52:10, FastEthernet11/0/0
25.248.17.0/24
[90/1512111] via 209.179.66.25, 10:33:13, Serial0/0/0.1400001
[90/1512111] via 209.179.66.41, 10:33:13, Serial0/0/0.1402001
62.113.1.0/24 is variably subnetted, 12 subnets, 2 masks
D 62.113.1.227/32
[90/2611727] via 209.180.96.45, 10:33:13, FastEthernet1/0/0
[90/2611727] via 209.180.96.44, 10:33:13, FastEthernet1/0/0
S* 0.0.0.0/0 [1/0] via 209.180.96.14
From analyzing the above command output, what is the administrative distance of
the external EIGRP routes?
A. 24
B. 32
C. 90
D. 170
E. 27316
F. None of the above
642-901
www.actualtest.org – The Power of Knowing
Answer: D
Explanation:
By default an external EIGRP route has a value of 170. By examining the exhibit we see
that this default value of the external EIGRP routes (see D-EX in exhibit) indeed is set to
170. The first value within the brackets display the AD, so with a value of [170/27316]
the AD is 170 and the metric of the route is 27316.
Incorrect Answers:
A, B: This is the subnet mask used for some of the routes in the table.
C: This is the AD of the internal EIGRP routes, which is the default
E: This is the EIGRP metric of the external EIGRP routes.
Reference: What Is Administrative Distance?
http://www.cisco.com/warp/public/105/admin_distance.html
QUESTION 29:
The PassGuide network is shown below, along with the relevant router
configurations:
CK1 # show run
interface Loopback0
ip address 10.10.10.1 255.255.255.0
!
interface Ethernet0
ip address 172.29.1.1 255.255.255.0
media-type 10BaseT
!!
router eigrp 100
redistribute connected
network 172.29.0.0
auto-summary
no eigrp log-neighgbor-changes
!
ip classless
no ip http server
CK2 # show run
interface Ethernet0
ip address 172.29.1.2 255.255.255.0
media-type 10BaseT
!
interface Ethernet1
ip address 172.19.2.2 255.255.255.0
642-901
www.actualtest.org – The Power of Knowing
media-type 10BaseT
!
router eigrp 100
network 172.19.0.0
network 172.29.0.0
!
ip classless
no ip http server
CK3 # show run
interface Ethernet1/0
ip address 172.19.2.3 255.255.255.0
!
router eigrp 100
network 172.19.0.0
auto-summary
no eigrp log-neighbor-changes
!
ip classless
ip http server
With the topology found in the graphic, what will the CK1 loopback 0 be in the CK3
routing table?
A. It will show up in the routing table as D 10.0.0/8.
B. It will show up in the routing table as D EX 10.0.0.0/8.
C. It will show up in the routing table as D 10.0.0./24.
D. It will not show up in CK3 routing table because there is no network command on
CK1 .
Answer: B
Explanation:
Because router CK1 is configured with route redistribution, it will redistribute the
connected loopback network into EIGRP. Because redistributed routes will show up as
external EIGRP routes in the routing table, choice B is correct. Although the loopback
interface is using a /24 subnet mask, EIGRP summarizes at network boundaries by
default so the network will appear as the class A network of 10.0.0.0/8 in the routing
table of the other routers.
Incorrect Answers:
A: The route will be external, since it was redistributed into EIGRP.
C: It will be external because of redistribution, and it will also be summarized since that
is the default behavior of EIGRP.
D: Although it was not configured under the EIGRP network command, it would be
redistributed because it is a connected route.
QUESTION 30:
642-901
www.actualtest.org – The Power of Knowing
EIGRP has been configured as the routing protocol on the PassGuide network.
Which statements are true regarding EIGRP? (Choose three)
A. By default, EIGRP performs auto-summarization across classful network boundaries.
B. EIGRP uses an area hierarchy to increase network scalability
C. To speed convergence, EIGRP attempts to maintain a successor and feasible successor
path for each destination.
D. EIGRP uses hellos to establish neighbor relationships.
E. By default, EIGRP uses the Dijkstra algorithm to determine the best path to
destination network based on bandwidth and delay.
Answer: A, C, D
pass4sure 642-901 Questions and Answers : 353 Q&As
Updated: October 1st , 2008
Price: $129.99 $89.99
Free download:pass4sure ccnp 642-901
Free download:PassGuide ccnp 642-901
Download Latest Passforsure P4S Rapidshare links
- Free PassGuide ccie 350-001 06/25/2008 Download
- Free pass4sure ccnp 642-825 2.85 Download
- Free CCNA 2 – Module 2 Exam Answers Download
- Free the latest update ccnp 642-892 Composite v2.95 Download
- Free CCNA Lab 3 CDP Command Operations Download
- Free pass4sure ccnp iscw 642-825 v2.95 Download
- Free CCNA Exam Dumps (4 Q&As) Download
- Free new question 04.07.2008 ccnp 642-892 Download
- Free pass4sure ccnp 642-892 v3.23 pdf version Download
- Free pass4sure cisco ccnp 642-892 3.27 4shared Download
- Free free PassGuide ccnp bsci 642-901 v2.93 Download
- Free pass4sure ccnp 642-901 2.85 Download
- Free Ccnp Composite 642-892 Pass4sure V2.93 Download
- Free pass4sure ccnp 642-892 v3.23 Download
- Free free PassGuide ccnp bsci 642-901 vce v2.83 Download


[...] http://www.certbible.net/cisco/642-812-293/ Bcmsn 642-812 v2.93 http://www.certbible.net/cisco/642-901-293/ Bsci 642-901 V2.93 http://www.certbible.net/cisco/642-845-293/ [...]
[...] http://www.certbible.net/cisco/642-812-293/ Bcmsn 642-812 v2.93 http://www.certbible.net/cisco/642-901-293/ Bsci 642-901 V2.93 http://www.certbible.net/cisco/642-845-293/ [...]
[...] http://www.certbible.net/cisco/642-812-293/ Bcmsn 642-812 v2.93 http://www.certbible.net/cisco/642-901-293/ Bsci 642-901 V2.93 http://www.certbible.net/cisco/642-845-293/ [...]
thanks for this file
i need CCNP latest dumps
thanx
[...] http://www.certbible.net/p4s/642-901-293.html [...]
Pls, I need 642-873.
Can anyone help me out
can u pls send cna pass4 sure 2.93 version
can u please send ccna pass4 sure 2.93 version
send me the latest dump
hiii …
plz tell me how i can download pass4sure ccnp bsci 642-901 v2.93
thanks you
heard new version 942-812 version 2.95 dumps released… if any on e does ve pls provide me with link… vijeshmp@gmail.com
Dear all,
I want CCNP [ BSCI ] Dumps latest version. so If u have send my mail ID.pls………….sir………….
hello, i need to download latest p4s for 642-901 (BSCI) test.
thanks for posting a valid link
Where is downloading
Dear ,
i want to give bsci 642-901 exam, if any body can provide p4s v2.95. i am waiting for this.
this will be great tahnkful
whre is the thing..
g
need the pdf 642-901 v9.23
Thanx
I need latest BSCI Passforsure dumps.please help me out.
[...] Converged Wide Area Networks Pass4sure Cisco 642-845 ONT – Optimizing Converged Cisco Networks Pass4sure Cisco 642-901 BSCI – Building Scaleable Cisco Internetworks Pass4sure Cisco 642-892 Composite Pass4sure Cisco [...]
[...] Converged Wide Area Networks Pass4sure Cisco 642-845 ONT – Optimizing Converged Cisco Networks Pass4sure Cisco 642-901 BSCI – Building Scaleable Cisco Internetworks Pass4sure Cisco 642-892 Composite Pass4sure Cisco [...]
[...] Description IntroductionExam Number/Code: 642-901 Exam Name: 642-901 Value Pack Our technical expert highly recommend that you buy this [...]
[...] info: PassGuide 642-901 More info: Pass4sure 642-901 TestKing – TestKing Help you pass any it [...]
[...] down: PassGuide 642-901 Free down: Pass4sure 642-901 Free down:Transcender 642-901 Free down:Actualtest 642-901 Share and [...]
[...] pass4sure 642-901 PassGuide 642-901 transcender 642-901 actualtest 642-901 Pass4sure Share and Enjoy: [...]