<?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>Computer Software &#187; Bsci Certification</title>
	<atom:link href="http://www.comsofts.com/tag/bsci-certification/feed" rel="self" type="application/rss+xml" />
	<link>http://www.comsofts.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 16 Aug 2010 21:32:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>What Is Mcse?</title>
		<link>http://www.comsofts.com/computers/computer-certification/what-is-mcse.html</link>
		<comments>http://www.comsofts.com/computers/computer-certification/what-is-mcse.html#comments</comments>
		<pubDate>Mon, 23 Feb 2009 06:59:05 +0000</pubDate>
		<dc:creator>Shonta</dc:creator>
				<category><![CDATA[Computer Certification]]></category>
		<category><![CDATA[Bsci Certification]]></category>
		<category><![CDATA[Computers]]></category>
		<category><![CDATA[Mcse]]></category>

		<guid isPermaLink="false">http://www.comsofts.com/?p=2187</guid>
		<description><![CDATA[MCSE stands for Microsoft Certified Systems Engineer. What is this term, really? While the term sounds like a degree that you would get in Microsoft, it is not really an engineering degree, per say. In fact, that is one of the biggest complaints about this learning process. Nevertheless, MCSE is a training course of sorts [...]]]></description>
			<content:encoded><![CDATA[<p>MCSE stands for Microsoft Certified Systems Engineer. What is this term, really? While the term sounds like a degree that you would get in Microsoft, it is not really an engineering degree, per say. In fact, that is one of the biggest complaints about this learning process. Nevertheless, MCSE is a training course of sorts that is designed to teach individuals who want to learn how to handle various aspects of Microsoft skills. The goal is to have a group of people who are knowledgeable in the areas that Microsoft is specific. Let’s explain.</p>
<p>Microsoft developed this type of training to allow individuals to get a specific training course, or several in various types of skills that pertain to Microsoft. The thing about this training is that it is specific to Microsoft. While you may learn to install a program in another course which would teach a broad range of information about all ways in which to do so, in the MSCE, you will learn strictly how it is done through Microsoft.</p>
<p>So, How Does MSCE Work?</p>
<p>In most cases, the training can be done in several ways. Students can take classes through certified teachers in school or they can study on their own. Some individuals feel that they have enough experience in the various uses of Microsoft to be able to take the test without taking a training class. The test is given at specific areas at specific times. In order to be considered, you must pay a fee of about $125 for each of the tests and certifications that you plan to take. The tests range in knowledge levels and in most cases, it is wise to take the training courses for MSCE prior to taking the test as it can be quite challenging.</p>
<p>You will find more information about MSCE throughout the web.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.comsofts.com/computers/computer-certification/what-is-mcse.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco Ccnp / Bsci Certification: Bgp Route Reflector Tutorial</title>
		<link>http://www.comsofts.com/computers/computer-certification/cisco-ccnp-bsci-certification-bgp-route-reflector-tutorial.html</link>
		<comments>http://www.comsofts.com/computers/computer-certification/cisco-ccnp-bsci-certification-bgp-route-reflector-tutorial.html#comments</comments>
		<pubDate>Mon, 23 Feb 2009 06:35:15 +0000</pubDate>
		<dc:creator>Shonta</dc:creator>
				<category><![CDATA[Computer Certification]]></category>
		<category><![CDATA[Bsci Certification]]></category>
		<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.comsofts.com/?p=2176</guid>
		<description><![CDATA[When you&#8217;re studying for your BSCI exam and CCNP certification, you quickly realize that BGP is a whole new world from anything you&#8217;ve previously studies. One topic that sometimes confuses CCNP candidates is when a BGP route reflector needs to be configured. In the following example, the routers R1, R2, and R3 are all in [...]]]></description>
			<content:encoded><![CDATA[<p>When you&#8217;re studying for your BSCI exam and CCNP certification, you quickly realize that BGP is a whole new world from anything you&#8217;ve previously studies. One topic that sometimes confuses CCNP candidates is when a BGP route reflector needs to be configured.</p>
<p>In the following example, the routers R1, R2, and R3 are all in BGP AS 100. This is not a full mesh, however. There are peer relationships between R1-R2 and R1-R3, but not between R2 and R3. R3 is advertising network 3.3.3.0/24 via BGP, and the route is seen on R1. R1&#8242;s iBGP neighbor, R2 does not see the route.</p>
<p>A basic rule of BGP is that a BGP speaker cannot advertise a route to an iBGP neighbor if that route was learned from another iBGP neighbor. Configuring R1 as a route reflector will allow us to circumvent this rule. The entire route reflector process is transparent to the clients, and no configuration is necessary on those clients. We&#8217;ll configure R1 as a route reflector for both R2 and R3.</p>
<p>R1(config)#router bgp 100</p>
<p>R1(config-router)#neighbor 172.12.123.2 route-reflector-client</p>
<p>3d18h: %BGP-5-ADJCHANGE: neighbor 172.12.123.2 Down RR client config change</p>
<p>R1(config-router)#neighbor 172.12.123.3 route-reflector-client</p>
<p>3d18h: %BGP-5-ADJCHANGE: neighbor 172.12.123.3 Down RR client config change</p>
<p>The BGP adjacencies do come down when this configuration is added, so this isn&#8217;t something you want to do during a peak traffic time.</p>
<p>Once the adjacencies come back up, R2 will have the route to 3.3.3.0/24.</p>
<p>There are other possible solutions to this iBGP limitation, such as configuring BGP confederations. Those solutions are generally used on larger BGP deployments and with other concerns in mind, though, and configuring route reflectors serves this purpose just as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.comsofts.com/computers/computer-certification/cisco-ccnp-bsci-certification-bgp-route-reflector-tutorial.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco Ccnp / Bsci Certification: Route Redistribution And The Seed Metric</title>
		<link>http://www.comsofts.com/computers/computer-certification/cisco-ccnp-bsci-certification-route-redistribution-and-the-seed-metric.html</link>
		<comments>http://www.comsofts.com/computers/computer-certification/cisco-ccnp-bsci-certification-route-redistribution-and-the-seed-metric.html#comments</comments>
		<pubDate>Mon, 23 Feb 2009 06:30:20 +0000</pubDate>
		<dc:creator>Shonta</dc:creator>
				<category><![CDATA[Computer Certification]]></category>
		<category><![CDATA[Bsci Certification]]></category>
		<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.comsofts.com/?p=2174</guid>
		<description><![CDATA[In the first part of this free CCNP / BSCI tutorial, we looked at how leaving one simple word out of our route redistribution configuration &#8211; &#8220;subnets&#8221; &#8211; resulted in an incomplete routing table when redistributing routes from RIP to OSPF. (If you missed that part of the tutorial, visit my website&#8217;s &#8220;Free Tutorials&#8221; section.) [...]]]></description>
			<content:encoded><![CDATA[<p>In the first part of this free CCNP / BSCI tutorial, we looked at how leaving one simple word out of our route redistribution configuration &#8211; &#8220;subnets&#8221; &#8211; resulted in an incomplete routing table when redistributing routes from RIP to OSPF. (If you missed that part of the tutorial, visit my website&#8217;s &#8220;Free Tutorials&#8221; section.) Today, we&#8217;ll look at redistributing OSPF routes into RIP and identify another common redistribution error.</p>
<p>We are using a three-router network. R5 is running RIP, R1 is serving as a hub between R5 and R3 and is running RIP and OSPF, and R3 is running OSPF.</p>
<p>To begin this lab, we&#8217;ll add three loopbacks to R3 and advertise them to R1 via OSPF.</p>
<p>R3(config)#int loopback33</p>
<p>R3(config-if)#ip address 33.3.3.3 255.255.255.255</p>
<p>R3(config-if)#int loopback34</p>
<p>R3(config-if)#ip address 34.3.3.3 255.255.255.255</p>
<p>R3(config-if)#int loopback35</p>
<p>R3(config-if)#ip address 35.3.3.3 255.255.255.255</p>
<p>R3(config-if)#router ospf 1</p>
<p>R3(config-router)#network 33.3.3.3 0.0.0.0 area 1</p>
<p>R3(config-router)#network 34.3.3.3 0.0.0.0 area 1</p>
<p>R3(config-router)#network 35.3.3.3 0.0.0.0 area 1</p>
<p>R1 sees all three of these routes in its routing table.</p>
<p>R1#show ip route ospf</p>
<p>34.0.0.0/32 is subnetted, 1 subnets</p>
<p>O IA 34.3.3.3 [110/65] via 172.12.123.3, 00:00:55, Serial0</p>
<p>35.0.0.0/32 is subnetted, 1 subnets</p>
<p>O IA 35.3.3.3 [110/65] via 172.12.123.3, 00:00:45, Serial0</p>
<p>33.0.0.0/32 is subnetted, 1 subnets</p>
<p>O IA 33.3.3.3 [110/65] via 172.12.123.3, 00:00:55, Serial0</p>
<p>We&#8217;ll now redistribute these routes into RIP on R1. Remember the &#8220;subnets&#8221; option we talked about in the first part of this tutorial? There is no such option when redistributing OSPF routes into RIP, as IOS Help shows us.</p>
<p>R1(config)#router rip</p>
<p>R1(config-router)#redistribute ospf 1 ?</p>
<p>match Redistribution of OSPF routes</p>
<p>metric Metric for redistributed routes</p>
<p>route-map Route map reference</p>
<p>vrf VPN Routing/Forwarding Instance</p>
<p>R1(config-router)#redistribute ospf 1</p>
<p>The routes have been redistributed into RIP with the redistribute ospf 1 command. (The &#8220;1&#8243; is the OSPF process number.) Let&#8217;s look at R5 and see the results.</p>
<p>R5#show ip route rip</p>
<p>R5#</p>
<p>The routes aren&#8217;t there, but we didn&#8217;t get a warning from the router that we needed to do anything else. What is the problem?</p>
<p>The problem is that RIP requires a seed metric to be specified when redistributing routes into that protocol. A seed metric is a &#8220;starter metric&#8221; that gives the RIP process a metric it can work with. The OSPF metric of cost is incomprehensible to RIP, since RIP&#8217;s sole metric is hop count. We&#8217;ve got to give RIP a metric it understands when redistributing routes into that protocol, so let&#8217;s go back to R1 and do so.</p>
<p>R1(config)#router rip</p>
<p>R1(config-router)#no redistribute ospf 1</p>
<p>R1(config-router)#redistribute ospf 1 metric 2</p>
<p>R5 now sees the routes. Note that the metric contained in the brackets is the seed metric.</p>
<p>R5#show ip route rip</p>
<p>34.0.0.0/32 is subnetted, 1 subnets</p>
<p>R 34.3.3.3 [120/2] via 100.1.1.1, 00:00:24, Ethernet0</p>
<p>35.0.0.0/32 is subnetted, 1 subnets</p>
<p>R 35.3.3.3 [120/2] via 100.1.1.1, 00:00:24, Ethernet0</p>
<p>33.0.0.0/32 is subnetted, 1 subnets</p>
<p>R 33.3.3.3 [120/2] via 100.1.1.1, 00:00:24, Ethernet0</p>
<p>If you read the previous tutorial, you may have noticed that we did not specify a seed metric for OSPF. OSPF does not require a seed metric to be set during redistribution. You also noticed that the router did tell us that there might be a problem when we left the &#8220;subnets&#8221; option out of RIP&gt;OSPF redistribution, but the router didn&#8217;t tell us anything about a seed metric when we performed OSPF&gt;RIP redistribution. This is a detail you must know by heart in order to make your route redistribution successful!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.comsofts.com/computers/computer-certification/cisco-ccnp-bsci-certification-route-redistribution-and-the-seed-metric.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco Ccnp / Bsci Certification: Troubleshooting Route Redistribution, Part I</title>
		<link>http://www.comsofts.com/computers/computer-certification/cisco-ccnp-bsci-certification-troubleshooting-route-redistribution-part-i.html</link>
		<comments>http://www.comsofts.com/computers/computer-certification/cisco-ccnp-bsci-certification-troubleshooting-route-redistribution-part-i.html#comments</comments>
		<pubDate>Mon, 23 Feb 2009 06:15:07 +0000</pubDate>
		<dc:creator>Shonta</dc:creator>
				<category><![CDATA[Computer Certification]]></category>
		<category><![CDATA[Bsci Certification]]></category>
		<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.comsofts.com/?p=2170</guid>
		<description><![CDATA[If there&#8217;s one CCNP / BSCI topic that looks so easy but can lead to a real headache, it&#8217;s route redistribution. I&#8217;m not even talking about the routing loops and suboptimal routing that can result when route redistribution is done without proper planning &#8211; I&#8217;m talking about the basic commands themselves. Leaving out one single [...]]]></description>
			<content:encoded><![CDATA[<p>If there&#8217;s one CCNP / BSCI topic that looks so easy but can lead to a real headache, it&#8217;s route redistribution. I&#8217;m not even talking about the routing loops and suboptimal routing that can result when route redistribution is done without proper planning &#8211; I&#8217;m talking about the basic commands themselves. Leaving out one single command option, or forgetting what else needs to be redistributed when redistributing dynamically discovered routes, can leave you with a routing table that looks complete but does not result in full IP connectivity.</p>
<p>In this free CCNP / BSCI tutorial series, we&#8217;ll take a look at three common errors in route redistribution configurations, and how to fix them. We&#8217;ll use three routers, R1, R3, and R5. R1 and R5 are in a RIPv2 domain and R1 and R3 are in an OSPF domain. R1 will be performing two-way route redistribution.</p>
<p>R5 is advertising its loopback, 5.5.5.5/24, into the RIPv2 domain. R1 sees this route in its RIP routing table:</p>
<p>R1#show ip route rip</p>
<p>5.0.0.0/24 is subnetted, 1 subnets</p>
<p>R 5.5.5.0 [120/1] via 100.1.1.5, 00:00:01, Ethernet0</p>
<p>For R3 to see this route, route redistribution must be configured on R1. We&#8217;ll use the redistribute rip command to do so.</p>
<p>R1(config)#router ospf 1</p>
<p>R1(config-router)#redistribute rip</p>
<p>% Only classful networks will be redistributed</p>
<p>The router immediately gives us a message that &#8220;only classful networks will be redistributed&#8221;. What does this mean? Let&#8217;s go to R3 and see if that router is receiving this route.</p>
<p>R3#show ip route ospf</p>
<p>&lt; no output &gt;</p>
<p>When we get no result from a show command, that means there&#8217;s nothing to show. The only routes that will be successfully redistributed with the current configuration on R1 are classful networks, and 5.5.5.0/24 is a subnet.</p>
<p>To further illustrate the point, a classful network has been added to R5. This network is 16.0.0.0 /8, and is now being advertised by RIP. R1 sees this network as classful&#8230;</p>
<p>R1#show ip route rip</p>
<p>R 16.0.0.0/8 [120/1] via 100.1.1.5, 00:00:00, Ethernet0</p>
<p>5.0.0.0/24 is subnetted, 1 subnets</p>
<p>R 5.5.5.0 [120/1] via 100.1.1.5, 00:00:00, Ethernet0</p>
<p>&#8230; and R3 is receiving the route through redistribution.</p>
<p>R3#show ip route ospf</p>
<p>O E2 16.0.0.0/8 [110/20] via 172.12.123.1, 00:00:08, Serial0.31</p>
<p>To redistribute both classful and classless networks, the option &#8220;subnets&#8221; must be added to the redistribute command on R1.</p>
<p>R1(config)#router ospf 1</p>
<p>R1(config-router)#no redistribute rip</p>
<p>R1(config-router)#redistribute rip subnets</p>
<p>R3 will now see both the classful and classless networks being redistributed into OSPF. (100.1.1.0 is the network connecting R1 and R5.)</p>
<p>R3#show ip route ospf</p>
<p>O E2 16.0.0.0/8 [110/20] via 172.12.123.1, 00:00:20, Serial0.31</p>
<p>100.0.0.0/24 is subnetted, 1 subnets</p>
<p>O E2 100.1.1.0 [110/20] via 172.12.123.1, 00:00:20, Serial0.31</p>
<p>5.0.0.0/24 is subnetted, 1 subnets</p>
<p>O E2 5.5.5.0 [110/20] via 172.12.123.1, 00:00:20, Serial0.31</p>
<p>This is one of the most common errors made during route redistribution, but now you know what to look out for! In the next part of this free CCNP / BSCI tutorial, we&#8217;ll take a look at another such error.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.comsofts.com/computers/computer-certification/cisco-ccnp-bsci-certification-troubleshooting-route-redistribution-part-i.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco Ccnp / Bsci Certification: Introduction To Isis Terminology</title>
		<link>http://www.comsofts.com/computers/computer-certification/cisco-ccnp-bsci-certification-introduction-to-isis-terminology.html</link>
		<comments>http://www.comsofts.com/computers/computer-certification/cisco-ccnp-bsci-certification-introduction-to-isis-terminology.html#comments</comments>
		<pubDate>Wed, 28 Jan 2009 06:44:49 +0000</pubDate>
		<dc:creator>Shonta</dc:creator>
				<category><![CDATA[Computer Certification]]></category>
		<category><![CDATA[Bsci Certification]]></category>
		<category><![CDATA[Cisco Ccna Certification]]></category>
		<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.comsofts.com/?p=2147</guid>
		<description><![CDATA[When you&#8217;re studying to pass the BSCI exam and earn your CCNP certification, you&#8217;re going to be introduced to ISIS. ISIS and OSPF are both link-state protocols, but ISIS works quite differently from OSPF. You must master these details in order to earn your CCNP. One of the major differences between OSPF and ISIS will [...]]]></description>
			<content:encoded><![CDATA[<p>When you&#8217;re studying to pass the BSCI exam and earn your CCNP certification, you&#8217;re going to be introduced to ISIS. ISIS and OSPF are both link-state protocols, but ISIS works quite differently from OSPF. You must master these details in order to earn your CCNP.</p>
<p>One of the major differences between OSPF and ISIS will be evident to you when you first begin your BSCI exam studies, and that is the terminology. ISIS uses terms that no other protocol you&#8217;ve studied to date uses, and learning these new terms is the first step to BSCI and CCNP exam success.</p>
<p>First off, what does &#8220;IS&#8221; stand for in &#8220;ISIS&#8221;? It stands for &#8220;Intermediate System&#8221;, which sounds like a group of routers. As opposed to Autonomous Systems, which are logical groups of routers, an Intermediate System is simply a single router. That&#8217;s it.</p>
<p>You&#8217;ll also become familiar with End Systems, referred to in ISIS as an &#8220;ES&#8221;. The End System is simply an end host.</p>
<p>ISIS and OSPF both use the concept of areas, but ISIS takes a different approach to this concept. ISIS routers use three different types of routing levels, according to the area a router has been placed in. Level 2 routers are connected only to the backbone and serve as a transit device between non-backbone areas. Level 1 routers are totally internal to a non-backbone area.</p>
<p>ISIS uses both Level-1 and Level-2 Hellos, meaning that the two types of routers just mentioned cannot form an adjacency. Luckily for us, there is a middle ground, and that is the Level 1-2 router. These routers connect non-backbone areas to backbone areas. L1-L2 routers keep two separate routing tables, one for L1 routing and another for L2 routing. This is the default setting for a Cisco router, and L1-L2 routers can form adjacencies with both L1 and L2 routers.</p>
<p>Part of the challenge of learning ISIS is getting used to the differences between ISIS and OSPF. Keep studying the terminology, master one concept at a time, and soon you&#8217;ll be a master of ISIS and a CCNP to boot!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.comsofts.com/computers/computer-certification/cisco-ccnp-bsci-certification-introduction-to-isis-terminology.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco Ccnp / Bsci Certification: The Bgp Attribute “med”</title>
		<link>http://www.comsofts.com/computers/computer-certification/cisco-ccnp-bsci-certification-the-bgp-attribute-%e2%80%9cmed%e2%80%9d.html</link>
		<comments>http://www.comsofts.com/computers/computer-certification/cisco-ccnp-bsci-certification-the-bgp-attribute-%e2%80%9cmed%e2%80%9d.html#comments</comments>
		<pubDate>Wed, 28 Jan 2009 06:34:26 +0000</pubDate>
		<dc:creator>Shonta</dc:creator>
				<category><![CDATA[Computer Certification]]></category>
		<category><![CDATA[Bsci Certification]]></category>
		<category><![CDATA[Cisco Ccna Certification]]></category>
		<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.comsofts.com/?p=2142</guid>
		<description><![CDATA[When you&#8217;re preparing to pass the BSCI exam and earn your CCNP certification, one of the biggest challenges is learning BGP. BGP is totally different from any protocol you learned to earn your CCNA certification, and one of the differences is that BGP uses path attributes to favor one path over another when multiple paths [...]]]></description>
			<content:encoded><![CDATA[<p>When you&#8217;re preparing to pass the BSCI exam and earn your CCNP certification, one of the biggest challenges is learning BGP. BGP is totally different from any protocol you learned to earn your CCNA certification, and one of the differences is that BGP uses path attributes to favor one path over another when multiple paths to or from a destination exist.</p>
<p>Notice I said &#8220;to or from&#8221;. In earlier free BGP tutorials, I discussed the BGP attributes &#8220;weight&#8221; and &#8220;local preference&#8221;. These attributes are used to favor one path to a destination over another; for example, if BGP AS 100 has two paths to a destination in AS 200, these two attributes can be set in AS 100 to favor one path over another. But what if AS 100 wants to inform the routers in AS 200 as to which path it should use to reach a given destination in AS 100?</p>
<p>That&#8217;s where the BGP attribute &#8220;Multi-Exit Discriminator&#8221;, or MED, comes in. The MED value can be set in AS 100 to tell AS 200 which path it should use to reach a given network in AS 100.</p>
<p>As with many BGP attributes, the MED can be set with a route-map. What you need to watch is that there is no &#8220;set med&#8221; value in route maps. To change the MED of a path, you need to change the metric of that path. Let&#8217;s say that there are two entry paths for AS 200 to use to reach destinations in AS 100. You want AS 200 to use the 100.1.1.0/24 path over the 100.2.2.0/24 path. First, identify the two paths with two separate ACLs.</p>
<p>R1(config)#access-list 22 permit 100.1.1.0 0.0.0.255</p>
<p>R1(config)#access-list 23 permit 100.2.2.0 0.0.0.255</p>
<p>Next, write a route-map that assigns a lower metric to the more-desirable path.</p>
<p>R1(config)#route-map PREFER_PATH permit 10</p>
<p>R1(config-route-map)#match ip address 22</p>
<p>R1(config-route-map)#set metric 100</p>
<p>R1(config-route-map)#route-map PREFER_PATH permit 20</p>
<p>R1(config-route-map)#match ip address 23</p>
<p>R1(config-route-map)#set metric 250</p>
<p>Finally, apply the route-map to the neighbor or neighbors.</p>
<p>R1(config-route-map)#router bgp 100</p>
<p>R1(config-router)#neighbor 22.2.2.2 route-map PREFER_PATH out</p>
<p>The key points to keep in mind is that while many BGP attributes prefer a higher value, the MED is basically an external metric &#8211; and a lower metric is preferred, just as with the protocols you&#8217;ve already studied to earn your CCNA certification.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.comsofts.com/computers/computer-certification/cisco-ccnp-bsci-certification-the-bgp-attribute-%e2%80%9cmed%e2%80%9d.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco Ccnp / Bsci Certification: The Local Preference Bgp Attribute</title>
		<link>http://www.comsofts.com/computers/computer-certification/cisco-ccnp-bsci-certification-the-local-preference-bgp-attribute.html</link>
		<comments>http://www.comsofts.com/computers/computer-certification/cisco-ccnp-bsci-certification-the-local-preference-bgp-attribute.html#comments</comments>
		<pubDate>Wed, 28 Jan 2009 06:13:56 +0000</pubDate>
		<dc:creator>Shonta</dc:creator>
				<category><![CDATA[Computer Certification]]></category>
		<category><![CDATA[Bsci Certification]]></category>
		<category><![CDATA[Cisco Ccna Certification]]></category>
		<category><![CDATA[Computers]]></category>

		<guid isPermaLink="false">http://www.comsofts.com/?p=2138</guid>
		<description><![CDATA[When studying for your BSCI exam for the CCNP, you get your first taste of BGP. One of the major differences between BGP and the other protocols you&#8217;ve studied to date is that BGP uses attributes to describe paths, and to influence the selection of one path over the other. In this free tutorial, we&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p>When studying for your BSCI exam for the CCNP, you get your first taste of BGP. One of the major differences between BGP and the other protocols you&#8217;ve studied to date is that BGP uses attributes to describe paths, and to influence the selection of one path over the other.</p>
<p>In this free tutorial, we&#8217;re going to take a look at the Local Preference attribute and compare it to the Cisco-proprietary BGP attribute &#8220;weight&#8221;.</p>
<p>The Local Preference (LOCAL_PREF) attribute is used to influence how traffic will flow from one Autonomous System (AS) to another when multiple paths exist. For example, if AS 100 has two different paths to a destination network in AS 200, the LOCAL_PREF attribute can be used to influence the path selection.</p>
<p>The major difference between the Weight and LOCAL_PREF attributes is that when the LOCAL_PREF attribute is changed, that change is reflected throughout the AS. The new LOCAL_PREF value will be advertised to all other routers in the AS, as compared to the Weight attribute, which is locally significant only. If you change the Weight for a path on one router in an AS, the other routers in the AS will not learn of the change.</p>
<p>A route-map can be used to change a local preference value. For example, if you want to change the local preference value to 200 for the path advertisement 10.2.2.0/24 coming in from neighbor 10.1.1.1, there are three steps involved. First, write an ACL matching the remote network you want to change the local preference for.</p>
<p>R1(config)#access-list 5 permit 10.2.2.0 0.0.0.255</p>
<p>Second, write a route-map setting the local preference to 200. This will double the default value of 100, and the path with the highest local preference will be the preferred path.</p>
<p>R1(config)#route-map PREFER_PATH permit 10</p>
<p>R1(config-route-map)#match ip address 5</p>
<p>R1(config-route-map)#set local-pref 200</p>
<p>Finally, apply the route-map to routes that are being received from 10.1.1.1.</p>
<p>R1(config)#router bgp 100</p>
<p>R1(config-router)#network 10.1.1.1 route-map PREFER_PATH in</p>
<p>R1 will then advertise this new local preference value to all other routers in AS 100 &#8211; all of its iBGP neighbors.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.comsofts.com/computers/computer-certification/cisco-ccnp-bsci-certification-the-local-preference-bgp-attribute.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
