Sunday 15 May 2016

Cisco 300-101 Pass4Sure Practice Test

Cisco
Exam 300-101
Implementing Cisco IP Routing
Version: Demo
[ Total Questions: 10 ]
Topic Break Down


Topic 3, Layer 3 Technologies
Question No : 1 CORRECT TEXT - (Topic 3)
You are a network engineer with ROUTE.com, a small IT company. They have recently merged two organizations and now need to merge their networks as shown in the topology exhibit. One network is using OSPF as its IGP and the other is using EIGRP as its IGP. R4 has been added to the existing OSPF network to provide the interconnect between the OSPF and EIGRP networks. Two links have been added that will provide redundancy.

The network requirements state that you must be able to ping and telnet from loopback 101 on R1 to the OPSF domain test address of 172.16.1.100. All traffic must use the shortest path that provides the greatest bandwidth. The redundant paths from the OSPF network to the EIGRP network must be available in case of a link failure. No static or default routing is allowed in either network.

A previous network engineer has started the merger implementation and has successfu ly assigned and verified all IP addressing and basic IGP routing. You have been tasked with completing the implementation and ensuring that the network requirements are met. You may not remove or change any of the configuration commands currently on any of the routers. You may add new commands or change default values.


Answer: First we need to find out 5 parameters (Bandwidth, Delay, Reliability, Load, MTU) of the s0/0/0 interface (the interface of R2 connected to R4) for redistribution:
R2#show interface s0/0/0
Write down these 5 parameters, notice that we have to divide the Delay by 10 because the metric unit is in tens of microsecond. For example, we get Bandwidth=1544 Kbit,
Delay=20000 us, Reliability=255, Load=1, MTU=1500 bytes then we would redistribute as follows:
R2#config terminal
R2(config)# router ospf 1
R2(config-router)# redistribute eigrp 100 metric-type 1 subnets
R2(config-router)#exit
R2(config-router)#router eigrp 100
R2(config-router)#redistribute ospf 1 metric 1544 2000 255 1 1500
Note: In fact, these parameters are just used for reference and we can use other parameters with no problem.
If the delay is 20000us then we need to divide it by 10, that is 20000 / 10 = 2000)
For R3 we use the show interface fa0/0 to get 5 parameters too
R3#show interface fa0/0
For example we get Bandwidth=10000 Kbit, Delay=1000 us, Reliability=255, Load=1, MTU=1500 bytes
R3#config terminal
R3(config)#router ospf 1
R3(config-router)#redistribute eigrp 100 metric-type 1 subnets
R3(config)#exit
R3(config-router)#router eigrp 100
R3(config-router)#redistribute ospf 1 metric 10000 100 255 1 1500
Finally you should try to “show ip route” to see the 172.16.100.1 network (the network
behind R4) in the routing table of R1 and make a ping from R1 to this network.
Note: If the link between R2 and R3 is FastEthernet link, we must put the command below under EIGRP process to make traffic from R1 to go through R3 (R1 -> R2 -> R3 -> R4),
which is better than R1 -> R2 -> R4.
R2(config-router)# distance eigrp 90 105
This command sets the Administrative Distance of all EIGRP internal routes to 90 and all
EIGRP external routes to 105, which is smaller than the Administrative Distance of OSPF
(110) -> the link between R2 & R3 will be preferred to the serial link between R2 & R4.
Note: The actual OPSF and EIGRP process numbers may change in the actual exam so be sure to use the actual correct values, but the overall solution is the same.

Question No : 2 - (Topic 3)
For security purposes, an IPv6 traffic filter was configured under various interfaces on the local router. However, shortly after implementing the traffic filter, OSPFv3 neighbor adjacencies were lost. What caused this issue?

A. The traffic filter is blocking all ICMPv6 traffic.
B. The global anycast address must be added to the traffic filter to allow OSPFv3 to work properly.
C. The link-local addresses that were used by OSPFv3 were explicitly denied, which caused the neighbor relationships to fail.
D. IPv6 traffic filtering can be implemented only on SVIs.

Answer: C

Topic 6, Infrastructure Services
Question No : 3 - (Topic 6)
Which two methods of deployment can you use when implementing NAT64? (Choose two.)

