2015 Braindump2go Cisco 642-887 VCE Dumps Free Download

Important News: Cisco 642-887 Exam Questions Updated Today! Want to know New Questions in 2015 642-887 Exam? Download Free Braindump2go 642-887 Exam Preparation Materials Now!

Cisco Official Exam Center New Released 642-887 Dumps Questions, Many New Questions added into it! Braindump2go Offer Free Sample Questions and Answers for Download Now! Visit Our Webiste, get the new updated Questions then pass Cisco 642-887 at the first try!

Keywords: 642-887 Exam Dumps,642-887 Practice Tests,642-887 Practice Exams,642-887 Exam Questions,642-887 PDF,642-887 VCE Free,642-887 Book,642-887 E-Book,642-887 Study Guide,642-887 Braindump,642-887 Prep Guide,Implementing Cisco Service Provider Next-Generation Core Network Services (SPCORE)

QUESTION 86
Which two traffic types are recognized by NBAR default configuration settings? (Choose two.)

A.    HTTP URL
B.    Sun RPC
C.    TCP
D.    UDP
E.    HTTPS URL

Answer: AB

QUESTION 87
Which statement describes the QoS behavior between P and PE routers of an MPLS provider network for an L3VPN service?

A.    The PE function honors DSCP markings set by the CE.
B.    The customer and provider must agree on DSCP classification and traffic priorities.
C.    Classification of customer traffic is handled by the P router.
D.    The PE function cannot map DSCP markings to MPLS EXP bits.

Answer: B

QUESTION 88
Which method is used to mark traffic matched by class-map MY_CLASS as Expedited Forwarding?

A.    set ip dscp cs7
B.    set dscp cs7
C.    set dscp 46
D.    set dscp 45

Answer: C

QUESTION 89
Which method maps MPLS EXP bit 5 to COS 5 on Cisco IOS XE?

A.    configure terminal
class-map match exp
match mpls experimental topmost 5
exit
policy-map EXP2Cos
class exp
set cos 5
exit
class class-default
random-detec
interface fastethernet 0/0
service-policy output EXP2Cos
B.    configure terminal
class-map match exp
match mpls experimental topmost 5
exit
policy-map EXP2Cos
class exp
set cos 5
exit
class class-default
random-detec
interface fastethernet 0/0
service-policy input EXP2Cos
C.    configure terminal
class-map match exp
match mpls cos 5
exit
policy-map EXP2Cos
class exp
set mpls experimental topmost 5
exit
class class-default
random-detec
interface fastethernet 0/0
service-policy output EXP2Cos
D.    configure terminal
class-map match exp
match mpls cos 5
exit
policy-map EXP2Cos
class exp
set mpls experimental topmost 5
exit
class class-default
random-detec
interface fastethernet 0/0
service-policy output EXP2Cos
exit
commit
E.    configure terminal
ip access-list 101 permit ip any any mpls experimental 5
class-map match exp
match access-group 101
exit
policy-map EXP2Cos
class exp
set cos 5
exit
class class-default
random-detec
interface fastethernet 0/0
service-policy output EXP2Cos
exit

Answer: A

QUESTION 90
The Cisco IOS and IOS XE qos pre-classify command allows which kind of packet classification on IP packets that are encapsulated with GRE and IPsec?

A.    allows for packets to be classified based on the ToS byte values before packet encryption
B.    allows for packets to be classified based on the ToS byte values after packet encryption
C.    allows for packets to be classified based on the packet payload before packet encryption
D.    allows for packets to be classified based on the packet payload after packet encryption
E.    allows for packets to be classified based on the packet header parameters other than the ToS byte values after packet encryption

Answer: E

QUESTION 91
An engineer has been tasked to configure a guaranteed 2 Mbps of bandwidth for outgoing FTP traffic on interface FastEthernet 1/1/1 on Cisco IOS XR. Which method accomplishes this configuration?

