You are on page 1of 4

New Questions From 25 January 2017 Collected & Created this Doc by:

Waleed M Naeem
Saturday, February 4, 2017 4:08 PM Click Here to Join our Whatsapp Route Group
Click here to for CCNP Route Complete Folder
Q1. Which two OSPF network types can operate without a DR/BDR relationship? ?(choose two)
a) Non broadcast If you like my work kindly connect with me on
b) Multicast linkedin and write few words of
recommendation for me :)
c) Broadcast
d) Point to point View My Linkedin Profile
e) Point to multipoint
Ans: ( Point to point)
Ans: ( point-to-multipoint )
loopback and point to multipoint non-broadcast network types also do not contain DR/BDR
Point to point, point to multipoint – the broadcast and non-broadcast is the only 2 network types that require a DR/BDR.

Q2. COMPLETE QUESTION AT THE END OF THIS FILE.

Q3. Refer to exhibit. What is indicated by the show ip cef command for an address?

A. CEF is unable to get routing information for this route.


B. CEF cannot switch packet for this route and passes it to the next best switching method.
C. A valid entry and is pointed to hardware based forwarding.
D. CEF cannot switch packet for this route and drops it.
Ans: B

Q4. Which command configures a PPPoE client and specifies dial-on-demand routing functionality?
A. pppoe-client dial-pool-number
B. PPPoE enable
C. interface dialer 1
D. encapsulation PPP
Ans: PPPOE-Client dial-pool-number

Q5. Eigrp is implemented in a frame relay network but there is no adjacency. Which options cause the adjacency to come up?
(choose 2)
Ans: disable split horizon
Ans: neighbor command to configure it for a point to multipoint on the WAN interface
Explanation:
most likely requirements I can think of:
frame relay encapsulation to set
under the physical interface configuration use the “no frame-relay inverse-arp” command
under the sub-interface configuration use the “no ip split-horizon eigrp xyz”

Q6. Allowing website access between certain times


Ans: Filters using Time-Based ACLs
Explanation:
Time based ACL’s are pretty simple;
Absolute refers to a specific starting and or ending time to be used in your acl, whereas your periodic based configuration refers to a period of time, for
instance, weekends, or a day like Monday, Tuesday, etc. You can also still set a start and end time for the specific period you’ve chosen.
Q7. A network engineer enable OSPF on a Frame Relay WAN connection to various remote sites, but no OSPF adjacencies come
up. Which two action are possible solution for this issue (Choose 2)
A. Change the network type to point-to-multipoint under WAN interface.
B. Enable virtual links.
C. Change the network type to nonbroadcast multipoint access.
D. Configure the neighbor command under OSPF process for each remote site.
E. Ensure that the OSPF process number matches among all remote sites.
Ans: A
Ans: D

Q8. A network engineer recently deploy Easy Virtual Networking in the enterprise network. Which feature improve the service
support??
a. edge interfacing,
b. tunnel feedback,
c. route replication
d. route distinguisher.
Ans: C [should be]
Explanation:
This kind depends on the software release you’re running.
Route Replication is supported for static, EIGRP, and OSPF routes. For BGP routes it would probably make use of the export method to copy between VRF’s.
From this I would assume the answer to be route replication.

Q9. Which two phases of DMPVN allow the spoke site to create dynamic tunnels to one other (Choose 2)?
Ans: Phase 2 - Hub and Spoke with Spoke-to-Spoke tunnels (mgre everywhere)
Ans: Phase 3

Q10. ip sla network with a configuration snippet


a. apply the ipv6 acl under a vty
b. ip access-class
c. ipv6 access class
d. Access-list IN
e. Access-list OUT
Ans: a
Ans: d
Explanation
http://www.firewall.cx/cisco-technical-knowledgebase/cisco-routers/813-cisco-router-ipsla-basic.html

Q11. What is uRPF checking first when the packet enters the interface? Or
When unicast reverse patch forwarding is configured on interface, which action does the interface take list when it received a
packet
a. It check the ingress access list
b. It check the egress access list
c. Route available in FIB or It verifies a reverse patch via the fib to the source
d. It verify that the source has a ??? EEF adjacency
Ans: C
Explanation
When Unicast RPF is enabled on an interface, the router examines all packets received as input on that interface to make sure that the source address and
source interface appear in the routing table and match the interface on which the packet was received. This “look backwards” ability is available only when
Cisco express forwarding (CEF) is enabled on the router, because the lookup relies on the presence of the Forwarding Information Base (FIB). CEF generates
the FIB as part of its operation.