A. stateless
B. stateful
C. manual
D. automatic
E. static
F. functional
G. dynamic

Answer: A,B

Question No : 4 - (Topic 6)
A network engineer finds that a core router has crashed without warning. In this situation, which feature can the engineer use to create a crash collection?

A. secure copy protocol
B. core dumps
C. warm reloads
D. SNMP
E. NetFlow

Answer: B

Topic 7, Mix Questions
Question No : 5 - (Topic 7)
Which Cisco VPN technology uses AAA to implement group policies and authorization and is also used for the XAUTH authentication method?

A. DMVPN
B. Cisco Easy VPN
C. GETVPN
D. GREVPN

Answer: B

Question No : 6 - (Topic 7)
Refer to the exhibit.


Which option prevents routing updates from being sent to the DHCP router, while still allowing routing update messages to flow to the Internet router and the distribution switches?

A. DHCP(config-router)# passive-interface default DHCP(config-router)# no passiveinterface Gi1/0 Internet(config-router)# passive-interface Gi0/1 Internet (config-router)# passive-interface Gi0/2
B. Core(config-router)# passive-interface Gi0/0 Core(config-router)# passive-interface Gi3/1 Core(config-router)# passive-interface Gi3/2 DHCP(config-router)# no passiveinterface Gi1/0
C. Core(config-router)# passive-interface default Core(config-router)# no passive-interface Gi0/0 Core(config-router)# no passive-interface Gi3/1 Core(config-router)# no passiveinterface Gi3/2
D. Internet(config-router)# passive-interface default Core(config-router)# passive-interface default DSW1(config-router)# passive-interface default DSW2(config-router)# passiveinterface default

Answer: C

Question No : 7 - (Topic 7)
Refer to the exhibit.


Which statement about the configuration is true?
A. This configuration is incorrect because the MTU must match the ppp-max-payload that is defined.
B. This configuration is incorrect because the dialer interface number must be the same as the dialer pool number.
C. This configuration is missing an IP address on the dialer interface.
D. This configuration represents a complete PPPoE client configuration on an Ethernet connection.

Answer: D

Question No : 8 - (Topic 7)
The following configuration is applied to a router at a branch site:

ipv6 dhcp pool dhcp-pool
dns-server 2001:DB8:1:B::1
dns-server 2001:DB8:3:307C::42
domain-name example.com
!

If IPv6 is configured with default settings on all interfaces on the router, which two dynamic IPv6 addressing mechanisms could you use on end hosts to provide end-to-end
connectivity? (Choose two.)

A. EUI-64
B. SLAAC
C. DHCPv6
D. BOOTP

Answer: A,B

Question No : 9 - (Topic 7)
Refer to the exhibit.


Which option represents the minimal configuration that allows inbound traffic from the 172.16.1.0/24 network to successfully enter router R, while also limiting spoofed 10.0.0.0/8
hosts that could enter router R?   

A. (config)#ip cef
(config)#interface fa0/0
(config-if)#ip verify unicast source reachable-via rx allow-default
B. (config)#ip cef
(config)#interface fa0/0
(config-if)#ip verify unicast source reachable-via rx
C. (config)#no ip cef
(config)#interface fa0/0
(config-if)#ip verify unicast source reachable-via rx
D. (config)#interface fa0/0
(config-if)#ip verify unicast source reachable-via any

Answer: A

Question No : 10 - (Topic 7)
Refer to the exhibit. The command is executed while configuring a point-to-multipoint Frame Relay interface. Which type of IPv6 address is portrayed in the exhibit?

A. link-local
B. site-local
C. global
D. multicast

Answer: A

Friday 29 April 2016

300-101 Exam Questions and Answers with Explanation

Pass4Sures's preparation material includes the most excellent features, prepared by the same dedicated experts who have come together to offer an integrated solution. We provide the most excellent and simple method to pass your certification exams on the first attempt “GUARANTEED”

