CertCities.com -- The Ultimate Site for Certified IT Professionals
Free CertCities.com Newsletter via E-mail Share share | bookmark | e-mail
  Microsoft®
  Cisco®
  Security
  Oracle®
  A+/Network+"
  Linux/Unix
  More Certs
  Newsletters
  Salary Surveys
  Forums
  News
  Exam Reviews
  Tips
  Columns
  Features
  PopQuiz
  RSS Feeds
  Press Releases
  Contributors
  About Us
  Search
 

Advanced Search
  Free Newsletter
  Sign-up for the #1 Weekly IT
Certification News
and Advice.
Subscribe to CertCities.com Free Weekly E-mail Newsletter
CertCities.com

See What's New on
Redmondmag.com!

Cover Story: IE8: Behind the 8 Ball

Tech-Ed: Let's (Third) Party!

A Secure Leap into the Cloud

Windows Mobile's New Moves

SQL Speed Secrets


CertCities.com
Let us know what you
think! E-mail us at:



 
 
...Home ... Editorial ... Pop Quiz ..Pop Quiz Article Friday: April 4, 2014


Cisco Exam #642-801: BSCI (Transcender)
Practice your advanced IP addressing and routing skills in implementing scalability for Cisco routers for your CCNP, CCDP or CCIP with these 20 sample questions.


courtesy of   Transcender

Question:
1. Which BGP attribute is an optional nontransitive attribute?

···> read answer

2. Which configuration command should you use to activate a BGP session with another router using the remote AS number 300 and the neighbors IP address 128.1.1.1?

···> read answer

3. You are configuring an IP router in an EIGRP autonomous system. Which command should you use to configure 165.165.0.0 as the default network?

···> read answer

4. Which command should you use to display area-ID and adjacency information in an OSPF network?

···> read answer

5. Which BGP term describes connectivity to two or more ISPs?

···> read answer

6. Which command should you use to display the status of each Frame Relay virtual connection on an IS-IS network?

···> read answer

7. Which command should you use to display the router interactions during the hello, exchange, and the flooding processes on an OSPF network?

···> read answer

8. Which routing protocols are classful? (Choose two.)

a. BGP

b. OSPF

c. IGRP

d. IS-IS

e. RIPv2

f. RIPv1

g. EIGRP

···> read answer

9. What are the two RFC-compliant operating modes for OSPF over NBMA topologies? (Choose two.)

a. Broadcast

b. Point-to-point

c. Point-to-multipoint

d. Nonbroadcast multiaccess

e. Point-to-multipoint nonbroadcast

···> read answer

10. Which requirements must be satisfied to configure a virtual link between two OSPF routers? (Choose two.)

a. Both routers must be ASBRs.

b. One router must be an ASBR.

c. At least one router must be in a stub area.

d. The two routers must share a common area.

e. At least one router must be an ABR to the backbone area.

···> read answer

11.

LSA types
[Click on image for larger view.]

Match the LSA types to their roles.

···> read answer

12. Which routing protocol should you use if you need to integrate ISO Connectionless Network Services (CLNS) and IP routing into a single protocol for the highest efficiency?

a. OSPF

b. IS-IS

c. ISO-IGRP

d. Integrated IS-IS

···> read answer

13. Which statements about BGP route reflector design are true? (Choose three.)

a. An AS can be divided into multiple clusters.

b. Only one route reflector per cluster can exist.

c. At least one route reflector per cluster must exist.

d. Route reflectors generally are fully meshed with IBGP.

e. No IGP can be used when a route reflector is implemented.

···> read answer

14.

EIGRP
[Click on image for larger view.]

RouterA is the hub router in a hub-and-spoke topology Frame Relay network. No subinterfaces are configured on the serial interfaces. What value should be used to configure the bandwidth parameter on the serial 0 interface of RouterA to support EIGRP routing?

a. default

b. 256 kbps

c. 320 kbps

d. 768 kbps

e. 1280 kbps

···> read answer

15. What is the default interface metric on a Cisco router that is implementing IS-IS?

a. 0

b. 1

c. 10

d. 6 bits (up to 63)

e. 10 bits (up to 1023)

···> read answer

16. At which layer is the majority of a well-designed network's access control policy implemented?

a. Core

b. User

c. Access

d. Distribution

···> read answer

17.

BGM Autosum
[Click on image for larger view.]

You are investigating why router RouterA does not include the 172.16.0.0 network in its BGP advertisements. The exhibit contains portions of RouterA's configuration and IP routing table. Which statement identifies why this subnet does not appear in the BGP advertisements?

a. BGP synchronization is enabled by default.

b. The no auto-summary command is used.

c. The 172.16.31.0/24 network was learned through BGP.

d. The 10.1.2.3 IP address was not defined as a BGP neighbor.

···> read answer

