Sponsor

ROUTE Chapter 2 CCNP 6.0 2012 100% - Take Assessment – ROUTE Chapter 2 – CCNP ROUTE: Implementing Cisco IP Routing (Version 6.0) – Answers – 2011 – 2012

Thứ Tư, 21 tháng 12, 2011

1.
ccnp01 ROUTE Chapter 2 CCNP 6.0 2012 100%
Refer to the exhibit. A network administrator has configured R1 and R2 for EIGRP authentication with multiple keys and activation times. After functioning normally for a month, R1 and R2 are now no longer forming an EIGRP adjacency. Which configuration change to the key lifetimes will correct the EIGRP adjacency problem?

Change the key 1 accept life to an end time of Feb 1 on both routers.
Change key 2 send lifetime to a start time of Jan 1 on both routers.
Change the key 1 send lifetime to an end time of Feb 1 on both routers.
Change the key 2 accept lifetime to a start time of infinite on both routers.
2. Which event must take place to transition an EIGRP route that is in the active state back to the passive state?
expiration of the RTO timer
an update packet that is received from every EIGRP neighbor
an acknowledgment that is received from every EIGRP neighbor
a reply that is received from each neighbor for every generated query
a feasible successor route that is moved from the topology table to the routing table
3. Which EIGRP packet type can quickly propagate through a network and result in excessive DUAL computations and high CPU loads?
acknowledgment
hello
reply
update
query
4. When does an EIGRP router place a route in the active state?
when there is no successor route in the routing table
when the feasible distance is greater than the reported distance of the route
when an update packet containing information about the route is not acknowledged
when the current successor is no longer valid and there is no feasible successor in the topology table
5. Which two solutions are used in an EIGRP network to reduce DUAL computations? (Choose two.)
authentication
load balancing
partial updates
summarization
EIGRP stub routing
6. Which two statements are true of EIGRP topology depth? (Choose two.)
Topology depth should be limited to 15 routers.
Redundant links and alternative paths can be used to reduce topology depth.
Topology depth is the maximum hop count between any two EIGRP routers in the topology.
Route summarization can reduce the convergence time in networks with large depth.
Topology depth is the number of router hops necessary for traffic to reach from access layer to core layer.
Topology depth refers to the total number of hops that information must travel to reach all EIGRP routers in the network.
7. Which EIGRP algorithm tracks all the routes that are advertised by neighbors and uses the composite metric of each route to compare the routes?
STP
Dijkstra
DUAL
SPF
8. Which three technologies are used in EIGRP? (Choose three.)
Dijkstra algorithm
DUAL finite-state machine
reliable transport protocol
link-state advertisements
protocol-specific modules
Bellman-Ford algorithm
9.ccnp 09 ROUTE Chapter 2 CCNP 6.0 2012 100%Refer to the exhibit. Based on the output of show ip eigrp neighbors, what are two possible problems with adjacencies between Router1 and Router2? (Choose two.)
The routers are configured with different EIGRP AS numbers.
Automatic summarization was disabled.
The hello timer for R1 was altered.
The serial interfaces for both routers are in different networks.
No feasible successors were found.
10.ccnp 10 ROUTE Chapter 2 CCNP 6.0 2012 100%Refer to the exhibit. During a test of an EIGRP prototype network, a network administrator issues a show ip protocols command. What two facts can be determined from the output? (Choose two.)
The administrative distance is 100.
This router will not accept routes that are more than 100 hops away.
There are 10 Cisco devices in this prototype network.
The auto-summary command was applied on this router.
EIGRP is using two values for the calculation of the composite metric.
EIGRP on this router will display up to four unequal cost routes to the same destination.
11. A router in a fully converged EIGRP network detects that a remote route is unreachable. Which two events may occur next? (Choose two.)
EIGRP will look for a feasible successor in the routing table.
DUAL will calculate the highest cost routes to each network.
EIGRP will send a bounded update to alert neighbors about the failure.
The router will forward the complete routing table to the neighboring routers.
DUAL will look for a feasible successor route in the topology table and, if one is found, it will add this route to the routing table.
12.ccnp 12 ROUTE Chapter 2 CCNP 6.0 2012 100%Refer to the exhibit. All three routers are exchanging EIGRP routes. What value represents the advertised distance of the feasible successor for the 10.1.2.0/24 network?
256
532
768
1280
13.ccnp 13 ROUTE Chapter 2 CCNP 6.0 2012 100%Refer to the exhibit. Which statement is true of the EIGRP keys that are used by router R2?
R2 is encrypting EIGRP packets with only key 1.
R2 is encrypting EIGRP packets with both key 1 and key 2.
R2 is using only key 2 to authenticate received EIGRP packets.
R2 is authenticating received EIGRP packets with both key 1 and key 2.
14. Which action is effective in preventing EIGRP routes from becoming SIA?
Use multiple EIGRP autonomous systems to bound the query range.
Modify keepalive timers on point-to-point connections.
Maintain a hierarchical network design.
Keep K-values at default settings.
15. What are two advantages to deploying a hierarchical IP addressing scheme in an EIGRP network? (Choose two.)
greater redundancy
improved scalability
ability to use network route summarization
better route optimization creating shorter paths
fewer network addresses that need to be allocated for the network
16. Which statement is a requirement for the EIGRP AS number?
It is the EIGRP router ID and must be the same on each router in the EIGRP domain.
It is only locally significant, and as a result it can be different on each router in the EIGRP domain.
It is selected by the network administrator and must be the same on each router in the EIGRP domain.
It is assigned by IANA and must be the same on each router in the EIGRP domain.
17. What are two advantages of modifying the interface metrics when deploying EIGRP in a network? (Choose two.)
improved bandwidth utilization
less likely to have routing loops
faster convergence
better control over traffic patterns
more efficient troubleshooting
18. Which design plan or diagram would govern how well EIGRP will scale?
IP addressing plan
STP topology diagram
Layer 2 addressing plan
detailed cabling plan
EIGRP traffic engineering plan
19.
ccnp 19 ROUTE Chapter 2 CCNP 6.0 2012 100%
The network administrator wants RTA to send only the summarized route of 10.10.0.0/16 to RTB. Which configuration will accomplish this?

