<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>www.it-pruefungen.de IT-zertifizierung Prüfungsunterlagen &#187; 642-887 study materials</title>
	<atom:link href="http://blog.itpruefungen.de/tag/642-887-study-materials/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.itpruefungen.de</link>
	<description>deutsches Fragenkatalog</description>
	<lastBuildDate>Wed, 15 Apr 2026 05:51:04 +0000</lastBuildDate>
	<language>de-DE</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.2</generator>
		<item>
		<title>Prüfungsvorbereitung übungstest 642-887 Prüfungsfragen</title>
		<link>https://blog.itpruefungen.de/2018/08/19/pruefungsvorbereitung-uebungstest-642-887-pruefungsfragen/</link>
		<comments>https://blog.itpruefungen.de/2018/08/19/pruefungsvorbereitung-uebungstest-642-887-pruefungsfragen/#comments</comments>
		<pubDate>Sun, 19 Aug 2018 09:04:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CISCO]]></category>
		<category><![CDATA[642-887 Exam Questions]]></category>
		<category><![CDATA[642-887 study guide]]></category>
		<category><![CDATA[642-887 study materials]]></category>

		<guid isPermaLink="false">https://blog.itpruefungen.de/?p=99</guid>
		<description><![CDATA[Prüfungsvorbereitung übungstest 642-887 Prüfungsfragen www.it-pruefungen.de Implementing Cisco Service Provider Next-Generation Core Network Services (SPCORE) (ICND2 v3.0) QUESTION: 1 An engineer is allocating a determined amount of bandwidth to a customer Cisco MPLS TE tunnel to guarantee its availability on a &#8230; <a href="https://blog.itpruefungen.de/2018/08/19/pruefungsvorbereitung-uebungstest-642-887-pruefungsfragen/">Weiterlesen <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="https://www.it-pruefungen.de/642-887.htm">Prüfungsvorbereitung übungstest 642-887 Prüfungsfragen</a> www.it-pruefungen.de Implementing Cisco Service Provider Next-Generation Core Network Services (SPCORE) (ICND2 v3.0)</p>
<p>QUESTION: 1</p>
<p>An engineer is allocating a determined amount of bandwidth to a customer Cisco MPLS TE tunnel to guarantee its availability on a 24/7 SLA type. Which option must be configured to make sure the customer is able to use the bandwidth agreed on the SLA?</p>
<p>A. RSVP that guarantees bandwidth availability end-to-end<br />
B. Cisco MPLS TE tunnel to signal the bandwidth required<br />
C. a QoS policy to reinforce the RSVP bandwidth reservation<br />
D. overprovisioning to guarantee bandwidth</p>
<p>Answer: C</p>
<p>QUESTION: 2</p>
<p>Which Cisco IOS XR high-availability feature is used to prevent routes from being used before LDP converges?</p>
<p>A. LDP session protection<br />
B. LDP-IGP synchronization<br />
C. BFD<br />
D. IGP session protection</p>
<p>Answer: B</p>
<p>QUESTION: 3</p>
<p>On the Cisco ASR9K router, when using the bandwidth command to specify the minimum guaranteed bandwidth to be allocated for a specific class of traffic, what will be used as the queuing algorithm?</p>
<p>A. custom queuing<br />
B. CBWFQ<br />
C. WFQ<br />
D. FIFO<br />
E. priority queuing</p>
<p>Answer: B</p>
<p>642-887 Prüfungen, 642-887 zertifizierungen Implementing Cisco Service Provider Next-Generation Core Network Services (SPCORE) www.it-pruefungen.de</p>
<p>QUESTION: 4</p>
<p>A DSCP value of 41 in decimal corresponds to which IP precedence value?</p>
<p>A. 3 &#8211; Flash<br />
B. 4 &#8211; Flash Override<br />
C. 5 &#8211; Critical<br />
D. 6 &#8211; Internet Control<br />
E. 7 &#8211; Network Control</p>
<p>Answer: C<br />
Explanation:<br />
= INT(41/8)<br />
The AF behavior group defines four separate AF classes with Class 4 having the highest priority. Within each class, packets are given a drop precedence (high, medium or low). The combination of classes and drop precedence yields twelve separate DSCP encodings from AF11 through AF43 (see table)</p>
<p>QUESTION: 5</p>
<p>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?</p>
<p>A. configure terminal<br />
class-map FTP_CLASS<br />
match protocol ftp<br />
exit<br />
policy-map POLICY_1<br />
class FTP_CLASS<br />
bandwidth 2000<br />
exit<br />
exit<br />
interface FastEthernet 1/1/1<br />
service-policy output POLICY_1<br />
end<br />
commit<br />
B. configure terminal<br />
class-map FTP_CLASS<br />
match protocol ftp<br />
exit<br />
policy-map POLICY_1<br />
class FTP_CLASS<br />
bandwidth 2000000<br />
exit<br />
exit<br />
interface FastEthernet 1/1/1<br />
service-policy input POLICY_1<br />
end<br />
commit<br />
C. configure terminal<br />
access-list 100 permit ip any any eq 21<br />
policy-map POLICY_1<br />
match ip access-list 100<br />
bandwidth 2000<br />
exit<br />
exit<br />
interface FastEthernet 1/1/1<br />
service-policy output POLICY_1<br />
end<br />
commit<br />
D. configure terminal<br />
policy-map POLICY_1<br />
class FTP_CLASS<br />
match protocol ftp<br />
bandwidth 2000000<br />
exit<br />
exit<br />
interface FastEthernet 1/1/1<br />
service-policy input POLICY_1<br />
end<br />
commit</p>
<p>Answer: A</p>
<p>Prüfungsvorbereitung Studienmaterial <a href="https://www.it-pruefungen.de/642-887.htm">642-887</a> deutsch Implementing Cisco Service Provider Next-Generation Core Network Services (SPCORE) www.it-pruefungen.de</p>
<p>QUESTION: 6</p>
<p>Which three mechanisms are used to implement MPLS TE? (Choose three.)</p>
<p>A. tunnel interface<br />
B. CSPF<br />
C. RSVP<br />
D. LDP<br />
E. MP-BGP</p>
<p>Answer: A,B,C<br />
Explanation:<br />
Constrained-Based Shortest Path First (CSPF).<br />
Resource Reservation Protocol &#8211; Traffic Engineering is an extension of the resource reservation protocol (RSVP) for traffic engineering.</p>
]]></content:encoded>
			<wfw:commentRss>https://blog.itpruefungen.de/2018/08/19/pruefungsvorbereitung-uebungstest-642-887-pruefungsfragen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