A.    configure terminal
class-map FTP_CLASS
match protocol ftp
exit
policy-map POLICY_1
class FTP_CLASS
bandwidth 2000
exit
exit
interface FastEthernet 1/1/1
service-policy output POLICY_1
end
commit
B.    configure terminal
class-map FTP_CLASS
match protocol ftp
exit
policy-map POLICY_1
class FTP_CLASS
bandwidth 2000000
exit
exit
interface FastEthernet 1/1/1
service-policy input POLICY_1
end
commit
C.    configure terminal
access-list 100 permit ip any any eq 21
policy-map POLICY_1
match ip access-list 100
bandwidth 2000
exit
exit
interface FastEthernet 1/1/1
service-policy output POLICY_1
end
commit
D.    configure terminal
policy-map POLICY_1
class FTP_CLASS
match protocol ftp
bandwidth 2000000
exit
exit
interface FastEthernet 1/1/1
service-policy input POLICY_1
end
commit

Answer: A

QUESTION 92
An engineer has been tasked to configure a guaranteed 10 Mbps priority queue for traffic matched by class-map VOICE_CLASS on Cisco IOS XR. Which policy must be applied for outgoing traffic on interface FastEthernet 0/0/1?

A.    configure
policy-map VOICE_POLICY
class VOICE_CLASS
police rate 10000
exceed-action drop
exit
priority level 1
exit
exit
interface FastEthernet 0/0/1
service-policy output VOICE_POLICY
commit
B.    configure
policy-map VOICE_POLICY
class VOICE_CLASS
priority percent 10
exit
exit
interface FastEthernet 0/0/1
service-policy output VOICE_POLICY
commit
C.    configure
policy-map VOICE_POLICY
class VOICE_CLASS
police rate 1000
exceed-action drop
exit
priority level 1
exit
exit
interface FastEthernet 0/0/1
service-policy output VOICE_POLICY
commit
D.    configure
policy-map VOICE_POLICY
class VOICE_CLASS
police rate 10 Mbps
exceed-action shape
exit
priority level 1
exit
exit
interface FastEthernet 0/0/1
service-policy output VOICE_POLICY
commit

Answer: A

QUESTION 93
When implementing CBWFQ, where should Weighted Random Early Detection configuration be applied?

A.    route-map
B.    policy-map
C.    class-map
D.    service-policy

Answer: B

QUESTION 94
Which QoS technique can be used to protect customer traffic from being dropped by traffic rate limiting performed by the service provider?

A.    LLQ
B.    policing
C.    fair-queue
D.    shaping

Answer: D

QUESTION 95
Refer to the exhibit. Based on the raw format of an MPLS header captured by a traffic analyzer, what is the value of the MPLS EXP field?
 

A.    1
B.    255
C.    5
D.    29

Answer: C

QUESTION 96
Which two characteristics describe the difference between MPLS QoS pipe and short-pipe models? (Choose two)

A.    Short-pipe mode does not need MPLS usage, but pipe mode does.
B.    In short-pipe mode, the egress LSR uses the tunneled PHB marking, but in pipe mode, the egress LSR uses the LSP PHB marking.
C.    Pipe mode does guarantee that the tunneled packet marking remains unchanged, but short- pipe does not.
D.    In short-pipe mode, the egress LSR uses the LSP PHB marking, but in pipe mode, the egress LSR uses the tunneled PHB marking.
E.    Short-pipe mode can be implemented on MPLS networks regardless of the MPLS PHP mechanism usage.

Answer: BE


All the 137 Questions and Answers in Braindump2go 642-887 Exam Dumps are the latest 642-887 Real Exam Questions not just 642-887 Practice Tests Questions! Braindump2gp Cisco 642-887 Exam Dumps PDF&VCE Guarantees you 100% Pass 642-887 Exam! Braindump2go Can Provide the Latest 642-887 Dumps Questions from Cisco Official Exam Center for You!

http://www.braindump2go.com/642-887.html

         

Categories 642-887 Dumps/642-887 Exam Questions/642-887 PDF/642-887 VCE/Cisco Exam

Post Author: mavis

Categories

Archives

Cisco Exam Dumps Download

200-301 PDF and VCE Dumps

200-901 PDF and VCE Dumps

350-901 PDF and VCE Dumps

300-910 PDF and VCE Dumps

300-915 PDF and VCE Dumps

300-920 PDF and VCE Dumps

350-401 PDF and VCE Dumps

300-410 PDF and VCE Dumps

300-415 PDF and VCE Dumps

300-420 PDF and VCE Dumps

300-425 PDF and VCE Dumps

300-430 PDF and VCE Dumps