RTA(config)# interface s0/0
RTA(config-if)# ip summary-address eigrp 101 10.10.0.0 255.255.0.0
RTA(config-if)# exit
RTA(config)# router eigrp 101
RTA(config-router)# no auto-summary
RTA(config)# interface s0/1
RTA(config-if)# ip summary-address eigrp 101 10.10.0.0 255.255.0.0
RTA(config-if)# exit
RTA(config)# router eigrp 101
RTA(config-router)# no auto-summary
RTA(config)# interface s0/0
RTA(config-if)# ip summary-address eigrp 101 10.10.0.0 255.255.0.0
RTA(config)# interface s0/1
RTA(config-if)# ip summary-address eigrp 101 10.10.0.0 255.255.0.0
20.
ccnp 20 ROUTE Chapter 2 CCNP 6.0 2012 100%
Refer to the exhibit. Which statement is true about the EIGRP hello packets that are received by router R2?

They are encrypted.
They are authenticated.
They are sent confidentially.
They must be acknowledged.
Read more ...

NEW CCNP curriculum v6 - ROUTE, SWITCH + TSHOOT

Thứ Ba, 20 tháng 12, 2011
Beside the already known - i.e. leaked - information some of the key facts are as follows:

  • The current BSCI, BCMSN, ONT and ISWC exams will be replaced by the ROUTE, SWITCH and TSHOOT exams
  • The length of the new exams will be increased to 120 minutes each
  • The ROUTE and SWITCH exams contain 52 questions each, the TSHOOT exam 53 questions
  • The price of the new exams will be increased up to $ 200.00 each
  • The last day to test for the old exams is July 31, 2010
  • The new ROUTE and SWITCH exams will be available on March 10, 2010
  • The new TSHOOT exam will be available on April 30, 2010
  • If you do not pass ISCW and ONT by July 31, 2010 you have to pass the new TSHOOT exam
The official announcement from Global Knowledge can be found HERE.

UPDATE #1:

FastLane and ExperTeach - the other 2 Certified Learning Partners - also updated their websites this morning [GMT+1] with the same information. 
So we can indeed expect the announcement from Cisco later today, i.e. once the US wakes up.

UPDATE #2:

Cisco just updated their website with the new CCNP Certification curriculum. Of course, the CCIP Certification and CCDP Certification pages got updated as well.

