<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>CCIE JOURNEY</title>
	<atom:link href="http://cciecert.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://cciecert.wordpress.com</link>
	<description>THE ROAD OF MY CCIE</description>
	<lastBuildDate>Thu, 01 Jan 2009 02:29:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='cciecert.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>CCIE JOURNEY</title>
		<link>http://cciecert.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://cciecert.wordpress.com/osd.xml" title="CCIE JOURNEY" />
	<atom:link rel='hub' href='http://cciecert.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Site to Site VPN tunnel with Firewall + NAT-T in The Middle</title>
		<link>http://cciecert.wordpress.com/2009/01/01/site-to-site-vpn-tunnel-with-firewall-nat-t-in-the-middle/</link>
		<comments>http://cciecert.wordpress.com/2009/01/01/site-to-site-vpn-tunnel-with-firewall-nat-t-in-the-middle/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 02:26:22 +0000</pubDate>
		<dc:creator>Chau Nguyen</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://cciecert.wordpress.com/?p=198</guid>
		<description><![CDATA[In this lab I&#8217;m going to configure VPN tunnel between R1 &#38; R2.  But there is a Firewall with NAT-T between them. !R1 crypto isakmp policy 10 authentication pre-share crypto isakmp key cisco address 15.1.2.2 crypto ipsec transform-set T_SET esp-3des esp-sha-hmac access-list 102 per ip 10.1.0.0 0.0.255.255 10.2.0.0 0.0.255.255 crypto map MY_MAP 10 ipsec-isakmp match [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciecert.wordpress.com&amp;blog=5471930&amp;post=198&amp;subd=cciecert&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://cciecert.files.wordpress.com/2009/01/vpn-with-nat.jpg"><img class="size-full wp-image-197 aligncenter" title="vpn-with-nat" src="http://cciecert.files.wordpress.com/2009/01/vpn-with-nat.jpg" alt="vpn-with-nat" width="555" height="148" /></a></p>
<p style="text-align:center;">
<p style="text-align:left;">In this lab I&#8217;m going to configure VPN tunnel between R1 &amp; R2.  But there is a Firewall with NAT-T between them.</p>
<blockquote>
<p style="text-align:left;"><span style="color:#0000ff;">!R1<br />
crypto isakmp policy 10<br />
authentication pre-share<br />
<span style="color:#0000ff;">crypto isakmp key cisco address 15.1.2.2</span></span></p>
<p><span style="color:#0000ff;">crypto ipsec transform-set T_SET esp-3des esp-sha-hmac</span></p>
<p><span style="color:#0000ff;">access-list 102 per ip 10.1.0.0 0.0.255.255 10.2.0.0 0.0.255.255<br />
crypto map MY_MAP 10 ipsec-isakmp<br />
match address 102<br />
set peer 15.1.2.2<br />
set transform-set T_SET<br />
int e0/0<br />
crypto map MY_MAP</span></p></blockquote>
<p style="text-align:left;">
<blockquote>
<p style="text-align:left;"><span style="color:#0000ff;">!R2<br />
crypto isakmp policy 10<br />
authentication pre-share<br />
<span style="color:#0000ff;">crypto isakmp key cisco address 192.0.0.1</span></span></p>
<p><span style="color:#0000ff;">crypto ipsec transform-set T_SET esp-3des esp-sha-hmac</span></p>
<p><span style="color:#0000ff;">access-list 102 per ip 10.2.0.0 0.0.255.255  10.1.0.0 0.0.255.255<br />
crypto map MY_MAP 10 ipsec-isakmp<br />
match address 102<br />
set peer 192.0.0.1<br />
set transform-set T_SET<br />
int e0/0<br />
crypto map MY_MAP</span></p></blockquote>
<p style="text-align:left;">
<blockquote>
<p style="text-align:left;"><span style="color:#0000ff;">!A<br />
static (inside,outside) 192.0.0.1  15.1.1.1<br />
access-list  103 per esp host 15.1.2.2 host 192.0.0.1<br />
<span style="color:#0000ff;">access-list  103 per udp host 15.1.2.2 host 192.0.0.1 eq 500<br />
access-list  103 per udp host 15.1.2.2 host 192.0.0.1 eq 4500</span></span></p>
<p><span style="color:#0000ff;">access-group 103 in int outside</span></p>
<p><span style="color:#0000ff;">sysopt connection permit-vpn</span></p></blockquote>
<p style="text-align:left;">
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cciecert.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cciecert.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cciecert.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cciecert.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cciecert.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cciecert.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cciecert.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cciecert.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cciecert.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cciecert.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cciecert.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cciecert.wordpress.com/198/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cciecert.wordpress.com/198/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cciecert.wordpress.com/198/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciecert.wordpress.com&amp;blog=5471930&amp;post=198&amp;subd=cciecert&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cciecert.wordpress.com/2009/01/01/site-to-site-vpn-tunnel-with-firewall-nat-t-in-the-middle/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3e85ff868abcce636654e605fb84a405?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cciecert</media:title>
		</media:content>

		<media:content url="http://cciecert.files.wordpress.com/2009/01/vpn-with-nat.jpg" medium="image">
			<media:title type="html">vpn-with-nat</media:title>
		</media:content>
	</item>
		<item>
		<title>Site to Site VPN Tunnel, Outside Router and ASA</title>
		<link>http://cciecert.wordpress.com/2009/01/01/site-to-site-vnp-between-outside-router-and-asa/</link>
		<comments>http://cciecert.wordpress.com/2009/01/01/site-to-site-vnp-between-outside-router-and-asa/#comments</comments>
		<pubDate>Thu, 01 Jan 2009 00:33:22 +0000</pubDate>
		<dc:creator>Chau Nguyen</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://cciecert.wordpress.com/?p=192</guid>
		<description><![CDATA[This Lab is a Site to Site VNP between which Outside Router initiate VPN tunnel with ASA to get a grant access to Inside Network. !R2 crypto isakmp policy 10 authentication pre-share encryption  des hash  sha group  1 crypto isakmp key cisco address 15.1.2.10 crypto ipsec transform-set T_SET esp-3des esp-sha-hmac access-list 102 per ip 10.2.0.0 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciecert.wordpress.com&amp;blog=5471930&amp;post=192&amp;subd=cciecert&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://cciecert.files.wordpress.com/2009/01/vpn-rna.jpg"><img class="size-full wp-image-191 aligncenter" title="vpn-rna" src="http://cciecert.files.wordpress.com/2009/01/vpn-rna.jpg" alt="vpn-rna" width="525" height="109" /></a></p>
<p>This Lab is a Site to Site VNP between which Outside Router initiate VPN tunnel with ASA to get a grant access to Inside Network.</p>
<blockquote><p><span style="color:#0000ff;"><strong>!R2</strong><br />
crypto isakmp policy 10<br />
authentication pre-share<br />
<span style="color:#0000ff;">encryption  des<br />
hash  sha<br />
group  1<br />
crypto isakmp key cisco address 15.1.2.10</span></span></p>
<p><span style="color:#0000ff;">crypto ipsec transform-set T_SET esp-3des esp-sha-hmac</span></p>
<p><span style="color:#0000ff;">access-list 102 per ip 10.2.0.0 0.0.255.255 10.1.0.0 0.0.255.255<br />
crypto map MY_MAP 10 ipsec-isakmp<br />
match address 102<br />
set peer 15.1.2.10<br />
set transform-set T_SET</span></p>
<p><span style="color:#0000ff;">int e0/0<br />
crypto map MY_MAP</span></p></blockquote>
<blockquote><p><span style="color:#0000ff;"><strong>!ASA</strong><br />
crypto isakmp policy 10<br />
authentication pre-share<br />
encryption  des<br />
hash  sha<br />
group  1<br />
c<span style="color:#0000ff;">rypto isakmp key cisco address 15.1.2.2<br />
crypto ipsec transform-set T_SET esp-3des  esp-sha-hmac</span></span></p>
<p><span style="color:#0000ff;">access-list 102 per ip 10.1.0.0 255.255.0.0 10.2.0.0 255.255.0.0<br />
crypto map MY_MAP 10 ipsec-isakmp<br />
crypto map MY_MAP 10 match address 102<br />
crypto map MY_MAP 10 set peer 15.1.2.2<br />
crypto map MY_MAP 10 set transform-set T_SET</span></p>
<p><span style="color:#0000ff;">crypto map MY_MAP int outside<br />
crypto isakmp enable outside</span></p>
<p><span style="color:#0000ff;">sysopt connection permit-vpn</span></p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cciecert.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cciecert.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cciecert.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cciecert.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cciecert.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cciecert.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cciecert.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cciecert.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cciecert.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cciecert.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cciecert.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cciecert.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cciecert.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cciecert.wordpress.com/192/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciecert.wordpress.com&amp;blog=5471930&amp;post=192&amp;subd=cciecert&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cciecert.wordpress.com/2009/01/01/site-to-site-vnp-between-outside-router-and-asa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3e85ff868abcce636654e605fb84a405?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cciecert</media:title>
		</media:content>

		<media:content url="http://cciecert.files.wordpress.com/2009/01/vpn-rna.jpg" medium="image">
			<media:title type="html">vpn-rna</media:title>
		</media:content>
	</item>
		<item>
		<title>Site to Site VNP between two routers and an ASA in middle</title>
		<link>http://cciecert.wordpress.com/2008/12/31/183/</link>
		<comments>http://cciecert.wordpress.com/2008/12/31/183/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 23:58:46 +0000</pubDate>
		<dc:creator>Chau Nguyen</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://cciecert.wordpress.com/?p=183</guid>
		<description><![CDATA[In this Lab, I&#8217;m going to configure the Site to Site VNP between two routers and an ASA in middle. !R1 crypto isakmp policy 10 authentication pre-share crypto isakmp key cisco address 15.1.2.2 crypto ipsec transform-set T_SET esp-3des esp-sha-hmac access-list 102 per ip 10.1.0.0 0.0.255.255 10.2.0.0 0.0.255.255 crypto map MY_MAP 10 ipsec-isakmp match address 102 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciecert.wordpress.com&amp;blog=5471930&amp;post=183&amp;subd=cciecert&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://cciecert.files.wordpress.com/2008/12/r2r-vpn-by-pass-asa.jpg"><img class="size-full wp-image-182 aligncenter" title="r2r-vpn-by-pass-asa" src="http://cciecert.files.wordpress.com/2008/12/r2r-vpn-by-pass-asa.jpg" alt="r2r-vpn-by-pass-asa" width="604" height="120" /></a></p>
<p>In this Lab, I&#8217;m going to configure the Site to Site VNP between two routers and an ASA in middle.</p>
<blockquote><p><span style="color:#0000ff;"><strong>!R1</strong><br />
crypto isakmp policy 10<br />
authentication pre-share<br />
crypto isakmp key cisco address 15.1.2.2</span></p>
<p><span style="color:#0000ff;">crypto ipsec transform-set T_SET esp-3des esp-sha-hmac</span></p>
<p><span style="color:#0000ff;">access-list 102 per ip 10.1.0.0 0.0.255.255 10.2.0.0 0.0.255.255<br />
crypto map MY_MAP 10 ipsec-isakmp<br />
match address 102<br />
set peer 15.1.2.2<br />
set transform-set T_SET<br />
int e0/0<br />
crypto map MY_MAP</span></p></blockquote>
<blockquote><p><span style="color:#0000ff;"><strong>!R2</strong><br />
crypto isakmp policy 10<br />
authentication pre-share<br />
crypto isakmp key cisco address 15.1.1.1</span></p>
<p><span style="color:#0000ff;">crypto ipsec transform-set T_SET esp-3des esp-sha-hmac</span></p>
<p><span style="color:#0000ff;">access-list 102 per ip 10.2.0.0 0.0.255.255  10.1.0.0 0.0.255.255<br />
crypto map MY_MAP 10 ipsec-isakmp<br />
match address 102<br />
set peer 15.1.1.1<br />
set transform-set T_SET<br />
int e0/0<br />
crypto map MY_MAP</span></p></blockquote>
<blockquote><p><span style="color:#0000ff;"><strong>!ASA</strong><br />
access-list  103 per esp host 15.1.2.2 host 15.1.1.1<br />
access-list  103 per udp host 15.1.2.2 host 15.1.1.1 eq 500<br />
access-group 103 in int outside</span><br />
<span style="color:#0000ff;"><br />
sysopt connection permit-vpn</span></p></blockquote>
<p><span style="color:#0000ff;"><br />
</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cciecert.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cciecert.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cciecert.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cciecert.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cciecert.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cciecert.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cciecert.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cciecert.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cciecert.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cciecert.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cciecert.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cciecert.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cciecert.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cciecert.wordpress.com/183/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciecert.wordpress.com&amp;blog=5471930&amp;post=183&amp;subd=cciecert&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cciecert.wordpress.com/2008/12/31/183/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3e85ff868abcce636654e605fb84a405?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cciecert</media:title>
		</media:content>

		<media:content url="http://cciecert.files.wordpress.com/2008/12/r2r-vpn-by-pass-asa.jpg" medium="image">
			<media:title type="html">r2r-vpn-by-pass-asa</media:title>
		</media:content>
	</item>
		<item>
		<title>Failover For High Availability &#8211; ASA/PIX</title>
		<link>http://cciecert.wordpress.com/2008/12/15/failover-for-high-availability-asapix/</link>
		<comments>http://cciecert.wordpress.com/2008/12/15/failover-for-high-availability-asapix/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 22:24:29 +0000</pubDate>
		<dc:creator>Chau Nguyen</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://cciecert.wordpress.com/?p=153</guid>
		<description><![CDATA[<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciecert.wordpress.com&amp;blog=5471930&amp;post=153&amp;subd=cciecert&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://cciecert.files.wordpress.com/2008/12/2-asa1.jpg"><img class="alignnone size-full wp-image-160" title="2-asa1" src="http://cciecert.files.wordpress.com/2008/12/2-asa1.jpg" alt="2-asa1" width="657" height="315" /></a></p>
<p style="text-align:center;">
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cciecert.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cciecert.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cciecert.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cciecert.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cciecert.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cciecert.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cciecert.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cciecert.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cciecert.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cciecert.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cciecert.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cciecert.wordpress.com/153/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cciecert.wordpress.com/153/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cciecert.wordpress.com/153/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciecert.wordpress.com&amp;blog=5471930&amp;post=153&amp;subd=cciecert&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cciecert.wordpress.com/2008/12/15/failover-for-high-availability-asapix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3e85ff868abcce636654e605fb84a405?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cciecert</media:title>
		</media:content>

		<media:content url="http://cciecert.files.wordpress.com/2008/12/2-asa1.jpg" medium="image">
			<media:title type="html">2-asa1</media:title>
		</media:content>
	</item>
		<item>
		<title>Create Context in ASA/PIX</title>
		<link>http://cciecert.wordpress.com/2008/12/15/create-context-in-asapix/</link>
		<comments>http://cciecert.wordpress.com/2008/12/15/create-context-in-asapix/#comments</comments>
		<pubDate>Mon, 15 Dec 2008 21:22:39 +0000</pubDate>
		<dc:creator>Chau Nguyen</dc:creator>
				<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://cciecert.wordpress.com/?p=142</guid>
		<description><![CDATA[In this Lab, I will demonstate how to create two contexts, C-1 &#38; C-2, in ASA/PIX.   Each context, represent a Virtual Firewall.  They are independent to each other.  So, we can assign difference Administration to log-in and manage their Firewall policy (Virtual Firewall) in the way they want.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciecert.wordpress.com&amp;blog=5471930&amp;post=142&amp;subd=cciecert&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://cciecert.files.wordpress.com/2008/12/1-asa5.jpg"><img class="alignnone size-full wp-image-162" title="1-asa5" src="http://cciecert.files.wordpress.com/2008/12/1-asa5.jpg" alt="1-asa5" width="659" height="227" /></a></p>
<p style="text-align:center;">
<p>In this Lab, I will demonstate how to create two contexts, C-1 &amp; C-2, in ASA/PIX.   Each context, represent a Virtual Firewall.  They are independent to each other.  So, we can assign difference Administration to log-in and manage their Firewall policy (Virtual Firewall) in the way they want.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cciecert.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cciecert.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cciecert.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cciecert.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cciecert.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cciecert.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cciecert.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cciecert.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cciecert.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cciecert.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cciecert.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cciecert.wordpress.com/142/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cciecert.wordpress.com/142/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cciecert.wordpress.com/142/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciecert.wordpress.com&amp;blog=5471930&amp;post=142&amp;subd=cciecert&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cciecert.wordpress.com/2008/12/15/create-context-in-asapix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3e85ff868abcce636654e605fb84a405?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cciecert</media:title>
		</media:content>

		<media:content url="http://cciecert.files.wordpress.com/2008/12/1-asa5.jpg" medium="image">
			<media:title type="html">1-asa5</media:title>
		</media:content>
	</item>
		<item>
		<title>Troubleshoot on Frame Relay Interface</title>
		<link>http://cciecert.wordpress.com/2008/11/21/troubleshoot-on-frame-relay-interface/</link>
		<comments>http://cciecert.wordpress.com/2008/11/21/troubleshoot-on-frame-relay-interface/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 20:59:31 +0000</pubDate>
		<dc:creator>Chau Nguyen</dc:creator>
				<category><![CDATA[Frame Relay]]></category>

		<guid isPermaLink="false">http://cciecert.wordpress.com/?p=135</guid>
		<description><![CDATA[When configuration on floating static route, we have to be aware what our configuration on frame relay interface.  Because if we configured frame relay on the main interface (s2/0) or subinterface point to multipoint (s2/0.1 point-to-multipoint), then when the neighbor down our router cannot detect the neighbor down.  If that is the case, then our [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciecert.wordpress.com&amp;blog=5471930&amp;post=135&amp;subd=cciecert&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://cciecert.files.wordpress.com/2008/11/tracking_sla.jpg"><a href="http://cciecert.files.wordpress.com/2008/11/frame-relay4.jpg"><img class="alignnone size-full wp-image-176" title="frame-relay4" src="http://cciecert.files.wordpress.com/2008/11/frame-relay4.jpg" alt="frame-relay4" width="348" height="311" /></a><br />
</a></p>
<p>When configuration on floating static route, we have to be aware what our configuration on frame relay interface.  Because if we configured frame relay on the main interface (s2/0) or subinterface point to multipoint (s2/0.1 point-to-multipoint), then when the neighbor down our router cannot detect the neighbor down.  If that is the case, then our router can not place frame relay protocol interface down. If the frame relay protocol interface not down, then the router can not remove any routes through frame relay out of routing table.  The result our router can not use other path to go to because in our routing table there still installed  the path through frame relay.</p>
<p>We have a couple way to solve frame relay problem:</p>
<ul>
<li>Tracking + SLA</li>
<li> GRE or IPIP tunneling</li>
<li>Configure frame relay under sub-interface  with point-to-point option.</li>
<li>Remove floating static route with other routing protocol such as OSPF, EIGRP, RIP&#8230;</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cciecert.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cciecert.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cciecert.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cciecert.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cciecert.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cciecert.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cciecert.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cciecert.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cciecert.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cciecert.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cciecert.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cciecert.wordpress.com/135/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cciecert.wordpress.com/135/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cciecert.wordpress.com/135/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciecert.wordpress.com&amp;blog=5471930&amp;post=135&amp;subd=cciecert&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cciecert.wordpress.com/2008/11/21/troubleshoot-on-frame-relay-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3e85ff868abcce636654e605fb84a405?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cciecert</media:title>
		</media:content>

		<media:content url="http://cciecert.files.wordpress.com/2008/11/frame-relay4.jpg" medium="image">
			<media:title type="html">frame-relay4</media:title>
		</media:content>
	</item>
		<item>
		<title>Frame Relay point-to-point</title>
		<link>http://cciecert.wordpress.com/2008/11/21/frame-relay-point-to-point/</link>
		<comments>http://cciecert.wordpress.com/2008/11/21/frame-relay-point-to-point/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 20:56:45 +0000</pubDate>
		<dc:creator>Chau Nguyen</dc:creator>
				<category><![CDATA[Frame Relay]]></category>

		<guid isPermaLink="false">http://cciecert.wordpress.com/?p=130</guid>
		<description><![CDATA[R4# ip route  5.5.5.0  255.255.255.0  15.1.145.5  40 ip route  5.5.5.0  255.255.255.0  15.1.45.5    45 interface s2/0.1 point-to-point ip address  15.1.145.4  255.255.255.0 frame-relay interface-dlci  405 backup interface  s2/1 R5# ip route  5.5.5.0  255.255.255.0  15.1.145.4  40 ip route  5.5.5.0  255.255.255.0  15.1.45.4    45 interface s2/0.1 point-to-point ip address  15.1.145.5  255.255.255.0 frame-relay interface-dlci  504 backup interface  s2/2<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciecert.wordpress.com&amp;blog=5471930&amp;post=130&amp;subd=cciecert&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><span style="color:#0000ff;"><a href="http://cciecert.files.wordpress.com/2008/11/tracking_sla4.jpg"><a href="http://cciecert.files.wordpress.com/2008/11/frame-relay3.jpg"><img class="size-full wp-image-174 aligncenter" title="frame-relay3" src="http://cciecert.files.wordpress.com/2008/11/frame-relay3.jpg" alt="frame-relay3" width="328" height="294" /></a></a></span></p>
<blockquote><p><span style="color:#0000ff;">R4#</span></p>
<p><span style="color:#0000ff;">ip route  5.5.5.0  255.255.255.0  15.1.145.5  40<br />
ip route  5.5.5.0  255.255.255.0  15.1.45.5    45</span></p>
<p><span style="color:#0000ff;">interface s2/0.1 point-to-point<br />
ip address  15.1.145.4  255.255.255.0<br />
frame-relay interface-dlci  405<br />
backup interface  s2/1</span></p></blockquote>
<blockquote><p><span style="color:#0000ff;">R5#<br />
</span></p>
<p><span style="color:#0000ff;">ip route  5.5.5.0  255.255.255.0  15.1.145.4  40<br />
ip route  5.5.5.0  255.255.255.0  15.1.45.4    45</span></p>
<p><span style="color:#0000ff;">interface s2/0.1 point-to-point<br />
ip address  15.1.145.5  255.255.255.0<br />
frame-relay interface-dlci  504<br />
backup interface  s2/2</span></p></blockquote>
<p><span style="color:#0000ff;"><br />
</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cciecert.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cciecert.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cciecert.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cciecert.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cciecert.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cciecert.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cciecert.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cciecert.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cciecert.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cciecert.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cciecert.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cciecert.wordpress.com/130/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cciecert.wordpress.com/130/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cciecert.wordpress.com/130/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciecert.wordpress.com&amp;blog=5471930&amp;post=130&amp;subd=cciecert&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cciecert.wordpress.com/2008/11/21/frame-relay-point-to-point/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3e85ff868abcce636654e605fb84a405?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cciecert</media:title>
		</media:content>

		<media:content url="http://cciecert.files.wordpress.com/2008/11/frame-relay3.jpg" medium="image">
			<media:title type="html">frame-relay3</media:title>
		</media:content>
	</item>
		<item>
		<title>GRE tunneling or IPIP tunneling</title>
		<link>http://cciecert.wordpress.com/2008/11/21/gre-tunneling-and-ipip-tunneling/</link>
		<comments>http://cciecert.wordpress.com/2008/11/21/gre-tunneling-and-ipip-tunneling/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 20:46:38 +0000</pubDate>
		<dc:creator>Chau Nguyen</dc:creator>
				<category><![CDATA[Frame Relay]]></category>

		<guid isPermaLink="false">http://cciecert.wordpress.com/?p=124</guid>
		<description><![CDATA[R4# ip route  5.5.5.0  255.255.255.0  15.1.145.5  40 ip route  5.5.5.0  255.255.255.0  15.1.45.5    45 interface tunnel 0 tunnel source  15.1.145.4 tunnel destination 15.1.145.5 tunnel mode gre keepalive  1  3 backup interface s2/1 R5# ip route  5.5.5.0  255.255.255.0  15.1.145.4  40 ip route  5.5.5.0  255.255.255.0  15.1.45.4    45 interface tunnel 0 tunnel source  15.1.145.5 tunnel destination 15.1.145.4 tunnel mode [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciecert.wordpress.com&amp;blog=5471930&amp;post=124&amp;subd=cciecert&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://cciecert.files.wordpress.com/2008/11/frame-relay2.jpg"><img class="alignnone size-full wp-image-172" title="frame-relay2" src="http://cciecert.files.wordpress.com/2008/11/frame-relay2.jpg" alt="frame-relay2" width="325" height="290" /></a></p>
<blockquote><p><span style="color:#0000ff;">R4#<br />
</span></p>
<p><span style="color:#0000ff;">ip route  5.5.5.0  255.255.255.0  15.1.145.5  40<br />
ip route  5.5.5.0  255.255.255.0  15.1.45.5    45<br />
</span></p>
<p><span style="color:#0000ff;">interface tunnel 0<br />
tunnel source  15.1.145.4<br />
tunnel destination 15.1.145.5<br />
tunnel mode gre<br />
keepalive  1  3<br />
backup interface s2/1</span></p></blockquote>
<blockquote><p><span style="color:#0000ff;">R5#</span></p>
<p><span style="color:#0000ff;">ip route  5.5.5.0  255.255.255.0  15.1.145.4  40<br />
ip route  5.5.5.0  255.255.255.0  15.1.45.4    45</span></p>
<p><span style="color:#0000ff;">interface tunnel 0<br />
tunnel source  15.1.145.5<br />
tunnel destination 15.1.145.4<br />
tunnel mode gre<br />
keepalive  1  3<br />
backup interface s2/2</span></p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cciecert.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cciecert.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cciecert.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cciecert.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cciecert.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cciecert.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cciecert.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cciecert.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cciecert.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cciecert.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cciecert.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cciecert.wordpress.com/124/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cciecert.wordpress.com/124/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cciecert.wordpress.com/124/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciecert.wordpress.com&amp;blog=5471930&amp;post=124&amp;subd=cciecert&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cciecert.wordpress.com/2008/11/21/gre-tunneling-and-ipip-tunneling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3e85ff868abcce636654e605fb84a405?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cciecert</media:title>
		</media:content>

		<media:content url="http://cciecert.files.wordpress.com/2008/11/frame-relay2.jpg" medium="image">
			<media:title type="html">frame-relay2</media:title>
		</media:content>
	</item>
		<item>
		<title>Tracking and SLA</title>
		<link>http://cciecert.wordpress.com/2008/11/21/tracking-and-sla/</link>
		<comments>http://cciecert.wordpress.com/2008/11/21/tracking-and-sla/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 20:07:38 +0000</pubDate>
		<dc:creator>Chau Nguyen</dc:creator>
				<category><![CDATA[1]]></category>
		<category><![CDATA[Frame Relay]]></category>

		<guid isPermaLink="false">http://cciecert.wordpress.com/?p=119</guid>
		<description><![CDATA[Tracking and SLA will be our tool-set to detect the neighbor up or down. R4# ip route  5.5.5.0  255.255.255.0  15.1.145.5  40  track 10 ip route  5.5.5.0  255.255.255.0  15.1.45.5    45 track  10  rtr  20 ip sla monitor  20 type echo protocol ipIcmpEcho 15.1.0.5 timeout 2000 frequency 3 ip sla monitor schedule 20 start-time now Some command [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciecert.wordpress.com&amp;blog=5471930&amp;post=119&amp;subd=cciecert&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:center;"><a href="http://cciecert.files.wordpress.com/2008/11/tracking_sla2.jpg"><a href="http://cciecert.files.wordpress.com/2008/11/frame-relay.jpg"><img class="alignnone size-full wp-image-169" title="frame-relay" src="http://cciecert.files.wordpress.com/2008/11/frame-relay.jpg" alt="frame-relay" width="301" height="270" /></a><br />
</a></p>
<p>Tracking and SLA will be our tool-set to detect the neighbor up or down.</p>
<blockquote><p>R4#<br />
<span style="color:#0000ff;"> ip route  5.5.5.0  255.255.255.0  15.1.145.5  40  track 10<br />
ip route  5.5.5.0  255.255.255.0  15.1.45.5    45</span></p>
<p><span style="color:#0000ff;">track  10  rtr  20</span></p>
<p><span style="color:#0000ff;">ip sla monitor  20<br />
type echo protocol ipIcmpEcho 15.1.0.5<br />
</span><span style="color:#0000ff;"> </span><span style="color:#0000ff;">timeout 2000<br />
</span><span style="color:#0000ff;"> </span><span style="color:#0000ff;"> frequency 3</span></p>
<p><span style="color:#0000ff;">ip sla monitor schedule 20 start-time now</span></p></blockquote>
<p>Some command to verify</p>
<blockquote><p><span style="color:#0000ff;">show track 10<br />
show track brief<br />
sh ip sla monitor statistic<br />
sh ip sla monitor operation-state </span></p></blockquote>
<p><span style="color:#0000ff;"><br />
</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cciecert.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cciecert.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cciecert.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cciecert.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cciecert.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cciecert.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cciecert.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cciecert.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cciecert.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cciecert.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cciecert.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cciecert.wordpress.com/119/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cciecert.wordpress.com/119/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cciecert.wordpress.com/119/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciecert.wordpress.com&amp;blog=5471930&amp;post=119&amp;subd=cciecert&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cciecert.wordpress.com/2008/11/21/tracking-and-sla/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3e85ff868abcce636654e605fb84a405?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cciecert</media:title>
		</media:content>

		<media:content url="http://cciecert.files.wordpress.com/2008/11/frame-relay.jpg" medium="image">
			<media:title type="html">frame-relay</media:title>
		</media:content>
	</item>
		<item>
		<title>Using SecureCRT with GNS3</title>
		<link>http://cciecert.wordpress.com/2008/11/20/using-securecrt-with-gns3/</link>
		<comments>http://cciecert.wordpress.com/2008/11/20/using-securecrt-with-gns3/#comments</comments>
		<pubDate>Thu, 20 Nov 2008 19:14:35 +0000</pubDate>
		<dc:creator>Chau Nguyen</dc:creator>
				<category><![CDATA[Dynamips]]></category>

		<guid isPermaLink="false">http://cciecert.wordpress.com/?p=81</guid>
		<description><![CDATA[Here is the configuration and a small script that can run SecureCRT from GNS3 console/telnet. start C:\progra~1\SecureCRT\SecureCRT.EXE /script C:\progra~1\gns3\securecrt.vbs /arg %d /T /telnet %h %p And here is the securecrt.vbs script you need to create #$Language = &#8220;VBScript&#8221; #$Interface = &#8220;1.0&#8243; Sub main crt.window.caption = crt.arguments(0) End Sub You can modify and add sleep to [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciecert.wordpress.com&amp;blog=5471930&amp;post=81&amp;subd=cciecert&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><span style="color:#000000;">Here is the configuration and a small script that can run SecureCRT from GNS3 console/telnet.</span></p>
<blockquote><p><span style="font-size:small;color:#0000ff;font-family:Times New Roman;">start C:\progra~1\SecureCRT\SecureCRT.EXE /script C:\progra~1\gns3\securecrt.vbs /arg %d /T /telnet %h %p </span></p></blockquote>
<p><span style="color:#000000;">And here is the securecrt.vbs script you need to create</span></p>
<blockquote><p><span style="font-size:small;color:#0000ff;font-family:Times New Roman;">#$Language = &#8220;VBScript&#8221;<br />
#$Interface = &#8220;1.0&#8243;</span></p>
<p><span style="font-size:small;color:#0000ff;font-family:Times New Roman;">Sub main<br />
crt.window.caption = crt.arguments(0)<br />
End Sub</span></p></blockquote>
<h2><span style="color:#000000;">You can modify and add sleep to your configuration</span></h2>
<blockquote><p><span style="color:#0000ff;">start C:\progra~1\SecureCRT\SecureCRT.EXE /script C:\progra~1\gns3\securecrt.vbs /arg %d /T /telnet %h %p  &amp; sleep 1</span></p></blockquote>
<p><span style="color:#000000;">You can grab the &#8220;sleep&#8221; resource kit utility from Microsoft website</span></p>
<blockquote><p><span style="color:#000000;"><span style="font-size:small;color:#0000ff;font-family:Times New Roman;"></span></span><span style="color:#000000;"><span style="color:#0000ff;">http://www.microsoft.com/downloads/details.aspx?familyid=9D467A69-57FF-4AE7-96EE-B18C4790CFFD&amp;displaylang=en</span><br />
</span></p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/cciecert.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/cciecert.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/cciecert.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/cciecert.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/cciecert.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/cciecert.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/cciecert.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/cciecert.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/cciecert.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/cciecert.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/cciecert.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/cciecert.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/cciecert.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/cciecert.wordpress.com/81/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=cciecert.wordpress.com&amp;blog=5471930&amp;post=81&amp;subd=cciecert&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://cciecert.wordpress.com/2008/11/20/using-securecrt-with-gns3/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/3e85ff868abcce636654e605fb84a405?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">cciecert</media:title>
		</media:content>
	</item>
	</channel>
</rss>
