<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress.com" -->
<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/"
	>

<channel>
	<title>ccnp &amp;laquo; WordPress.com Tag Feed</title>
	<link>http://en.wordpress.com/tag/ccnp/</link>
	<description>Feed of posts on WordPress.com tagged "ccnp"</description>
	<pubDate>Fri, 27 Nov 2009 23:59:25 +0000</pubDate>

	<generator>http://en.wordpress.com/tags/</generator>
	<language>en</language>

<item>
<title><![CDATA[EIGRP Lab 1]]></title>
<link>http://hoanbq.wordpress.com/2009/11/28/eigrp-lab-1/</link>
<pubDate>Fri, 27 Nov 2009 17:31:42 +0000</pubDate>
<dc:creator>hoanbq</dc:creator>
<guid>http://hoanbq.wordpress.com/2009/11/28/eigrp-lab-1/</guid>
<description><![CDATA[Sơ đồ bài lab: Bài lab gồm 2 Router R1 và R2 nối với nhau qua 2 cổng FastEthernet. Chúng ta sẽ cấu h]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Sơ đồ bài lab:</p>
<p><a href="http://hoanbq.files.wordpress.com/2009/11/eigrp_lab1.jpg"><img style="border-bottom:0;border-left:0;display:inline;border-top:0;border-right:0;" title="eigrp_lab1" border="0" alt="eigrp_lab1" src="http://hoanbq.files.wordpress.com/2009/11/eigrp_lab1_thumb.jpg?w=597&#038;h=102" width="597" height="102" /></a> </p>
<p>Bài lab gồm 2 Router R1 và R2 nối với nhau qua 2 cổng FastEthernet. Chúng ta sẽ cấu hình 2 Router chạy giao thức định tuyến EIGRP để kiểm định một số điểm trong lý thuyết, bao gồm:</p>
<p>* Các bảng trong EIGRP: neighbors, topology, routing</p>
<p>* Load Balancing</p>
<p>* Variance</p>
<p>* Successor và Feasible Successor</p>
<p><strong>Cấu hình R1:</strong></p>
<p>!</p>
<p>interface Loopback0   <br /> ip address 1.1.1.1 255.255.255.255    <br />!    <br />interface FastEthernet0/0    <br /> ip address 192.168.0.1 255.255.255.252    <br /> duplex auto    <br /> speed auto    <br />!    <br />interface FastEthernet1/0    <br /> ip address 192.168.1.1 255.255.255.252    <br /> duplex auto    <br /> speed auto    <br />!    <br />router eigrp 1    <br /> network 1.0.0.0    <br /> network 192.168.0.0    <br /> network 192.168.1.0    <br /> auto-summary    <br />!</p>
<p><strong>Cấu hình R2:</strong></p>
<p>!&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <br />interface Loopback0    <br /> ip address 2.2.2.2 255.255.255.255    <br />!    <br />interface FastEthernet0/0    <br /> ip address 192.168.0.2 255.255.255.252    <br /> duplex auto    <br /> speed auto    <br />!    <br />interface FastEthernet1/0    <br /> ip address 192.168.1.2 255.255.255.252    <br /> duplex auto    <br /> speed auto    <br />!    <br />router eigrp 1    <br /> network 2.0.0.0    <br /> network 192.168.0.0    <br /> network 192.168.1.0    <br /> auto-summary    <br />!</p>
</p>
<p><strong>1. Các bảng trong EIGRP</strong></p>
<p><strong>a. Neighbors table</strong></p>
<p>R1#show ip eigrp neighbors    <br />IP-EIGRP neighbors for process 1    <br />H&#160;&#160; Address&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Interface&#160;&#160;&#160;&#160;&#160;&#160; Hold Uptime&#160;&#160; SRTT&#160;&#160; RTO&#160; Q&#160; Seq    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; (sec)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; (ms)&#160;&#160;&#160;&#160;&#160;&#160; Cnt Num    <br />1&#160;&#160; 192.168.1.2&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Fa1/0&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 12 00:12:47&#160;&#160; 49&#160;&#160; 294&#160; 0&#160; 12    <br />0&#160;&#160; 192.168.0.2&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Fa0/0&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 14 00:12:52&#160;&#160; 38&#160;&#160; 228&#160; 0&#160; 13</p>
<p>R2#show ip eigrp neighbors    <br />IP-EIGRP neighbors for process 1    <br />H&#160;&#160; Address&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Interface&#160;&#160;&#160;&#160;&#160;&#160; Hold Uptime&#160;&#160; SRTT&#160;&#160; RTO&#160; Q&#160; Seq    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; (sec)&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; (ms)&#160;&#160;&#160;&#160;&#160;&#160; Cnt Num    <br />1&#160;&#160; 192.168.1.1&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Fa1/0&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 14 00:13:50&#160;&#160; 78&#160;&#160; 468&#160; 0&#160; 9    <br />0&#160;&#160; 192.168.0.1&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; Fa0/0&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; 13 00:13:54&#160; 686&#160; 4116&#160; 0&#160; 10</p>
<p><strong>b. Topology table</strong></p>
<p>R1#show ip eigrp topology    <br />IP-EIGRP Topology Table for AS(1)/ID(1.1.1.1) </p>
<p>Codes: P &#8211; Passive, A &#8211; Active, U &#8211; Update, Q &#8211; Query, R &#8211; Reply,   <br />&#160;&#160;&#160;&#160;&#160;&#160; r &#8211; reply Status, s &#8211; sia Status </p>
<p>P 1.1.1.1/32, 1 successors, FD is 128256   <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; via Connected, Loopback0    <br />P 1.0.0.0/8, 1 successors, FD is 128256    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; via Summary (128256/0), Null0    <br />P 2.0.0.0/8, 2 successors, FD is 156160    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; via 192.168.0.2 (156160/128256), FastEthernet0/0    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; via 192.168.1.2 (156160/128256), FastEthernet1/0    <br />P 192.168.0.0/24, 1 successors, FD is 28160    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; via Summary (28160/0), Null0    <br />P 192.168.0.0/30, 1 successors, FD is 28160    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; via Connected, FastEthernet0/0    <br />P 192.168.1.0/24, 1 successors, FD is 28160    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; via Summary (28160/0), Null0    <br />P 192.168.1.0/30, 1 successors, FD is 28160    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; via Connected, FastEthernet1/0</p>
<p>R2#show ip eigrp toplogy   <br />IP-EIGRP Topology Table for AS(1)/ID(2.2.2.2) </p>
<p>Codes: P &#8211; Passive, A &#8211; Active, U &#8211; Update, Q &#8211; Query, R &#8211; Reply,   <br />&#160;&#160;&#160;&#160;&#160;&#160; r &#8211; reply Status, s &#8211; sia Status </p>
<p>P 2.2.2.2/32, 1 successors, FD is 128256   <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; via Connected, Loopback0    <br />P 1.0.0.0/8, 2 successors, FD is 156160    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; via 192.168.0.1 (156160/128256), FastEthernet0/0    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; via 192.168.1.1 (156160/128256), FastEthernet1/0    <br />P 2.0.0.0/8, 1 successors, FD is 128256    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; via Summary (128256/0), Null0    <br />P 192.168.0.0/24, 1 successors, FD is 28160    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; via Summary (28160/0), Null0    <br />P 192.168.0.0/30, 1 successors, FD is 28160    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; via Connected, FastEthernet0/0    <br />P 192.168.1.0/30, 1 successors, FD is 28160    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; via Connected, FastEthernet1/0    <br />P 192.168.1.0/24, 1 successors, FD is 28160    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; via Summary (28160/0), Null0</p>
<p><strong>c. Routing table</strong></p>
<p>R1#show ip route   <br />…………………………</p>
<p>Gateway of last resort is not set </p>
<p>&#160;&#160;&#160;&#160; 1.0.0.0/8 is variably subnetted, 2 subnets, 2 masks   <br />C&#160;&#160;&#160;&#160;&#160;&#160; 1.1.1.1/32 is directly connected, Loopback0    <br />D&#160;&#160;&#160;&#160;&#160;&#160; 1.0.0.0/8 is a summary, 00:17:06, Null0    <br />D&#160;&#160;&#160; 2.0.0.0/8 [90/156160] via 192.168.1.2, 00:17:06, FastEthernet1/0    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [90/156160] via 192.168.0.2, 00:17:06, FastEthernet0/0    <br />&#160;&#160;&#160;&#160; 192.168.0.0/24 is variably subnetted, 2 subnets, 2 masks    <br />C&#160;&#160;&#160;&#160;&#160;&#160; 192.168.0.0/30 is directly connected, FastEthernet0/0    <br />D&#160;&#160;&#160;&#160;&#160;&#160; 192.168.0.0/24 is a summary, 00:17:06, Null0    <br />&#160;&#160;&#160;&#160; 192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks    <br />C&#160;&#160;&#160;&#160;&#160;&#160; 192.168.1.0/30 is directly connected, FastEthernet1/0    <br />D&#160;&#160;&#160;&#160;&#160;&#160; 192.168.1.0/24 is a summary, 00:17:03, Null0</p>
<p>R2#show ip route    <br />…………………</p>
<p>Gateway of last resort is not set </p>
<p>D&#160;&#160;&#160; 1.0.0.0/8 [90/156160] via 192.168.1.1, 00:17:00, FastEthernet1/0   <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [90/156160] via 192.168.0.1, 00:17:00, FastEthernet0/0    <br />&#160;&#160;&#160;&#160; 2.0.0.0/8 is variably subnetted, 2 subnets, 2 masks    <br />C&#160;&#160;&#160;&#160;&#160;&#160; 2.2.2.2/32 is directly connected, Loopback0    <br />D&#160;&#160;&#160;&#160;&#160;&#160; 2.0.0.0/8 is a summary, 00:17:06, Null0    <br />&#160;&#160;&#160;&#160; 192.168.0.0/24 is variably subnetted, 2 subnets, 2 masks    <br />C&#160;&#160;&#160;&#160;&#160;&#160; 192.168.0.0/30 is directly connected, FastEthernet0/0    <br />D&#160;&#160;&#160;&#160;&#160;&#160; 192.168.0.0/24 is a summary, 00:17:00, Null0    <br />&#160;&#160;&#160;&#160; 192.168.1.0/24 is variably subnetted, 2 subnets, 2 masks    <br />C&#160;&#160;&#160;&#160;&#160;&#160; 192.168.1.0/30 is directly connected, FastEthernet1/0    <br />D&#160;&#160;&#160;&#160;&#160;&#160; 192.168.1.0/24 is a summary, 00:16:57, Null0</p>
<p>Bảng định tuyến sau khi bật no auto-summary:</p>
<p>R1(config)#router eigrp 1   <br />R1(config-router)#no aut    <br />R1(config-router)#no auto-summary     <br />R1(config-router)#    <br />*Mar&#160; 1 00:25:49.243: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 1: Neighbor 192.168.0.2 (FastEthernet0/0) is resync: summary configured    <br />*Mar&#160; 1 00:25:49.247: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 1: Neighbor 192.168.1.2 (FastEthernet1/0) is resync: summary configured</p>
<p><font color="#ff8000">R1#show ip route     <br />Gateway of last resort is not set </font></p>
<p><font color="#ff8000">&#160;&#160;&#160;&#160; 1.0.0.0/32 is subnetted, 1 subnets     <br />C&#160;&#160;&#160;&#160;&#160;&#160; 1.1.1.1 is directly connected, Loopback0      <br />&#160;&#160;&#160;&#160; 2.0.0.0/32 is subnetted, 1 subnets      <br />D&#160;&#160;&#160;&#160;&#160;&#160; 2.2.2.2 [90/156160] via 192.168.1.2, 00:01:20, FastEthernet1/0      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [90/156160] via 192.168.0.2, 00:01:20, FastEthernet0/0      <br />&#160;&#160;&#160;&#160; 192.168.0.0/30 is subnetted, 1 subnets      <br />C&#160;&#160;&#160;&#160;&#160;&#160; 192.168.0.0 is directly connected, FastEthernet0/0      <br />&#160;&#160;&#160;&#160; 192.168.1.0/30 is subnetted, 1 subnets      <br />C&#160;&#160;&#160;&#160;&#160;&#160; 192.168.1.0 is directly connected, FastEthernet1/0</font></p>
<p>R2(config)#router eigrp 1   <br />R2(config-router)#no au    <br />R2(config-router)#no auto-summary     <br />R2(config-router)#    <br />*Mar&#160; 1 00:25:01.707: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 1: Neighbor 192.168.0.1 (FastEthernet0/0) is resync: summary configured    <br />*Mar&#160; 1 00:25:01.711: %DUAL-5-NBRCHANGE: IP-EIGRP(0) 1: Neighbor 192.168.1.1 (FastEthernet1/0) is resync: summary configured</p>
<p><font color="#ff8000">R2#show ip route     <br />Gateway of last resort is not set </font></p>
<p><font color="#ff8000">&#160;&#160;&#160;&#160; 1.0.0.0/32 is subnetted, 1 subnets     <br />D&#160;&#160;&#160;&#160;&#160;&#160; 1.1.1.1 [90/156160] via 192.168.1.1, 00:01:50, FastEthernet1/0      <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; [90/156160] via 192.168.0.1, 00:01:50, FastEthernet0/0      <br />&#160;&#160;&#160;&#160; 2.0.0.0/32 is subnetted, 1 subnets      <br />C&#160;&#160;&#160;&#160;&#160;&#160; 2.2.2.2 is directly connected, Loopback0      <br />&#160;&#160;&#160;&#160; 192.168.0.0/30 is subnetted, 1 subnets      <br />C&#160;&#160;&#160;&#160;&#160;&#160; 192.168.0.0 is directly connected, FastEthernet0/0      <br />&#160;&#160;&#160;&#160; 192.168.1.0/30 is subnetted, 1 subnets      <br />C&#160;&#160;&#160;&#160;&#160;&#160; 192.168.1.0 is directly connected, FastEthernet1/0</font></p>
<p><strong><font color="#808080">2. Load balancing</font></strong></p>
<p>R1(config-if)#int fa0/0</p>
<p>N<font color="#808080">hìn 2 bảng định tuyến trên, ta thấy đường đi đến 2 interface loopback trên 2 router đã được tự động load balancing (vì có feasible distance bằng nhau). Bây giờ ta thử thay đổi metric của 1 trong 2 đường để kiểm tra.</font></p>
<p><font color="#808080">Nhắc lại: công thức tính Metric trong EIGRP (đơn giản) = <img src='http://l.wordpress.com/latex.php?latex=10%5E7+%5Cdiv+BWmin+%2B+sum%28delay%29&#038;bg=ffffff&#038;fg=000000&#038;s=0' alt='10^7 \div BWmin + sum(delay)' title='10^7 \div BWmin + sum(delay)' class='latex' />. Bandwidth và delay ở đây được tính trên out-going interface của đường route.</font></p>
<p><font color="#808080">Để thay đổi metric, ta có thể thay đổi bandwidth hoặc delay (nếu không cấu hình bandwidth, EIGRP mặc định interface đó có tốc độ T1 = 1.54 Mbps). Bandwidth được cấu hình trên interface chỉ có ý nghĩa để tính metric, không ảnh hưởng đến tốc độ thực tế của đường truyền.</font></p>
<p>R1(config-if)#int fa0/0   <br />R1(config-if)#bandwidth 512</p>
<p>R1#show ip route   <br />Gateway of last resort is not set </p>
<p>&#160;&#160;&#160;&#160; 1.0.0.0/32 is subnetted, 1 subnets   <br />C&#160;&#160;&#160;&#160;&#160;&#160; 1.1.1.1 is directly connected, Loopback0    <br />&#160;&#160;&#160;&#160; 2.0.0.0/32 is subnetted, 1 subnets    <br /><font color="#ff8040">D&#160;&#160;&#160;&#160;&#160;&#160; 2.2.2.2 [90/156160] via 192.168.1.2, 00:02:01, FastEthernet1/0     <br /></font>&#160;&#160;&#160;&#160; 192.168.0.0/30 is subnetted, 1 subnets    <br />C&#160;&#160;&#160;&#160;&#160;&#160; 192.168.0.0 is directly connected, FastEthernet0/0    <br />&#160;&#160;&#160;&#160; 192.168.1.0/30 is subnetted, 1 subnets    <br />C&#160;&#160;&#160;&#160;&#160;&#160; 192.168.1.0 is directly connected, FastEthernet1/0</p>
<p>Khi show ip route lại, ta thấy trên Router R1 chỉ còn 1 đường route qua mạng 2.2.2.2</p>
<p>R1#show ip eigrp topo   <br />IP-EIGRP Topology Table for AS(1)/ID(1.1.1.1) </p>
<p>Codes: P &#8211; Passive, A &#8211; Active, U &#8211; Update, Q &#8211; Query, R &#8211; Reply,   <br />&#160;&#160;&#160;&#160;&#160;&#160; r &#8211; reply Status, s &#8211; sia Status </p>
<p>P 2.2.2.2/32, 1 successors, FD is 156160   <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; via 192.168.1.2 (156160/128256), FastEthernet1/0    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; via 192.168.0.2 (5130496/128256), FastEthernet0/0    <br />P 1.1.1.1/32, 1 successors, FD is 128256    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; via Connected, Loopback0    <br />P 192.168.0.0/30, 1 successors, FD is 5002496    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; via Connected, FastEthernet0/0    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; via 192.168.1.2 (30720/28160), FastEthernet1/0    <br />P 192.168.1.0/30, 1 successors, FD is 28160    <br />&#160;&#160;&#160;&#160;&#160;&#160;&#160; via Connected, FastEthernet1/0</p>
<p>Tuy nhiên, khi show ip eigrp topology, ta vẫn thấy 2 đường route, đó là vì AD của đường route qua 192.168.0.2 = 128256 &#60; 156160 = FD của đường route qua 192.168.1.2 nên đường này trở thành Feasible Successor.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Certificação CISCO – Qual carreira seguir? E conheça ainda a certificação mais difícil do mundo]]></title>
<link>http://dominioti.wordpress.com/2009/11/15/certificacao-cisco-%e2%80%93-qual-carreira-seguir/</link>
<pubDate>Sun, 15 Nov 2009 06:07:26 +0000</pubDate>
<dc:creator>Fernando Henrique</dc:creator>
<guid>http://dominioti.wordpress.com/2009/11/15/certificacao-cisco-%e2%80%93-qual-carreira-seguir/</guid>
<description><![CDATA[A primeira coisa que você precisa saber antes de decidir sobre qual certificação escolher dentro dos]]></description>
<content:encoded><![CDATA[A primeira coisa que você precisa saber antes de decidir sobre qual certificação escolher dentro dos]]></content:encoded>
</item>
<item>
<title><![CDATA[Experimenting with STP and PortFast]]></title>
<link>http://layer3.wordpress.com/2009/10/29/experimenting-with-stp-and-portfast/</link>
<pubDate>Fri, 30 Oct 2009 03:28:03 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid>http://layer3.wordpress.com/2009/10/29/experimenting-with-stp-and-portfast/</guid>
<description><![CDATA[Some STP Basics On most Cisco Catalyst switches, STP is enabled on all ports by default.   Port init]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><span style="text-decoration:underline;"><strong>Some STP Basics</strong></span><br />
On most Cisco Catalyst switches, STP is enabled on all ports by default.   Port initialization requires upwards of 30 seconds to complete, and can take as long as 50 seconds.<br />
This thirty second &#8220;delay&#8221; can be attributed to the time required for the port to transition from<strong> Listening</strong> to <strong>Learning</strong> and finally to <strong>Forwarding</strong>.<br />
The<strong> Listening</strong> and <strong>Learning</strong> transitions each require about 15 seconds.<br />
This transition period can be painful for end users waiting to gain access to the network.  To the untrained IT person it can be misdiagnosed as &#8220;some sort of network issue&#8221;.</p>
<p><span style="text-decoration:underline;"><strong>PortFast to the Rescue</strong></span><br />
<strong>Portfast</strong> shortens the <strong>Listening</strong> and<strong> Learning</strong> states allowing the link to transition to the <strong>Forwarding</strong> state in as little as three seconds.<br />
This translates to quicker access to the network for the end user when they power on their PC, connect a laptop to a wired port, etc.<br />
Enabling <strong>PortFast</strong> does not disable STP on the port, it simply allows us to get to the <strong>Forwarding</strong> state much faster.</p>
<p>Let&#8217;s enable <strong>PortFast</strong> on switch ports 1 &#8211; 4 using the <strong><em>spanning-tree portfast</em></strong> command.  IOS provides a reminder of the possible consequences.</p>
<p><img class="alignnone size-full wp-image-721" title="portfast" src="http://layer3.wordpress.com/files/2009/10/portfast1.jpg" alt="portfast" width="607" height="161" /></p>
<p>Looping ports Fa0/2 and Fa0/3 reveals that we still have adequate loop protection as Fa0/3 transitions to a <strong>Blocking</strong> state within ~2 seconds.  Other hosts on the switch are not affected.<br />
In this scenario, PortFast protects against mistakes made in the wiring closet or on the off chance that two access ports would become looped under a desk.  (don&#8217;t laugh, I&#8217;ve seen it happen)<br />
Here&#8217;s a partial output from the <strong><em>show spanning-tree </em></strong>command.</p>
<p><img class="alignnone size-full wp-image-723" title="showspantree1" src="http://layer3.wordpress.com/files/2009/10/showspantree1.jpg" alt="showspantree1" width="650" height="131" /></p>
<p>Note that Fa0/3&#8217;s <strong>Role</strong> has changed to <strong>Back</strong>.  This is helpful information as it indicates that two or more ports on the same bridge are connect together.<br />
Fa0/3&#8217;s <strong>Status</strong> has changed to <strong>BLK</strong>, effectively blocking the loop condition .</p>
<p><span style="text-decoration:underline;"><strong>The Tech Savvy End-User</strong></span><br />
Let&#8217;s say an end user wants to add a couple of extra network ports to their cubicle.  Instead of calling the help desk and being questioned as to what unauthorized device they are trying to connect to your LAN, they pick up an unmanaged switch from local retailer and connect it to their access port, Fa0/2.  (for the sake of this post let&#8217;s assume we&#8217;re not MAC locking ports on the switch)</p>
<p>What happens when two ports on the parasite switch connected to access port Fa0/2 become looped?  This partial output from <em><strong>show spanning-tree</strong></em> provides some info.</p>
<p><img class="alignnone size-full wp-image-731" title="selflooped" src="http://layer3.wordpress.com/files/2009/10/selflooped.jpg" alt="selflooped" width="650" height="113" /></p>
<p>This should generate a call to the help desk as Fa0/2 immediately transitions to a <strong>Blocking</strong> state, preventing traffic from the looped parasite switch from entering the network.<br />
<strong>Role</strong> is indicating <strong>Designated (DESG)</strong> which means that Fa0/2 is not looped with another port on this switch.  The <strong>Type</strong> field provides additional information.  <strong>Self-looped </strong>is a good indicator that something interesting is happening on Fa0/2.  No other hosts on the access switch were impacted.</p>
<p><span style="text-decoration:underline;"><strong>Conclusions</strong></span><br />
PortFast is a great feature and can be enabled without compromising loop protection.  You should think twice about ever disabling spanning-tree.  I&#8217;ve seen a looped parasite switch bring down a 400 node network where spanning-tree had been disabled or wasn&#8217;t available on the particular switches the client has deployed.  Yet another argument for purchasing quality switches for your infrastructure.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[New CCNP Announcement]]></title>
<link>http://ccug.wordpress.com/2009/10/28/new-ccnp-announcement/</link>
<pubDate>Wed, 28 Oct 2009 14:37:35 +0000</pubDate>
<dc:creator>Will Hayden</dc:creator>
<guid>http://ccug.wordpress.com/2009/10/28/new-ccnp-announcement/</guid>
<description><![CDATA[https://learningnetwork.cisco.com/thread/8498?tstart=0 &#8220;To address questions about the future ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>https://learningnetwork.cisco.com/thread/8498?tstart=0</p>
<p>&#8220;To address questions about the future of CCNP certification, Cisco would like to alert students, instructors, customers, and partners to an upcoming announcement.  At the end of January 2010, Cisco will be formally announcing a revision to the popular Cisco Certified Networking Professional curriculum and certification.  It has been several years since the last revision, and changes are required to ensure the CCNP certification remains relevant to the role of enterprise networking professionals.  Even as revisions are made, Cisco is committed to giving students and professionals who have begun the CCNP certification process adequate time to adjust their study plans and complete their certification.  At the time of the announcement, the current CCNP curriculum and exams will not be immediately retired, consistent with past practice.  Details for how the new CCNP requirements will be phased in will be included in the January announcement.  </p>
<p>Thank you for your patience as we complete the work necessary to provide a high-quality updated curriculum and certification program.  Although we cannot release further details at this time, you are welcome to contact Certification Support for other certification and training related concerns.</p>
<p>Best regards,</p>
<p>Cisco Certifications Team<br />
&#8220;</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[CDP, DTP, LOOP Reply and BPDU]]></title>
<link>http://layer3.wordpress.com/2009/10/24/cdp-dtp-loop-reply-and-bpdu/</link>
<pubDate>Sun, 25 Oct 2009 02:23:08 +0000</pubDate>
<dc:creator>Chris</dc:creator>
<guid>http://layer3.wordpress.com/2009/10/24/cdp-dtp-loop-reply-and-bpdu/</guid>
<description><![CDATA[A Cisco switch generates a small amount of network traffic as part of it&#8217;s normal housekeeping]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>A Cisco switch generates a small amount of network traffic as part of it&#8217;s normal housekeeping functions.<br />
It&#8217;s important to be able to recognize normal &#8220;background noise&#8221; when looking at a packet capture.</p>
<p>Below is a packet capture from a Catalyst 3560.  The only device connected to the switch is  an Xp virtual machine running Wireshark.<br />
Note the four types of packets that appear at regular intervals, STP, LOOP, DTP and CDP.  (click on the image for a larger view)</p>
<p><a href="http://layer3.wordpress.com/files/2009/10/catcap.jpg" target="_blank"><img class="alignnone size-full wp-image-674" title="catcap" src="http://layer3.wordpress.com/files/2009/10/catcap.jpg" alt="catcap" width="502" height="354" /></a></p>
<p><span style="text-decoration:underline;"><strong>STP</strong></span><br />
A <strong>Spanning Tree Bridge Protocol Data Unit (BPDU)</strong> is sent every two seconds as part of the loop detection process.<br />
This particular packet tells us that the root bridge is 00:22:be:21:3e:80, which also happens to be the switch we are connected to.</p>
<p>It is possible to prevent BPDU&#8217;s from being sent out an interface by enabling <strong>BPDU Filtering</strong> .</p>
<p><img class="alignnone size-full wp-image-676" title="bpdufilter" src="http://layer3.wordpress.com/files/2009/10/bpdufilter.jpg" alt="bpdufilter" width="654" height="221" /></p>
<p><strong>BPDU Filtering</strong> can be enabled globally for every port that has <strong>PortFast</strong> enabled by using the <em><strong>spanning-tree portfast bpdufilter default</strong></em> command.</p>
<p><img class="alignnone size-full wp-image-677" title="gcbpdufilter" src="http://layer3.wordpress.com/files/2009/10/gcbpdufilter.jpg" alt="gcbpdufilter" width="556" height="256" /></p>
<p>Note this also disables loop detection on all access ports,  probably not a good idea under most circumstances.</p>
<p><strong><span style="text-decoration:underline;">LOOP</span><br />
LOOP Reply</strong> is a Layer 2 keepalive packet that is sent every ten seconds by default.<br />
The LOOP Reply verifies to IOS that the link is up.  The switch does not actually listen for a reply, it simply verifies that was able to send the packet out the interface.<br />
Loss of three consecutive Layer 2 keepalives will cause the interface to transition to a down state.<br />
It is possible to configure the interval between packets by using the <em><strong>keepalive</strong></em> interface configuration command.</p>
<p><img class="alignnone size-full wp-image-695" title="keepalive" src="http://layer3.wordpress.com/files/2009/10/keepalive.jpg" alt="keepalive" width="425" height="100" /></p>
<p><strong><span style="text-decoration:underline;">DTP</span><br />
Dynamic Trunking Protocol (DTP)</strong> is a Cisco proprietary protocol used to negotiate a common trunking mode between two switches.<br />
A trunk link differs from an access port in that a trunk can transport more than one VLAN.<br />
DTP packets are sent every thirty seconds by default.<br />
If the switch port is configured as an access port using the <strong><em>switchport mode access</em></strong> command, DTP packets will not be sent from that interface.</p>
<p><img class="alignnone size-full wp-image-682" title="swportmodeaccess" src="http://layer3.wordpress.com/files/2009/10/swportmodeaccess.jpg" alt="swportmodeaccess" width="656" height="145" /><br />
When an access port is reconfigured as a trunk port, transmission of DTP packets will resume 30 seconds after the port is reconfigured.</p>
<p><span style="text-decoration:underline;"><strong>CDP</strong></span><br />
<strong>Cisco Discovery Protocol</strong> (<strong>CDP</strong>) packets are sent every sixty seconds by default.<br />
CDP provides information about the capabilities of a device to it&#8217;s connected neighbor.<br />
CDP can be disabled and it&#8217;s not a bad idea to do so under certain circumstances especially if security is a concern.</p>
<p><strong>CDP</strong> can be disabled globally with the <strong><em>no cdp run</em></strong> command.</p>
<p><img class="alignnone size-full wp-image-683" title="cdpglobal" src="http://layer3.wordpress.com/files/2009/10/cdpglobal.jpg" alt="cdpglobal" width="572" height="120" /></p>
<p><strong>CDP</strong> can also be disabled on a particular interface with the <em><strong>no cdp enable</strong></em> command.</p>
<p><strong><br />
</strong></p>
<p><strong><br />
</strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[CCNP ISCW VPN topics Recommended Reading]]></title>
<link>http://youritguy.wordpress.com/2009/10/20/ccnp-iscw-vpn-topics-recommended-reading/</link>
<pubDate>Tue, 20 Oct 2009 20:54:57 +0000</pubDate>
<dc:creator>youritguy</dc:creator>
<guid>http://youritguy.wordpress.com/2009/10/20/ccnp-iscw-vpn-topics-recommended-reading/</guid>
<description><![CDATA[It can be quite confusing and frustrating when searching the Cisco.com site for information related ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>It can be quite confusing and frustrating when searching the Cisco.com site for information related to the topics you are studying for the certification exams. In this post, I will include PDF documents that I found helpful in studying for site-to-site and remote access VPN setup and troubleshooting.</p>
<p><a href="http://youritguy.wordpress.com/files/2009/10/how-virtual-private-networks-work.pdf">How Virtual Private Networks Work</a></p>
<p><a href="http://youritguy.wordpress.com/files/2009/10/an-introduction-to-ipsec-encryption.pdf">An Introduction to IPSec Encryption</a></p>
<p><a href="http://youritguy.wordpress.com/files/2009/10/configuring-ike-security-protocol.pdf">Configuring IKE Security Protocol</a></p>
<p><a href="http://youritguy.wordpress.com/files/2009/10/configuring-ipsec-network-security.pdf">Configuring IPSec Network Security</a></p>
<p><a href="http://youritguy.wordpress.com/files/2009/10/configuration-example-1.pdf">Configuration Example 1</a></p>
<p><a href="http://youritguy.wordpress.com/files/2009/10/common-ipsec-troubleshootin-solutions.pdf">Common IPSec Troubleshootin Solutions</a></p>
<p>I would also recommend reading to help prepare for the ISCW overall:</p>
<p><a href="http://amzn.com/158720150X" target="_self">CCNP ISCW Official Exam Certification Guide by Brian Morgan</a></p>
<p><a href="http://amzn.com/158713215X" target="_self">CCNP Implementing Secured Converged Wide-Area Networks (ISCW 642-825) Lab Portfolio (Cisco Networking Academy) by David Kotfila</a></p>
<p><a href="http://amzn.com/0470383607" target="_self">Cisco Network Professional&#8217;s Advanced Internetworking Guide by Patrick J. Conlan</a></p>
<p><a href="http://amzn.com/1587202204" target="_self">CCNA Security Official Exam Certification Guide  (Exam 640-553) by Michael Watkins</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[El Comienzo del Camino]]></title>
<link>http://moxasm.wordpress.com/2009/10/20/el-comienzo-del-camino/</link>
<pubDate>Tue, 20 Oct 2009 20:35:44 +0000</pubDate>
<dc:creator>mφxαsm</dc:creator>
<guid>http://moxasm.wordpress.com/2009/10/20/el-comienzo-del-camino/</guid>
<description><![CDATA[Start A partir de hoy en este blog iré publicando notas, apuntes, y todo aquello que este relacionad]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><!-- 		@page { margin: 2cm } 		P { margin-bottom: 0.21cm } 		H3 { margin-bottom: 0.21cm } --></p>
<p style="text-align:justify;">
<div id="attachment_177" class="wp-caption aligncenter" style="width: 310px"><a href="http://moxasm.wordpress.com/files/2009/10/q3iopqw7lozm.jpg"><img class="size-medium wp-image-177" title="Q3IopQw7lOzm" src="http://moxasm.wordpress.com/files/2009/10/q3iopqw7lozm.jpg?w=300" alt="Start" width="300" height="240" /></a><p class="wp-caption-text">Start</p></div>
<p style="text-align:justify;">A partir de hoy en este blog iré publicando notas, apuntes, y todo aquello que este relacionado con el networking.</p>
<p style="text-align:justify;">Mi meta principal es logra cuantas certificaciones sean posibles (¿Alguien menciono CCIE?), pero mi meta a corto plazo sera conseguir la certificación de CCNA. Esto es todo por ahora.</p>
<h3 style="text-align:justify;"><em>~mφxαsm</em></h3>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[CCNP ISCW Lab Portfolio Progress]]></title>
<link>http://youritguy.wordpress.com/2009/10/17/ccnp-iscw-lab-portfolio-progress/</link>
<pubDate>Sun, 18 Oct 2009 05:25:07 +0000</pubDate>
<dc:creator>youritguy</dc:creator>
<guid>http://youritguy.wordpress.com/2009/10/17/ccnp-iscw-lab-portfolio-progress/</guid>
<description><![CDATA[Lab 3-1 Lab 3-2 Lab 3-3 Lab 3-4 Lab 3-5 Lab 3-6 Lab 3-7 Lab 3-8 Lab 3-9 Lab 3-10 Lab 3-11 Lab 3-12 L]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><span style="text-decoration:line-through;">Lab 3-1</span></p>
<p><span style="text-decoration:line-through;">Lab 3-2</span></p>
<p><span style="text-decoration:line-through;">Lab 3-3</span></p>
<p><span style="text-decoration:line-through;">Lab 3-4</span></p>
<p><span style="text-decoration:line-through;">Lab 3-5</span></p>
<p><span style="text-decoration:line-through;">Lab 3-6</span></p>
<p><span style="text-decoration:line-through;">Lab 3-7</span></p>
<p><span style="text-decoration:line-through;">Lab 3-8</span></p>
<p><span style="text-decoration:line-through;">Lab 3-9</span></p>
<p><span style="text-decoration:line-through;">Lab 3-10</span></p>
<p>Lab 3-11</p>
<p>Lab 3-12</p>
<p>Lab 4-1</p>
<p>Lab 4-2</p>
<p><span style="text-decoration:line-through;">Lab 5-1</span></p>
<p>Lab 5-2</p>
<p>Lab 5-3</p>
<p>Lab 5-4</p>
<p><span style="text-decoration:line-through;">Lab 5-5</span></p>
<p>Lab 5-6a</p>
<p><span style="text-decoration:line-through;">Lab 5-6b</span></p>
<p><span style="text-decoration:line-through;">Lab 5-6c</span></p>
<p><span style="text-decoration:line-through;">Lab 5-7</span></p>
<p>Lab 5-8</p>
<p>Lab 6-1</p>
<p>Lab 6-2</p>
<p><span style="text-decoration:line-through;"><span style="color:#ff0000;">Lab 6-3</span></span> = Unable to complete fully due to SDM v2.5 not supporting old version 4.xx SDF file.</p>
<p><span style="text-decoration:line-through;">Lab 6-4</span> = Completed on the 2650XM however only IOS version 12.4 supports the SDF file (no support in 12.3 and only support for version 5 in 12.4T, yeah Cisco did not make it backward compatible for the SDF files).</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[ISCW Lab 3-2 Configuring a Basic GRE Tunnel]]></title>
<link>http://youritguy.wordpress.com/2009/10/17/iscw-lab-3-2-configuring-a-basic-gre-tunnel/</link>
<pubDate>Sun, 18 Oct 2009 05:13:31 +0000</pubDate>
<dc:creator>youritguy</dc:creator>
<guid>http://youritguy.wordpress.com/2009/10/17/iscw-lab-3-2-configuring-a-basic-gre-tunnel/</guid>
<description><![CDATA[So I got my ISCW Lab Portfolio and certification guide books a couple of days ago, and I am trying t]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>So I got my ISCW Lab Portfolio and certification guide books a couple of days ago, and I am trying to tie the theory with the hands on. This lab is basic enough for me to setup (3 routers connect with serial cables). I will post my configurations below:</p>
<p><strong>!!!!BEGIN &#8211; Router 1 &#8211; Step 1!!!!</strong><br />
interface loopback 0<br />
ip address 172.16.2.1 255.255.255.0<br />
exit<br />
interface serial 2/0<br />
ip address 192.168.12.1 255.255.255.0<br />
no shut<br />
exit<br />
<strong>!!!!Router 1 &#8211; Step 2!!!!</strong><br />
router eigrp 1<br />
no auto-summary<br />
network 192.168.12.0<br />
exit<br />
<strong>!!!!Router 1 &#8211; Step 3!!!!</strong><br />
interface tunnel0<br />
tunnel source serial 2/0<br />
tunnel destination 192.168.23.3<br />
ip address 172.16.13.1 255.255.255.0<br />
exit<br />
<strong>!!!!Router 1 &#8211; Step 4!!!!</strong><br />
router eigrp 2<br />
no auto-summary<br />
network 172.16.0.0<br />
exit<br />
<strong>!!!!END &#8211; Router 1!!!!<br />
</strong><br />
<strong>!!!!BEGIN &#8211; Router 2 &#8211; Step 1!!!!</strong><br />
interface serial 1/0<br />
ip address 192.168.12.2 255.255.255.0<br />
clock rate 128000<br />
no shut<br />
exit<br />
interface serial 0/1<br />
ip address 192.168.23.2 255.255.255.0<br />
no shut<br />
exit<br />
<strong>!!!!Router 2 &#8211; Step 2!!!!</strong><br />
router eigrp 1<br />
no auto-summary<br />
network 192.168.12.0<br />
network 192.168.23.0<br />
exit<br />
<strong>!!!!END &#8211; Router 2!!!!</strong></p>
<p><strong>!!!!BEGIN &#8211; Router 3 &#8211; Step 1!!!!</strong><br />
interface loopback 0<br />
ip address 172.16.3.1 255.255.255.0<br />
exit<br />
interface serial 0/1<br />
ip address 192.168.23.3 255.255.255.0<br />
clock rate 8000000<br />
no shut<br />
exit<br />
<strong>!!!!Router 3 &#8211; Step 2!!!!</strong><br />
router eigrp 1<br />
no auto-summary<br />
network 192.168.23.0<br />
exit<br />
<strong>!!!!Router 3 &#8211; Step 3!!!!</strong><br />
interface tunnel0<br />
tunnel source serial 0/1<br />
tunnel destination 192.168.12.1<br />
ip address 172.16.13.3 255.255.255.0<br />
exit<br />
<strong>!!!!Router 3 &#8211; Step 4!!!!</strong><br />
router eigrp 2<br />
no auto-summary<br />
network 172.16.0.0<br />
exit<br />
<strong>!!!!END &#8211; Router 3!!!!</strong></p>
<ol>
<li><em>When R1 pings 172.16.13.3, and R1 sends the packet toward R2, what is the source address of the packet?</em></li>
<li><em>What is the destination address of the packet?</em></li>
<li><em>Is this packet encrypted using the commands you entered?</em></li>
</ol>
<p>Using the &#8220;debug ip packet&#8221; command on R1, the output shows that the source is 17.16.13.1 and the destination is 172.16.13.3. It looks like R1 puts the source (172.16.13.1) and destination (172.16.13.3) IP addresses into an IP packet before encapsulating it with a GRE header. R2 removes the GRE header and processes the packet. It performs the same process as R1 when replying to the ICMP request. The packet is not encrypted.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cambios en el CCNP]]></title>
<link>http://gilabeni.wordpress.com/2009/10/14/cambios-en-el-ccnp/</link>
<pubDate>Wed, 14 Oct 2009 06:58:32 +0000</pubDate>
<dc:creator>gilabeni</dc:creator>
<guid>http://gilabeni.wordpress.com/2009/10/14/cambios-en-el-ccnp/</guid>
<description><![CDATA[Va a cambiar  el tema de la Certificacion de Cisco, en concreto ya lo hubo con el CCNA y ahora toca ]]></description>
<content:encoded><![CDATA[Va a cambiar  el tema de la Certificacion de Cisco, en concreto ya lo hubo con el CCNA y ahora toca ]]></content:encoded>
</item>
<item>
<title><![CDATA[Fresh Start]]></title>
<link>http://networkmusings.com/2009/10/13/fresh-start/</link>
<pubDate>Tue, 13 Oct 2009 19:30:17 +0000</pubDate>
<dc:creator>ciscosi</dc:creator>
<guid>http://networkmusings.com/2009/10/13/fresh-start/</guid>
<description><![CDATA[Ok so the last blog seems to have dropped of the earth, and to be honest I&#8217;ve been so busy of ]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Ok so the last blog seems to have dropped of the earth, and to be honest I&#8217;ve been so busy of late I really haven&#8217;t kept it up to date. So here I am, a new blog with a new blog host and with a custom url no less (no expense spared here !)</p>
<p>Work has kept me very busy of late, there has been so much going on that most days are a bit of a blur. Gladly things seem to be settling down a wee bit now so I thought it was about time I put my head down and finished my CCNP. It seems so long ago since I passed the BCMSN and I had planned to be at least three exams in by now, but it all went a bit pear shaped. So I am back on track and studying for the ISCW, yes I know some are going to say what about BSCI but I do a fair amount of routing and switching on a daily basis so I plan to do that last. Although I do a fair bit of MPLS, VPN&#8217;s, AAA and the like, this one just seemed like a nice break from the mundane and a suitable place to go next.</p>
<p>So&#8230;.. If all goes well I&#8217;ll be updating at least once a week with my progress and anything I find that may be useful to the wider world of network persons going about their day to day. Obviously been me, there will be the odd whinge and gripe, and excitement as Apple unveil their latest products. That&#8217;s right, my passion is not just with Cisco stuff  and all things network, I am one of those mightily annoying Apple monks that feel the need to convert anyone that will listen to the enlightened ways of the Mac. Welcome !</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[New CCNP Version 6.0 coming out soon!]]></title>
<link>http://youritguy.wordpress.com/2009/10/08/new-ccnp-version-6-0-coming-out-soon/</link>
<pubDate>Thu, 08 Oct 2009 21:20:07 +0000</pubDate>
<dc:creator>youritguy</dc:creator>
<guid>http://youritguy.wordpress.com/2009/10/08/new-ccnp-version-6-0-coming-out-soon/</guid>
<description><![CDATA[Just when I was getting started to study for the CCNP, Cisco decided to update it so now I have to h]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>Just when I was getting started to study for the CCNP, Cisco decided to update it so now I have to haul ass before my books are worthless. Check out the PDF for more info: <a href="http://youritguy.wordpress.com/files/2009/10/ccnp-faq-23sep09.pdf">CCNP-FAQ-23Sep09</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[New InternetworkExpert CCNP Workbook Released]]></title>
<link>http://subnetnotintable.wordpress.com/2009/10/07/new-internetworkexpert-ccnp-workbook-released/</link>
<pubDate>Thu, 08 Oct 2009 05:34:06 +0000</pubDate>
<dc:creator>subnetnotintable</dc:creator>
<guid>http://subnetnotintable.wordpress.com/2009/10/07/new-internetworkexpert-ccnp-workbook-released/</guid>
<description><![CDATA[I finally got my new workbook for the INE CCNP courseware.  I also own the CCIE workbook volume 1 an]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>I finally got my new workbook for the INE CCNP courseware.  I also own the CCIE workbook volume 1 and this seems to be on par quality wise.  I&#8217;d been struggling through the Cisco Press BSCI lab workbook but this may have saved me from it.</p>
<p>The CCNP topology is a little different than the CCIE topology in that the BB1 and BB2 routers aren&#8217;t included.  This means I get to recable my rack.  Once I get everything put together and complete a section or two I&#8217;ll be sure to give my review.</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[AAA RADIUS authentication with Windows Server 2008]]></title>
<link>http://youritguy.wordpress.com/2009/10/02/aaa-radius-authentication-with-windows-server-2008/</link>
<pubDate>Sat, 03 Oct 2009 06:03:47 +0000</pubDate>
<dc:creator>youritguy</dc:creator>
<guid>http://youritguy.wordpress.com/2009/10/02/aaa-radius-authentication-with-windows-server-2008/</guid>
<description><![CDATA[hostname Router2650XM ip domain-name homelab crypto key generate rsa modulus 1024 ip ssh version 2 u]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">hostname Router2650XM</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">ip domain-name homelab</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">crypto key generate rsa modulus 1024</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">ip ssh version 2</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">username remote-user secret router2650xm</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">enable secret password</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">aaa new-model</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">aaa group server radius SERVER2008</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">server-private 172.16.1.1 key cisco123</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">exit</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">! radius-server host 172.16.1.1 key cisco123</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">! can also work</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">aaa authentication login default group SERVER2008 local</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">! aaa authentication login default group radius local</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">line vty 0 181</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">transport input ssh telnet</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">login authentication default</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">exit</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">AAA Radius and Windows Server 2008</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">1. Go to Server Manager, select &#8216;Add Roles&#8217; and check &#8220;Network Policies and Access Services&#8221;.</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">Install &#8216;Network Policy Server&#8217;, &#8216;Routing and Remote Access Services&#8217;, &#8216;Remote Access Service&#8217;, and &#8216;Routing&#8217;.</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">2. In Server Manager, go to Roles-&#62;Network Policy and Access Services-&#62;NPS (Local)-&#62;RADIUS Clients and Servers and</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">right-click &#8216;RADIUS Clients&#8217; and select &#8220;New RADIUS Client&#8221;.</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">3. Give it a name, IP address of the router, and select &#8220;Manual&#8221; for the shared secret (remember this) and type in a password</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">which in for here is cisco123. Press OK when finished.</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">4. Go to Policies and right-click &#8216;Network Policies&#8217; and select &#8220;New&#8221;.</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">5. Give it a name and leave the &#8220;Type of network access server&#8221; to &#8216;Unspecified&#8217;.</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">6. Click &#8216;Next&#8217; and add in Windows, Machines, or User Groups. In this case, I selected &#8220;User Groups&#8221; and added in the group Cisco_Users</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">(make sure there is a user account with a password belonging to the group).</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">7. In the next screen, make sure &#8220;Access granted&#8221; is selected before moving on.</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">8. Uncheck everything except &#8220;Unencrypted authentication&#8221;.</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">9. Configure any constraints. I left it alone.</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">10. Clear out anything in the Radius Attributes Standard.</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">11. Add in the attribute &#8216;Service-type&#8217; and select &#8220;Login&#8221; for &#8216;Others&#8217;.</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">12. Select &#8220;Vendor Specifics&#8221; and click &#8216;Add&#8217;. Select &#8220;Cisco&#8221; for &#8216;Vendor&#8217;. Select &#8220;Cisco-AV-Pair&#8221; and click &#8216;Add&#8217;.</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">13. Copy and paste in: shell:priv-lvl=15</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">
<p>14. Telnet or SSH into the router to test it out.1. Go to Server Manager, select &#8216;Add Roles&#8217; and check &#8220;Network Policies and Access Services&#8221;.</p>
<p>1. Install &#8216;Network Policy Server&#8217;, &#8216;Routing and Remote Access Services&#8217;, &#8216;Remote Access Service&#8217;, and &#8216;Routing&#8217;.</p>
</div>
<div>
<div><em>Note: Windows Server 2008 Enterprise with SP2 and Cisco 2650XM router with Cisco IOS Advanced Enterprise, version 12.4(15)T9 are used in the configuration below.</em></div>
<div></div>
<div>1. Go to Server Manager, select &#8216;<strong>Add Roles</strong>&#8216; and check &#8220;<strong>Network Policies and Access Services</strong>&#8220;.</div>
<div>Install &#8216;<strong>Network Policy Server</strong>&#8216;, &#8216;<strong>Routing and Remote Access Services</strong>&#8216;, &#8216;<strong>Remote Access Service</strong>&#8216;, and &#8216;<strong>Routing</strong>&#8216;.</div>
<div>2. In Server Manager, go to <span style="text-decoration:underline;">Roles-&#62;Network Policy and Access Services-&#62;NPS (Local)-&#62;RADIUS Clients and Servers</span> and right-click &#8216;<strong>RADIUS Clients</strong>&#8216; and select &#8220;<strong>New RADIUS Client</strong>&#8220;.</div>
<div><a rel="attachment wp-att-59" href="http://youritguy.wordpress.com/2009/10/02/aaa-radius-authentication-with-windows-server-2008/step2/"><img class="alignnone size-medium wp-image-59" title="Step2" src="http://youritguy.wordpress.com/files/2009/10/step21.jpg?w=300" alt="Step2" width="300" height="250" /></a></div>
<div>3. Give it a name, IP address of the router, and select &#8220;<strong>Manual</strong>&#8221; for the shared secret (<em>remember this</em>) and type in a password which in for here is <em><span style="color:#ff0000;">cisco123</span></em>. Press OK when finished.</div>
<div>4. Go to <strong>Policies </strong>and right-click &#8216;<strong>Network Policies</strong>&#8216; and select &#8220;<strong>New</strong>&#8220;.</div>
<div>5. Give it a name and leave the &#8220;<strong>Type of network access server</strong>&#8221; to &#8216;<strong>Unspecified</strong>&#8216;.</div>
<div>6. Click &#8216;Next&#8217; and add in Windows, Machines, or User Groups. In this case, I selected &#8220;User Groups&#8221; and added in the group Cisco_Users (make sure there is a user account with a password belonging to the group).</div>
<div><a rel="attachment wp-att-60" href="http://youritguy.wordpress.com/2009/10/02/aaa-radius-authentication-with-windows-server-2008/step6/"><img class="alignnone size-medium wp-image-60" title="Step6" src="http://youritguy.wordpress.com/files/2009/10/step61.jpg?w=300" alt="Step6" width="300" height="238" /></a></div>
<div>7. In the next screen, make sure &#8220;<strong>Access granted</strong>&#8221; is selected before moving on.</div>
<div><a rel="attachment wp-att-61" href="http://youritguy.wordpress.com/2009/10/02/aaa-radius-authentication-with-windows-server-2008/step7/"><img class="alignnone size-medium wp-image-61" title="Step7" src="http://youritguy.wordpress.com/files/2009/10/step71.jpg?w=300" alt="Step7" width="300" height="240" /></a></div>
<div>8. Uncheck everything except &#8220;<strong>Unencrypted </strong><strong>authentication</strong>&#8220;.</div>
<div><a rel="attachment wp-att-62" href="http://youritguy.wordpress.com/2009/10/02/aaa-radius-authentication-with-windows-server-2008/step8/"><img class="alignnone size-medium wp-image-62" title="Step8" src="http://youritguy.wordpress.com/files/2009/10/step8.jpg?w=300" alt="Step8" width="300" height="239" /></a></div>
<div>9. Configure any constraints. I left it alone.</div>
<div><a rel="attachment wp-att-63" href="http://youritguy.wordpress.com/2009/10/02/aaa-radius-authentication-with-windows-server-2008/step9/"><img class="alignnone size-medium wp-image-63" title="Step9" src="http://youritguy.wordpress.com/files/2009/10/step9.jpg?w=300" alt="Step9" width="300" height="235" /></a></div>
<div>10. Clear out anything in the Radius Attributes Standard.</div>
<div>11. Add in the attribute &#8216;<strong>Service-type</strong>&#8216; and select &#8220;<strong>Login</strong>&#8221; for &#8216;<strong>Others</strong>&#8216;.</div>
<div><a rel="attachment wp-att-64" href="http://youritguy.wordpress.com/2009/10/02/aaa-radius-authentication-with-windows-server-2008/step11/"><img class="alignnone size-medium wp-image-64" title="Step11" src="http://youritguy.wordpress.com/files/2009/10/step11.jpg?w=300" alt="Step11" width="300" height="227" /></a></div>
<div>12. Select &#8220;<strong>Vendor Specifics</strong>&#8221; and click &#8216;<strong>Add</strong>&#8216;. Select &#8220;<strong>Cisco</strong>&#8221; for &#8216;<strong>Vendor</strong>&#8216;. Select &#8220;<strong>Cisco-AV-Pair</strong>&#8221; and click &#8216;Add&#8217;.</div>
<div>13. Copy and paste in: <strong><span style="text-decoration:underline;"><span style="color:#00ccff;">shell:priv-lvl=15</span></span></strong></div>
<div><a rel="attachment wp-att-65" href="http://youritguy.wordpress.com/2009/10/02/aaa-radius-authentication-with-windows-server-2008/step13/"><img class="alignnone size-medium wp-image-65" title="Step13" src="http://youritguy.wordpress.com/files/2009/10/step13.jpg?w=300" alt="Step13" width="300" height="209" /></a></div>
<div>14. Telnet or SSH into the router to test it out.</div>
</div>
<div>
<div><strong><br />
</strong></div>
<div><strong>Commands entered:</strong></div>
<div>hostname Router2650XM</div>
<div>ip domain-name homelab</div>
<div>crypto key generate rsa modulus 1024</div>
<div>ip ssh version 2</div>
<div>username remote-user secret router2650xm</div>
<div>enable secret password</div>
<div>aaa new-model</div>
<div>aaa group server radius SERVER2008</div>
<div>server-private 172.16.1.1 key cisco123</div>
<div>exit</div>
<div><em>! radius-server host 172.16.1.1 key </em><span style="color:#ff0000;"><em>cisco123</em></span></div>
<div><em>! can also work</em></div>
<div>aaa authentication login default group SERVER2008 local</div>
<div><em>! if local is not added in at the end, then you may lock yourself</em></div>
<div><em>! out of the router if it cannot access the RADIUS server.</em></div>
<div><em>! Performing password recovery is pain in the ass.</em></div>
<div><em>!</em></div>
<div><em>! aaa authentication login default group radius local</em></div>
<div><em>! use this if the radius-server command is used</em></div>
<div>line vty 0 181</div>
<div>transport input ssh telnet</div>
<div><em>! telnet traffic can be sniffed. SSH is more secure.</em></div>
<div>login authentication default</div>
<div>exit</div>
</div>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[MPLS Resources]]></title>
<link>http://youritguy.wordpress.com/2009/09/28/mpls-resources/</link>
<pubDate>Mon, 28 Sep 2009 15:53:32 +0000</pubDate>
<dc:creator>youritguy</dc:creator>
<guid>http://youritguy.wordpress.com/2009/09/28/mpls-resources/</guid>
<description><![CDATA[http://www.cisco.com/en/US/products/ps6557/products_ios_technology_home.html http://www.cisco.com/en]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p><a href="http://www.cisco.com/en/US/products/ps6557/products_ios_technology_home.html">http://www.cisco.com/en/US/products/ps6557/products_ios_technology_home.html</a></p>
<p><a href="http://www.cisco.com/en/US/tech/tk436/tk428/tsd_technology_support_protocol_home.html">http://www.cisco.com/en/US/tech/tk436/tk428/tsd_technology_support_protocol_home.html</a></p>
<p><a href="http://www.cisco.com/en/US/docs/ios/mpls/command/reference/mp_book.html" target="_blank">Cisco IOS MPLS command reference</a></p>
<p>PDFs from Cisco.com</p>
<p><a rel="attachment wp-att-46" href="http://youritguy.wordpress.com/2009/09/28/mpls-resources/introduction-to-mpls/">Introduction to MPLS</a></p>
<p><a rel="attachment wp-att-47" href="http://youritguy.wordpress.com/2009/09/28/mpls-resources/mpls-faq-for-beginners/">MPLS FAQ For Beginners</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[QoS Crib Notes]]></title>
<link>http://myitgeekblog.wordpress.com/2009/09/28/qos-crib-notes/</link>
<pubDate>Mon, 28 Sep 2009 13:42:07 +0000</pubDate>
<dc:creator>ourproject1</dc:creator>
<guid>http://myitgeekblog.wordpress.com/2009/09/28/qos-crib-notes/</guid>
<description><![CDATA[These are my ‘crib notes’ that I’ve made to serve as a last minute refresher. Please forgive the gra]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>These are my ‘crib notes’ that I’ve made to serve as a last minute refresher. Please forgive the grammer / spelling as I did not develop these notes with publishing in mind</p>
<p><strong>QoS </strong></p>
<p><strong>*** Theory ****</strong></p>
<ul>
<li><strong>Traffic Class</strong>: Traffic should be separated into queues. Should have a max bandwidth set as it should not eat all the bandwidth. Should have a min bandwidth to guarantee and should have prioritisation</li>
<li><strong>Variable Length Delays: </strong>
<ul>
<li><strong>Queuing delay – </strong>Time packet sits in exit queue before transmission</li>
<li><strong>processing delay – </strong>Time from incoming queue to outgoing queue</li>
</ul>
</li>
<li><strong>Fixed Length Delays</strong>
<ul>
<li><strong>Serialization Delay – </strong>Time it takes to put packet in hardware queue</li>
<li><strong>Propagation Delay –</strong> Time it takes to send bits across the link (formula)</li>
</ul>
</li>
<li><strong>End to End Delay –</strong> sum or Queuing, processing, serialization and propagation delay and causes <strong>jitter </strong>for audio and video streams.</li>
<li><strong>QoS Models</strong>
<ul>
<li><strong>Best Effort – </strong>1<sup>st</sup> in, 1<sup>st</sup> out.</li>
<li><strong>IntServ – </strong>uses <strong>RSVP </strong>to reserve bandwidth in advance. Known as a <strong>signalling protocol. </strong>Not efficient as it waste bandwidth</li>
<li><strong>DiffServ –</strong> uses <strong>Per Hop Behaviour (PHB). </strong>Every node makes a decision on the packet. More scalable and more preferred. Uses <strong>classification and marking</strong>
<ul>
<li><strong>Classification – </strong>Identify certain types of traffic</li>
<li><strong>Marking –</strong> Assigning a value to that class of traffic</li>
</ul>
</li>
</ul>
</li>
<li><strong>Marking</strong>
<ul>
<li><strong>CoS Value: </strong>Layer 2 marking, 3 bits = 8. Only applied on frames being trunked as no point in CoS for traffic that is local to that node i.e. switch. CoS markings are lost at each hop. There for copy CoS to ToS</li>
<li><strong>IP Prec – </strong>Uses <strong>ToS </strong>value which is 8 bits. MSB, first 3 bits is the IP Prec</li>
<li><strong>DSCP – </strong>ToS byte is referred as DiffServ and the first 6 bits makes up the DSCP. It is backward compatible with IP Prec via class selector, The AF bit defines four classes and the CS bit defines drop probability (3 = highest drop probability)
<ul>
<li><strong>Expedited Forwarding (EF) –</strong> Ideal for voice and video</li>
<li><strong>Assured Forwarding –</strong> noted as <strong>AFXX</strong>
<ul>
<li><strong>1<sup>st</sup> X = </strong>class number</li>
<li><strong>2<sup>nd</sup> X = </strong>CS Value
<ul>
<li><strong>Class 1: </strong>AF11 (Low drop), AF12, AF13 (High drop)</li>
<li><strong>Class 4: </strong>AF41, AF42, AF43</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li><strong>Ingress Interface</strong></li>
<li><strong>Queuing: </strong>Congestion management technique. What packet leaves the router first. Only 1 queuing scheme per interface
<ul>
<li><strong>Bandwidth:</strong> Never assign more than <strong>75% </strong>interface bandwidth</li>
<li><strong>Queue Limit:</strong> Packets in queue before tail drop</li>
</ul>
</li>
<li><strong>FIFO – </strong>1<sup>st</sup> in, 1<sup>st</sup> out. Default for greater than E1 speed.</li>
<li><strong>Round Robin – </strong>No queue has priority. Round robin a packet from each queue</li>
<li><strong>Weighted Round Robin – </strong>Like above, but can assign weight to a queue so more packets from that queue can be round robin. E.g. 2 packets from Q1 and 1 packet from Q3. No queue starvation in RR or WRR.</li>
<li><strong>Priority Queuing:</strong> Suffer from queue starvation. Has 4 queues H, M , N (Default)  and L. Don’t have lots of traffic as high, otherwise lower queues will starve.</li>
<li><strong>Weighted Fair Queuing – </strong>Default for serial interfaces running E1 or lower. WFQ does not use access lists. Packets handled based on flow. Flow can be;
<ul>
<li>Source and Dest IP / Port, Protocol Number, ToS</li>
</ul>
</li>
</ul>
<p>It gives priority to low-volume / small talker flow over high volume flows aka aggressive flows. Packets are dropped from high volume flows before low volume flows. WFQ dynamically builds and tear queues as needed. Max is 256 queues</p>
<ul>
<li><strong>Congestive Discard Threshold (CDT) – </strong>No. Of packets in queue before dropping it from high volume conversations.</li>
<li><strong>WFQ will not work for:</strong> VI, loopback and diallers. Bridging or tunnelling, LAPB, X.25, SDLC</li>
<li><strong>Class based WFQ – </strong>Create classes and place in own queue. The assign guarantee bandwidth. No risk of queue starvation. Up to 64 queues. Use either FIFO or WRED. Uses MQC
<ul>
<li><strong>MQC –</strong> Modular Command Line
<ul>
<li><strong>Access List –</strong> define interesting traffic</li>
<li><strong>Class Map –</strong> Match Access List or other criteria</li>
<li><strong>Policy Map – </strong>Assign QoS etc to class map</li>
<li><strong>Service Policy output – </strong>Assign the Policy Map to the interface and direction</li>
</ul>
</li>
</ul>
</li>
<li><strong>LLQ aka strict priority queue – </strong>Suitable for voice as it gives priority whereas CBWFQ etc don’t. It can be seen as extension of CBWFQ as it similar to setup. Uses <strong>priority </strong>command instead of <strong>bandwidth </strong>command.</li>
<li><strong>NBAR:</strong> Identify flows on network and good to use for marking and classification. Uses <strong>PDLM </strong>to keep up with new definitions etc. Requires <strong>CEF </strong>and applies to interface only. Does not support non-IP traffic, packets created or destined for the local router, MPLS packets and fragments</li>
<li><strong>Congestion Avoidance</strong>
<ul>
<li><strong>Tail Drop – </strong>When the queue is fall, other packet entering the queue is dropped hence tail drop. Because of this, the sender realises the packets has been dropped and will throttle back it transmission as part of TCP detection &#38; recovery. The sender gradually increases transmission. This leads to <strong>TCP Global Synchronisation</strong></li>
<li><strong>TCP Global Sync</strong> – Multiple senders will transmit at slow rate then fast rate in accordance to how full the queue is, the slow and fast typically is sync for all senders so link it either fully utilised or underutilised. To avoid this, we use <strong>RED </strong>or <strong>WRED</strong></li>
<li><strong>RED – </strong>Drop packets before the queue fills up, thereby avoiding tail drop that leads to TCP Sync issue. RED can drop at higher rate as the fuller the queue becomes. RED uses three values
<ul>
<li><strong>Min threshold – </strong>When RED begins to drop packets</li>
<li><strong>Max threshold – </strong>RED drops as many as it can</li>
<li><strong>Mark Probability Denominator  - </strong>Value for how many packets can be dropped e.g. when the max threshold is met, drop 1 packet for every &#60;MPD&#62; packets</li>
</ul>
</li>
</ul>
</li>
<li><strong>WRED –</strong> Same as RED, but uses IPrec /dscp values to determine which packets are dropped so it not totally random. Enable on interface, default is IPrec, weight is 9 and MPD is 10</li>
<li><strong>Traffic Shaping – </strong>Friendly policy towards excess traffic. Good for bursty traffic. Applied only to outgoing interface</li>
<li><strong>Traffic Policing – </strong>Packets are either dropped or re-marked. Set for incoming or outgoing interface</li>
<li><strong>L2 Compression / L2 Payload Compression –</strong> uses stacker, predictor and msoft.</li>
<li><strong>Header Compression (</strong>Done at the interface and one side must be active)
<ul>
<li><strong>TCP – </strong>IP and TCP header is compressed. Use with CBWFQ for good data transmissions.</li>
<li><strong>RTP –</strong> IP (20 bytes), RTP(12 bytes) and UDP(8 bytes) headers are compressed to around 2 to 4 bytes. Use RTP HC and LLQ for voice, which is good</li>
</ul>
</li>
<li><strong>Link fragmenting and interleaving –</strong> operates at L2. Sometimes we may have large data packets in the hardware queue (not software queue) and until that is sent, voice packets will have to wait. What we can do is fragment the large data packet into smaller packets and mix them with voice packets so the voice packets do not have to wait so long</li>
<li><strong>QoS over VPN –</strong> Use QoS preclassification if QoS is not based on ToS but src or dst IP ports et</li>
<li><strong>CoPPs –</strong> Protect control plane, Control Plane handles network control traffic.</li>
</ul>
<ul>
<li><strong>FIFO – </strong>not ideal for time sensitive traffic<strong></strong></li>
<li><strong>WFQ &#8211; Weighted Fair Queuing – </strong>Allows flow/stream to go through. Runs default on serial connections with E1 or less. <strong></strong></li>
<li><strong>CBWFQ – Class Based – </strong>Allows admin to decide what flows are transmitted first. Manual. Cant assign more than 75% of interface bandwidth as 25% is reserved for network control and routing<strong></strong>
<ul>
<li><strong>WFQ and CBWFQ </strong>can’t be running together<strong></strong></li>
<li><strong>Tail drop – </strong>packet drop due to tail drop results in TCP senders reducing transmission rate., congestion is reduced, then transmission increases from all senders which means congestion again. This problem is known as  <strong>tcp global synchronisation </strong></li>
<li><strong>Weighted (WRED) / Random Early Detection (RED) – </strong>Helps combat TCP global synchronisation by using this instead of tail drop. RED uses IP Prec or DSCP to drop packets early before queue is full. WRED drops packet from other queues before priority queue. Ineffective against UDP!<strong></strong></li>
<li><strong>Low Latency Queuing (LLQ) – </strong>Adds to CBWFQ. Allows to avoid Jitter. Used for VoIP<strong></strong>
<ul>
<li><strong>WRED and LLQ </strong>can’t work together<strong></strong></li>
<li><strong>LLQ Policy = </strong>create extended access list &#62; create a class-map and match access-list &#62; create policy-map and assign the class-map to it &#62; assign policy-map to interface<strong></strong></li>
<li><strong>Priority Queuing – </strong>High, Med, Normal, Low.  <strong></strong></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[¡Caer está permitido. Levantarse es obligatorio!]]></title>
<link>http://gilabeni.wordpress.com/2009/09/27/%c2%a1caer-esta-permitido-levantarse-es-obligatorio/</link>
<pubDate>Sun, 27 Sep 2009 21:30:17 +0000</pubDate>
<dc:creator>gilabeni</dc:creator>
<guid>http://gilabeni.wordpress.com/2009/09/27/%c2%a1caer-esta-permitido-levantarse-es-obligatorio/</guid>
<description><![CDATA[Esto es un proverbio ruso, pero que se puede adaptar  a lo que hare en los siguientes meses yaque vo]]></description>
<content:encoded><![CDATA[Esto es un proverbio ruso, pero que se puede adaptar  a lo que hare en los siguientes meses yaque vo]]></content:encoded>
</item>
<item>
<title><![CDATA[Assured pass mcse 70-270 70-290 70-291 70-293 70-294 70-297 70-299]]></title>
<link>http://assuredpass.wordpress.com/2009/09/26/assured-pass-mcse-70-270-70-290-70-291-70-293-70-294-70-297-70-299/</link>
<pubDate>Sat, 26 Sep 2009 19:44:15 +0000</pubDate>
<dc:creator>zheing</dc:creator>
<guid>http://assuredpass.wordpress.com/2009/09/26/assured-pass-mcse-70-270-70-290-70-291-70-293-70-294-70-297-70-299/</guid>
<description><![CDATA[MCP, MCSA, MCITP, MCPD, MCSE, CCNA, CCNP, MCTS, A+, CCSP, CCVP, CCIE, OCP, OCA, VCP 310, Network+, S]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>MCP, MCSA, MCITP, MCPD, MCSE, CCNA, CCNP, MCTS, A+, CCSP, CCVP, CCIE, OCP, OCA, VCP 310, Network+, Security+, Server+, Linux+ Vmware, ITIL, Apple, Avaya, Ciw, Citrix, Juniper, blackberry, Oracle, Sun, Java, Nortel, IBM, HP, EMC, Novell, nokia and Many more. We will use your name to take your test in our testing center, so you no need to take any training, no need to take the test or go anywhere. You can certified at home without any effort. We have 100% pass rate so we give you 100% guarantee for your All IT- certification. All that you need to do is wait for 7 business days only.<br />
For more details visit our website, www.certxpert.com or email us at, certxperts@yahoo.com</p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[100% assured guaranteed Pass without exam: CCNA,MCITP, MCPD, CCNP, MCTS, A+, CCSP, CCVP, CCIE Test Training]]></title>
<link>http://assuredpass.wordpress.com/2009/09/26/100-assured-guaranteed-pass-without-exam-ccnamcitp-mcpd-ccnp-mcts-a-ccsp-ccvp-ccie-test-training/</link>
<pubDate>Sat, 26 Sep 2009 18:03:02 +0000</pubDate>
<dc:creator>zheing</dc:creator>
<guid>http://assuredpass.wordpress.com/2009/09/26/100-assured-guaranteed-pass-without-exam-ccnamcitp-mcpd-ccnp-mcts-a-ccsp-ccvp-ccie-test-training/</guid>
<description><![CDATA[100% assured guaranteed pass MCP, MCSA, MCSE, CCNA,MCITP, MCPD, CCNP, MCTS, A+, CCSP, CCVP, CCIE, Ci]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>100% assured guaranteed pass MCP, MCSA, MCSE, CCNA,MCITP, MCPD, CCNP, MCTS, A+, CCSP, CCVP, CCIE, Citrix, Juniper, blackberry OCP, OCA, VCP 310, Network+, Security+, Server+, Apple, Avaya, Ciw, Oracle, Linux+ Vmware, ITIL, Sun, Java, Nortel, IBM, HP, EMC, Novell, nokia and Many more.</p>
<p>Fore more details contact: <a href="http://www.certxpert.com">www.certxpert.com</a></p>
<p>email: <a href="mailto:certxperts@gmail.com">certxperts@gmail.com</a></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cisco Labs Tutorials: CCNA,CCNP ]]></title>
<link>http://deets24.wordpress.com/2009/09/23/cisco-labs-tutorials-ccnaccnp/</link>
<pubDate>Wed, 23 Sep 2009 18:22:19 +0000</pubDate>
<dc:creator>Admin</dc:creator>
<guid>http://deets24.wordpress.com/2009/09/23/cisco-labs-tutorials-ccnaccnp/</guid>
<description><![CDATA[Content: * CCNA SEMESTER 2 V2.1.2 * CCNA SEMESTER 1 V2.1.2 * CNAP Fundamentals of Wireless LANS V1.0]]></description>
<content:encoded><![CDATA[Content: * CCNA SEMESTER 2 V2.1.2 * CCNA SEMESTER 1 V2.1.2 * CNAP Fundamentals of Wireless LANS V1.0]]></content:encoded>
</item>
<item>
<title><![CDATA[Network Model Crib Notes]]></title>
<link>http://myitgeekblog.wordpress.com/2009/09/19/network-model-crib-notes/</link>
<pubDate>Sat, 19 Sep 2009 17:13:20 +0000</pubDate>
<dc:creator>ourproject1</dc:creator>
<guid>http://myitgeekblog.wordpress.com/2009/09/19/network-model-crib-notes/</guid>
<description><![CDATA[These are my ‘crib notes’ that I’ve made to serve as a last minute refresher. Please forgive the gra]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>These are my ‘crib notes’ that I’ve made to serve as a last minute refresher. Please forgive the grammer / spelling as I did not develop these notes with publishing in mind</p>
<p><strong>Network Modelling </strong></p>
<p><strong>*** Theory ***</strong></p>
<ul>
<li><strong>Three Layer Model (3 Layers)</strong>
<ul>
<li><strong>Core – </strong>Low latency, fast switching, Advanced QoS, Redundancy, Root Bridges</li>
<li><strong>Distribution –</strong> Handle routing, High Speed ports,</li>
<li><strong>Access –</strong> VLAN, Basic QoS, Traffic Filtering, Redundant uplinks, future growth, high port density</li>
<li>
<p style="text-align:left;"><strong> </strong></p>
</li>
</ul>
<li><strong>Cisco Enterprise Architecture (6 Modules)</strong>
<ul>
<li><strong>Campus – </strong>Core layer of campus network.</li>
<li><strong>Edge –</strong> Internet connectivity, DMZ, VPNs</li>
<li><strong>WAN –</strong> PPP, Frame, DSL, MPLS</li>
<li><strong>Branch –</strong> Remote Office</li>
<li><strong>Teleworker –</strong> SOHO / Mobile Users</li>
<li><strong>Data Centre –</strong> DR</li>
</ul>
<li><strong>Intelligent Information Network (Vision)</strong></li>
<ul>
<li><strong>SONA – </strong>Single Vendor and Virtualisation
<ul>
<li><strong>Application Layer – </strong>How end users interact</li>
<li><strong>Interactive Service Layer – </strong>Virtualisation</li>
<li><strong>Network Infrastructure layer</strong></li>
</ul>
<div><strong><br />
</strong></div>
</li>
</ul>
<p style="text-align:left;"><strong>*** Other ***</strong></p>
<ul style="text-align:left;">
<li><strong>Reconinsense Attack –</strong>Uses <strong>packet sniffers etc </strong>. Combat with switched infrastructure.</li>
<li><strong>DoS Attacks – </strong>Can use IP spoofing and DoS attacks</li>
<li><strong>Virus – </strong>requires human assistance to spread</li>
<li><strong>Worm –</strong> Saved in memory, spreads automatically</li>
<li style="text-align:left;"><strong>ip inspect – </strong>is IOS firewall (formly CBAC). Inside interface inspects inbound and outside interface inspects outbound</li>
</ul>
</li>
</li>
</ul>
<p><strong> </strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Cable Network Crib Notes]]></title>
<link>http://myitgeekblog.wordpress.com/2009/09/19/cable-network-crib-notes/</link>
<pubDate>Sat, 19 Sep 2009 17:08:19 +0000</pubDate>
<dc:creator>ourproject1</dc:creator>
<guid>http://myitgeekblog.wordpress.com/2009/09/19/cable-network-crib-notes/</guid>
<description><![CDATA[These are my ‘crib notes’ that I’ve made to serve as a last minute refresher. Please forgive the gra]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>These are my ‘crib notes’ that I’ve made to serve as a last minute refresher. Please forgive the grammer / spelling as I did not develop these notes with publishing in mind</p>
<p><strong>IPSec</strong></p>
<p><strong><br />
</strong></p>
<p><strong>*** Theory ***</strong></p>
<ul>
<li><strong>DOCSIS – </strong>Standard governing how cable operators reserve bandwidth for data transfers. When modem boots up it finds a DOCSIS channel (scans for RF for QAM lock). <strong>CMTS </strong>sends 3 messages (MAP, UCD, SYNC) to modem. It then requests IP from DHCP Server. Modem gets config file via TFTP (address given by DHCP). Modem then register with CMTS and negotiates QoS etc</li>
<li><strong>ADSL –</strong> Up to 8MB DL and 1MB UL. Limited to 18,000 feet limitation. Can use phone via POTS Splitter.
<ul>
<li><strong>Coding methods</strong>
<ul>
<li><strong>CAP – </strong>Single Carrier Method – Divides phone line into three separate channels. (V, Upstream, Downstream) – Been replaced by DMT</li>
<li><strong>G.Lite</strong> – one of two multicarrier methods “splitterless ADSL”. Limited to 1.5MBPS DL and 512 KBPS UL = slow</li>
<li><strong>DMT –</strong> The 2<sup>nd</sup> multicarrier method – Uses 256 channels to carry data</li>
</ul>
<li><strong>HDSL –</strong> Same UP/DL rate (Symmetric). Can’t use the phone</li>
<li><strong>HDSL2 –</strong> Allows for VOIP</li>
<li><strong>RADSL –</strong> UL/DL are adjusted dynamically</li>
<li><strong>Satellite –</strong> Very slow.  DL 500K and UL 50K (On a clear day!)</li>
<ul>
<li><strong>Problems</strong>
<ul>
<li><strong>Attenuation – </strong>Signal gets weak</li>
<li><strong>Impedance Mismatch –</strong> Bad splice or corrosion</li>
<li><strong>Cross talk (Inside)</strong></li>
<li><strong>AM Radio (Outside)</strong></li>
<li>
<ul>
<li>
<ul></ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
<li><strong>ATM – </strong>Uses <strong>DSLAM </strong>Switches (has DSL card) for data transport. <strong> </strong>
<ul>
<li><strong>PPPoE vs PPPoA – </strong>Key difference is oA uses routing and oE uses bridging<strong> </strong></li>
<li><strong>PPPoE (RFC 2516) – </strong>Typically uses Chap.  Host devices uses discovery to get MAC of PPPoE Server. This creates SESSION_ID.<strong> </strong>
<ul>
<li><strong>Interface setups</strong>
<ul>
<li><strong>Connection to DSLAM – </strong>No IP address need and dial pool number (needed) which binds a dialler interface to an Ethernet one.<strong> </strong></li>
<li><strong>Dialler </strong>
<ul>
<li><strong><em>Ip mtu 1492 – </em></strong><em>Reduce from 1500 to allow for PPPoE headers</em><strong> </strong></li>
<li><strong><em>Ip address negotiated –</em> </strong><em>Allows for DHCP address to be given</em><strong></strong></li>
<li><strong><em>Ip nat outside (if using Nat)</em></strong></li>
</ul>
</li>
</ul>
</li>
<li>Default route should be dialler interface<strong></strong></li>
<li>Use dialler interface when using NAT inside for PAT.</li>
</ul>
</li>
</ul>
</li>
<ul>
<li>
<ul></ul>
</li>
</ul>
</li>
</ul>
</li>
<li><strong>PPPoA – </strong>If encapsulation is running under PVC, you are running PPPoA<strong></strong>
<ul>
<li><strong>Interface Setups</strong>
<ul>
<li><strong>Connecting to DSLAM (ATM 0/0)</strong>
<ul>
<li><strong><em>No ip address</em></strong></li>
<li><strong><em>Dsl operating-mode auto / </em></strong><em>Auto negotiate modulation with downstream router</em><strong></strong></li>
<li><strong><em>Pvc 100/120 / </em></strong><em>Like DLCI</em><strong></strong></li>
<li><strong><em>Pppoe-client-dialer-pool-number-1</em></strong></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li><strong>RFC 1483/2684 Bridging – </strong>Easy to setup. Multiprotocol. Single user environment. Uses lots of broadcasts, not scalable, can be attacked.</li>
</ul>
<p><strong></strong></p>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[IPSec Crib Notes]]></title>
<link>http://myitgeekblog.wordpress.com/2009/09/19/103/</link>
<pubDate>Sat, 19 Sep 2009 17:04:23 +0000</pubDate>
<dc:creator>ourproject1</dc:creator>
<guid>http://myitgeekblog.wordpress.com/2009/09/19/103/</guid>
<description><![CDATA[These are my ‘crib notes’ that I’ve made to serve as a last minute refresher. Please forgive the gra]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><p>These are my ‘crib notes’ that I’ve made to serve as a last minute refresher. Please forgive the grammer / spelling as I did not develop these notes with publishing in mind</p>
<p><strong>IPSec </strong></p>
<p><strong>*** Theory ***</strong></p>
<ul>
<li><strong>VPNs</strong>
<ul>
<li><strong>Data origin ,</strong>e.g. AH, ESP<strong> </strong></li>
<li><strong>Encryption</strong>
<ul>
<li><strong>(S) Symmetric Encryption –</strong> Same key for enc/decryption. Aka secret key.</li>
<li><strong>(A) Asymmetric Encryption –</strong> 2 keys. Public and Private.  Encrypt with public, decrypt with private. Private always stay local.</li>
<li><strong>DH –</strong> Allows the exchange of secret keys over a non-secure connection
<ul>
<li><strong>(S) DES </strong>is 56bit<strong></strong></li>
<li><strong>(S) 3DES </strong>is 3 DES keys on top of each other. So 3 x 56 = 168bit (really 112)<strong></strong></li>
<li><strong>(A) AES is</strong> the best. <strong></strong></li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li><strong>Data Integrity </strong>AH, ESP<strong></strong></li>
<li><strong>Anti replay </strong>AH, ESP<strong></strong>
<ul>
<li><strong>Mitigate </strong>via sequence number on packet.<strong></strong></li>
<li><strong>GRE –</strong> Encapsulate packet in an IP header. Has no encryption. GRE is multiprotocol. IPSec is really IP only. So GRE over IPSec makes sense.  Can use GRE to send routing protocols over IPSec etc. GRE Encaps first then IPSec encaps</li>
<li><strong>L2TP/PPTP –</strong> No encryption</li>
<li><strong>IPSec – </strong>Earlier versions could not carry multicast traffic.
<ul>
<li><strong>Tunnel Mode – </strong>Transparent to end host</li>
<li><strong>Transport Mode</strong></li>
<li><strong>AH (Protocol 51) – </strong>Method for authentication and securing data (protects payload of packet. AH less overhead than ESP</li>
<li><strong>ESP (protocol 50) – </strong>It authenticates, secures and encrypts. Preferred over AH</li>
<li><strong>IKE (UDP 500) – </strong>negotiates the security parameters and authentication keys
<ul>
<li><strong>Phase 1 –</strong> Agreement on methods to exchange data aka SA (Security Association). 1 SA per tunnel.
<ul>
<li><strong>Aggressive Mode –</strong> Faster, but not encrypted. 3 Messages,</li>
<li><strong>Main Mode –</strong> 6 messages. R 1 “DES or 3DES? MD5 or SHA?” R2 “DES and MD5 please” etc DH Keys, Authenticate</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
<li><strong>Phase 1.5 – </strong>Known as <strong>XAUTH</strong> for security<strong></strong></li>
<li><strong>Phase 2 –</strong> 2 SA per 1 tunnel.
<ul>
<li><strong>Quick Mode –</strong> 3 messages</li>
<li><strong>Crypto Access List –</strong> Defines interesting traffic that starts the IKE/ IPSec process
<ul>
<li><strong>Steps on Cisco Router</strong>
<ul>
<li><strong>1)</strong> Create ISAKMP policy <strong>2) </strong>Create IPSec transform set <strong>3)</strong> Define interesting traffic with crypto access-list <strong>4)</strong> Create Crypto Map and apply to interface</li>
</ul>
</li>
</ul>
<li><strong>Dead Peer Detection (DPD) – </strong>Keepalive for IPSec.  Sends hello every 10 seconds unless it receives a hello from peer. This means overhead because of enc ry/decryption. Can use <strong>on-demand </strong>where router sends DPD hello only prior to sending data to peer.</li>
</li>
</ul>
<li></li>
<ul>
<li>
<ul>
<li>
<li><strong>Troubleshooting</strong>
<ul>
<li><strong>MM_NO_STATE – </strong>Phase 1 attribute mismatch</li>
<li><strong>MM_KEY_EXCH –</strong> Incorrect pre-shared key or peer IP address</li>
</ul>
</li>
<ul></ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</div>]]></content:encoded>
</item>
<item>
<title><![CDATA[Site-to-Site VPN File transfer speed test]]></title>
<link>http://youritguy.wordpress.com/2009/09/14/site-to-site-vpn-file-transfer-speed-test/</link>
<pubDate>Tue, 15 Sep 2009 04:35:32 +0000</pubDate>
<dc:creator>youritguy</dc:creator>
<guid>http://youritguy.wordpress.com/2009/09/14/site-to-site-vpn-file-transfer-speed-test/</guid>
<description><![CDATA[Routers: Cisco 1721 with NO MOD1700-VPN Cisco 2521 Cisco 2650XM with AIM-VPN/BPII-PLUS Computers: De]]></description>
<content:encoded><![CDATA[<div class='snap_preview'><div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">Routers:</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>Cisco 1721 with NO MOD1700-VPN</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>Cisco 2521</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>Cisco 2650XM with AIM-VPN/BPII-PLUS</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">Computers:</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>Desktop running Windows Server 2008 SP2 with FTP server role</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>Laptop running Windows Server 2008 SP2 as destination for files</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;">Results:</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>esp-md5/esp-des = 250KB/s</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span></div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>esp-md5/esp-aes 128 = 300KB/s</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>esp-md5/esp-aes 192 = 292KB/s</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>esp-md5/esp-aes 256 = 279KB/s</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>esp-sha/esp-aes 128 = 266KB/s</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>esp-sha/esp-aes 192 = 257KB/s</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>esp-sha/esp-aes 256 = 246KB/s</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>esp-md5/esp-aes 128/ah-md5 = 258KB/s</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>esp-md5/esp-aes 256/ah-md5 = 240KB/s</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span></div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>esp-md5/esp-aes 256/ah-sha = 207KB/s</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>esp-sha/esp-aes 128/ah-sha = 210KB/s</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>esp-md5/esp-3des/ah-md5 = 127KB/s</div>
<div id="_mcePaste" style="position:absolute;left:-10000px;top:0;width:1px;height:1px;"><span style="white-space:pre;"> </span>esp-sha/esp-3des/ah-sha = 115KB/s</div>
<div><strong>Objective:</strong></div>
<div style="padding-left:30px;">To determine how various transform set encryption/hash settings affect the transfer rate of a site-to-site VPN.</div>
<div></div>
<div><strong>Routers:</strong></div>
<div><span style="white-space:pre;"> </span>Cisco 1721 with NO MOD1700-VPN</div>
<div><span style="white-space:pre;"> </span>Cisco 2521</div>
<div><span style="white-space:pre;"> </span>Cisco 2650XM with AIM-VPN/BPII-PLUS</div>
<div></div>
<div><strong>Computers:</strong></div>
<div><span style="white-space:pre;"> </span>Desktop running Windows Server 2008 SP2 with FTP server role</div>
<div><span style="white-space:pre;"> </span>Laptop running Windows Server 2008 SP2 as destination for files</div>
<div></div>
<div><strong>Topology:</strong></div>
<div style="padding-left:30px;">Modified Lab 3-5 from CCNP ISCW Lab Portfolio</div>
<div></div>
<div><strong>Results:</strong></div>
<div><span style="white-space:pre;"> </span>esp-md5/esp-des = 250KB/s</div>
<div><span style="white-space:pre;"> </span></div>
<div><span style="white-space:pre;"> </span><span style="color:#00ff00;">esp-md5/esp-aes 128 = 300KB/s</span></div>
<div><span style="white-space:pre;"> </span>esp-md5/esp-aes 192 = 292KB/s</div>
<div><span style="white-space:pre;"> </span>esp-md5/esp-aes 256 = 279KB/s</div>
<div></div>
<div><span style="white-space:pre;"> </span>esp-sha/esp-aes 128 = 266KB/s</div>
<div><span style="white-space:pre;"> </span>esp-sha/esp-aes 192 = 257KB/s</div>
<div><span style="white-space:pre;"> </span>esp-sha/esp-aes 256 = 246KB/s</div>
<div></div>
<div><span style="white-space:pre;"> </span>esp-md5/esp-aes 128/ah-md5 = 258KB/s</div>
<div><span style="white-space:pre;"> </span>esp-md5/esp-aes 256/ah-md5 = 240KB/s</div>
<div><span style="white-space:pre;"> </span></div>
<div><span style="white-space:pre;"> </span>esp-md5/esp-aes 256/ah-sha = 207KB/s</div>
<div><span style="white-space:pre;"> </span>esp-sha/esp-aes 128/ah-sha = 210KB/s</div>
<div><span style="white-space:pre;"> </span>esp-md5/esp-3des/ah-md5 = 127KB/s</div>
<div><span style="white-space:pre;"> </span><span style="color:#ff0000;">esp-sha/esp-3des/ah-sha = 115KB/s</span></div>
<div></div>
<div><span style="color:#000000;"><strong>Discussion:</strong></span></div>
<div style="padding-left:30px;">According to documentation from Cisco, MD5 is computationally less intensive (though considered less secure) than SHA1; AES (considered more secure) is computationally less intensive than 3/DES. The results confirm this. There is a gain of <strong>50KB/s</strong> when going from <em>esp-md5/esp-des</em> to <em>esp-md5/esp-aes 128</em>. When going from <em>esp-md5/esp-aes</em> to <em>esp-sha/esp-aes</em> there is a decrease in the speed. The slowest speed was achieved when using <em>esp-sha/esp-3des/ah-sha</em>. I would like to note that not all combinations of transform sets were tested.</div>
<div></div>
<div><strong>Conclusion:</strong></div>
<div style="padding-left:30px;">The encryption/hash settings does have an effect on the transfer speed with more computationally intensive settings (SHA1 and 3/DES) having a negative effect on the transfer speed.</div>
</div>]]></content:encoded>
</item>

</channel>
</rss>