Cisco also released a special CCNP Exam Combination Tool which you can use to determine which exams you have to pass in case you are in the middle of the track right now.

UPDATE #3:

Cisco has now also updated The Cisco Learning Network with lots of information about the new exams. Below a selection of the ones that I found to be most interesting:

1) Special Beta Offer for CCNP TSHOOT Exam:

This exam will initially be released as a beta exam. You can register and take the beta (#643-832) from February 16 through March 26, 2010. All details can be found HERE.

2) The Blueprints aka exam topics of the new exams (login required):

642-902 ROUTE Exam Topics (Blueprint)
642-813 SWITCH Exam Topics (Blueprint)
642-832 TSHOOT Exam Topics (Blueprint)

Please note that these links require you to login to The Cisco Learning Network to access the content. Cisco does not allow to simply copy and paste this content! So please refrain from doing so! Thanks for your kind understanding.

UPDATE #4:

The study materials for the new exams are not yet listed at Cisco Press but this should be only a matter of hours. However, based on the available information you can expect to see the following official books to be released very soon:

  • CCNP ROUTE Exam Certification Guide, February 2010
  • CCNP SWITCH Exam Certification Guide, February 2010
  • CCNP TSHOOT Exam Certification Guide, February 2010
In addition there will be so-called Cert Kits containing Video, Flash Cards and Quick Reference Preparation Packs for each exam (expected around February - April) and finally the Official Self-Study Guides for each exam (expected around April - July).

So it seems that at least the Exam Certification Guides will be ready in time to prepare you for the new exams as soon as they are available.

UPDATE #5:

There is a nice 10 minutes presentation regarding the upcoming changes at Cisco TV. Make sure to check it out. In contains a lot of additional information.

CiscoPress just started to update their site with information regarding the upcoming CCNP certification books. In addition to the above mentioned materials they also plan to publish Portable Command Guides for each exam as before. No scheduled release dates yet but those should be added pretty soon.

UPDATE #6:

Cisco has re-released the FAQ regarding the new CCNP curriculum on their Certifications & Communities Online Support website.

There you can find a whopping 27 Instant Answers regarding the updated track. Almost every question you can think of gets answered. Make sure to check it out.


This thread got pinned and will be updated as new information becomes available.

Please refrain from opening new threads for this topic. All information regarding the new CCNP curriculum must be posted here! This thread will be monitored and cleaned up if necessary.
Read more ...

ROUTE Chapter 1 CCNP 6.0 2012 100% - Take Assessment – ROUTE Chapter 1 – CCNP ROUTE: Implementing Cisco IP Routing (Version 6.0) – Answers – 2011 – 2012

Thứ Tư, 14 tháng 12, 2011

1. Which route description best defines a floating static route?
a route with a metric equal to the metric of a corresponding dynamic route
a route with a metric less than the metric of a corresponding dynamic route
a route with a metric greater than the metric of a corresponding dynamic route
a route with an administrative distance less than the administrative distance of a corresponding dynamic route
a route with an administrative distance greater than the administrative distance of a corresponding dynamic route
2. The OSPF routing protocol is enabled on a network. The administrator would like to enable a floating static route to be used as a backup. Which is the correct setting for the administrative distance of the floating static route?
0
1
50
100
120
3. The following line was displayed in the output of the show ip route command:
192.168.3.0/24 [120/2] via 192.168.2.2, 00:00:30, Serial0/0
Which routing protocol is the source for this route?