300-435 PDF and VCE Dumps

350-401 PDF and VCE Dumps

350-401 PDF and VCE Dumps

350-801 PDF and VCE Dumps

300-810 PDF and VCE Dumps

300-815 PDF and VCE Dumps

300-820 PDF and VCE Dumps

300-835 PDF and VCE Dumps

350-801 PDF and VCE Dumps

200-201 PDF and VCE Dumps

350-601 PDF and VCE Dumps

300-610 PDF and VCE Dumps

300-615 PDF and VCE Dumps

300-620 PDF and VCE Dumps

300-625 PDF and VCE Dumps

300-635 PDF and VCE Dumps

600-660 PDF and VCE Dumps

350-601 PDF and VCE Dumps

352-001 PDF and VCE Dumps

350-701 PDF and VCE Dumps

300-710 PDF and VCE Dumps

300-715 PDF and VCE Dumps

300-720 PDF and VCE Dumps

300-725 PDF and VCE Dumps

300-730 PDF and VCE Dumps

300-735 PDF and VCE Dumps

350-701 PDF and VCE Dumps

350-501 PDF and VCE Dumps

300-510 PDF and VCE Dumps

300-515 PDF and VCE Dumps

300-535 PDF and VCE Dumps

350-501 PDF and VCE Dumps

010-151 PDF and VCE Dumps

100-490 PDF and VCE Dumps

810-440 PDF and VCE Dumps

820-445 PDF and VCE Dumps

840-450 PDF and VCE Dumps

820-605 PDF and VCE Dumps

700-805 PDF and VCE Dumps

700-070 PDF and VCE Dumps

600-455 PDF and VCE Dumps

600-460 PDF and VCE Dumps

500-173 PDF and VCE Dumps

500-174 PDF and VCE Dumps

200-401 PDF and VCE Dumps

644-906 PDF and VCE Dumps

600-211 PDF and VCE Dumps

600-212 PDF and VCE Dumps

600-210 PDF and VCE Dumps

600-212 PDF and VCE Dumps

700-680 PDF and VCE Dumps

500-275 PDF and VCE Dumps

500-285 PDF and VCE Dumps

600-455 PDF and VCE Dumps

600-460 PDF and VCE Dumps

Microsoft Exams Will Be Retired

AZ-103(retiring August 31, 2020)

AZ-203(retiring August 31, 2020)

AZ-300(retiring August 31, 2020)

AZ-301(retiring August 31, 2020)

77-419(retiring June 30, 2020)

70-333(retiring January 31, 2021)

70-334(retiring January 31, 2021)

70-339(retiring January 31, 2021)

70-345(retiring January 31, 2021)

70-357(retiring January 31, 2021)

70-410(retiring January 31, 2021)

70-411(retiring January 31, 2021)

70-412(retiring January 31, 2021)

70-413(retiring January 31, 2021)

70-414(retiring January 31, 2021)

70-417(retiring January 31, 2021)

70-461(retiring January 31, 2021)

70-462(retiring January 31, 2021)

70-463(retiring January 31, 2021)

70-464(retiring January 31, 2021)

70-465(retiring January 31, 2021)

70-466(retiring January 31, 2021)

70-467(retiring January 31, 2021)

70-480(retiring January 31, 2021)

70-483(retiring January 31, 2021)

70-486(retiring January 31, 2021)

70-487(retiring January 31, 2021)

70-537(retiring January 31, 2021)

70-705(retiring January 31, 2021)

70-740(retiring January 31, 2021)

70-741(retiring January 31, 2021)

70-742(retiring January 31, 2021)

70-743(retiring January 31, 2021)

70-744(retiring January 31, 2021)

70-745(retiring January 31, 2021)

70-761(retiring January 31, 2021)

70-762(retiring January 31, 2021)

70-764(retiring January 31, 2021)

70-765(retiring January 31, 2021)

70-767(retiring January 31, 2021)

70-768(retiring January 31, 2021)

70-777(retiring January 31, 2021)

70-778(retiring January 31, 2021)

70-779(retiring January 31, 2021)

MB2-716(retiring January 31, 2021)

MB6-894(retiring January 31, 2021)

MB6-897(retiring January 31, 2021)

MB6-898(retiring January 31, 2021)