<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>CCIE Pilot</title>
	<atom:link href="http://cciepilot.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cciepilot.wordpress.com</link>
	<description>Success is going from failure to failure without losing enthusiasm.</description>
	<lastBuildDate>Mon, 08 Mar 2010 06:32:54 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='cciepilot.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/3357912c80ea353ba89213f004fa61eb?s=96&#038;d=http://s2.wp.com/i/buttonw-com.png</url>
		<title>CCIE Pilot</title>
		<link>http://cciepilot.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://cciepilot.wordpress.com/osd.xml" title="CCIE Pilot" />
	<atom:link rel='hub' href='http://cciepilot.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Internetwork Expert’s R&amp;S Lab Workbook Volume IV Logs – Lab 3 of 10</title>
		<link>http://cciepilot.wordpress.com/2010/03/08/internetwork-expert%e2%80%99s-rs-lab-workbook-volume-iv-logs-%e2%80%93-lab-3-of-10/</link>
		<comments>http://cciepilot.wordpress.com/2010/03/08/internetwork-expert%e2%80%99s-rs-lab-workbook-volume-iv-logs-%e2%80%93-lab-3-of-10/#comments</comments>
		<pubDate>Mon, 08 Mar 2010 06:32:54 +0000</pubDate>
		<dc:creator>Mar Apuhin</dc:creator>
				<category><![CDATA[CCIE]]></category>
		<category><![CDATA[VOL4]]></category>

		<guid isPermaLink="false">http://cciepilot.wordpress.com/?p=351</guid>
		<description><![CDATA[11:01 AM 3/7/2010 HKT
LAB 3 VOLUME 4 Notes:
Ticket 1 &#8211; RIPv2
• Fix the issue preventing R6 from learning RIPv2 prefixes from BB1.
• Do not change the IP addressing on R6 to resolve this problem.
-Know the scope of the problem.
-Check RIP running config first. Check interfaces running RIP.
-Check interface status up/down
-Check Layer 2 parameters, do ping [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciepilot.wordpress.com&blog=3927944&post=351&subd=cciepilot&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>11:01 AM 3/7/2010 HKT</p>
<p>LAB 3 VOLUME 4 Notes:</p>
<p><strong>Ticket 1 &#8211; RIPv2</strong></p>
<p>• Fix the issue preventing R6 from learning RIPv2 prefixes from BB1.<br />
• Do not change the IP addressing on R6 to resolve this problem.</p>
<p>-Know the scope of the problem.<br />
-Check RIP running config first. Check interfaces running RIP.<br />
-Check interface status up/down<br />
-Check Layer 2 parameters, do ping test.<br />
-PPP can be stuck in LCP exchange, check any authetication issue.<br />
-This ticket is not directly related RIP but rather related to L2 PPP issue on the Serial link running RIP.<br />
-Enable logging console and logging buffered</p>
<p>debug ppp negotiation &#8211; Look for &#8220;Authentication Failure&#8221; for hints.<br />
show ip protocols<br />
show ip route rip<br />
show interface x/x<br />
show frame-relay pvc yyy<br />
show interface virtual-access x | i PPP|packets</p>
<p><strong>Ticket 2 &#8211; BGP Peering</strong></p>
<p>• The BGP session between R6 and SW2 is not coming up for some<br />
reason.<br />
• Find what might be causing this and fix the problem applying minimal<br />
changes.</p>
<p>-BGP check &#8211; Remember BGP is a layer 4<br />
-Underlying issue maybe related to switch trunking or any layer2 issue.<br />
-Make sure the layer 2 is intact.<br />
-Mark all access and trunk links.<br />
-If using DTP (no switchport noneg) make sure VTP names and password are consistent, else trunks using DTP will not come up.<br />
-Checking of logs is very critical, make sure to familiarized log checking.<br />
-This case is not directly related to any BGP process or layer 4 issue, but rather some layer 2 trunking issue.<br />
-Check BGP decent running config.</p>
<p>show spanntree vlan xxx<br />
show interface fx/x switchport | i Mode<br />
show vtp status<br />
show ip bgp summary.</p>
<p><strong>Ticket 3 &#8211; Backup Link</strong></p>
<p>• Users on VLAN42 report terrible performance when connecting the<br />
servers on VLAN5.<br />
• You suspect that the problem is that packets are taking suboptimal path across the backup ISDN link between the two sites.<br />
• Restore optimal performance and ensure the primary path over Frame-Relay cloud is being used.</p>
<p>-This setup is a dual link via Serial p2p and Serial frame-relay ckt.<br />
-FR is down. Check for FR configuration, proper DLCI assignment.<br />
-Check EEK.<br />
-Check OSPF neighbor<br />
-EEK is applied via a map-class, make sure it is consisted on both ends.</p>
<p>debug interface xx<br />
debug ip ospf adj<br />
show ip protocols<br />
show interface xx | i LMI<br />
show frame pvc xxx | s UNUSED<br />
show frame-relay pvc | i DELETED</p>
<p><strong>Ticket 4 &#8211; Network Optimization</strong></p>
<p>This ticket requires Tickets 1 and 2 resolved prior to starting.<br />
• After a recent merge process, some networks have been joined together.<br />
• In order to provide end-to-end connectivity, mutual redistribution has been configured between RIP and OSPF on R1, R2, R3, R4 and SW1.<br />
• However, the straight-forward configuration approach resulted in network instabilities and sub-optimal routing.<br />
• Fix the network configuration to ensure optimal routing, which means<br />
using high-speed links (Ethernet and Frame-Relay) for primary data paths.<br />
• The routers behind R5 should receive a single default route to reach the rest of the network.<br />
• R4 may still use the Serial link to reach the networks behind R5.</p>
<p>-Redistribution issue.<br />
A. layout 1</p>
<p>RIP-R2&#8211;OSPF&#8212;-R1&#8212;&#8211;OSPF&#8212;-R3&#8212;<br />
|        |<br />
|__RIP-SW2-RIP__|</p>
<p>Beware of layout 1 when doing mutual redistribution  on all router involved (R1, R2, R3,SW2). The ospf and RIP domain will by default will looped back.</p>
<p>N: At R2 make rip distance lesser than OSPF (e.g. distance 109 &#8211; router rip)</p>
<p>B. Redistribution troubleshooting technique.</p>
<p>-Shut down some interfaces to make the topology simple. Check whether you can get expected routes from the neighboring routers.<br />
-Check for filtering in or out direction on the 1. interface, routing process.<br />
-Alternative to bumping up AD of OSPF versus RIP, you can bump down RIP AD targeting only from a specific neighbor.</p>
<p>e.g.</p>
<p>router rip<br />
distance 109 x.x.x.x 0.0.0.0<br />
x.x.x.x is the neighbor.</p>
<p>-this makes routes from neighbor x.x.x.x to have a better distance learned from OSPF.</p>
<p>or it is usually like this:</p>
<p>router ospf 1<br />
distance ospf external 121<br />
! or<br />
distance 110 x.x.x.x 0.0.0.0<br />
! or<br />
router ospf 1<br />
redistribute rip metric 10000 subnets &lt;&lt;&lt;&lt;&lt;&lt;&lt;makes sure the the redistributed routes to OSPF has a worse metric.</p>
<p><strong>General Rule in Redistribution:</strong></p>
<p>1. Native prefixes for one protocol should be reached via this protocol, can have the best metric against others.<br />
2. External prefixes should have AD that is worse than the  AD of the native prefixes from different protocol.<br />
3. When injecting external information into a protocol, assign it a high metric value to make is less preferred.<br />
4. You can safely generate default route for stub domains but watch out and do filter of this default if needed.</p>
<p>Redistribution commandments notes:</p>
<p>1. ospf to eigrp -&gt; 110 to 170 -&gt; ok<br />
2. eigrp to ospf-&gt;  90 to 110 -&gt; ok<br />
3. eigrp(external) to ospf -&gt; 170 to 110 &lt;&lt;&lt;&#8211; problem here, not ok, watch out!<br />
4. lower AD wins</p>
<p>TECHNIQUES:</p>
<p>1. route tagging<br />
2. route summarization<br />
3. distance</p>
<p>To the following with redistributing:</p>
<p>1. Check first all native routes per router.<br />
2. Check all external routes per protocol type, perrouter.<br />
3. Think of the redistribution commandments.<br />
4. Can make ospf acts like EIGRP on dealing with external prefixes. (distance ospf external 171)<br />
5. Bump up or bump down certain prefixes. (external or internal).<br />
6. The distance of external EIGRP cannot be changed on a per prefix basis.<br />
7. ping the destination using the source IP address interface on different network<br />
8. debug ip packet detail with an ACL (ACL is permit icmp from any to any or host)<br />
9. Adjust default AD of IGP. RIP-&gt;109, OSPF= 121, OSPF External = 171, ospf = 89, depends on the situation and requirments.</p>
<p><strong>Watchout on the following with redistributing.</strong></p>
<p>1. route feedback.<br />
2. manually tag the route with higher AD with put into the redistributed towards the lower AD.<br />
3. lockdown pre-redistribution externals to equal to the native AD (e.g. distance 110 0.0.0.0 255.255.255.255  ACL_EXTERNAL_ALREADY<br />
4. The rest of new routes coming is can be bump up (distance ospf external 171)<br />
5. Item 3,4 are OSPF and EIGRP samples.</p>
<p>-debug ip routing<br />
-show ip route xxx<br />
-show ip rip data<br />
-show ip ospf topology</p>
<p><strong>Ticket 5 &#8211; Server Farm</strong></p>
<p>• Two new servers have been recently connected to SW1 port 0/18 and SW2 port 0/19 respectively.<br />
• For the lab purpose, the servers are emulated by L3 ports in SW3 and SW4 respectively.<br />
• The following is the configuration policy for the server block:<br />
o The new servers are assigned to the subnet 192.10.X.0/24<br />
o To ensure security, the servers should not be able to communicate directly.<br />
o The servers should be able to reach and communicate via R4.<br />
• However, the configuration appears to be incomplete, as servers cannot reach to each other.<br />
• Ensure the connectivity via R4 and verify it by using IP addresses assigned to the switchports of SW3 and SW4.</p>
<p>-This case is related to private vlan configurations.</p>
<p>show interface f0/x switchport | i private-vlan<br />
show interface trunk<br />
show vlan id<br />
show ip interface f0/xx | i arp</p>
<p><strong>Ticket 6 &#8211; BGP</strong></p>
<p>• AS254 and AS54 cannot exchange routes across AS 100, AS 200 and AS 300.<br />
• Applying changes to BGP configurations only, restore the end-to-end connectivity.<br />
• Do not apply any changes to AS 300 routers to accomplish this.<br />
• The ticked will be resolved when AS 54 and AS 254 could see each other’s routes.</p>
<p>-External BGP loop prevention mechanism uses AS-PATH information.<br />
-The use local-as on the source AS will generate the AS path information.<br />
-Use allowas-in on the far receiving end<br />
-Make user no other L2/L3 issue exist. IGP should be stable at this time. No routing loops occured.<br />
-Check for IBGP relationships and watch out for route-refrelector requirments.</p>
<p>show ip bgp regexp _<br />
show ip bgp neig xxx advertise-routes<br />
show ip bgp sum<br />
show ip bgp neig | i state|neighbor|index|update-group|reflec<br />
show ip bgp update-group</p>
<p><strong>Ticket 7 &#8211; L2VPN</strong></p>
<p>• You have tasked a junior system administrator to configure an L2VPN tunnel between VLAN64 and VLAN46 interfaces of R6 and R4.<br />
• Some time after this, he reported that the configuration has been done, but there are some issues preventing it from working properly.<br />
• Find and resolve the issues preventing the Layer 2 VPN tunnel from coming up.</p>
<p>-Watch out for inconsistend ckt id name. Ckt id should be the same on both ends.</p>
<p>show vpdn tunnel<br />
show vpdn session<br />
show l2tun session all<br />
show sss circuits</p>
<p><strong>Ticket 8 &#8211; L2VPN Issues</strong></p>
<p>• The Frame-Relay connection between R1 and R2 has been recently replaced with L2 VPN. Soon after this, users on VLAN263 started complaining that they cannot download files from the servers on VLAN42.<br />
• They still could use telnet and ssh to access the servers though.<br />
• Suspecting that this may be caused by Path MTU discovery failures, you configured a workaround by clearing DF bit on all TCP packets received by R2 on its VLAN263 interface.<br />
• However, this does not seem to help and the problem persists. Find the solution to this problem that works for all types of network traffic.</p>
<p>-Do ping test with oversized packet to check fragmentation issues.<br />
-Fragments per packet is controlled by VFR &#8211; ip virtual-reassembly max-fragments x command.<br />
-Using ip tcp adjust-mss will keep the router to modify and MSS field in TCP packet header.  MSS is 40 bytes less than the MTU. Only for TCP.<br />
-IP virtual-reassembly, use to set max amount of fragmented packets</p>
<p>There are basically few ways to filter fragmented packets:<br />
1) Using an access-group applied to an interface.<br />
2) Using a policy-map that routes fragmented traffic to Null0.<br />
3) Using a service-policy that drops fragments.<br />
4) Configuring IP virtual-reassembly on interface.<br />
5) Using IOS IPS to drop fragmented traffic.<br />
6) Using CoPPr or Control-Plane policing to restrict packets going to the router.</p>
<p>show ip virtual-reassembly | i Fragments<br />
show ip int xx | i list<br />
show ip ips all<br />
show ip policy</p>
<p><strong>Ticket 9 &#8211; NTP</strong></p>
<p>• You have recently re-loaded the configuration for R3 and R4 using the backup copies and soon after that discovered the logging timestamps went wrong.<br />
• You know that NTP has been used for time synchronization on R3 and R4.<br />
• R5 was supposed to be the NTP master for R3 and R4.<br />
• You may assume that R5 is configured correctly and fix the issues in R3 and R4.</p>
<p>-NTP key should match on Server and client.<br />
-Use key chain to decrypt md5 hash on same router.<br />
-if the master NTP server is using ACLS on the peers and clients make sure the clients and peers are allowed on the ACL. Make sure NTP source is allowed.<br />
-NTP authentications need to do &#8220;ntp authenticate&#8221; command<br />
-NTP key should be manually trusted.</p>
<p>show ntp status<br />
show ntp ass detail</p>
<p><strong>Ticket 10 &#8211; Internet Access</strong></p>
<p>• After the recent security policy changes users on VLAN5 started complaining they cannot reach YouTube videos anymore.<br />
• Asking a few questions you found that uses cannot access any other WWW sites as well.<br />
• After a short investigation you found that the uplink used to reach the YouTube website is via BB1.<br />
• Talking to the users you found that only HTTP is being affected, FTP downloads work well.<br />
• Applying minimal changes to the network configuration resolve this problem and restore WWW connectivity.</p>
<p>-Related to WWW access only. Described that FTP traffic is not affected.<br />
-Not Path MTU issue.<br />
-Watch out for TOS value is matched and on the route-map is set to drop it to null0 interface.<br />
-The DF bit can be cleared using route-map. set ip df 0.</p>
<p>-Check MTU issue<br />
-Check local policy-map<br />
-Check ip ips<br />
-Check route-maps applied to the interface, make sure it is not dropping it.<br />
-enable http server on each router as a test to web traffic.</p>
<p>ip http server<br />
ip http path flash:<br />
copy http://x.x.x.x/test null:<br />
sho ip policy<br />
show ip ips all<br />
show ip int virtual-access x | i access</p>
<br />Filed under: <a href='http://cciepilot.wordpress.com/category/ccie/'>CCIE</a> Tagged: <a href='http://cciepilot.wordpress.com/tag/vol4/'>VOL4</a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cciepilot.wordpress.com/351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cciepilot.wordpress.com/351/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cciepilot.wordpress.com/351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cciepilot.wordpress.com/351/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cciepilot.wordpress.com/351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cciepilot.wordpress.com/351/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cciepilot.wordpress.com/351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cciepilot.wordpress.com/351/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cciepilot.wordpress.com/351/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cciepilot.wordpress.com/351/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciepilot.wordpress.com&blog=3927944&post=351&subd=cciepilot&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://cciepilot.wordpress.com/2010/03/08/internetwork-expert%e2%80%99s-rs-lab-workbook-volume-iv-logs-%e2%80%93-lab-3-of-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">CCIE Pilot</media:title>
		</media:content>
	</item>
		<item>
		<title>How the bgp deterministic-med Command Differs from the bgp always-compare-med Command</title>
		<link>http://cciepilot.wordpress.com/2010/02/24/how-the-bgp-deterministic-med-command-differs-from-the-bgp-always-compare-med-command-2/</link>
		<comments>http://cciepilot.wordpress.com/2010/02/24/how-the-bgp-deterministic-med-command-differs-from-the-bgp-always-compare-med-command-2/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 03:03:19 +0000</pubDate>
		<dc:creator>Mar Apuhin</dc:creator>
				<category><![CDATA[CCIE]]></category>

		<guid isPermaLink="false">http://cciepilot.wordpress.com/2010/02/24/how-the-bgp-deterministic-med-command-differs-from-the-bgp-always-compare-med-command-2/</guid>
		<description><![CDATA[Introduction
There is sometimes confusion between the two Border Gateway Protocol (BGP) configuration commands bgp deterministic-med and bgp always-compare-med. This document explains the differences in how the bgp deterministic-med and bgp always-compare-med commands can affect Multi Exit Discriminator (MED)-based path selection and how each command changes the behavior of BGP when choosing a best route.
Prerequisites
Requirements
There are [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciepilot.wordpress.com&blog=3927944&post=350&subd=cciepilot&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Introduction</p>
<p>There is sometimes confusion between the two Border Gateway Protocol (BGP) configuration commands bgp deterministic-med and bgp always-compare-med. This document explains the differences in how the bgp deterministic-med and bgp always-compare-med commands can affect Multi Exit Discriminator (MED)-based path selection and how each command changes the behavior of BGP when choosing a best route.<br />
Prerequisites<br />
Requirements</p>
<p>There are no specific requirements for this document.<br />
Components Used</p>
<p>The information in this document is based on the Cisco IOS® Software Release 12.2(10b).</p>
<p>The information in this document was created from the devices in a specific lab environment. All of the devices used in this document started with a cleared (default) configuration. If your network is live, make sure that you understand the potential impact of any command.<br />
Conventions</p>
<p>For more information on document conventions, refer to the Cisco Technical Tips Conventions.<br />
Background Information</p>
<p>There are two BGP configuration commands that can influence the MED-based path selection, the bgp deterministic-med and the bgp always-compare-med commands.</p>
<p>Enabling the bgp deterministic-med command ensures the comparison of the MED variable when choosing routes advertised by different peers in the same autonomous system. Enabling the bgp always-compare-med command ensures the comparison of the MED for paths from neighbors in different autonomous systems. The bgp always-compare-med command is useful when multiple service providers or enterprises agree on a uniform policy for setting MED. Thus, for network X, if Internet Service Provider A (ISP A) sets the MED to 10, and ISP B sets the MED to 20, both ISPs agree that ISP A has the better performing path to X.</p>
<p>Note: The bgp deterministic-med and bgp always-compare-med commands are not enabled by default. Also, the two commands are separate; enabling one does not automatically enable the other.<br />
Command Examples</p>
<p>The examples in this section demonstrate how the bgp deterministic-med and bgp always-compare-med commands can influence MED-based path selection.</p>
<p>Note: Cisco Systems recommends enabling the bgp deterministic-med command in all new network rollouts. For existing networks, the command must either be deployed on all routers at the same time, or incrementally, with care to avoid possible internal BGP (iBGP) routing loops.</p>
<p>For example, consider the following routes for network 10.0.0.0/8:</p>
<p>    entry1: AS(PATH) 500, med 150, external, rid 172.16.13.1<br />
    entry2: AS(PATH) 100, med 200, external, rid 1.1.1.1<br />
    entry3: AS(PATH) 500, med 100, internal, rid 172.16.8.4</p>
<p>The order in which the BGP routes were received is entry3, entry2, and entry1. (Entry3 is the oldest entry in the BGP table, and entry1 is the newest one.)</p>
<p>Note: When BGP receives multiple routes to a particular destination, it lists them in the reverse order that they were received, from the newest to the oldest. BGP then compares the routes in pairs, starting with the newest entry and moving toward the oldest entry (starting at top of the list and moving down). For example, entry1 and entry2 are compared. The better of these two is then compared to entry3, and so on.<br />
Example 1: Both Commands Disabled</p>
<p>Entry1 and entry2 are compared first. Entry2 is chosen as the better of these two because it has a lower router ID. The MED is not checked because the paths are from a different neighbor autonomous system. Next, entry2 is compared to entry3. Entry2 is chosen as the best path because it is external.<br />
Example 2: bgp deterministic-med Disabled, bgp always-compare-med Enabled</p>
<p>Entry1 is compared to entry2. These entries are from different neighbor autonomous systems, but since the bgp always-compare-med command is enabled, MED is used in the comparison. Of these two entries, entry1 is better because it has a lower MED. Next, entry1 is compared to entry3. The MED is checked again because the entries are now from the same autonomous system. Entry3 is chosen as the best path.<br />
Example 3: bgp deterministic-med Enabled, bgp always-compare-med Disabled</p>
<p>When the bgp deterministic-med command is enabled, routes from the same autonomous system are grouped together, and the best entries of each group are compared. The BGP table looks like this:</p>
<p>    entry1: AS(PATH) 100, med 200, external, rid 1.1.1.1<br />
    entry2: AS(PATH) 500, med 100, internal, rid 172.16.8.4<br />
    entry3: AS(PATH) 500, med 150, external, rid 172.16.13.1</p>
<p>There is a group for AS 100 and a group for AS 500. The best entries for each group are compared. Entry1 is the best of its group because it is the only route from AS 100. Entry2 is the best for AS 500 because it has the lowest MED. Next, entry1 is compared to entry2. Since the two entries are not from the same neighbor autonomous system, the MED is not considered in the comparison. The external BGP route wins over the internal BGP route, making entry1 the best route.<br />
Example 4: Both Commands Enabled</p>
<p>The comparisons in this example are the same as in Example 3, except for the last comparison between entry2 and entry1. The MED is taken into account for the last comparison because the bgp always-compare-med command is enabled. Entry2 is selected as the best path.</p>
<br />Filed under: <a href='http://cciepilot.wordpress.com/category/ccie/'>CCIE</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cciepilot.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cciepilot.wordpress.com/350/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cciepilot.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cciepilot.wordpress.com/350/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cciepilot.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cciepilot.wordpress.com/350/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cciepilot.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cciepilot.wordpress.com/350/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cciepilot.wordpress.com/350/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cciepilot.wordpress.com/350/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciepilot.wordpress.com&blog=3927944&post=350&subd=cciepilot&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://cciepilot.wordpress.com/2010/02/24/how-the-bgp-deterministic-med-command-differs-from-the-bgp-always-compare-med-command-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">CCIE Pilot</media:title>
		</media:content>
	</item>
		<item>
		<title>Featured Article: Flexible Packet Matching</title>
		<link>http://cciepilot.wordpress.com/2010/02/24/featured-article-flexible-packet-matching/</link>
		<comments>http://cciepilot.wordpress.com/2010/02/24/featured-article-flexible-packet-matching/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 23:45:48 +0000</pubDate>
		<dc:creator>Mar Apuhin</dc:creator>
				<category><![CDATA[CCIE]]></category>

		<guid isPermaLink="false">http://cciepilot.wordpress.com/2010/02/24/featured-article-flexible-packet-matching/</guid>
		<description><![CDATA[Featured Article: Flexible Packet Matching              By Steve Means
One of the issues facing network and security engineers is defending the network against dynamic threats. This means traffic that cannot easily be identified by regular means, such as an application that changes layer 4 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciepilot.wordpress.com&blog=3927944&post=349&subd=cciepilot&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Featured Article: Flexible Packet Matching              By Steve Means</p>
<p>One of the issues facing network and security engineers is defending the network against dynamic threats. This means traffic that cannot easily be identified by regular means, such as an application that changes layer 4 ports or tunnels within an existing protocol. Because of this, a solution is needed to match and filter based on specific information within the packet that is unique to the application you want to block.</p>
<p>Enter “Flexible Packet Matching”, otherwise known as FPM. FPM works by loading XML files called “Protocol Header Description Files” that define fields within the protocol header: IP, TCP, UDP, ICMP, etc…. Once defined, information within the fields can be matched and acted on using MQC.</p>
<p>As a simple example, we’re going to allow ICMP but block echo requests that come from 192.168.9.10 with a length greater than 500.</p>
<p>To enable FPM, you need to first load the PHDFs for the protocol stack you’ll be working with. We’ll be using ETHER, IP and ICMP, so those files are loaded with the “load” command:</p>
<p>load protocol system:/fpm/phdf/ether.phdf<br />
load protocol system:/fpm/phdf/ip.phdf<br />
load protocol system:/fpm/phdf/icmp.phdf</p>
<p>Next you have to tell FPM the correct protocol stack to examine. This is done with a class-map type stack. Notice that we start at layer 2, match the ethertype for IP, then move to layer 3, matching IP protocol 1 or ICMP.</p>
<p>class-map type stack match-all IP_ICMP<br />
 stack-start l2-start<br />
 match field ether type eq 0&#215;800 next IP<br />
 match field layer 3 IP protocol eq 1 next ICMP</p>
<p>With the stack defined, we’re now free to match the specific information we’re after, FPM uses “class-map type access-control”.</p>
<p>class-map type access-control match-all BAD_ICMP<br />
match field icmp type eq 8<br />
match field ip source-addr eq 10.6.6.6<br />
match field ip length gt 500</p>
<p>Now we’ll create a “policy-map type access-control” to drop any traffic that is a part of this class. This policy map is then nested within another policy map that matches our previously defined protocol stack. It is then applied to the interface:</p>
<p>policy-map type access-control DROP_BAD_ICMP<br />
 class BAD_ICMP<br />
  drop<br />
policy-map type access-control FPM<br />
 class IP_ICMP<br />
 service-policy DROP_BAD_ICMP<br />
!<br />
int fa0/1<br />
service-policy type access-control input FPM</p>
<p>Verification is simple. First we’ll ping from a router with an interface IP of 192.168.2.10 with no options:</p>
<p>R2# ping 10.6.6.6<br />
Type escape sequence to abort.<br />
Sending 5, 100-byte ICMP Echos to 10.6.6.6, timeout is 2 seconds:<br />
!!!!!<br />
Success rate is 100 percent (5/5), round-trip min/avg/max = 50/58/60 ms</p>
<p>The ping is successful as expected. It matches the stack, ICMP type and source address, but not the size. Now we can repeat the ping, upping the size:</p>
<p>R2# ping 10.6.6.6 size 1000<br />
Type escape sequence to abort.<br />
Sending 5, 1000-byte ICMP Echos to 10.6.6.6, timeout is 2 seconds:<br />
….<br />
Success rate is 0 percent (0/5)</p>
<p>This time the packets were dropped. We can further verify by checking the policy-map on the router using FPM. Notice that we have lots of packets matching the stack class-map, but only our 5 echo requests were dropped:</p>
<p>R1#sho policy-map type access-control interface<br />
 FastEthernet0/1</p>
<p> Service-policy access-control input: FPM</p>
<p>   Class-map: IP_ICMP (match-all)<br />
     136 packets, 15468 bytes<br />
     5 minute offered rate 0 bps<br />
     Match: field ETHER type eq 0&#215;800 next IP<br />
     Match: field layer 3 IP protocol eq 1 next ICMP</p>
<p>     Service-policy access-control : DROP_BAD_ICMP</p>
<p>       Class-map: BAD_ICMP (match-all)<br />
         5 packets, 5070 bytes<br />
         5 minute offered rate 0 bps<br />
         Match: field ICMP type eq 8<br />
         Match: field IP length gt 500<br />
         Match: field IP source-addr eq -1062729462<br />
     drop</p>
<p>This is a fairly basic example that is easy to verify and learn with. FPM can be much more detailed, even going so far as to match specific strings within the data payload itself. The preferred method of applying this in the field is to sniff the traffic you’re interested in, find something that is unique to this traffic and match based on it.</p>
<br />Filed under: <a href='http://cciepilot.wordpress.com/category/ccie/'>CCIE</a>  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cciepilot.wordpress.com/349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cciepilot.wordpress.com/349/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cciepilot.wordpress.com/349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cciepilot.wordpress.com/349/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cciepilot.wordpress.com/349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cciepilot.wordpress.com/349/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cciepilot.wordpress.com/349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cciepilot.wordpress.com/349/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cciepilot.wordpress.com/349/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cciepilot.wordpress.com/349/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciepilot.wordpress.com&blog=3927944&post=349&subd=cciepilot&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://cciepilot.wordpress.com/2010/02/24/featured-article-flexible-packet-matching/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">CCIE Pilot</media:title>
		</media:content>
	</item>
		<item>
		<title>Free Lab Book (download) &#8211; Narbik</title>
		<link>http://cciepilot.wordpress.com/2010/01/21/free-lab-book-download-narbik/</link>
		<comments>http://cciepilot.wordpress.com/2010/01/21/free-lab-book-download-narbik/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 21:16:53 +0000</pubDate>
		<dc:creator>Mar Apuhin</dc:creator>
				<category><![CDATA[CCIE]]></category>

		<guid isPermaLink="false">http://cciepilot.wordpress.com/2010/01/21/free-lab-book-download-narbik/</guid>
		<description><![CDATA[Here is Narbik’s post from GS
    To All,
    First of all I would like to apologize for the delay.
    Secondly, please excuse any typos, I kind of rushed to get this out so you guys will enjoy the lab.
    Once again there are [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciepilot.wordpress.com&blog=3927944&post=348&subd=cciepilot&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Here is Narbik’s post from GS</p>
<p>    To All,</p>
<p>    First of all I would like to apologize for the delay.</p>
<p>    Secondly, please excuse any typos, I kind of rushed to get this out so you guys will enjoy the lab.</p>
<p>    Once again there are no registrations, no sign-ins or any other requirements to download the lab.</p>
<p>    Please go to</p>
<p>http://www.micronicstraining.com/classes/index.php?dispatch=categories.view&amp;category_id=93</p>
<p>    And then, click on *CCIE Routing and Switching Trouble Shooting Workbook* and then, click on *Download FREE sample chapter*.</p>
<p>    Please let me know if you experience any problems.</p>
<p>    The initial config file is also included. You need to have winrar to unzip the directory, it also includes the diagrams.</p>
<p>    This lab is one of the 10 Troubleshooting Mock labs and hope it would NOT be a waste of your precious time. PLease go through and read the answers and see the steps that one has to go through to resolve a trouble ticket.</p>
<p>    I have also included another FREE lab work book that you guys can download; it has 338 pages of good labs (They help reduce your blood pressure, whereas, the TS labs help reducing the cholestrol). You should see it there as well.</p>
<p>    The security work book and the SP will be our next priority and they should be completed before the end of the year.</p>
<p>    There will also be a FREE VOD on ZBFW, that should be finished within a week or so.</p>
<p>    Enjoy and I hope to see you guys later.</p>
<p>    –<br />
    Narbik Kocharians<br />
    CCSI#30832, CCIE# 12410 (R&amp;S, SP, Security)<br />
    www.MicronicsTraining.com<br />
    Sr. Technical Instructor<br />
    YES! We take Cisco Learning Credits!</p>
<br />Posted in CCIE  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cciepilot.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cciepilot.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cciepilot.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cciepilot.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cciepilot.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cciepilot.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cciepilot.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cciepilot.wordpress.com/348/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cciepilot.wordpress.com/348/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cciepilot.wordpress.com/348/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciepilot.wordpress.com&blog=3927944&post=348&subd=cciepilot&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://cciepilot.wordpress.com/2010/01/21/free-lab-book-download-narbik/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">CCIE Pilot</media:title>
		</media:content>
	</item>
		<item>
		<title>CCIE Policies</title>
		<link>http://cciepilot.wordpress.com/2009/12/22/ccie-policies/</link>
		<comments>http://cciepilot.wordpress.com/2009/12/22/ccie-policies/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 05:12:42 +0000</pubDate>
		<dc:creator>Mar Apuhin</dc:creator>
				<category><![CDATA[CCIE]]></category>

		<guid isPermaLink="false">http://cciepilot.wordpress.com/?p=340</guid>
		<description><![CDATA[









Candidates should be familiar with the policies for CCIE     program participation, as stated below. If you have any questions regarding     the policies please contact CCIE customer support through the     Certifications Online Support tool.

Conduct
Candidates must agree they will not compromise the integrity or  [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciepilot.wordpress.com&blog=3927944&post=340&subd=cciepilot&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td colspan="2"></td>
</tr>
<tr>
<td width="100%" valign="top">
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td valign="top">Candidates should be familiar with the policies for CCIE     program participation, as stated below. If you have any questions regarding     the policies please <a href="http://ciscocert.custhelp.com/cgi-bin/ciscocert.cfg/php/enduser/std_alp.php">contact CCIE customer support through the     Certifications Online Support tool</a>.</p>
<ul>
<li><strong>Conduct</strong><br />
Candidates must agree they will not compromise the integrity or     confidentiality of any Cisco certification exam or certification program.     Prohibited actions are described in the <a href="http://www.cisco.com/web/learning/downloads/Cisco-Career-Certifications-and-Confidentiality-Agreement_v12.pdf">Cisco Career Certifications and Confidentiality     Agreement</a>. Remedies for violating the policy can include a     lifetime ban on all future exams and voiding of all previous     certifications.</p>
<p><a href="http://www.cisco.com/web/learning/le3/ccie/policies/index.html#top#top">Return to Top</a></li>
<li><strong>Confidentiality</strong><br />
The questions and answers of the certification exams are the exclusive and     confidential property of Cisco and are protected by Cisco&#8217;s intellectual     property rights. Candidates taking Cisco exams must agree they have read     and will abide by the terms and conditions of the <a href="http://www.cisco.com/web/learning/downloads/Cisco-Career-Certifications-and-Confidentiality-Agreement_v12.pdf">Cisco Career Certifications and Confidentiality     Agreement</a> before beginning each exam.</p>
<p><a href="http://www.cisco.com/web/learning/le3/ccie/policies/index.html#top#top">Return to Top</a></li>
<li><strong>Correspondence</strong><br />
All official correspondence to certified CCIEs and candidates is sent to     the email address in the CCIE database. This database is SEPARATE from the     Cisco customer database. Changing an email address in the Cisco customer     database does not automatically update the CCIE database. CCIEs and candidates     must keep their CCIE email address updated in order to ensure they received     all official correspondence.</p>
<p><a href="http://www.cisco.com/web/learning/le3/ccie/policies/index.html#top#top">Return to Top</a></li>
<li><strong>Exam Violations</strong><br />
Disclosure of test content is strictly prohibited. Please report any     suspicious activity as described in Cisco&#8217;s <a href="http://www.cisco.com/web/learning/le3/ccie/exam/violation_rules.html">Exam Violation Rules</a>.</p>
<p><a href="http://www.cisco.com/web/learning/le3/ccie/policies/index.html#top#top">Return to Top</a></li>
<li><strong>Lab Exam: Double Booking</strong><br />
CCIE candidates are allowed to schedule only a single CCIE lab exam date at     any location for each CCIE track. Double booking for lab exams in the same     track, at either the same location or different locations, is not permitted     by the database. Candidates will be allowed to simultaneously schedule lab     exams for different tracks.</p>
<p><a href="http://www.cisco.com/web/learning/le3/ccie/policies/index.html#top#top">Return to Top</a></li>
<li><strong>Lab Exam: Exam Rules</strong><br />
Candidates for the CCIE written exam or lab exam are not allowed to bring     anything into the exam room or take anything out. This includes, but is not     limited to: notes, documentation, watches, laptops, keyboards, pagers,     PDAs, and mobile phones. DO NOT confer or consult with anyone about the     exam while taking the exam or after the exam is completed. During an exam,     you may only discuss your exam with the lab engineer.</p>
<p><a href="http://www.cisco.com/web/learning/le3/ccie/policies/index.html#top#top">Return to Top</a></li>
<li><strong>Lab Exam: Payment</strong>
<p><strong>Price not confirmed and is subject to change until full payment is made.</strong></p>
<p><strong>Types.</strong> Lab sites in China     and Japan     will only accept payment via wire transfer. All other locations accept <a href="https://tools.cisco.com/CCIE/Schedule_Lab/CCIEOnline/CCIEOnline">online credit card payment</a> (American     Express, Visa, Mastercard, or Eurocard) See “Lab Exam: Scheduling and     Payment” for details. You are responsible for any fees your financial     institution may charge to complete the payment transaction.</p>
<p><strong>Due Date.</strong> Full payment must be received at least 90 days before the     lab exam date. Only one e-mail notice is sent as a payment reminder.     Payments generally take one to seven business days to process, so be sure     to initiate payment in advance of the due date. It is important that if     payment will be made by wire transfer, that the payment is scheduled well     in advance to prevent the lab date being dropped. Exams for which payment is     not received by the due date will be automatically dropped from the     schedule. If you still wish to take the lab, you must rebook the exam     online and complete your payment. There is no guarantee that your original     date will still be available once it has been dropped for non-payment. If     you book an exam for a date less than 90 days away, you must complete     payment on the day you book the exam or the registration cannot be     submitted. Candidates are ultimately responsible for making the lab payment     in a timely manner and Cisco will not be held liable for any candidates     automatically dropped due to non-payment.</p>
<p><strong>Processing.</strong> Credit card payments entered into the system will be     processed on the payment due date, exactly 90 days prior to your lab date,     as will invoices for all payment types. Be sure the company name, invoicing     address and email address are complete and accurate to ensure proper     delivery of your invoice. No invoices will be generated before the lab exam     due date.</p>
<p><a href="http://www.cisco.com/web/learning/le3/ccie/policies/index.html#top#top">Return to Top</a></li>
<li><strong>Lab Exam: Rescheduling, Canceling and Postponing</strong><br />
<strong>Prior to Due Date.</strong> Cancellations or changes to the exam date,     location, or track must be made prior to the payment due date&#8211;90 days before     the scheduled lab date. To make any changes, you must log into the <a href="https://tools.cisco.com/CCIE/Schedule_Lab/CCIEOnline/CCIEOnline">Lab Scheduling tool</a> and drop your current     lab. Then you can reschedule according to preferred date, location and     track. You may book an exam for a date less than 90 days away, if you     complete payment on the day you book the exam.</p>
<p>If you need to cancel an exam before the due date, and paid via a wire     transfer that has already cleared, you are eligible for a full refund by     requesting support via the <a href="http://www.cisco.com/go/certsupport">Certifications Online Support</a> tool.</p>
<p><strong>After Due Date.</strong> Changes and cancellations are not permitted after     the payment due date&#8211;90 days prior to the scheduled lab date&#8211;and no     refunds will be issued. If you are not able to attend your scheduled lab     date, <a href="http://ciscocert.custhelp.com/cgi-bin/ciscocert.cfg/php/enduser/std_adp.php?p_faqid=3572&amp;p_created=1161629328&amp;p_sid=xJ1ELFBi&amp;p_accessibility=0&amp;p_lva=&amp;p_sp=cF9zcmNoPTEmcF9zb3J0X2J5PSZwX2dyaWRzb3J0PSZwX3Jvd19jbnQ9NyZwX3Byb2RzPTMxJnBfY2F0cz0mcF9wdj0xLjMxJnBfY">contact support</a> to let them know the lab     seat will not be used. You will still forfeit your payment, but you will be     allowed to book another exam date immediately. If you do not contact     support, you will be marked as a &#8220;no show&#8221; for the exam and be     barred from booking another exam for 30 days.</p>
<p><strong>Candidates Requiring Visas.</strong> If you require a visa to attend your lab     exam, it is strongly recommended you apply 10-12 weeks before your lab     date. Candidates who fail to obtain required visas will still be bound by     these cancellation policies and must cancel their lab exam before the     payment due date to be eligible for a full refund. For more information in     requesting a CCIE Invitation Letter, please visit our <a href="http://ciscocert.custhelp.com/cgi-bin/ciscocert.cfg/php/enduser/std_adp.php?p_faqid=3576&amp;p_created=1161630460&amp;p_sid=xJ1ELFBi&amp;p_accessibility=0&amp;p_lva=3572&amp;p_sp=cF9zcmNoPTEmcF9zb3J0X2J5PSZwX2dyaWRzb3J0PSZwX3Jvd19jbnQ9NyZwX3Byb2RzPTMxLDE2OTUmcF9jYXRzPSZwX3B2PTIuMTY5NSZwX2N2PSZwX3BhZ2U9MSZwX3NlYXJjaF90ZXh0PXJlZnVuZA**&amp;p_li=&amp;p_topview=1">CCIE: Invitation Letter (Entrance Visa) Instant     Answer</a>.</p>
<p><a href="http://www.cisco.com/web/learning/le3/ccie/policies/index.html#top#top">Return to Top</a></li>
<li><strong>Lab Exam: Reevaluation of Lab Results</strong></li>
</ul>
<p>Exam results appeals     are available for the routing and switching, security, and service provider     technology tracks. Only exams with potential to change from fail to pass     will have the option to request an appeal, based on years of historical     data. Appeals are not available for the voice or storage tracks due to     equipment limitations.</p>
<p>An appeal consists of     a second proctor loading your configurations into a rack to recreate the     test and re-score the entire exam. This process takes up to three weeks     after receipt of payment. Only one appeal per lab attempt is permitted.</p>
<p>The result of the     appeal is a confirmation of the existing fail or an update to a pass.</p>
<p><strong>Payment Terms</strong></p>
<p>Make your request     within 14 days following your exam date by using the &#8220;Request for     Reread&#8221; link next to your lab record. Each appeal costs $250.00 USD     plus any applicable local taxes. Payment is made online via credit card and     your card will be charged upon receipt of the request. You may not cancel     the appeal request once the process has been initiated. Refunds are given     only when results change from fail to pass.</p>
<p><a href="http://www.cisco.com/web/learning/le3/ccie/policies/index.html#top#top">Return to Top</a></p>
<ul>
<li><strong>Lab Exam: Retakes</strong><br />
All candidates must wait 30 days between CCIE lab attempts. Please note the     30 days starts from the day after a failed lab exam.</p>
<p><a href="http://www.cisco.com/web/learning/le3/ccie/policies/index.html#top#top">Return to Top</a></li>
<li><strong>Lab Exam: Scoring</strong><br />
You must obtain an overall score of at least 80% to pass the lab exam. You     can <a href="https://tools.cisco.com/CCIE/Schedule_Lab/CCIEOnline/CCIEOnline">view your lab exam results online</a> (login required),     usually within 48 hours. Results are Pass/Fail and failing score reports     indicate major topic areas where additional study and preparation may be     useful.</p>
<p><a href="http://www.cisco.com/web/learning/le3/ccie/policies/index.html#top#top">Return to Top</a></li>
<li><strong>Lab Exam: Start Times</strong><br />
Start times for exams are indicated in email can also found on the web page     associated with each lab location (for a list, see <a href="http://www.cisco.com/web/learning/le3/ccie/exam/locations.html">Lab Exam Locations</a>). Please <a href="https://tools.cisco.com/CCIE/Schedule_Lab/CCIEOnline/jsp/UpdateProfile_Form.jsp">verify your email address</a> in your     candidate profile so we can notify you of any changes. If you have any     questions about the start time of your exam, please <a href="http://ciscocert.custhelp.com/cgi-bin/ciscocert.cfg/php/enduser/std_alp.php">contact CCIE customer support through the     Certifications Online Support tool </a>. If you arrive more than two     hours after the start of your exam, you will not be allowed to start. If     you arrive less than two hours late, you will be allowed to start but you     must finish with the rest of the group.</p>
<p><a href="http://www.cisco.com/web/learning/le3/ccie/policies/index.html#top#top">Return to Top</a></li>
<li><strong>Logo Guidelines</strong><br />
Certified CCIEs may only use the CCIE logo as provided and in accordance     with the published <a href="http://www.cisco.com/web/learning/le3/ccie/certified_ccies/logo_guidelines.html">Logo Guidelines</a>.</p>
<p><a href="http://www.cisco.com/web/learning/le3/ccie/policies/index.html#top#top">Return to Top</a></li>
<li><strong>Recertification</strong><br />
To maintain active CCIE status, CCIEs are required to pass either a CCIE     written exam of their choosing from among all of the <a href="http://www.cisco.com/web/learning/le3/ccie/exam/numbers.html">currently available written exams</a>, or a     CCIE lab exam in a new track every 24 months. Candidates can only apply one     passed written exam towards recertification for every 24 month     recertification period. Certification candidates are responsible for     keeping track of their certification expiration dates; your recertification     deadline can be viewed online anytime (with login) at <a href="https://tools.cisco.com/CCIE/Schedule_Lab/CCIEOnline/CCIEOnline">Certification Status</a>. Subsequent     recertification deadlines are always based on your original certification     date, not on when you took your last recertification exam.</p>
<p>If your CCIE recertification requirements are not completed on or before     the certification&#8217;s expiration date, your CCIE certification will be     suspended for one year. Candidates have one year to recertify their CCIE     certification by passing the required written exam. If a candidate does not     recertify prior to the one year suspension period, all CCIE certification     requirements must be completed again to obtain the certification (pass both     the written exam and the lab exam.) Please see <a href="http://www.cisco.com/web/learning/le3/ccie/recert/index.html">Recertification</a> for detailed information.</p>
<p><a href="http://www.cisco.com/web/learning/le3/ccie/policies/index.html#top#top">Return to Top</a></li>
<li><strong>Travel Costs</strong><br />
Under no circumstances will Cisco reimburse travel costs for CCIE lab     exams.</p>
<p><a href="http://www.cisco.com/web/learning/le3/ccie/policies/index.html#top#top">Return to Top</a></li>
<li><strong>Written Exam: Expiration</strong><br />
Candidates must make an initial attempt of the CCIE lab exam within 18     months of passing the CCIE written exam. Candidates who do not pass must     re-attempt the lab exam within 12 months of their last scored attempt in     order for their written exam to remain valid. If a candidate does not pass     the lab exam within three years of passing the written exam, he or she must     retake the written exam before being allowed to attempt the lab exam again.</p>
<p><a href="http://www.cisco.com/web/learning/le3/ccie/policies/index.html#top#top">Return to Top</a></li>
<li><strong>Written Exam: Retakes</strong><br />
There is no limit to the number of attempts that can be made on the written     exam. However, candidates must wait 5 calendar days between exam attempts.     Once a candidate passes a particular written exam, he or she may not retake     that same exam for at least 180 days. (Though rare, this may occur in     certain recertification situations.)</p>
<p><a href="http://www.cisco.com/web/learning/le3/ccie/policies/index.html#top#top">Return to Top</a></li>
<li><strong>Written Exam: Scoring</strong><br />
Pass marks are set by using statistical analysis and are subject to change.     The pass score is given on the Examination Score Sheet at the end of the     test. Along with the candidate&#8217;s score, there is a notation of either PASS     or FAIL. Scores on written exams are automatically downloaded from testing     vendors, but may take up to 10 days to appear in the CCIE database.</p>
<p><a href="http://www.cisco.com/web/learning/le3/ccie/policies/index.html#top#top">Return to Top</a></li>
</ul>
</td>
</tr>
</tbody>
</table>
</td>
<td></td>
</tr>
</tbody>
</table>
<br />Posted in CCIE  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cciepilot.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cciepilot.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cciepilot.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cciepilot.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cciepilot.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cciepilot.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cciepilot.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cciepilot.wordpress.com/340/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cciepilot.wordpress.com/340/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cciepilot.wordpress.com/340/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciepilot.wordpress.com&blog=3927944&post=340&subd=cciepilot&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://cciepilot.wordpress.com/2009/12/22/ccie-policies/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">CCIE Pilot</media:title>
		</media:content>
	</item>
		<item>
		<title>IP Routing Tech Notes and Troubleshooting Guides</title>
		<link>http://cciepilot.wordpress.com/2009/12/17/ip-routing-tech-notes-and-troubleshooting-guides/</link>
		<comments>http://cciepilot.wordpress.com/2009/12/17/ip-routing-tech-notes-and-troubleshooting-guides/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 03:41:39 +0000</pubDate>
		<dc:creator>Mar Apuhin</dc:creator>
				<category><![CDATA[CCIE]]></category>

		<guid isPermaLink="false">http://cciepilot.wordpress.com/?p=336</guid>
		<description><![CDATA[
Border Gateway Protocol (BGP)
Classless Interdomain Routing (CIDR)
Enhanced Interior Gateway Routing Protocol (EIGRP)
Integrated Intermediate System-to-Intermediate System (IS-IS)
Interior Gateway Routing Protocol (IGRP)
Multiprotocol BGP (MBGP)
On-Demand Routing (ODR)
Open Shortest Path First (OSPF)
Routing Information Protocol (RIP)


Achieve      Optimal Routing and Reduce BGP Memory Consumption
28/Feb/2008
BGP      Best Path Selection Algorithm
24/May/2006
BGP    [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciepilot.wordpress.com&blog=3927944&post=336&subd=cciepilot&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<ul>
<li>Border Gateway Protocol (BGP)</li>
<li>Classless Interdomain Routing (CIDR)</li>
<li>Enhanced Interior Gateway Routing Protocol (EIGRP)</li>
<li>Integrated Intermediate System-to-Intermediate System (IS-IS)</li>
<li>Interior Gateway Routing Protocol (IGRP)</li>
<li>Multiprotocol BGP (MBGP)</li>
<li>On-Demand Routing (ODR)</li>
<li>Open Shortest Path First (OSPF)</li>
<li>Routing Information Protocol (RIP)</li>
</ul>
<ul>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094a83.shtml">Achieve      Optimal Routing and Reduce BGP Memory Consumption</a><br />
28/Feb/2008</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094431.shtml">BGP      Best Path Selection Algorithm</a><br />
24/May/2006</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a00800c95bb.shtml">BGP      Case Studies </a><br />
30/Oct/2008</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093fb7.shtml">BGP      Peer Groups</a><br />
30/Oct/2008</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094e88.shtml">BGP      Policy Accounting and BGP Policy Accounting Output Interface Accounting      Features</a><br />
29/Dec/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094374.shtml">Configuring      a Gateway of Last Resort Using IP Commands</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093f33.shtml">Host      and Subnet Quantities</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094934.shtml">How      BGP Routers Use the Multi-Exit Discriminator for Best Path Selection</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094820.shtml">How      Does Load Balancing Work?</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094925.shtml">How      the bgp deterministic-med Command Differs from the bgp always-compare-med      Command</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a00801310cb.shtml">How      to Block One or More Networks From a BGP Peer</a><br />
11/May/2006</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a00800a67f5.shtml">IP      Addressing and Subnetting for New Users</a><br />
26/Sep/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093f27.shtml">Removing      Private Autonomous System Numbers in BGP</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094823.shtml">Route      Selection in Cisco Routers</a><br />
02/Jan/2008</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a008047915d.shtml">Route-Maps      for IP Routing Protocol Redistribution Configuration</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a00800ef7b2.shtml">Specifying      a Next Hop IP Address for Static Routes</a><br />
30/Oct/2006</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094690.shtml">The      &#8220;%TUN-5-RECURDOWN&#8221; Error Message and Flapping EIGRP/OSPF/BGP      Neighbors Over a GRE Tunnel</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a008009478a.shtml">Troubleshooting      BGP</a><br />
01/Jan/2008</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a00800945fe.shtml">Troubleshooting      Flapping BGP Routes (Recursive Routing Failure)</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a00809d16f0.shtml">Troubleshooting      High CPU Caused by the BGP Scanner or BGP Router Process</a><br />
25/Jul/2008</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a00800945ff.shtml">Troubleshooting      When BGP Routes Are Not Advertised</a><br />
24/Jul/2006</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a008009481d.shtml">Understanding      Policy Routing</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a00800943c5.shtml">Understanding      Redistribution of OSPF Routes into BGP</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094826.shtml">Understanding      Route Aggregation in BGP</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094a92.shtml">Using      Regular Expressions in BGP</a><br />
10/May/2006</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093f22.shtml">Using      the Extended ping and Extended traceroute Commands</a><br />
28/Jul/2006</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093fb4.shtml">What      Does the &#8220;#%BGP-3-INSUFCHUNKS: Insufficient chunk pools for      aspath&#8221; Error Message Mean?</a><br />
12/Apr/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094195.shtml">What      Is Administrative Distance?</a><br />
06/Mar/2007</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094702.shtml">When      Are ICMP Redirects Sent?</a><br />
24/Jun/2008</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093fb8.shtml">Why      Do BGP Neighbors Toggle Between Idle, Connect, and Active States?</a><br />
10/Aug/2005</li>
</ul>
<ul>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093f33.shtml">Host      and Subnet Quantities</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a00800a67f5.shtml">IP      Addressing and Subnetting for New Users</a><br />
26/Sep/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a00800ef7b2.shtml">Specifying      a Next Hop IP Address for Static Routes</a><br />
30/Oct/2006</li>
</ul>
<ul>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093f08.shtml">AppleTalk      Module for EIGRP</a><br />
28/Jan/2008</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094063.shtml">Configuration      Notes for the Implementation of EIGRP over Frame Relay and Low Speed Links</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094374.shtml">Configuring      a Gateway of Last Resort Using IP Commands</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080208748.shtml">Filtering      Routing Updates on Distance Vector IP Routing Protocols</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093f33.shtml">Host      and Subnet Quantities</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094820.shtml">How      Does Load Balancing Work?</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093f0a.shtml">How      Does the Passive Interface Feature Work in EIGRP?</a><br />
28/Mar/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a008009437d.shtml">How      Does Unequal Cost Path Load Balancing (Variance) Work in IGRP and EIGRP?</a><br />
03/Jun/2009</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093f07.shtml">Introduction      to EIGRP</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a00800a67f5.shtml">IP      Addressing and Subnetting for New Users</a><br />
26/Sep/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093feb.shtml">OSPF      and EIGRP Neighbor Loss, RIP and IGRP Update Loss after Upgrading to Cisco      IOS 11.2 or Later</a><br />
01/Jan/2008</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a00800949ab.shtml">Preventing      Duplicate EIGRP Router IDs</a><br />
18/Jan/2008</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093fd9.shtml">Redistributing      Between Classful and Classless Protocols: EIGRP or OSPF into RIP or IGRP</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a008009487e.shtml">Redistributing      Routing Protocols</a><br />
07/Sep/2006</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094823.shtml">Route      Selection in Cisco Routers</a><br />
02/Jan/2008</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a008047915d.shtml">Route-Maps      for IP Routing Protocol Redistribution Configuration</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a00800c2d96.shtml">Setting      a Preferred Route by Influencing EIGRP Metrics</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a00800ef7b2.shtml">Specifying      a Next Hop IP Address for Static Routes</a><br />
30/Oct/2006</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094690.shtml">The      &#8220;%TUN-5-RECURDOWN&#8221; Error Message and Flapping EIGRP/OSPF/BGP      Neighbors Over a GRE Tunnel</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094613.shtml">Troubleshooting      EIGRP </a><br />
21/Jul/2008</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk870/tk451/tk374/technologies_tech_note09186a00800947a5.shtml">Understanding      IPX-EIGRP</a><br />
04/Oct/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a008009481d.shtml">Understanding      Policy Routing</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093f22.shtml">Using      the Extended ping and Extended traceroute Commands</a><br />
28/Jul/2006</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a008010f016.shtml">What      Does the EIGRP DUAL-3-SIA Error Message Mean?</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094195.shtml">What      Is Administrative Distance?</a><br />
06/Mar/2007</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094702.shtml">When      Are ICMP Redirects Sent?</a><br />
24/Jun/2008</li>
</ul>
<ul>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094374.shtml">Configuring      a Gateway of Last Resort Using IP Commands</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093f33.shtml">Host      and Subnet Quantities</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094820.shtml">How      Does Load Balancing Work?</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094bbd.shtml">Intermediate      System-to-Intermediate System (IS-IS) TLVs</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a00800a67f5.shtml">IP      Addressing and Subnetting for New Users</a><br />
26/Sep/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a008009445a.shtml">IS-IS      Network Types and Frame Relay Interfaces</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093f39.shtml">IS-IS      Route Leaking Overview</a><br />
13/May/2008</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a00801e1e2b.shtml">MTU      Mismatch Problem in IS-IS</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a008009487e.shtml">Redistributing      Routing Protocols</a><br />
07/Sep/2006</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094823.shtml">Route      Selection in Cisco Routers</a><br />
02/Jan/2008</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a008047915d.shtml">Route-Maps      for IP Routing Protocol Redistribution Configuration</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a00800ef7b2.shtml">Specifying      a Next Hop IP Address for Static Routes</a><br />
30/Oct/2006</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a00802043df.shtml">Understanding      IS-IS Pseudonode LSP</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a008009481d.shtml">Understanding      Policy Routing</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a00800a4bb1.shtml">Uses      of the Overload Bit with IS-IS</a><br />
25/Oct/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093f22.shtml">Using      the Extended ping and Extended traceroute Commands</a><br />
28/Jul/2006</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094195.shtml">What      Is Administrative Distance?</a><br />
06/Mar/2007</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094702.shtml">When      Are ICMP Redirects Sent?</a><br />
24/Jun/2008</li>
</ul>
<ul>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk364/technologies_tech_note09186a0080093fd8.shtml">Behavior      of RIP and IGRP When Sending and Receiving Updates</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094374.shtml">Configuring      a Gateway of Last Resort Using IP Commands</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093f0b.shtml">Fast      IGRP Details</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080208748.shtml">Filtering      Routing Updates on Distance Vector IP Routing Protocols</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093f33.shtml">Host      and Subnet Quantities</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094820.shtml">How      Does Load Balancing Work?</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a008009437d.shtml">How      Does Unequal Cost Path Load Balancing (Variance) Work in IGRP and EIGRP?</a><br />
03/Jun/2009</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093fdd.shtml">How      Split Horizon Affects RIP/IGRP Routing Updates when Secondary Addresses      Are Involved</a><br />
18/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a008009405c.shtml">IGRP      Metric</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a00800a67f5.shtml">IP      Addressing and Subnetting for New Users</a><br />
26/Sep/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093feb.shtml">OSPF      and EIGRP Neighbor Loss, RIP and IGRP Update Loss after Upgrading to Cisco      IOS 11.2 or Later</a><br />
01/Jan/2008</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093fd9.shtml">Redistributing      Between Classful and Classless Protocols: EIGRP or OSPF into RIP or IGRP</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a008009487e.shtml">Redistributing      Routing Protocols</a><br />
07/Sep/2006</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094823.shtml">Route      Selection in Cisco Routers</a><br />
02/Jan/2008</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a008047915d.shtml">Route-Maps      for IP Routing Protocol Redistribution Configuration</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a00800ef7b2.shtml">Specifying      a Next Hop IP Address for Static Routes</a><br />
30/Oct/2006</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a008009481d.shtml">Understanding      Policy Routing</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093f22.shtml">Using      the Extended ping and Extended traceroute Commands</a><br />
28/Jul/2006</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094195.shtml">What      Is Administrative Distance?</a><br />
06/Mar/2007</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094702.shtml">When      Are ICMP Redirects Sent?</a><br />
24/Jun/2008</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093fd6.shtml">Why      Doesn&#8217;t RIP or IGRP Support Discontiguous Networks?</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk364/technologies_tech_note09186a0080093f1e.shtml">Why      Don&#8217;t RIPv1 and IGRP Support Variable-Length Subnet Mask?</a><br />
12/Aug/2005</li>
</ul>
<ul>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a00800ef7b2.shtml">Specifying      a Next Hop IP Address for Static Routes</a><br />
30/Oct/2006</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094195.shtml">What      Is Administrative Distance?</a><br />
06/Mar/2007</li>
</ul>
<ul>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a00800ef7b2.shtml">Specifying      a Next Hop IP Address for Static Routes</a><br />
30/Oct/2006</li>
</ul>
<ul>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a008009405a.shtml">Common      Routing Problem with OSPF Forwarding Address</a><br />
29/Dec/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094374.shtml">Configuring      a Gateway of Last Resort Using IP Commands</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/products/hw/contnetw/ps789/products_tech_note09186a0080093e00.shtml">Guide      to OSPF Application on the CSS 11000</a><br />
03/May/2004</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093f33.shtml">Host      and Subnet Quantities</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094820.shtml">How      Does Load Balancing Work?</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094a74.shtml">How      Does OSPF Generate Default Routes?</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a008009470d.shtml">Initial      Configurations for OSPF over Non-Broadcast Links</a><br />
29/Dec/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a00800a67f5.shtml">IP      Addressing and Subnetting for New Users</a><br />
26/Sep/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093feb.shtml">OSPF      and EIGRP Neighbor Loss, RIP and IGRP Update Loss after Upgrading to Cisco      IOS 11.2 or Later</a><br />
01/Jan/2008</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094a8f.shtml">OSPF      Demand Circuit Feature</a><br />
21/Jul/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094050.shtml">OSPF      Neighbor Problems Explained</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093f0e.shtml">OSPF      Neighbor States</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094a88.shtml">OSPF      Not-So-Stubby Area (NSSA)</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080107ae3.shtml">OSPF      show Commands Respond Slowly</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094051.shtml">Problems      with Running OSPF in NBMA and Broadcast Mode over Frame Relay</a><br />
29/Dec/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093fd9.shtml">Redistributing      Between Classful and Classless Protocols: EIGRP or OSPF into RIP or IGRP</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094707.shtml">Redistributing      Connected Networks into OSPF</a><br />
29/Dec/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a008009487e.shtml">Redistributing      Routing Protocols</a><br />
07/Sep/2006</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094823.shtml">Route      Selection in Cisco Routers</a><br />
02/Jan/2008</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a008047915d.shtml">Route-Maps      for IP Routing Protocol Redistribution Configuration</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094052.shtml">Scalable      ISDN Backup Strategy for Large OSPF Networks</a><br />
25/May/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a00800ef7b2.shtml">Specifying      a Next Hop IP Address for Static Routes</a><br />
30/Oct/2006</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a00801069aa.shtml">Suboptimal      Routing When Redistributing Between OSPF Processes</a><br />
01/Jan/2008</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094690.shtml">The      &#8220;%TUN-5-RECURDOWN&#8221; Error Message and Flapping EIGRP/OSPF/BGP      Neighbors Over a GRE Tunnel</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080124c7d.shtml">The      Effects of the Forwarding Address on Type 5 LSA Path Selection</a><br />
28/Mar/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080117102.shtml">Troubleshooting      Duplicate Router IDs with OSPF</a><br />
16/Mar/2007</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a00800949f7.shtml">Troubleshooting      OSPF</a><br />
15/Sep/2008</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a008009481d.shtml">Understanding      Policy Routing</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093f22.shtml">Using      the Extended ping and Extended traceroute Commands</a><br />
28/Jul/2006</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094aaa.shtml">What      Are OSPF Areas and Virtual Links?</a><br />
18/Dec/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094819.shtml">What      Do %OSPF-4-ERRRCV Error Messages Mean?</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094056.shtml">What      Does the show ip ospf interface Command Reveal?</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094a85.shtml">What      Does the show ip ospf neighbor Command Reveal?</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094195.shtml">What      Is Administrative Distance?</a><br />
06/Mar/2007</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094702.shtml">When      Are ICMP Redirects Sent?</a><br />
24/Jun/2008</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093f0d.shtml">Why      Are OSPF Neighbors Stuck in Exstart/Exchange State?</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a008009481a.shtml">Why      Are Some OSPF Routes in the Database but Not in the Routing Table?</a><br />
15/Sep/2008</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093f11.shtml">Why      Does the show ip ospf neighbor Command Reveal Neighbors in the Init State?</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094059.shtml">Why      Does the show ip ospf neighbor Command Reveal Neighbors Stuck in Two-Way      State?</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093f0f.shtml">Why      Doesn&#8217;t OSPF Form Adjacency on a PRI, BRI, or Dialer Interface?</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093f10.shtml">Why      Is the ip ospf interface-retry 0 Configuration Command Added to All      Interfaces?</a><br />
01/Jan/2008</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a008009481b.shtml">Why      OSPF Demand Circuit Keeps Bringing Up the Link</a><br />
10/Aug/2005</li>
</ul>
<ul>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk364/technologies_tech_note09186a0080093fd8.shtml">Behavior      of RIP and IGRP When Sending and Receiving Updates</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094374.shtml">Configuring      a Gateway of Last Resort Using IP Commands</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080208748.shtml">Filtering      Routing Updates on Distance Vector IP Routing Protocols</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093f33.shtml">Host      and Subnet Quantities</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094820.shtml">How      Does Load Balancing Work?</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093fdd.shtml">How      Split Horizon Affects RIP/IGRP Routing Updates when Secondary Addresses      Are Involved</a><br />
18/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080113b1c.shtml">ICMPv6      Packet Types and Codes</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a00800a67f5.shtml">IP      Addressing and Subnetting for New Users</a><br />
26/Sep/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093feb.shtml">OSPF      and EIGRP Neighbor Loss, RIP and IGRP Update Loss after Upgrading to Cisco      IOS 11.2 or Later</a><br />
01/Jan/2008</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093fd9.shtml">Redistributing      Between Classful and Classless Protocols: EIGRP or OSPF into RIP or IGRP</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a008009487e.shtml">Redistributing      Routing Protocols</a><br />
07/Sep/2006</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094823.shtml">Route      Selection in Cisco Routers</a><br />
02/Jan/2008</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a008047915d.shtml">Route-Maps      for IP Routing Protocol Redistribution Configuration</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a00800ef7b2.shtml">Specifying      a Next Hop IP Address for Static Routes</a><br />
30/Oct/2006</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a008009481d.shtml">Understanding      Policy Routing</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093f22.shtml">Using      the Extended ping and Extended traceroute Commands</a><br />
28/Jul/2006</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094195.shtml">What      Is Administrative Distance?</a><br />
06/Mar/2007</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080094702.shtml">When      Are ICMP Redirects Sent?</a><br />
24/Jun/2008</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk365/technologies_tech_note09186a0080093fd6.shtml">Why      Doesn&#8217;t RIP or IGRP Support Discontiguous Networks?</a><br />
10/Aug/2005</li>
<li><a href="http://www.cisco.com/en/US/partner/tech/tk364/technologies_tech_note09186a0080093f1e.shtml">Why      Don&#8217;t RIPv1 and IGRP Support Variable-Length Subnet Mask?</a><br />
12/Aug/2005</li>
</ul>
<p>I found the above link from Cisco&#8217;s website very usefule.</p>
<p>Happy Labbing!</p>
<br />Posted in CCIE  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cciepilot.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cciepilot.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cciepilot.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cciepilot.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cciepilot.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cciepilot.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cciepilot.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cciepilot.wordpress.com/336/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cciepilot.wordpress.com/336/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cciepilot.wordpress.com/336/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciepilot.wordpress.com&blog=3927944&post=336&subd=cciepilot&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://cciepilot.wordpress.com/2009/12/17/ip-routing-tech-notes-and-troubleshooting-guides/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">CCIE Pilot</media:title>
		</media:content>
	</item>
		<item>
		<title>Core Knowledge Questions Now on All CCIE Labs</title>
		<link>http://cciepilot.wordpress.com/2009/12/09/core-knowledge-questions-now-on-all-ccie-labs/</link>
		<comments>http://cciepilot.wordpress.com/2009/12/09/core-knowledge-questions-now-on-all-ccie-labs/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 11:13:42 +0000</pubDate>
		<dc:creator>Mar Apuhin</dc:creator>
				<category><![CDATA[CCIE]]></category>

		<guid isPermaLink="false">http://cciepilot.wordpress.com/2009/12/09/core-knowledge-questions-now-on-all-ccie-labs/</guid>
		<description><![CDATA[Effective January 4, 2010, the CCIE® Service Provider, Storage, and Wireless Lab Exams will add a new type of question format in a section called Core Knowledge. In this new section, candidates will be asked a series of four open-ended questions which require a short written response be entered into the computer&#8211;typically several words. The [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciepilot.wordpress.com&blog=3927944&post=335&subd=cciepilot&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Effective January 4, 2010, the CCIE® Service Provider, Storage, and Wireless Lab Exams will add a new type of question format in a section called Core Knowledge. In this new section, candidates will be asked a series of four open-ended questions which require a short written response be entered into the computer&#8211;typically several words. The questions will be randomly drawn from a pool of questions on topics eligible for testing. Candidates can review the topics by visiting the CCIE track information on Cisco.com or Cisco Learning Network. No new topics are being added as a result of this change. Candidates will have up to 30 minutes to complete the Core Knowledge section and may not return to it once they have moved on. A passing score on the Core Knowledge section is required to achieve certification. Core Knowledge questions were implemented on Routing and Switching labs in February 2009, Security labs in June 2009, and Voice labs in July 2009, and allow Cisco to maintain strong exam security and ensure only qualified candidates are awarded CCIE certification. Candidates with exam dates January 4, 2010 or later should expect to see the new question format on their lab exam.</p>
<p>To find out more information regarding updates to the CCIE Lab and scoring format, please click here to go to the CCIE Q&amp;A section.</p>
<br />Posted in CCIE Tagged: CCIE <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cciepilot.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cciepilot.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cciepilot.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cciepilot.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cciepilot.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cciepilot.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cciepilot.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cciepilot.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cciepilot.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cciepilot.wordpress.com/335/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciepilot.wordpress.com&blog=3927944&post=335&subd=cciepilot&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://cciepilot.wordpress.com/2009/12/09/core-knowledge-questions-now-on-all-ccie-labs/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">CCIE Pilot</media:title>
		</media:content>
	</item>
		<item>
		<title>Cisco IOS Zone-Based Firewall and Intrusion Prevention System Overview VOD&#8217;s</title>
		<link>http://cciepilot.wordpress.com/2009/12/08/cisco-ios-zone-based-firewall-and-intrusion-prevention-system-overview-vods/</link>
		<comments>http://cciepilot.wordpress.com/2009/12/08/cisco-ios-zone-based-firewall-and-intrusion-prevention-system-overview-vods/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 00:02:39 +0000</pubDate>
		<dc:creator>Mar Apuhin</dc:creator>
				<category><![CDATA[CCIE]]></category>

		<guid isPermaLink="false">http://cciepilot.wordpress.com/?p=332</guid>
		<description><![CDATA[To all my active and loyal CCIEPILOT.COM&#8217;s followers&#8230;
Training session Webex Recordings
Cisco IOS Zone-Based Firewall Concept, Configuration, and Troubleshooting
https://ciscosupport.webex.com/ciscosupport/ldr.php?AT=pb&#38;SP=MC&#38;rID=1908767&#38;rKey=af5f55c7874a225b
Cisco IOS Intrusion Prevention System Overview and Troubleshooting
https://ciscosupport.webex.com/ciscosupport/ldr.php?AT=pb&#38;SP=MC&#38;rID=1922807&#38;rKey=22339b09e0dc96d0
Posted in CCIE       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciepilot.wordpress.com&blog=3927944&post=332&subd=cciepilot&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>To all my active and loyal CCIEPILOT.COM&#8217;s followers&#8230;</p>
<p>Training session Webex Recordings</p>
<p>Cisco IOS Zone-Based Firewall Concept, Configuration, and Troubleshooting</p>
<p>https://ciscosupport.webex.com/ciscosupport/ldr.php?AT=pb&amp;SP=MC&amp;rID=1908767&amp;rKey=af5f55c7874a225b</p>
<p>Cisco IOS Intrusion Prevention System Overview and Troubleshooting</p>
<p>https://ciscosupport.webex.com/ciscosupport/ldr.php?AT=pb&amp;SP=MC&amp;rID=1922807&amp;rKey=22339b09e0dc96d0</p>
<br />Posted in CCIE  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cciepilot.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cciepilot.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cciepilot.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cciepilot.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cciepilot.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cciepilot.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cciepilot.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cciepilot.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cciepilot.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cciepilot.wordpress.com/332/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciepilot.wordpress.com&blog=3927944&post=332&subd=cciepilot&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://cciepilot.wordpress.com/2009/12/08/cisco-ios-zone-based-firewall-and-intrusion-prevention-system-overview-vods/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">CCIE Pilot</media:title>
		</media:content>
	</item>
		<item>
		<title>PPP &#8211; no peer neighbor-route</title>
		<link>http://cciepilot.wordpress.com/2009/12/01/ppp-no-peer-neighbor-route/</link>
		<comments>http://cciepilot.wordpress.com/2009/12/01/ppp-no-peer-neighbor-route/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 16:00:26 +0000</pubDate>
		<dc:creator>Mar Apuhin</dc:creator>
				<category><![CDATA[CCIE]]></category>

		<guid isPermaLink="false">http://cciepilot.wordpress.com/?p=329</guid>
		<description><![CDATA[Trivia: PPP
Diagram:
R4-s0/1&#60;&#60;&#8212;&#8212;&#8211;Serial-back-2-back&#8212;&#8212;&#8212;&#62;&#62;s0/1-R5
Question:
Configure PPP on the Serial connection between R4 and R5 using dialer
interfaces.
Answer:
R4 and R5
interface Serial0/1
no ip address
encapsulation ppp
dialer in-band
dialer pool-member 1
pulse-time 1
interface Dialer0
ip address 45.45.45.x 255.255.255.0
encapsulation ppp
dialer pool 1
dialer idle-timeout 0
dialer persistent
end
Routing Table:
C       45.45.45.x/32 is directly connected, Dialer0
C       45.45.45.0/24 is directly connected, Dialer0
R4#sh dialer
Se0/1 &#8211; dialer type = IN-BAND SYNC NO-PARITY
Dialer pool 1, priority [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciepilot.wordpress.com&blog=3927944&post=329&subd=cciepilot&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Trivia: PPP</p>
<p>Diagram:</p>
<p>R4-s0/1&lt;&lt;&#8212;&#8212;&#8211;Serial-back-2-back&#8212;&#8212;&#8212;&gt;&gt;s0/1-R5</p>
<p>Question:</p>
<p>Configure PPP on the Serial connection between R4 and R5 using dialer<br />
interfaces.</p>
<p>Answer:</p>
<p>R4 and R5</p>
<p>interface Serial0/1<br />
no ip address<br />
encapsulation ppp<br />
dialer in-band<br />
dialer pool-member 1<br />
pulse-time 1</p>
<p>interface Dialer0<br />
ip address 45.45.45.x 255.255.255.0<br />
encapsulation ppp<br />
dialer pool 1<br />
dialer idle-timeout 0<br />
dialer persistent<br />
end</p>
<p>Routing Table:</p>
<p>C       45.45.45.x/32 is directly connected, Dialer0<br />
C       45.45.45.0/24 is directly connected, Dialer0</p>
<p>R4#sh dialer</p>
<p>Se0/1 &#8211; dialer type = IN-BAND SYNC NO-PARITY<br />
Dialer pool 1, priority 0<br />
Idle timer (never), Fast idle timer (20 secs)<br />
Wait for carrier (30 secs), Re-enable (15 secs)<br />
Dialer state is data link layer up<br />
Interface bound to profile Di0<br />
Time until disconnect never<br />
Connected to &lt;unknown phone number&gt; (&lt;unknown phone number&gt;)</p>
<p>Di0 &#8211; dialer type = DIALER PROFILE<br />
Idle timer (never), Fast idle timer (20 secs)<br />
Wait for carrier (30 secs), Re-enable (15 secs)<br />
Dialer state is data link layer up<br />
Number of active calls = 1</p>
<p>Dial String      Successes   Failures    Last DNIS   Last status</p>
<p>Trivia: PPP &#8211; I dont want the /32 in you.</p>
<p>We always see a /32 host route every time we use PPP. What if you dont like and want it? What</p>
<p>will you do?</p>
<p>Diagram:</p>
<p>R1-s0/1&lt;&lt;&#8212;&#8211;Serial-Connection&#8212;&#8212;&gt;s0/1-R2</p>
<p>Answer Configuration: use &#8220;no peer neighbor-route&#8221; interface command.</p>
<p>R1 and R2</p>
<p>interface Serial0/1<br />
ip address 12.12.12.x 255.255.255.0<br />
encapsulation ppp<br />
no peer neighbor-route</p>
<p>Routing Table:</p>
<p>12.0.0.0/8 is variably subnetted, 2 subnets, 2 masks<br />
C       12.12.12.0/24 is directly connected, Serial0/1<br />
C       12.12.12.2/32 is directly connected, Serial0/1 &lt;&lt;&lt;&lt;&lt; Get rid of this!</p>
<p>After:</p>
<p>Gateway of last resort is not set</p>
<p>12.0.0.0/24 is subnetted, 1 subnets<br />
C       12.12.12.0 is directly connected, Serial0/1</p>
<p>Verification:</p>
<p>R1#ping 12.12.12.2</p>
<p>Type escape sequence to abort.<br />
Sending 5, 100-byte ICMP Echos to 12.12.12.2, timeout is 2 seconds:<br />
!!!!!<br />
Success rate is 100 percent (5/5), round-trip min/avg/max = 20/38/56 ms<br />
R1# ping 12.12.12.1</p>
<p>Type escape sequence to abort.<br />
Sending 5, 100-byte ICMP Echos to 12.12.12.1, timeout is 2 seconds:<br />
!!!!!<br />
Success rate is 100 percent (5/5), round-trip min/avg/max = 52/68/120 ms<br />
R1#</p>
<p>Show to know:</p>
<p>R1#sh int s0/1 | i Open<br />
Encapsulation PPP, LCP Open<br />
Open: IPCP, CDPCP, crc 16, loopback not set<br />
R1#</p>
<p>That&#8217;s it!</p>
<br />Posted in CCIE  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cciepilot.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cciepilot.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cciepilot.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cciepilot.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cciepilot.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cciepilot.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cciepilot.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cciepilot.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cciepilot.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cciepilot.wordpress.com/329/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciepilot.wordpress.com&blog=3927944&post=329&subd=cciepilot&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://cciepilot.wordpress.com/2009/12/01/ppp-no-peer-neighbor-route/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">CCIE Pilot</media:title>
		</media:content>
	</item>
		<item>
		<title>CDP Neighborship but not a directly connected endpoints</title>
		<link>http://cciepilot.wordpress.com/2009/11/30/cdp-neighborship-but-not-a-directly-connected-endpoints/</link>
		<comments>http://cciepilot.wordpress.com/2009/11/30/cdp-neighborship-but-not-a-directly-connected-endpoints/#comments</comments>
		<pubDate>Mon, 30 Nov 2009 03:51:29 +0000</pubDate>
		<dc:creator>Mar Apuhin</dc:creator>
				<category><![CDATA[CCIE]]></category>
		<category><![CDATA[CDP]]></category>
		<category><![CDATA[SWITCHING]]></category>

		<guid isPermaLink="false">http://cciepilot.wordpress.com/2009/11/30/cdp-neighborship-but-not-a-directly-connected-endpoints/</guid>
		<description><![CDATA[Trivia: CDP
• SW1 and SW2 should see each other as CDP neighbors via SW3
across the routed link that connects them.
Diagram:
SW1&#8212;&#8212;&#8212;-f0/1&#8211;SW3&#8211;f0/2&#8212;&#8212;&#8212;SW2
Answer:
SW2:
interface FastEthernet0/1
l2protocol-tunnel cdp
no cdp enable
interface FastEthernet0/2
l2protocol-tunnel cdp
no cdp enable
That&#8217;s it!
Posted in CCIE Tagged: CDP, SWITCHING      <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciepilot.wordpress.com&blog=3927944&post=328&subd=cciepilot&ref=&feed=1" />]]></description>
			<content:encoded><![CDATA[<p>Trivia: CDP</p>
<p>• SW1 and SW2 should see each other as CDP neighbors via SW3<br />
across the routed link that connects them.</p>
<p>Diagram:</p>
<p>SW1&#8212;&#8212;&#8212;-f0/1&#8211;SW3&#8211;f0/2&#8212;&#8212;&#8212;SW2</p>
<p>Answer:</p>
<p>SW2:</p>
<p>interface FastEthernet0/1<br />
l2protocol-tunnel cdp<br />
no cdp enable</p>
<p>interface FastEthernet0/2<br />
l2protocol-tunnel cdp<br />
no cdp enable</p>
<p>That&#8217;s it!</p>
<br />Posted in CCIE Tagged: CDP, SWITCHING <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cciepilot.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cciepilot.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cciepilot.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cciepilot.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cciepilot.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cciepilot.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cciepilot.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cciepilot.wordpress.com/328/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cciepilot.wordpress.com/328/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cciepilot.wordpress.com/328/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciepilot.wordpress.com&blog=3927944&post=328&subd=cciepilot&ref=&feed=1" />]]></content:encoded>
			<wfw:commentRss>http://cciepilot.wordpress.com/2009/11/30/cdp-neighborship-but-not-a-directly-connected-endpoints/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="" medium="image">
			<media:title type="html">CCIE Pilot</media:title>
		</media:content>
	</item>
	</channel>
</rss>