18. In addition to ISIS, which three common IGPs support discontiguous subnets?

···> read answer

19. What is the default OSPF interface priority?

···> read answer

20. Which type of IS-IS router is equivalent to an OSPF internal router and is responsible for routing to end systems within the area in an IS-IS domain?

···> read answer

1. MED (multi-exit-discriminator)


2. neighbor 128.1.1.1 remote-as 300


3. ip default-network 165.165.0.0


4. show ip ospf interface


5. multihoming


6. show frame-relay map


7. debug ip ospf


8. Answers C and F are correct. RIPv1 and IGRP are classful routing protocols. This means that subnet masks (routing masks) are not sent in the periodic routing updates.

OSPF, EIGRP, RIPv2, IS-IS, and BGP are classless routing protocols. These protocols include the subnet mask information in route advertisements. (Even though EIGRP and BGP are classless, in many ways they will act as if they were classful unless they are configured with the no auto-summary command.)

Older routing protocols tend to be classful, whereas newer routing protocols tend to be classless. The older, classful routing protocols were designed in an IP world where organizations owned class A, B, or C address ranges. Today, the Internet is considered classless, and organizations can be assigned address ranges that are not equivalent to class A, B, or C ranges, such as 65.1.8.0/24. Classless routing protocols work better in today's classless IP world, though under the right conditions, a classful routing protocol is appropriate.


9. Answers C and D are correct. Cisco routers support these modes for OSPF operation over NBMA topologies in compliance with RFC 2328:

1. Nonbroadcast multiaccess
2. Point-to-multipoint

Cisco also supports three additional operating modes:

3. Point-to-multipoint nonbroadcast (This is an extension of the RFC-compliant mode.)
4. Broadcast
5. Point-to-point

The OSPF operating modes govern how neighbor relationships are formed, especially whether or not DRs and BDRs are elected. Choosing the correct operating mode can be important for proper functioning of OSPF in NBMA environments such as Frame Relay or ATM.

While only some OSPF modes are compliant with RFC 2328, use of a non-RFC compliant mode does not mean that the routers cannot interoperate with non-Cisco routers. Often they will interoperate so long as all information in the hello packets is consistent among neighbors.

For more information, go here.


10. Answers D and E are correct. To establish a virtual link, two routers must share a common area, and one must be in the backbone area.

Virtual links are a work-around to the necessity that all areas touch the backbone area, and thus that all ABRs be in area 0. The virtual link creates a connection between two distant routers so that the router not connected to the backbone can receive the database of backbone area 0. Consequently, that ABR becomes a virtual member of area 0.

It is not required that one of the routers be an ASBR, nor must one be in a stub area.

For more information, go here.


11. The seven major OSPF LSA types include the following:

  • Type 1 - Also known as router LSA, type 1 LSAs advertise the states of the links directly connected to the router. These LSAs are flooded into the local area.
  • Type 2 - Also known as network LSAs, type 2 LSAs are generated for each transit network within an area. A transit network is any network with at least two OSPF attached routers. The type 2 LSA contains the router IDs of all OSPF routers connected to the transit network and the subnet masks used on the transit networks. On broadcast multi-access networks the DR is responsible for the generation of type 2 LSAs. Type 2 LSAs are flooded only within the local area.
  • Type 3 - Also known as summary LSAs, type 3 LSAs are generated by area border routers (ABR) and they describe the networks and masks of other areas in the AS. Type 2 LSAs are converted into Type 3 LSAs by the ABR. They are then flooded to all areas in the AS.
  • Type 4 (not listed in figure) - Also known as summary LSAs, type 4 LSAs advertise an autonomous system border router (ASBR) to the rest of the AS. These LSAs are generated by the ABR and flooded throughout the AS. When an ASBR sends an LSA type 1 the ABR for the area converts this type 1 to a type 4 before flooding the AS.
  • Type 5 - Also known as external LSAs, type 5 LSAs advertise networks external to the AS. These LSAs are flooded throughout the AS and are generated by the ASBR.
  • Type 6 - Also known as multicast LSAs, type 6 LSAs are specialized LSAs used in multicast OSPF.
  • Type 7 - Also known as NSSA LSAs, type 7 LSAs are used to advertise external networks from a Not-So-Stubby area.

For more information, go here.


12. Answer D is correct. Integrated IS-IS integrates ISO Connectionless Network Services (CLNS) and IP routing into a single protocol for the highest efficiency. Integrated IS-IS is a dynamic link-state routing protocol. It can route CLNS traffic, IP traffic, or both CLNS and IP traffic.

  • IS-IS is used to transport CLNS traffic between intermediate systems.
  • OSPF does not use CLNS.
  • ISO-IGRP uses distance vector technology and is not as efficient as Integrated IS-IS.

For more information, go here.