Q12. Which command instruct a PPPoE client to obtain its IP address from the PPPoe server?
a. Interface dialer
b. ip address negotiated
c. pppoe enable
d. Ip address DHCP
e. Ip address dynamic
Ans: ip address negotiated
Q13. A network engineer applies the command ip tcp adjust-mss under interface configuration mode. What is the result?
A. The probability of SYN packet truncation is increased.
B. The UDP session is inversely affected.
C. The probability of dropped or segmented TCP packets is decreased.
D. The optimum MTU value for the interface is set.
Ans: C
Explanation:
ip tcp mss-adjust is a brilliant command because in the moment you coordinate the values of layer two frames and layer four segments you greatly reduce
fragmentation that can be a quite big issue considering the environment you are talking about (ISP-MPLS VPN and CE-CE || CE-PE routing

Q14. Complete question at the END of this file

Q15. Which two reason for IP SLA tracking failure are likely true (Choose 2)

A. The source-interface is configured incorrectly.


B. The destination must be 172.30.30.2 for icmp-echo.
C. A route back to the R1 LAN network is missing in R2.
D. The default route has wrong next hop IP address.
E. The threshold value is wrong.
Ans: A
Ans: C

Q2. Which two different configurations can you apply to a device incoming SSH access? (Choose two)
A. ipv6 access-list VTY-ACCESS-IN
secuence 10 deny tcp any any eq 22 C. ipv6 access-list VTY-ACCESS-IN
sequence 20 permit ipv6 any any secuence 10 deny tcp any any eq 22
line vty 0 15 sequence 20 permit ipv6 any any
ipv6 access-list VTY-ACCESS-IN out line vty 0 15
B. ipv6 access-list VTY-ACCESS-IN ipv6 access-class VTY-ACCESS-IN in
secuence 10 deny tcp any any eq 22 D. ipv6 access-list VTY-ACCESS-IN
sequence 20 permit ipv6 any any secuence 10 deny tcp any any eq 22
interface Ethernet0/0 sequence 20 permit ipv6 any any
ip traffic-filter VTY-ACCESS-IN out interface Ethernet0/0
E. ipv6 access-list VTY-ACCESS-IN ipv6 traffic-filter VTY-ACCESS-IN in
secuence 10 deny tcp any any eq 22
sequence 20 permit ipv6 any any
Ans: C
interface Ethernet0/0
Ans: D Collected & Created this Doc by:
ipv6 traffic-filter VTY-ACCESS-IN out
Waleed M Naeem
Click Here to Join our Whatsapp Route Group
Click here to for CCNP Route Complete Folder

If you like my work kindly connect with me on


linkedin and write few words of
recommendation for me :)
View My Linkedin Profile
Q14. Which commands should be applied to ALWAYS block the outbound web traffic on Saturdays and Sunday between 1:00
to 23:59 (choose one)
A. time-range WEEKENDS
Absolute Saturday Sunday 01:00 to 11:59
access-list 101 permit tcp any any eq 80 time-range WEEKENDS
access-list 101 permit tcp any any eq 443 time-range WEEKENDS
B. time-range WEEKENDS
Absolute Saturday Sunday 01:00 to 11:59
access-list 101 permit udp any any eq 80 time-range WEEKENDS
access-list 101 permit tcp any any eq 443 time-range WEEKENDS
C. time-range WEEKENDS
Periodic Saturday Sunday 01:00 to 23:59
access-list 101 permit tcp any any eq 80 time-range WEEKENDS
access-list 101 permit tcp any any eq 443 time-range WEEKENDS
D. time-range WEEKENDS
Periodic Saturday Sunday 01:00 to 23:59
access-list 101 permit udp any any eq 80 time-range WEEKENDS
access-list 101 permit tcp any any eq 443 time-range WEEKENDS

Ans: C
Explanation:
The question about the time-based acl is also not difficult, you can find out the correct option easily.
The only thing you have to pay attention is about the line with the time, there are two options which are almost identical except for the time notation (12
hours / 24 hours)

Collected & Created this Doc by:


Waleed M Naeem
Click Here to Join our Whatsapp Route Group
Click here to for CCNP Route Complete Folder

If you like my work kindly connect with me on


linkedin and write few words of
recommendation for me :)
View My Linkedin Profile

You might also like