Whether you want to improve your skills, expertise or career growth, with Pass4Sures's training and certification resources help you achieve your goals. Our exams files feature hands-on tasks and real-world scenarios; in just a matter of days, you'll be more productive and embracing new technology standards. Our online resources and events enable you to focus on learning just what you want on your timeframe. You get access to every exams files and there continuously update our study materials; these exam updates are supplied free of charge to our valued customers. Get the best Pass4Sure 300-101 exam Training; as you study from our exam-files "Best Materials Great Results"


Make The Best Choice Chose - Pass4Sures
Make yourself more valuable in today's competitive computer industry Pass4Sures's preparation material includes the most excellent features, prepared by the same dedicated experts who have come together to offer an integrated solution. We provide the most excellent and simple method to pass your Cisco CCNP Routing and Switching Pass4Sure 300-101 exam on the first attempt "GUARANTEED".

Unlimited Access Package
will prepare you for your exam with guaranteed results, Pass4Sure 300-101 Study Guide. Your exam will download as a single 300-101 PDF or complete 300-101 testing engine as well as over +4000 other technical exam PDF and exam engine downloads. Forget buying your prep materials separately at three time the price of our unlimited access plan - skip the 300-101 audio exams and select the one package that gives it all to you at your discretion: 300-101 Study Materials featuring the exam engine.


Pass4Sures 300-101 Exam Preparation Tools
Pass4Sures Cisco CCNP Routing and Switching preparation begins and ends with your accomplishing this credential goal. Although you will take each Cisco CCNP Routing and Switching online test one at a time - each one builds upon the previous. Remember that each Cisco CCNP Routing and Switching exam paper is built from a common certification foundation.

300-101 Exam Testing Engines
Beyond knowing the answer, and actually understanding the Pass4Sure 300-101 test questions puts you one step ahead of the test. Completely understanding a concept and reasoning behind how something works, makes your task second nature. Your Pass4Sure 300-101 quiz will melt in your hands if you know the logic behind the concepts. Any legitimate Cisco CCNP Routing and Switching prep materials should enforce this style of learning - but you will be hard pressed to find more than a Cisco CCNP Routing and Switching practice test anywhere other than Pass4Sures.

300-101 Exam Questions and Answers with Explanation
This is where your Cisco CCNP Routing and Switching Pass4Sure 300-101 exam prep really takes off, in the testing your knowledge and ability to quickly come up with answers in the 300-101 online tests. Using CCNP Routing and Switching 300-101 practice exams is an excellent way to increase response time and queue certain answers to common issues.


300-101 Exam Study Guides
All Cisco CCNP Routing and Switching online tests begin somewhere, and that is what the Cisco CCNP Routing and Switching training course will do for you: create a foundation to build on. Study guides are essentially a detailed Cisco CCNP Routing and Switching Pass4Sure 300-101 tutorial and are great introductions to new Cisco CCNP Routing and Switching training courses as you advance. The content is always relevant, and compound again to make you pass your 300-101 exams on the first attempt. You will frequently find these 300-101 PDF files downloadable and can then archive or print them for extra reading or studying on-the-go.

300-101 Exam Video Training
For some, this is the best way to get the latest Cisco CCNP Routing and Switching Pass4Sure 300-101 training. However you decide to learn 300-101 exam topics is up to you and your learning style. The Pass4Sures Cisco CCNP Routing and Switching products and tools are designed to work well with every learning style. Give us a try and sample our work. You'll be glad you did.

300-101 Other Features
  • Realistic practice questions just like the ones found on certification exams.
  • Each guide is composed from industry leading professionals real Cisco CCNP Routing and Switchingnotes, certifying 100% brain dump free.
  • Study guides and exam papers are guaranteed to help you pass on your first attempt or your money back.
  • Designed to help you complete your certificate using only
  • Delivered in PDF format for easy reading and printing Pass4Sures unique CBT 300-101 will have you dancing the Cisco CCNP Routing and Switching jig before you know it
  • CCNP Routing and Switching Pass4Sure 300-101 prep files are frequently updated to maintain accuracy. Your courses will always be up to date.

Get CCNP Routing and Switching ebooks from Pass4Sures which contain real 300-101 exam questions and answers. You WILL pass your CCNP Routing and Switching exam on the first attempt using only Pass4Sures's CCNP Routing and Switching excellent preparation tools and tutorials.