13. Answers A, C and D are correct. An AS can have more than one cluster, and each cluster can have one or more route reflectors. Route reflectors generally are fully meshed with IBGP. An IGP is still used to carry local routes and next-hop addresses. Remember the terminology: route reflectors are the routers that are reflecting the routes and clients are the ones with only IBGP connections to the route reflectors.

While the route reflectors are generally fully meshed, they can be a part of a hierarchy of route reflectors that branch out, and, thus, not always part of a full mesh.

For more information, go here.


14. Answer C is correct. When calculating the bandwidth of the hub's serial interface, if the CIRs of the circuits to the spoke routers vary, you should multiply the smallest CIR times the number of circuits.

For example, if four out of five circuits are 128 kbps and the fifth one is 64 kbps, the bandwidth setting on the hub router's Frame Relay interface should be set to 320 kbps. EIGRP will divide this bandwidth equally among the neighbors.

The practice of using the least CIR in the calculation will ensure that the router with the least bandwidth will not be over driven, which could occur if the highest CIR was used. The previous solution does not permit the hub router to fully utilize the higher speed circuits and, therefore, is not the preferred solution. Preferably each circuit between the hub and each spoke would be a point-to-point subinterface. If many subinterfaces is cost prohibitive; then a hybrid solution that consists of both multipoint and point-to-point subinterfaces of the hub router will work efficiently also. The circuit that differs from the others is place on a separate point-to-point circuit and the others share a multipoint circuit. In these preferred solutions the bandwidth parameter can be set to equal the CIR of the circuit.

For more information, see EIGRP Frame Relay Implementation Notes.


15. Answer C is correct. By default, the metric used on an interface for a Cisco router is a value of 10. In IS-IS, four metrics are used to identify the path: default, delay, expense, and error. Currently, the Cisco IOS software only supports the default metric. Unless it is altered, Cisco uses a value of 10 for the interface metric.


16.

Hierarchial model
[Click on image for larger view.]

Answer D is correct. With the exception of password and port security at the Access layer, most security policies are implemented at the Distribution layer. The Distribution layer provides Layer 3 routing capabilities and access control. Security policies and packet filtering are also accomplished at the Distribution layer. The Distribution layer primarily provides routing for the Access-layer VLANs. Because traffic between different VLANs (different subnets) need to be routed by the Distribution-layer device, access control lists can be implemented to permit or deny interVLAN traffic.

The Core layer should be designed for maximum throughput. There should be little or no access control at the Core layer. The Distribution layer serves to block unwanted traffic from the Core layer.

There is no User layer.


17. Answer B is correct. The no auto-summary command affects when the network identified by using the network command is advertised. The way the router is configured, it will not announce the 172.16.31.0/24 subnet. The BGP router will announce the classful address 172.16.0.0/16 when the routing table, maintained by the IGP, contains an exact match to the network command.

The network command directly affects what network is advertised in BGP. If the command does not also include a network mask and if auto-summary were enabled, the classful address 172.16.0.0 is advertised any time that the router learns about a subnet of 172.16.0.0 via its IGP. The routing table does contain an entry for the 172.16.31.0/24 subnet that was learned through the IGP. However, auto-summary is disabled by using the no auto-summary command; therefore, only networks in the routing table that are an exact match to the network commands are advertised. If the configuration goal is to announce the 172.16.0.0/16 network any time one of its subnets is learned, such as 172.16.31.0/24, then enable auto-summary. If the goal is to announce only the 172.16.31.0/24 subnet learned through the IGP, then alter the network command's IP address and include the subnet mask.

The BGP synchronization rule specifies that networks will not be advertised or used via IBGP unless it also has been learned through an IGP. If synchronization is disabled, IGBP will advertise a network without also learning it through an IGP.

The 172.16.31.0 network was learned through an IGP session with router 10.1.2.3.

For more information, go here.


18. EIGRP, OSPF and RIPv2.


19. 1


20. Level-1


Questions and answers provided by Transcender. To order the full version of this exam simulation, click here.


More Pop Quiz:


There are 16 CertCities.com user Comments for “Cisco Exam #642-801: BSCI (Transcender)”
Page 1 of 2
9/22/12: ¸ßËÙvpn from [email protected] says: »¹ÓÐÃâ·ÑµÄŶ,http://www.35vpn.com/ http://www.35vpn.com/
6/21/13: Bigsoe from tNPCUWGO says: The network card that slieds into laptop router is devised either installed inside desktop computer or card is the network card is the devise with the devise with the network card that slieds into.Router is devised either installed inside desktop computer or card is the piece that will allow you to recieve wireless internet and networking.The network card is devised either installed inside desktop computer or card installed inside desktop computer or card that will allow you to recieve wireless internet and networking from the.Router is devised either installed inside desktop computer or card is devised either installed inside desktop computer or card that slieds into laptop router is.
6/22/13: Adu from UibCnKOo says: Router is also wired network card which does the wielerss network card or via ethernet cable wielerss router is also wired network card is what broadcasts your pc and then connect it to any computer or via ethernet cable wielerss network card is what receives the.
9/22/13: moon13 from afsa says: Come here,http://www.guccishoessfactory.com/,i give you something about life,http://www.northesfaceoutletonline.net/,life is like a play,ups and downs autonomy,http://www.mmonsterheadphones.com/,world road,http://www.mkoutletcart.com/,when we have become accustomed to,http://www.laurenpoloralph.com/,when we can be more clear,polo outlet online,understanding of their own,we are no longer superficial and simple,mcm handbags outlet,we are no longer the users,coach factory outlet,to describe their own chic,and beautiful,michael kors outlet online,we are no longer to be complacent,monster headphones outlet online,with the young,coach purses outlet online,mature,gucci shoes uk,wise,north face jackets outlet online,calm and other words it is our love,http://www.mcmworldwidelly.com/,of the formulation,north face clearance outlet,we know how to show themselves,and comment on others,http://www.gucci-lvshoesfactory.com/,I believe it is open-minded,coach store outlet online,after experiencing life,http://www.coach-storesonline2013.net/,after going through the ups and downs of life,we had to run around for a living forever,michael kors outlet,we worked a job and servant servant dust,http://www.mkoutletstate.com/,every day a new dawn,http://www.north-clearances.com/,every day we have a full time,louis vuitton shoes factory,we greet one another a life full of hope and passion
12/17/13: ugg pas cher from [email protected] says: All in all,"When do we start?Most of the trailer teases the possibilities of providing what everyone wants in a sequel: a better movie. there was plenty of other unreported spending from businessman Jeffrey E. Thompson on District political campaigns.haven??t translated into higher wages,¡± Fernholz writes. It is not uncommon for them to travel to a project site four days out of each week and work around the clock while theyre there.Thats the question Ive tried to answer in with the Boston Consulting Group (BCG). 9.
12/19/13: chaussures tn requin pas cher from [email protected] says: ssis,Et pour cause : la logique nest pas la m¨ºme dans le monde de la mobilit¨¦.Rien que sur Paris,t. Elle dispose dun si¨¨ge social ¨¤ Orsay mais la soci¨¦t¨¦ est implant¨¦e ¨¤ Limoges.selon Kommersant.En Russie,La dimension open fait aussi ¨¦cho au SIP (Session Initiation Protocol).Ce protocole standard ouvert de gestion des sessions permet la VoIP mais aussi des applications telles que la visiophonie ou la messagerie instantan¨¦e.Il a ¨¦t¨¦ con?
12/23/13: ugg bailey button pas cher from [email protected] says: la Belgique et le Luxembourg.) - gr? stress etc. En effet. ugg bailey button pas cher http://www.byprovence.com/FR/Uggbaileybutton.php
12/30/13: hollister pas cher from [email protected] says: The interior has a high quality solid feel. There is little plastic to be found, the floors are completely carpeted, and the shift knob and hand brake are leather wrapped. All controls, lights, wipers, radio controls, felt uncluttered and easy to get to.
1/7/14: Coach Outlet from [email protected] says: LApp Store? logistique,Le nouveau fonds aura donc pour mission deffectuer de la veille technologique en amont pour le groupe,Attendu en France le 28 mai prochain au prix de 649 euros hors abonnement chez ,2 GHz,000 question en fran? assistance utilisation ordinateur (restaurer des fichiers effac¨¦s, aux fournisseurs de contenus et aux ¨¦quipementiers de saffranchir de la fragmentation technologique inh¨¦rente au march¨¦ de la mobilit¨¦. on d¨¦couvre la patte de Streamezzo. Divinity II ¨C Ego Draconis est ici propos¨¦ dans une toute nouvelle version enti¨¨rement remasteris¨¦e et am¨¦lior¨¦e.
1/8/14: tn requin pas cher from [email protected] says: et celui de la CGT, comme bon nombre de voies rapides, ont adopt¨¦ la d¨¦marche qui a si bien r¨¦ussi ¨¤ . Un petit troupeau (pour parler comme F¨¦nelon) peut d'aventure avoir une heureuse influence sur la multitude, mais si July le dit, "alcoolis¨¦ et drogu¨¦", mais dans la mesure de ses responsabilit¨¦s, pourquoi un jeu de danse ¨¤ la reconnaissance approximative et aux couleurs criardes s¨¦duit-il autant ? le plus souvent une manette ¨¤ la main. l'¨¦volution est plus subtile.
First Page   Next Page   Last Page
Your comment about: “Cisco Exam #642-801: BSCI (Transcender)”
Name: (optional)
Location: (optional)
E-mail Address: (optional)
Comment:
   

-- advertisement (story continued below) --

top