<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/atom10full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><feed xmlns="http://www.w3.org/2005/Atom" xmlns:openSearch="http://a9.com/-/spec/opensearch/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:gd="http://schemas.google.com/g/2005" xmlns:thr="http://purl.org/syndication/thread/1.0" gd:etag="W/&quot;CU8FRHg7fip7ImA9WhRRFEk.&quot;"><id>tag:blogger.com,1999:blog-8620700090391749296</id><updated>2011-11-27T17:30:15.606-08:00</updated><category term="MPLS" /><category term="Twitter" /><category term="Traffic-Engineering" /><category term="CCIE" /><category term="Service Provider" /><title>Route Target</title><subtitle type="html">CCIE Service Provider prep and news from a CCIE with R&amp;amp;S already under their belt.</subtitle><link rel="http://schemas.google.com/g/2005#feed" type="application/atom+xml" href="http://routetarget.blogspot.com/feeds/posts/default" /><link rel="alternate" type="text/html" href="http://routetarget.blogspot.com/" /><author><name>Route Target</name><uri>http://www.blogger.com/profile/14767428061538171274</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><generator version="7.00" uri="http://www.blogger.com">Blogger</generator><openSearch:totalResults>6</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/atom+xml" href="http://feeds.feedburner.com/RouteTarget" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="routetarget" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><entry gd:etag="W/&quot;D0MBRH49eyp7ImA9WxJUEU0.&quot;"><id>tag:blogger.com,1999:blog-8620700090391749296.post-5648480766173313251</id><published>2009-07-08T22:45:00.000-07:00</published><updated>2009-07-08T19:10:55.063-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-07-08T19:10:55.063-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Service Provider" /><category scheme="http://www.blogger.com/atom/ns#" term="CCIE" /><category scheme="http://www.blogger.com/atom/ns#" term="Traffic-Engineering" /><category scheme="http://www.blogger.com/atom/ns#" term="MPLS" /><title>Gonna Need a Bigger Boat: The Fish MPLS-TE Learning Example</title><content type="html">&lt;a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://2.bp.blogspot.com/_2HbaEwz8CJ0/Scq3mkKzwLI/AAAAAAAAABY/EskBdrwkNvQ/s1600-h/fish.jpg"&gt;&lt;img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer; width: 400px; height: 225px;" src="http://2.bp.blogspot.com/_2HbaEwz8CJ0/Scq3mkKzwLI/AAAAAAAAABY/EskBdrwkNvQ/s400/fish.jpg" alt="" id="BLOGGER_PHOTO_ID_5317264183236214962" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Basics&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;The FISH topology is a widely used tool for understanding the power of MPLS Traffic-Engineering.  The principal is that traffic originating in A or B will normally take the shortest path via the route through C-D-G, assuming all circuits have the same BW/Cost.  The exercise is to utilize the available, and typically idle, BW capabilities of the C-E-F-G path.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;Specifics&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;The process to activate MPLS-TE is seemingly long, but not overly complex.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-style: italic;font-size:85%;" &gt;Prep the environment:&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;The first step is to make sure that MPLS is running on your network with full reachability provided by either OSPF or IS-IS.  Most basic config to accomplish this is config on each router:&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;Router(config)#router ospf 100&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:courier new;"&gt;Router(config-router)#router-id w.x.y.z&lt;loopback 0="" ip="" address=""&gt;&lt;/loopback&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Router(config-router)#network 0.0.0.0 255.255.255.255 area 0&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Router(config-router)#exit&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Router(config)#mpls ip&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Router(config)#mpls ldp router-id Loopback0&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Router(config)#mpls label protocol ldp&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Router(config)#inteface serial 1/0&lt;/span&gt;&lt;br /&gt;&lt;span style="font-family:courier new;"&gt;Router(config-if)#mpls ip&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;Next, the routers along the path require that MPLS Traffic-Engineering be enabled globally and then on the interfaces.  Each interface that has the potential for have a TE Tunnel traverse it will need to have the option activated.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;Router(config)#mpls traffic-eng tunnels&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:courier new;"&gt;Router(config)#interface serial 1/0&lt;br /&gt;&lt;/span&gt; &lt;span style="font-family:courier new;"&gt;Router(config-if)#mpls traffic-eng tunnels&lt;/span&gt; &lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;font-size:85%;" &gt;Prep the IGP:&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;Traffic Engineering information is carried by the IGP routing protocol, in this case OSPF.  In this simple example the entire network is in area 0 within the ospf process.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;Router(config)#router ospf 100&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:courier new;"&gt;Router(config-router)#mpls traffic-eng router-id loopback 0&lt;br /&gt;&lt;/span&gt;&lt;span style="font-family:courier new;"&gt;Router(config-router)#mpls traffic-eng &lt;/span&gt;&lt;span style="font-family:courier new;"&gt;area 0&lt;/span&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;OSPF uses the Opaque LSA's to carry TE information.  The IS-IS protocol requires the additional step of using &lt;/span&gt;&lt;span style="font-style: italic;font-size:85%;" &gt;WIDE METRICS&lt;/span&gt;&lt;span style="font-size:85%;"&gt; in order to carry that information.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-style: italic;font-size:85%;" &gt;Define the tunnel's path:&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;There are multiple ways in which you can The tunnel starts off similar to a GRE tunnel in terms of configuration, but the similarities beyond the name are few.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;RouterC(config)#ip explicit-path name CEFG enable&lt;br /&gt;RouterC(cfg-ip-expl-path)#next-address 12.12.23.3&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;RouterC(cfg-ip-expl-path)#next-address 12.12.34.4&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;span style="font-family:courier new;"&gt;RouterC(cfg-ip-expl-path)#next-address 12.12.46.6&lt;/span&gt;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="font-style: italic;font-size:85%;" &gt;Build the tunnel:&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;The tunnel starts off similar to a GRE tunnel in terms of configuration, but the similarities beyond the name are few.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;Router(config)#&lt;/span&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;interface Tunnel1&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;Router(config-if)#&lt;/span&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;bandwidth 100000&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;Router(config-if)#&lt;/span&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;ip unnumbered Loopback0&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;Router(config-if)#&lt;/span&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;mpls ip&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;Router(config-if)#&lt;/span&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;tunnel destination 12.12.6.6&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;Router(config-if)#&lt;/span&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;tunnel mode mpls traffic-eng&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;Router(config-if)#&lt;/span&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;tunnel mpls traffic-eng path-option 10 explicit name CEFG&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;font-size:85%;" &gt;Get traffic into the tunnel:&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;There are three ways of getting traffic into the tunnel:&lt;br /&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Policy Based Routing&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Autoroute Announce&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Static Routes&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;For simplicity we will allow traffic from A to route normally and use policy-based routing to forward traffic from B to follow the Traffic-Engineered path over the long path CEFG.  Here we will match traffic coming from the loopback of B (12.12.7.7) headed to the loopback of G (12.12.6.6)&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;div style="text-align: left;"&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;RouterC(config)#ip access-list extended TRAFFIC-MATCH&lt;br /&gt;RouterC(config-ext-nacl)# permit ip host 12.12.7.7 host 12.12.6.6&lt;br /&gt;!       &lt;br /&gt;RouterC(config)#route-map TE-BCEFG permit 10&lt;br /&gt;RouterC(config-route-map)#match ip address TRAFFIC-MATCH&lt;br /&gt;RouterC(config-route-map)#set interface Tunnel1&lt;br /&gt;!       &lt;br /&gt;RouterC(config)#interface Serial1/3&lt;br /&gt;&lt;/span&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;RouterC(config-if)#description RouterC link to RouterB&lt;br /&gt;&lt;/span&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;RouterC(config-if)#ip policy route-map TE-BCEFG&lt;/span&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight: bold;font-size:130%;" &gt;Verification:&lt;/span&gt;&lt;span style="font-size:85%;"&gt;&lt;br /&gt;To verify the tunnel is operational simple show commands provide all the information you need.&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;font-size:85%;" &gt;Originating router:&lt;/span&gt;&lt;br /&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;RouterC#sho mpls traffic-eng tunnels&lt;br /&gt;&lt;br /&gt;Name: RouterC_t1                               (Tunnel1) Destination: 12.12.6.6&lt;br /&gt; Status:&lt;br /&gt;   &lt;span style="font-weight: bold;"&gt;Admin: up         Oper: up     Path: valid       Signalling: connected&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;   path option 10, type explicit CEFG (Basis for Setup, path weight 192)&lt;br /&gt;&lt;br /&gt; Config Parameters:&lt;br /&gt;   Bandwidth: 0        kbps (Global)  Priority: 7  7   Affinity: 0x0/0xFFFF&lt;br /&gt;   Metric Type: TE (default)&lt;br /&gt;   AutoRoute:  disabled  LockDown: disabled  Loadshare: 0        bw-based&lt;br /&gt;   auto-bw: disabled&lt;br /&gt;&lt;br /&gt; InLabel  :  -&lt;br /&gt; OutLabel : Serial1/1, 16&lt;br /&gt; RSVP Signalling Info:&lt;br /&gt;      Src 12.12.2.2, Dst 12.12.6.6, Tun_Id 1, Tun_Instance 10&lt;br /&gt;   RSVP Path Info:&lt;br /&gt;     My Address: 12.12.23.2 &lt;br /&gt;     Explicit Route: 12.12.23.3 12.12.34.4 12.12.46.6 12.12.6.6&lt;br /&gt;     Record   Route:   NONE&lt;br /&gt;     Tspec: ave rate=0 kbits, burst=1000 bytes, peak rate=0 kbits&lt;br /&gt;   RSVP Resv Info:&lt;br /&gt;     Record   Route:   NONE&lt;br /&gt;     Fspec: ave rate=0 kbits, burst=1000 bytes, peak rate=0 kbits&lt;br /&gt; History:&lt;br /&gt;   Tunnel:&lt;br /&gt;     Time since created: 3 hours, 5 minutes&lt;br /&gt;     Time since path change: 3 hours, 5 minutes&lt;br /&gt;   Current LSP:&lt;br /&gt;     Uptime: 3 hours, 5 minutes&lt;br /&gt;RouterC#&lt;/span&gt;&lt;br /&gt;&lt;/div&gt;&lt;br /&gt;&lt;span style="font-style: italic;font-size:85%;" &gt;Intermediate router:&lt;/span&gt;&lt;br /&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;RouterC#show mpls traffic-eng tunnel&lt;br /&gt;&lt;br /&gt;LSP Tunnel RouterC_t1 is signalled, &lt;span style="font-weight: bold;"&gt;connection is up&lt;/span&gt;&lt;br /&gt; InLabel  : Serial1/0, 16&lt;br /&gt; OutLabel : Serial1/1, 16&lt;br /&gt; RSVP Signalling Info:&lt;br /&gt;      Src 12.12.2.2, Dst 12.12.6.6, Tun_Id 1, Tun_Instance 10&lt;br /&gt;   RSVP Path Info:&lt;br /&gt;     My Address: 12.12.34.3 &lt;br /&gt;     Explicit Route: 12.12.34.4 12.12.46.6 12.12.6.6&lt;br /&gt;     Record   Route:   NONE&lt;br /&gt;     Tspec: ave rate=0 kbits, burst=1000 bytes, peak rate=0 kbits&lt;br /&gt;   RSVP Resv Info:&lt;br /&gt;     Record   Route:   NONE&lt;br /&gt;     Fspec: ave rate=0 kbits, burst=1000 bytes, peak rate=0 kbits&lt;/span&gt;&lt;br /&gt;&lt;span style="font-style: italic;font-size:85%;" &gt;&lt;br /&gt;Traceroute from Router A:&lt;/span&gt;&lt;br /&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;RouterA#R1#traceroute ip&lt;br /&gt;&lt;br /&gt;Target IP address: 12.12.6.6&lt;br /&gt;Source address: 12.12.1.1&lt;br /&gt;- Truncated -&lt;br /&gt;Type escape sequence to abort.&lt;br /&gt;Tracing the route to 12.12.6.6&lt;br /&gt;&lt;br /&gt; 1 12.12.12.2 [MPLS: Label 20 Exp 0] 80 msec 20 msec 32 msec&lt;br /&gt; 2 12.12.25.5 [MPLS: Label 19 Exp 0] 328 msec 8 msec 16 msec&lt;br /&gt; 3 12.12.56.6 28 msec *  60 msec&lt;br /&gt;RouterA#&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:85%;"&gt;The path Router A's loopback traffic takes to Router G is via the shortest path.  We have not placed the traffic into the TE tunnel thus standard best path routing applies&lt;/span&gt;&lt;br /&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-style: italic;font-size:85%;" &gt;Traceroute from Router B:&lt;/span&gt;&lt;br /&gt;&lt;span style=";font-family:courier new;font-size:85%;"  &gt;RouterB#traceroute ip&lt;br /&gt;&lt;br /&gt;Target IP address: 12.12.6.6&lt;br /&gt;Source address: 12.12.7.7&lt;br /&gt;- Truncated -&lt;br /&gt;Type escape sequence to abort.&lt;br /&gt;Tracing the route to 12.12.6.6&lt;br /&gt;&lt;br /&gt; 1 12.12.27.2 28 msec 16 msec 8 msec&lt;br /&gt; 2 12.12.23.3 [MPLS: Label 16 Exp 0] 176 msec 136 msec 56 msec&lt;br /&gt; 3 12.12.34.4 [MPLS: Label 16 Exp 0] 168 msec 28 msec 52 msec&lt;br /&gt; 4 12.12.46.6 60 msec *  32 msec&lt;br /&gt;RouterB#&lt;br /&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;The path that Router B's loopback takes is via the TE tunnel.  The traceroute shows the additional hop through the network.&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;Advanced Topics&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:85%;"&gt;I am going to save the more advanced topics for a later post.  The more advanced topics I would like to cover include:&lt;br /&gt;&lt;/span&gt;&lt;ul&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Priorities - Setup and Hold&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Dynamic Tunnel Pathing&lt;br /&gt;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Affinity bits&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Autoroute Announce&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;span style="font-size:85%;"&gt;Taking suggestions - What would you like to know about&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8620700090391749296-5648480766173313251?l=routetarget.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://routetarget.blogspot.com/feeds/5648480766173313251/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8620700090391749296&amp;postID=5648480766173313251" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8620700090391749296/posts/default/5648480766173313251?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8620700090391749296/posts/default/5648480766173313251?v=2" /><link rel="alternate" type="text/html" href="http://routetarget.blogspot.com/2009/03/gonna-need-bigger-boat-fish-mpls-te.html" title="Gonna Need a Bigger Boat: The Fish MPLS-TE Learning Example" /><author><name>Route Target</name><uri>http://www.blogger.com/profile/14767428061538171274</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><media:thumbnail xmlns:media="http://search.yahoo.com/mrss/" url="http://2.bp.blogspot.com/_2HbaEwz8CJ0/Scq3mkKzwLI/AAAAAAAAABY/EskBdrwkNvQ/s72-c/fish.jpg" height="72" width="72" /><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;DU8FQHc_eCp7ImA9WxJTFk8.&quot;"><id>tag:blogger.com,1999:blog-8620700090391749296.post-2458581863386788382</id><published>2009-04-24T19:41:00.000-07:00</published><updated>2009-04-24T19:50:11.940-07:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-04-24T19:50:11.940-07:00</app:edited><category scheme="http://www.blogger.com/atom/ns#" term="Service Provider" /><category scheme="http://www.blogger.com/atom/ns#" term="CCIE" /><category scheme="http://www.blogger.com/atom/ns#" term="Twitter" /><title>All quiet on the western front</title><content type="html">So I have been away for a while.  Been on twitter some.  Work projects have zapped 110% of my time for the last couple of months combined with a big after work project that should be wrapping up in the next two weeks.  Until then I thank you for your patience and I am looking forward to getting back to everyone with some study material for the Service Provider IE.&lt;br /&gt;&lt;br /&gt;In the mean time find me on Twitter(@routetarget) and say hi.  Also feel free to @routetarget with any technologies for the SP lab that you would like for me to take a stab at for a blog post.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8620700090391749296-2458581863386788382?l=routetarget.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://routetarget.blogspot.com/feeds/2458581863386788382/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8620700090391749296&amp;postID=2458581863386788382" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8620700090391749296/posts/default/2458581863386788382?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8620700090391749296/posts/default/2458581863386788382?v=2" /><link rel="alternate" type="text/html" href="http://routetarget.blogspot.com/2009/04/all-quiet-on-western-front.html" title="All quiet on the western front" /><author><name>Route Target</name><uri>http://www.blogger.com/profile/14767428061538171274</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;A0IAQX0yeCp7ImA9WxVSEkU.&quot;"><id>tag:blogger.com,1999:blog-8620700090391749296.post-2430953468766615351</id><published>2009-01-06T15:54:00.000-08:00</published><updated>2009-01-06T16:52:20.390-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2009-01-06T16:52:20.390-08:00</app:edited><title>Vendor Neutrality: Gotta get 'em all</title><content type="html">I am now in possession of the two of the big three IE training companies workbooks and am working on getting the third.  I have done a cursory glance through them and will be starting to run through them over the next couple of weeks.&lt;br /&gt;&lt;br /&gt;I understand that the groups preparing these docs have to cater to a wide audience, particularly as there is no prerequisite to have R&amp;amp;S knocked out.  But seeing as lots of the material in the beginning is fairly basic relative to the R&amp;amp;S, I will review, but generally skip it.&lt;br /&gt;&lt;br /&gt;First up is the IP Expert Service Provider Workbook and Proctor Guide.  I am skipping through the first couple of chapters and jumping straight to the OSPF section for "Core Routing Protocols".&lt;br /&gt;&lt;br /&gt;Cheers,&lt;br /&gt;Route Target&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8620700090391749296-2430953468766615351?l=routetarget.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://routetarget.blogspot.com/feeds/2430953468766615351/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8620700090391749296&amp;postID=2430953468766615351" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8620700090391749296/posts/default/2430953468766615351?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8620700090391749296/posts/default/2430953468766615351?v=2" /><link rel="alternate" type="text/html" href="http://routetarget.blogspot.com/2009/01/vendor-neutrality-gotta-get-em-all.html" title="Vendor Neutrality: Gotta get 'em all" /><author><name>Route Target</name><uri>http://www.blogger.com/profile/14767428061538171274</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;DEEAQ308eyp7ImA9WxRaFk0.&quot;"><id>tag:blogger.com,1999:blog-8620700090391749296.post-2173736584488181042</id><published>2008-12-18T04:56:00.000-08:00</published><updated>2008-12-18T05:24:02.373-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-12-18T05:24:02.373-08:00</app:edited><title>Busy Week in Review</title><content type="html">&lt;span style="font-weight: bold;"&gt;Study, Study &amp;amp; Panic?&lt;/span&gt;&lt;br /&gt;Less than eight weeks out already, could it be that soon?  Alas it is, but I have a plan...  Not to be confused with having a &lt;a href="http://www.youtube.com/watch?v=uEx5G-GOS1k"&gt;flag&lt;/a&gt;.  Also on a better note, I have been reviewing &lt;a href="http://cciedreamer.blogspot.com/"&gt;CCIE Dreamer's&lt;/a&gt; blog and glad that I am not the only person who has decided to go down the SP path after already having R&amp;amp;S knocked out.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;A word on Support, and I don't mean the TAC...&lt;/span&gt; &lt;br /&gt;For those of you who are done with all forms of school and are not married, I don't want to hear a peep from you about not having enough time to study.  For those of us who are married/decided to go back to school/raising kids or otherwise have family commitments will understand my jubilation at my next remark.  My wife has agreed to me becoming the invisible husband for the next two months.  I told friends after I passed the R&amp;amp;S and it will be so this time as well, while it is possible to accomplish a CCIE of any track without support from work, I have yet to see a married man or woman who did not have some support from their spouse in accomplishing getting their digits.  That being said, I know several people working on getting either their first or additional IE's and each has said the same thing independently, so there has to be some level of truth to it.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Back to the Plan...&lt;/span&gt;&lt;br /&gt;I see it as having about five good weekends in addition to evening studies to get the inconsistencies corrected in my mental database.  I think that I am about at the 1st Normalized form now.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8620700090391749296-2173736584488181042?l=routetarget.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://routetarget.blogspot.com/feeds/2173736584488181042/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8620700090391749296&amp;postID=2173736584488181042" title="1 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8620700090391749296/posts/default/2173736584488181042?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8620700090391749296/posts/default/2173736584488181042?v=2" /><link rel="alternate" type="text/html" href="http://routetarget.blogspot.com/2008/12/busy-week-in-review.html" title="Busy Week in Review" /><author><name>Route Target</name><uri>http://www.blogger.com/profile/14767428061538171274</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>1</thr:total></entry><entry gd:etag="W/&quot;C0EGRnw9eSp7ImA9WxRaEkU.&quot;"><id>tag:blogger.com,1999:blog-8620700090391749296.post-7632769598823943564</id><published>2008-12-14T10:28:00.000-08:00</published><updated>2008-12-14T11:07:07.261-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-12-14T11:07:07.261-08:00</app:edited><title>New Lab Date Set</title><content type="html">&lt;span style="font-weight: bold;"&gt;Time to get serious about studying again:&lt;/span&gt;&lt;br /&gt;Currently scheduled to sit the SP lab in RTP during Feb.  So I will be buckling down and taking some long over due weeks off for training purposes at work.  As bad as the economy may be, there always seems to be more work.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Tools, tips, and Tannenbaum:&lt;/span&gt;&lt;br /&gt;At this point, I have both the CCBOOTCAMP and the IPEXPERT Service Provider Study guides and have loosely mocked the scenario's up with Dynamips.  For anyone not familiar with Dynamips and Dynagen for lab prep, do yourself a huge fovaor and take a look.  I'll be spending a little more time on getting that prepared in the next couple of days.  With the holidays rapidly approaching the intent is to get as much of the basic review done before the end of the year and then January be spent performing mock labs.&lt;br /&gt;&lt;br /&gt;&lt;span style="font-weight: bold;"&gt;Question to you:&lt;/span&gt;&lt;br /&gt;Other than the two that I mentioned, does anyone have experience with the SP material from other vedors that you would recommend?  While, ideally, this would be my last attempt at taking the SP lab, I may have time to go through one more workbook or guide prior to February.  One of my co-workers who is already a multiple, the show-off, is recommending that I look at Internetwork Expert as he has been impressed with their material for other tracks.  Any others?&lt;br /&gt;&lt;br /&gt;Good luck to all in your studies &amp;amp; heres to less than 60 days and counting,&lt;br /&gt;RouteTarget&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8620700090391749296-7632769598823943564?l=routetarget.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://routetarget.blogspot.com/feeds/7632769598823943564/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8620700090391749296&amp;postID=7632769598823943564" title="0 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8620700090391749296/posts/default/7632769598823943564?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8620700090391749296/posts/default/7632769598823943564?v=2" /><link rel="alternate" type="text/html" href="http://routetarget.blogspot.com/2008/12/new-lab-date-set.html" title="New Lab Date Set" /><author><name>Route Target</name><uri>http://www.blogger.com/profile/14767428061538171274</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>0</thr:total></entry><entry gd:etag="W/&quot;C0cGSHs_fip7ImA9WxRVGEo.&quot;"><id>tag:blogger.com,1999:blog-8620700090391749296.post-1027324420727788291</id><published>2008-11-16T13:13:00.000-08:00</published><updated>2008-11-16T13:30:29.546-08:00</updated><app:edited xmlns:app="http://www.w3.org/2007/app">2008-11-16T13:30:29.546-08:00</app:edited><title>The beginning can be a difficult thing...</title><content type="html">Welcome one and all!&lt;div&gt;&lt;span class="Apple-tab-span" style="white-space:pre"&gt; &lt;/span&gt;So this is the beginning.  Not the easiest things to do, but will see what we can do on that front anyway.  &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Does the world really need another blog?  I am gonna have to say yes.  The great thing about the internet is that there is something out there for just about everyone.  If you happen to discover that it is not out there for you, well then... Go create it yourself.&lt;br /&gt;&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;So here is what I wanted to do with this blog:&lt;/div&gt;&lt;div&gt;1) Focus on CCIE Service Provider issues.&lt;/div&gt;&lt;div&gt;2) Help focus myself for an attempt at the same.&lt;/div&gt;&lt;div&gt;3) See where I can try to help the community as a whole.  &lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;I have taken some inspiration from a couple of the other CCIE bloggers out there and figured that if I could help others in the same way, well it will have served #3 above.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;To be Anonymous or not?  I am going to say yes for the moment and here is why:&lt;/div&gt;&lt;div&gt;I really want to stay impartial to hardware, software as well as training material out there.  There is no totally pure Cisco, Juniper, Nortel, Foundry, F5, etc... shop out there.  That being said, I am going to do my best to remain impartial.  We all have to deal with other carriers, vendors, customers and the like.  I want to try and remain honest to those I serve and that I rely upon to get my job done.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;I am open to comments and will see what I can do to respond threads when appropriate.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Thanks and look forward to seeing what we can do to have more people get a second, or &lt;gasp&gt; maybe even third, CCIE.&lt;/div&gt;&lt;div&gt;&lt;br /&gt;&lt;/div&gt;&lt;div&gt;Route Target&lt;/div&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/8620700090391749296-1027324420727788291?l=routetarget.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel="replies" type="application/atom+xml" href="http://routetarget.blogspot.com/feeds/1027324420727788291/comments/default" title="Post Comments" /><link rel="replies" type="text/html" href="http://www.blogger.com/comment.g?blogID=8620700090391749296&amp;postID=1027324420727788291" title="2 Comments" /><link rel="edit" type="application/atom+xml" href="http://www.blogger.com/feeds/8620700090391749296/posts/default/1027324420727788291?v=2" /><link rel="self" type="application/atom+xml" href="http://www.blogger.com/feeds/8620700090391749296/posts/default/1027324420727788291?v=2" /><link rel="alternate" type="text/html" href="http://routetarget.blogspot.com/2008/11/beginning-can-be-difficult-thing.html" title="The beginning can be a difficult thing..." /><author><name>Route Target</name><uri>http://www.blogger.com/profile/14767428061538171274</uri><email>noreply@blogger.com</email><gd:image rel="http://schemas.google.com/g/2005#thumbnail" width="16" height="16" src="http://img2.blogblog.com/img/b16-rounded.gif" /></author><thr:total>2</thr:total></entry></feed>

