This course for Cisco IP Routing (ROUTE) v 1.0 is led by an instructor for enterprise network engineers with a year or more of experience in the practice who are willing to improve their skills and work independently on complex network solutions. This route is part of the CCNP program is designed to help students prepare for Cisco CCNP certification.
In this course you will learn to plan, configure and verify the implementation of Secure Enterprise LAN and WAN routing solutions using a range of routing protocols,in addition to the configuration of solutions to support branch offices and mobile workers.
Configuring Cisco IP Routing work is one of the three courses that Cisco recommends for those who aspire to obtain the CCNP certification.The other two courses are Cisco IP Switched Networks (switch) and troubleshooting and maintaining Cisco IP Networks (TSHOOT).
Our training standards are simply the best of the breed,have raised the benchmark for training levels in the vertical authorized training for over 20 years.Training equipment are recognized as pioneers in the field of training.This means that you will get world class training the best team training budgets Cisco certified training be purchased.
Friday, 28 March 2014
Wednesday, 26 March 2014
642-902 Sample Question
Question
No:1
What technique should be used on BGP
edge routers to prevent a multi-homed autonomous system from becoming a transit
system?
A. Advertise with a high
MED value all networks that are discovered via external BGP.
B. Set the no-export
community attribute on all networks that are advertised externally.
C. Remove the AS-Path
information on all routes in the BGP table prior to advertising externally.
D. Set the origin code
to incomplete for all networks that are discovered via external BGP.
E. Only advertise
networks externally if they have been discovered via internal BGP.
F. Use an outgoing
distribution list to filter all networks not originating from inside the
autonomous system.
Answer: F
Explanation:
The minimum configuration that
guarantees you won't become a transit AS is shown in the following example:router
bgp 65000neighbor 10.1.1.1 filter-list 1 out!ip as-path access-list 1 permit ^$
In this example, the outgoing filter list says that all traffic not sourced
from the local AS,should not be advertised.This will prevent the announcement
of routes that originated from other Autonomous Systems,and prevent traffic
destined for networks in another AS from going through your AS.This is useful
real-world information to know and if you configure your network with BGP in a
multi-homed environmet,odds are good that you will want to implement this kind
of filter.
Question
No:2
Which two methods use IPsec to provide
secure connectivity from the branch office to the headquarters office? (Choose two.)
A. DMVPN
B. MPLS VPN
C. Virtual Tunnel
Interface (VTI)
D. SSL VPN
E. PPPoE
Answer: A,C
Subscribe to:
Posts (Atom)