BGP
EIGRP
ODR
OSPF
RIP
4. What is the administrative distance of EIGRP-learned routes that have been injected into EIGRP via redistribution?
1
90
100
110
170
180
5. For ODR learned routes, what is the default administrative distance and metric that is displayed by the show ip route command?
[160/0]
[160/1]
[170/0]
[170/1]
6. Which type of traffic should receive the highest level of priority by QoS mechanisms in a converged network design?
real-time traffic
transactional traffic
routing protocol traffic
network management traffic
7. In a converged network, which two types of traffic would be categorized as real-time traffic? (Choose two.)
e-mail
file transfer
web browsing
videoconferencing
voice over IP
8. What is the role of QoS in a converged network?
to ensure that real-time traffic is not delayed
to give highest priority to transactional traffic
to ensure that all traffic above available bandwidth levels is dropped
to protect against the impact of worms, viruses, and other network attacks
9. What are two Intelligent Information Network phases that involve sharing resources and making the network “application aware”? (Choose two.)
integrated applications
integrated standards
integrated services
integrated security
integrated transport
10. Which statement about the Intelligent Information Network (IIN) is true?
The IIN is an industry-standard approach to designing a modern network.
The IIN is a framework that describes how to build a Service-Oriented Network Architecture (SONA).
The IIN defines a network design of three hierarchal layers consisting of the core, distribution, and access layers.
The IIN offers end-to-end functionality and a centralized, unified control that promotes true business transparency and agility.
11. Which feature defines functionality that is found in the integrated services phase of IIN?
making the network application-aware
pooling and sharing IT resources through virtualization
consolidating voice, video, and data into the IP network
content caching, load balancing, and application-level security
12. In which PPDIOO phase do key decision makers identify the initial business and technical requirements?
Design Phase
Implement Phase
Operate Phase
Optimize Phase
Plan Phase
Prepare Phase
13. In which PPDIOO phase is the actual network configured and verified?
Design Phase
Implement Phase
Operate Phase
Optimize Phase
Plan Phase
Prepare Phase
14. Which two statements are true about an implementation plan approach? (Choose two.)
In an ad hoc approach, the Cisco Lifecycle Services framework could be used to complete a task.
In an ad hoc approach, the network engineer identifies the need for a change and implements the solution without planning any of the tasks.
In an ad hoc approach, the network engineer identifies the need for a change and starts with planning as the first step.
In a structured approach, it is more likely that scalability issues, suboptimal routing, and security issues will occur.
In a structured approach, the Fault, Configuration, Accounting, Performance, and Security (FCAPS) model could be used to complete a task.
In a structured approach, the network engineer identifies the need for an upgrade and starts with configuring as the first step.
15. Which two statements are true about the structured approach model? (Choose two.)
The Cisco Lifecycle Services approach defines six phases including the prepare, plan, design, implement, operate, and optimize phases.
The Fault, Configuration, Accounting, Performance, and Security (FCAPS) model identifies the implementation plan in the Fault management category.
The Fault, Configuration, Accounting, Performance, and Security (FCAPS) model identifies the implementation plan and the implementation as part of FCAPS best practices.
The IT Infrastructure Library (ITIL) model is defined by the International Organization for Standardization (ISO).
The Prepare, Plan, Design, Implement, Operate, and Optimize (PPDIOO) model identifies the implementation plan as part of the Design phase and the actual implementation as part of the Implement phase.
The Telecommunications Management Network (TMN) model is similar to the PPDIOO model.
16. Which three steps are completed in the first three phases of the Prepare, Plan, Design, Implement, Operate, and Optimize (PPDIOO) model? (Choose three.)
Archive the documentation for future use.
Characterize the existing network and sites.
Design the network topology and solutions.
Identify customer requirements.
Implement and verify the design.
Monitor and optionally redesign.
17. Which two steps are completed in the last three phases of the Prepare, Plan, Design, Implement, Operate, and Optimize (PPDIOO) model? (Choose two.)
Characterize the existing network and sites.
Configure and verify the design.
Design the network topology and solutions.
Document the existing network information.
Identify customer requirements.
Monitor and optionally redesign.
18. The ABC Corporation implements the network for its new headquarters via the use of the Cisco Enterprise Architecture. The network administrator wants to filter the traffic from and to the outside world. Where should the administrator deploy a firewall device?
server farm
enterprise edge
enterprise campus
service provider edge
19. When designing a network infrastructure, a network engineer will use the hierarchical network model. What two factors must be taken into account when designing the core layer? (Choose two.)
packet manipulation to prioritize the flow of core data
redundant links to ensure fault tolerance
routing protocols that are chosen for the speed of network convergence
access control lists to curtail core layer traffic
star network topologies to reduce core layer latency
20. Which two functions are performed at the distribution layer of the hierarchical network model? (Choose two.)
summarizing routes from the access layer
providing high-speed backbone switching services
allowing end users to access the local network
providing the gateway of last resort for core layer devices
isolating network problems to prevent them from affecting the core layer
Read more ...

Advertisment