<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Notes on Aaron&#39;s Worthless Words</title>
    <link>https://a996c8ee.aww-3cz.pages.dev/tags/notes/</link>
    <description>Recent content in Notes on Aaron&#39;s Worthless Words</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Wed, 22 Jun 2011 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://a996c8ee.aww-3cz.pages.dev/tags/notes/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Redistribution Notes - AD Manipulation</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/redistribution-notes-ad-manipulation/</link>
      <pubDate>Wed, 22 Jun 2011 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/redistribution-notes-ad-manipulation/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;Manipulating administrative distance (AD) is another way to help with a mutual redistribution scenario.&lt;/li&gt;&#xA;&lt;li&gt;EIGRPs has different ADs for internal and external (redistributed) routes&lt;/li&gt;&#xA;&lt;li&gt;OSPF and RIP have the same AD no matter where the route orginated.&lt;/li&gt;&#xA;&lt;li&gt;This means that routes redistributed into OSPF may be used instead of a local RIP route.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;AD 110 (OSPF) beats 120 (RIP) every time.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;The &lt;em&gt;distance&lt;/em&gt; subcommand allows you to change the AD on specific routes from specific neighbors.&lt;/li&gt;&#xA;&lt;li&gt;This example changes the AD of the route to 10.0.0.0/16 advertised from 1.1.1.1 to 121.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;This will make this router prefer a RIP route to the same destination.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;ip access-list standard RIP-ROUTES&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; permit 10.0.0.0 0.255.255.0&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;!&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;router ospf 1&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; distance 121 1.1.1.1 0.0.0.0 RIP-ROUTES&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;– Corrections are encouraged.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Redistribution Notes - Tagging</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/redistribution-notes-tagging/</link>
      <pubDate>Mon, 20 Jun 2011 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/redistribution-notes-tagging/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;Tagging provides a way to mark common or similar routes to manipulate later.&lt;/li&gt;&#xA;&lt;li&gt;In redistribution scenarios with mutual redistribution on two different routers, any routes that gets redistributed from one route process to another are tagged.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;When the other router sees those tags on the route, that route to keep from adding non-optimal routes to its routing table.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Tags can also be used to do other manipulation such as setting higher metrics or changing ADs.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;OSPF&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>BGP Notes - Backdoor Routes</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/bgp-notes-backdoor-routes/</link>
      <pubDate>Sat, 11 Jun 2011 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/bgp-notes-backdoor-routes/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;The fact that eBGP has an AD of 20 can be a problem.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;You may have a very short path via EIGRP (or OSPF or RIP or whatever other IGP), but the longer eBGP path will be preferred.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;For God&amp;rsquo;s sake, do not lower the AD of EIGRP!  Havoc will ensue.&lt;/li&gt;&#xA;&lt;li&gt;Using backdoor routes causes eBGP routes to have an AD of 200.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Allows the shorter-path IGP routes to be added to the routing table.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;router bgp 123&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; network 1.1.1.0 backdoor&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;-&amp;mdash;-&lt;/p&gt;</description>
    </item>
    <item>
      <title>BGP Notes - Synchronization</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/bgp-notes-synchronization/</link>
      <pubDate>Sat, 11 Jun 2011 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/bgp-notes-synchronization/</guid>
      <description>&lt;ul&gt;&#xA;&lt;li&gt;With synchronization on, route must be synchronized to an IGP in order for that routes to be able to be voted &amp;lsquo;best&amp;quot; by BGP.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;That means the exact route must already be in the routing table via an IGP.&lt;/li&gt;&#xA;&lt;li&gt;Static routes don&amp;rsquo;t count.&lt;/li&gt;&#xA;&lt;li&gt;This is traditionally accomplished by redistributing BGP routes into an IGP.&lt;/li&gt;&#xA;&lt;li&gt;With today&amp;rsquo;s Internet prefix count over 350k, this may not be such a good idea in some situations.&lt;/li&gt;&#xA;&lt;li&gt;Synchronization is off by default.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Synchronization prevents black hole routes from being advertised via iBGP.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Unless every router is participating in iBGP, there&amp;rsquo;s no guarantee that any one router will have a route to NEXT_HOP.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Synchronization also prevents a router from advertising the black hole to an eBGP neighbor.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;You don&amp;rsquo;t want to tell the world you have a path to a prefix when you really have a !N.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Synchronization can be safely disabled with the use of &lt;a href=&#34;http://aconaway.com/2011/06/10/bgp-notes-route-reflectors/&#34;&gt;route reflectors&lt;/a&gt; or &lt;a href=&#34;http://aconaway.com/2011/06/10/bgp-notes-confederations/&#34;&gt;confederations&lt;/a&gt;.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;-&amp;mdash;-&lt;/p&gt;</description>
    </item>
    <item>
      <title>BGP Notes - Authentication</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/bgp-notes-authentication/</link>
      <pubDate>Fri, 10 Jun 2011 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/bgp-notes-authentication/</guid>
      <description>&lt;p&gt;Corrections welcome.&lt;/p&gt;&#xA;&lt;p&gt;It&amp;rsquo;s simple as pie to enable MD5 auth to a BGP peer.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;R102(config-router)#neigh 192.0.2.101 pass MYKEY&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>BGP Notes - Path Decision</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/bgp-notes-path-decision/</link>
      <pubDate>Thu, 09 Jun 2011 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/bgp-notes-path-decision/</guid>
      <description>&lt;p&gt;This is required blogging&amp;hellip;and reading for that matter.  A good chunk of this is taken from my CCNP posts from last year.  Corrections, please.&lt;/p&gt;&#xA;&lt;p&gt;-&amp;mdash;-&lt;/p&gt;&#xA;&lt;h3 id=&#34;how-does-a-bgp-router-decide-which-bgp-route-is-the-best&#34;&gt;How does a BGP router decide which BGP route is the best?&lt;/h3&gt;&#xA;&lt;p&gt;&lt;strong&gt;Next-hop&lt;/strong&gt; : Does the router have a route to the next-hop?&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Weight&lt;/strong&gt; : This is a numeric value where bigger is better.  Weight is not passed onto other peers and is a Cisco proprietary feature.&lt;/p&gt;</description>
    </item>
    <item>
      <title>BGP Notes - Path Attribute Categories</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/bgp-notes-path-attribute-categories/</link>
      <pubDate>Wed, 08 Jun 2011 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/bgp-notes-path-attribute-categories/</guid>
      <description>&lt;p&gt;Make my corrections!  Please!&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Well-known mandatory&lt;/strong&gt; : These PAs must be recognized by all BGP routers and passed along to other peers.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Well-known discretionary&lt;/strong&gt; : These PAs do not need to be in every &lt;em&gt;update&lt;/em&gt;, but they must be recognized by all BGP routers.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Optional transitive&lt;/strong&gt; : These PAs don&amp;rsquo;t have to be recognized but they must be passed along to other BGP peers if they are present in an update.&lt;/p&gt;</description>
    </item>
    <item>
      <title>BGP Notes - Message Types</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/bgp-notes-message-types/</link>
      <pubDate>Tue, 07 Jun 2011 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/bgp-notes-message-types/</guid>
      <description>&lt;p&gt;Corrigeme, por favor.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Open&lt;/strong&gt; : When a neighbor is configured, the router sends an open to that neighbor to get the ball rolling.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Destination:  The neighbor&amp;#39;s configured IP&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Important fields:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  My AS&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;strong&gt;Update&lt;/strong&gt; : The routing  information&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Destination:  The neighbor&amp;#39;s configured IP&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Important fields:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  Advertised network Klonopin Online&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  Path attributes&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;strong&gt;Keepalive&lt;/strong&gt; : Sent every 60 seconds by default&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Destination:  The neighbor&amp;#39;s configured IP&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;Important fields:&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;  Nothing, really&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/blockquote&gt;&#xA;&lt;p&gt;&lt;strong&gt;Notification&lt;/strong&gt; : When something is amiss, the router sends a notification message.  The receiver then closes the connection.&lt;/p&gt;</description>
    </item>
    <item>
      <title>BGP Notes - Neighbor States</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/bgp-notes-neighbor-states/</link>
      <pubDate>Tue, 07 Jun 2011 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/bgp-notes-neighbor-states/</guid>
      <description>&lt;p&gt;Corrections appreciated.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Idle&lt;/strong&gt; : There is no relationship, but the router sends out a TCP SYN to the neighbor to get the ball rolling.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Idle (admin)&lt;/strong&gt; : The neighbor is admined down.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Connect&lt;/strong&gt; : The router is waiting for the TCP connection to finish.  If the TCP connection finishes, the router sends an &lt;em&gt;open&lt;/em&gt; and transitions to OpenSent.  If it times out, it transitions to Active.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Active&lt;/strong&gt; : The router tries &lt;a href=&#34;http://greatlakesecho.org/about/&#34;&gt;Cialis&lt;/a&gt; to initiate a TCP connection.  If the TCP connection finishes, the router sends an &lt;em&gt;open&lt;/em&gt; and transitions to OpenSent.&lt;/p&gt;</description>
    </item>
    <item>
      <title>EIGRP Notes - Route Filtering</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/eigrp-notes-route-filtering/</link>
      <pubDate>Tue, 07 Jun 2011 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/eigrp-notes-route-filtering/</guid>
      <description>&lt;p&gt;As always, correction are encouraged.&lt;/p&gt;&#xA;&lt;p&gt;You can configure an EIGRP router to filter routes from being advertised or from being accepted.&lt;/p&gt;&#xA;&lt;p&gt;Objective:  Filter out the route to 10.0.254.1/32 from being advertised to the rest of the network via EIGRP.&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;ip prefix-list PRE1 deny 10.0.254.1/32&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;ip prefix-list PRE1 permit 0.0.0.0/0 le 32&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;!&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;router eigrp 1&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; distribute-list prefix PRE1 out&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;-- OR --&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;ip access-list standard ACL1&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; deny 10.0.254.1 0.0.0.255&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; permit any&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;!&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;router eigrp 1&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt; distribute-list ACL1 out&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/blockquote&gt;</description>
    </item>
    <item>
      <title>EIGRP Notes - Unequal Cost Path Load Balancing</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/eigrp-notes-unequal-cost-path-load-balancing/</link>
      <pubDate>Mon, 06 Jun 2011 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2011/06/eigrp-notes-unequal-cost-path-load-balancing/</guid>
      <description>&lt;p&gt;Per the standard rules, please correct anything that&amp;rsquo;s wrong.&lt;/p&gt;&#xA;&lt;p&gt;One of EIGRP&amp;rsquo;s big features is the ability to use unequal cost paths for load balancing.  This is done with the &lt;em&gt;variance&lt;/em&gt; command.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;variance&lt;/strong&gt; : A multiplier used to calculate which feasible successors can be used as active routes.  The router takes integer and multiplies it by the successor&amp;rsquo;s feasible distance, and any FS with a an FD less than this new number gets submitted to the routing table manager.&lt;/p&gt;</description>
    </item>
    <item>
      <title>IIUC Notes - Inbound Dial Peer Matching</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2011/01/iiuc-notes-inbound-dial-peer-matching/</link>
      <pubDate>Wed, 19 Jan 2011 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2011/01/iiuc-notes-inbound-dial-peer-matching/</guid>
      <description>&lt;p&gt;More IIUC notes.  As always, feel free to correct as needed.&lt;/p&gt;&#xA;&lt;p&gt;To match inbound calls to a dial peer, CME (and CUCM?) uses the following steps.&lt;/p&gt;&#xA;&lt;ol&gt;&#xA;&lt;li&gt;Match DNIS (the dialed number) with the &lt;em&gt;incoming called-address&lt;/em&gt; config in the dial peer&lt;/li&gt;&#xA;&lt;li&gt;Match the ANI (the calling number or caller ID) with the &lt;em&gt;answer-address&lt;/em&gt; config in the dial peer&lt;/li&gt;&#xA;&lt;li&gt;Match the ANI with the &lt;em&gt;destination-pattern&lt;/em&gt; config in the dial peer&lt;/li&gt;&#xA;&lt;li&gt;Match an incoming POTS call to the &lt;em&gt;port&lt;/em&gt; config in the dial peer&lt;/li&gt;&#xA;&lt;li&gt;Match dial peer 0&lt;/li&gt;&#xA;&lt;/ol&gt;&#xA;&lt;p&gt;Matching dial peer 0 is bad, and it took me an inquiry on Twitter and a buddy to realize why.  Here are a few highlights as to why.  I believe the full scope of the badness of dial peer 0 is really beyond the IIUC exam.&lt;/p&gt;</description>
    </item>
    <item>
      <title>IIUC Notes - Wildcards for Destination Patterns</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2011/01/iiuc-notes-wildcards-for-destination-patterns/</link>
      <pubDate>Tue, 18 Jan 2011 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2011/01/iiuc-notes-wildcards-for-destination-patterns/</guid>
      <description>&lt;p&gt;As always, feel free to correct anything that needs correcting or add anything that needs adding.  There is a lot more to the full definition of wildcards, but these are the basics.  Note to *nix guys:  This isn&amp;rsquo;t regex as you understand it.  Yes, the use of curly braces would be nice, but we don&amp;rsquo;t get that here.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;T&lt;/strong&gt;:  Represents anywhere from 0 to 32 digits&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;destination-patter 9T  &amp;lt;- matches a 9 followed by 0 - 32 other digits&lt;/p&gt;</description>
    </item>
    <item>
      <title>CME Exercise #1</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2010/10/cme-exercise-1/</link>
      <pubDate>Thu, 07 Oct 2010 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2010/10/cme-exercise-1/</guid>
      <description>&lt;p&gt;I tried something like this earlier this year with STP.  It got rave reviews (from my mother), so I figured I try it again.  &lt;/p&gt;&#xA;&lt;p&gt;Below is a list of requirements for configuring a router as a call processor.  In a lab or in your head, configure the router to support the features as listed.  This isn&amp;rsquo;t a contest or anything like that.  If you get it right, a virtual thumbs up is all I can afford to give you.  There are some licensing issues for running this stuff in GNS3/dynamips, so I can&amp;rsquo;t help you out on that.  I&amp;rsquo;ll just hint that GNS3 and dynamips will bind to real networks and that copies of a compatible IP softphone are available.&lt;/p&gt;</description>
    </item>
    <item>
      <title>IIUC Notes - Voice Ports and Dial Peers</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2010/10/iiuc-notes-voice-ports-and-dial-peers/</link>
      <pubDate>Mon, 04 Oct 2010 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2010/10/iiuc-notes-voice-ports-and-dial-peers/</guid>
      <description>&lt;p&gt;More of my IIUC study notes.  As always, feel free to correct.  I really need to have a real post, don&amp;rsquo;t I?&lt;/p&gt;&#xA;&lt;p&gt;&lt;em&gt;&lt;strong&gt;show voice port summary&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Shows the voice ports available for use&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;div class=&#34;highlight&#34;&gt;&lt;pre tabindex=&#34;0&#34; class=&#34;chroma&#34;&gt;&lt;code data-lang=&#34;fallback&#34;&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;R1#show voice port summary&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;                                          IN       OUT&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;PORT           CH   SIG-TYPE   ADMIN OPER STATUS   STATUS   EC&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;============== == ============ ===== ==== ======== ======== ==&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;50/0/1         1      efxs     up    up   on-hook  idle     y&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;50/0/1         2      efxs     up    up   on-hook  idle     y&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;50/0/2         1      efxs     up    up   on-hook  idle     y&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;50/0/2         2      efxs     up    up   on-hook  idle     y&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;50/0/3         1      efxs     up    up   on-hook  idle     y&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;50/0/4         1      efxs     up    up   on-hook  idle     y&#xA;&lt;/span&gt;&lt;/span&gt;&lt;span class=&#34;line&#34;&gt;&lt;span class=&#34;cl&#34;&gt;50/0/5         1      efxs     up    up   on-hook  idle     y&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;/blockquote&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;An ephone-dn shows up as efxs, so all these are ephone-dns.&lt;/li&gt;&#xA;&lt;li&gt;Channels are numbered 0-23; timeslots are numbered 1-24&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;FXS Ports&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>IIUC Notes - More Phone Features</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2010/10/iiuc-notes-more-phone-features/</link>
      <pubDate>Sat, 02 Oct 2010 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2010/10/iiuc-notes-more-phone-features/</guid>
      <description>&lt;p&gt;Here are some more notes from my IIUC studies.  As always, corrections requested.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Paging&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Broadcasts messages to a group for a one-way communication&lt;/li&gt;&#xA;&lt;li&gt;Paging groups are used to limit which phones get the broadcast&lt;/li&gt;&#xA;&lt;li&gt;Paging can be unicast or multicast&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Unicast groups limited to 10 members&lt;/li&gt;&#xA;&lt;li&gt;Multicast requires mcast support on the network&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Paging configurations can be unicast, multicast, or multiple-group&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;!  Unicast Paging&lt;br&gt;&#xA;!  When 1044 is dialed, ephone 1 is paged&lt;br&gt;&#xA;R1(config)#ephone-dn 44&lt;br&gt;&#xA;R1(config-ephone-dn)#number 1044&lt;br&gt;&#xA;R1(config-ephone-dn)#paging&lt;br&gt;&#xA;R1(config-ephone-dn)#exit&lt;br&gt;&#xA;R1(config)#ephone 1&lt;br&gt;&#xA;R1(config-ephone)#paging-dn 44&lt;/p&gt;</description>
    </item>
    <item>
      <title>IIUC Notes - Phone Features</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2010/10/iiuc-notes-phone-features/</link>
      <pubDate>Fri, 01 Oct 2010 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2010/10/iiuc-notes-phone-features/</guid>
      <description>&lt;p&gt;Here are some more notes from my IIUC studies.  As always, corrections requested.&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Local Directory&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Allows users to look up names&lt;/li&gt;&#xA;&lt;li&gt;Allows names to show up when dialing or receiving a call&lt;/li&gt;&#xA;&lt;li&gt;Most phones have a directory button; some have a menu options for the directory&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;R1(config)#ephone-dn 1&lt;br&gt;&#xA;R1(config-ephone-dn)#name Roger Smith&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Directory entries can be added manually&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;R1(config-telephony)#directory entry 1 1700 Corporate Fax&lt;br&gt;&#xA;R1(config-telephony)#directory entry 2 1701 HR Fax&lt;/p&gt;&#xA;&lt;/blockquote&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;By default, sorting is done alphabetically by first name.&lt;/li&gt;&#xA;&lt;li&gt;Sorting can be changed&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;R1(config-telephony)#directory last-name-first&lt;/p&gt;</description>
    </item>
    <item>
      <title>IIUC Notes - Getting Phones on the LAN</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2010/09/iiuc-notes-getting-phones-on-the-lan/</link>
      <pubDate>Thu, 30 Sep 2010 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2010/09/iiuc-notes-getting-phones-on-the-lan/</guid>
      <description>&lt;p&gt;More study notes.  Correct if wrong, though I hope I get some of it right since I already since I&amp;rsquo;m an R&amp;amp;S guy.  :$&lt;/p&gt;&#xA;&lt;p&gt;**Switchport Configuration&lt;br&gt;&#xA;**&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&lt;strong&gt;switchport mode access&lt;/strong&gt;:  This config makes the port an access port that carries the primary and voice VLAN traffic&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;switchport mode trunk&lt;/strong&gt;:  This config akes the port a trunk unconditionally, but it will still send DTP messages&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;switchport nonegotiate&lt;/strong&gt;:  This config keeps the port from sending DTP messages.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;switchport mode dynamic auto&lt;/strong&gt;:  If the port receives DTP messages, it will become a trunk.  If not, it will be an access port.&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;switchport mode dynamic desirable&lt;/strong&gt;:  The port actively sends DTP messages trying to become a trunk.  This is the default configuration on a Cisco switch.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;&lt;strong&gt;Cisco IP Phone Boot Process&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>IIUC Notes - Assigning Ephone-dns to Ephone Buttons</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2010/09/iiuc-notes-assigning-ephone-dns-to-ephone-buttons/</link>
      <pubDate>Thu, 23 Sep 2010 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2010/09/iiuc-notes-assigning-ephone-dns-to-ephone-buttons/</guid>
      <description>&lt;p&gt;These are some of my notes on my IIUC studies.  Since I am a novice as voice stuff, please let me know what I get wrong.&lt;/p&gt;&#xA;&lt;p&gt;An &lt;strong&gt;ephone&lt;/strong&gt; is a representation of a phone.  It&amp;rsquo;s basically a structure of features that a phone will have. &lt;/p&gt;&#xA;&lt;p&gt;Configuration in CME:&lt;/p&gt;&#xA;&lt;blockquote&gt;&#xA;&lt;p&gt;R1(config)#ephone 34  &amp;lt;&amp;ndash; This is just a tag and has nothing to do with an extension or phone&lt;br&gt;&#xA;R1(config-ephone)#mac-address 1111.2222.3333    &amp;lt;&amp;ndash; Assigns this ephone to the phone with that MAC address&lt;/p&gt;</description>
    </item>
    <item>
      <title>IIUC Notes - Powering Cisco Phones</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2010/09/iiuc-notes-powering-cisco-phones/</link>
      <pubDate>Tue, 21 Sep 2010 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2010/09/iiuc-notes-powering-cisco-phones/</guid>
      <description>&lt;p&gt;Feel free to correct anything that is wrong or incomplete.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Power over Ethernet (PoE)&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Can provide power to a Cisco phone, access point, security camera, etc., through the network cabling, eliminating the need to plug the phone into the wall for power.&lt;/li&gt;&#xA;&lt;li&gt;Generic term for providing power on the Ethernet cable&lt;/li&gt;&#xA;&lt;li&gt;Provides centralized power that can be put on a UPS&lt;/li&gt;&#xA;&lt;li&gt;Allows devices to be located away from power outlets&lt;/li&gt;&#xA;&lt;li&gt;Removes cabling clutter at the user&amp;rsquo;s desk&lt;/li&gt;&#xA;&lt;li&gt;Can be provided through PoE-enabled switches, power panels or inline couplers (power injectors)&lt;/li&gt;&#xA;&lt;li&gt;Oversubscription is common&#xA;&lt;ul&gt;&#xA;&lt;li&gt;If every device on a switch asks for full power, the switch may not be able to handle the load.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Of course, devices can be powered with a power brick at the desk&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;802.3af&lt;/p&gt;</description>
    </item>
    <item>
      <title>IIUC Notes - VoIP Structures</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2010/09/iiuc-notes-voip-structures/</link>
      <pubDate>Tue, 21 Sep 2010 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2010/09/iiuc-notes-voip-structures/</guid>
      <description>&lt;p&gt;Feel free to correct.  No need to sugar-coat it; I&amp;rsquo;m pretty new at this stuff.  :)&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Advantages of VoIP&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Reduces costs of communications:  Eliminates/reduces long distance and international call tolls&lt;/li&gt;&#xA;&lt;li&gt;Reduces costs of cabling:  No need for second network of phone lines&lt;/li&gt;&#xA;&lt;li&gt;Integrates all voice into one large network:  All your remote offices can be implemented/maintained/controlled centrally&lt;/li&gt;&#xA;&lt;li&gt;Provides mobility:  Moves, adds, and changes (MACs) are (nearly) eliminated since your phone is just a network node&lt;/li&gt;&#xA;&lt;li&gt;Allows use of IP Softphones&lt;/li&gt;&#xA;&lt;li&gt;Unifies emails, voice mails, and faxes:  All these can be treated as a single box for user messages&lt;/li&gt;&#xA;&lt;li&gt;Increases productivity:  Ringing multiple devices at the same time eliminates phone tag.   &amp;lt;&amp;mdash; pushing it, eh?&lt;/li&gt;&#xA;&lt;li&gt;Enhances communications:  Applications can be launched/updated from a voice call through application servers&lt;/li&gt;&#xA;&lt;li&gt;Provides open, compatible standards:  You can connect different vendor devices into the same VoIP network.   &amp;lt;&amp;mdash; I&amp;rsquo;ve never seen that happen&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Cisco VoIP Structure&lt;/p&gt;</description>
    </item>
    <item>
      <title>IIUC Notes - Old School Voice Stuff</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2010/09/iiuc-notes-old-school-voice-stuff/</link>
      <pubDate>Wed, 08 Sep 2010 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2010/09/iiuc-notes-old-school-voice-stuff/</guid>
      <description>&lt;p&gt;These are the notes I&amp;rsquo;ve taken as I read through the study materials.  Feel free to correct anything you see.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Analog phone signaling&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Misc&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Ground = positive = &lt;strong&gt;tip&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;Battery = negative = &lt;strong&gt;ring&lt;/strong&gt;&lt;/li&gt;&#xA;&lt;li&gt;Signaling uses specific frequencies for specific events&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Loop start signaling&lt;/strong&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;When a circuit in the phone is completed (i.e., you take it off-hook), the CO detects it and provides services.&lt;/li&gt;&#xA;&lt;li&gt;Susceptible to &lt;strong&gt;glare&lt;/strong&gt;, where the phone requests dialtone at the same time that the CO sends a call.&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Can connect two different calls if in a business with multiple lines&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Ground start signaling&lt;/strong&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;The circuit is temporarily completed to signal the CO for services&lt;/li&gt;&#xA;&lt;li&gt;Doesn&amp;rsquo;t connect any call to any phone directly&lt;/li&gt;&#xA;&lt;li&gt;Used in PBXes.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Supervisory signaling&lt;/strong&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;On-hook:  Circuit is open&lt;/li&gt;&#xA;&lt;li&gt;Off-hook:  Circuit is completed&lt;/li&gt;&#xA;&lt;li&gt;Ringing:  AC current generated by CO to tell the phone to ring&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Informational signaling&lt;/strong&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Gives information for the caller to use&lt;/li&gt;&#xA;&lt;li&gt;Dial tone&lt;/li&gt;&#xA;&lt;li&gt;Busy&lt;/li&gt;&#xA;&lt;li&gt;Ringback: the ring you hear when you call&lt;/li&gt;&#xA;&lt;li&gt;Confirmation:  the call is being attempted&lt;/li&gt;&#xA;&lt;li&gt;Congestion:  no lines available to make the call&lt;/li&gt;&#xA;&lt;li&gt;Receiver off-hook&lt;/li&gt;&#xA;&lt;li&gt;Reorder:  can&amp;rsquo;t make the call&lt;/li&gt;&#xA;&lt;li&gt;No such number:  can&amp;rsquo;t find the endpoint&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&lt;strong&gt;Address signaling&lt;/strong&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Used to send digits&lt;/li&gt;&#xA;&lt;li&gt;Dual-tone multifrequency (DTMF):  uses two electrical signals to indicate a digit; touch tone&lt;/li&gt;&#xA;&lt;li&gt;Pulse:  flashes the circuit to indicate a digit; rotary dial&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;Disadvantages of analog signaling&#xA;&lt;ul&gt;&#xA;&lt;li&gt;Attenuation&lt;/li&gt;&#xA;&lt;li&gt;Repeaters can&amp;rsquo;t differentiate between call and noise&lt;/li&gt;&#xA;&lt;li&gt;One cable pair for each call; think about a pair for each call taking place in Manhattan right now&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;/li&gt;&#xA;&lt;li&gt;&#xA;&lt;p&gt;Digitizing voice&lt;/p&gt;</description>
    </item>
    <item>
      <title>ROUTE Notes - OSPF Virtual Links and Frame Relay Stuff</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2010/06/route-notes-ospf-virtual-links-and-frame-relay-stuff/</link>
      <pubDate>Mon, 21 Jun 2010 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2010/06/route-notes-ospf-virtual-links-and-frame-relay-stuff/</guid>
      <description>&lt;p&gt;Feel free to correct.  I feel like I&amp;rsquo;m missing a big piece here, so please fill in a gap if you see one.  Thanks.  :)&lt;/p&gt;&#xA;&lt;p&gt;&lt;strong&gt;Study Questions&lt;/strong&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;How many area 0s (zero) can you have in an OSPF implementation&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;Just one.&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;If my company merges with another company, and we&amp;rsquo;re both running OSPF, how can we get our networks routing together properly?&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&lt;p&gt;The easiest thing to do is to connect your two area 0s together through some physical link.  If you can, you can use virtual links to connect an ABR to another ABR to extend the zones together.&lt;/p&gt;</description>
    </item>
    <item>
      <title>ISCW Down, Three To Go</title>
      <link>https://a996c8ee.aww-3cz.pages.dev/posts/2009/12/iscw-down-three-to-go/</link>
      <pubDate>Thu, 10 Dec 2009 00:00:00 +0000</pubDate>
      <guid>https://a996c8ee.aww-3cz.pages.dev/posts/2009/12/iscw-down-three-to-go/</guid>
      <description>&lt;p&gt;I took and passed the ISCW test today.  I was super-nervous going into it, which is weird for me, but I finally calmed down after the first few questions.  Here&amp;rsquo;s my take.  I don&amp;rsquo;t want to get into any trouble so I&amp;rsquo;m not going to include very much detail.&lt;/p&gt;&#xA;&lt;p&gt;The testing center wasn&amp;rsquo;t very good at all.  It&amp;rsquo;s in an old building on the busiest road in town, and the noise from the street was barely dampened by the 1960s building materials.  I can tell you that there are three different pipes in the walls since their vibrations resonated through the room every time somebody flushed or brewed some coffee.  There was also a little foot traffic, which can be expected anywhere; they were working through some software problems on another testing station and were very respectful, so it wasn&amp;rsquo;t too bad.  The worst part of the whole ordeal, though, was the Microsoft class I sat through while taking the test.  They were across the hall, but it sounded like they were in the room with me.  Usually, you hear the instructor yelling at the top of his lungs so the whole class can hear, but I could hear questions being asked and papers being moved.  I think I can go pass a test of AD replication, though.  I certainly won&amp;rsquo;t be using that facility for any more tests.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
