<?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/"
	>

<channel>
	<title>The Cruft Of My Brain &#187; Networking</title>
	<atom:link href="http://www.thecruftofmybrain.com/category/networking/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thecruftofmybrain.com</link>
	<description>Purging my mental dust bunnies</description>
	<lastBuildDate>Sun, 25 Jul 2010 14:57:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Cisco ASA Standby device &#8220;copy TFTP&#8221; syntax</title>
		<link>http://www.thecruftofmybrain.com/2010/07/25/cisco-asa-standby-device-copy-tftp-syntax/</link>
		<comments>http://www.thecruftofmybrain.com/2010/07/25/cisco-asa-standby-device-copy-tftp-syntax/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 14:57:26 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[Cisco Routing and Switching]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.thecruftofmybrain.com/?p=500</guid>
		<description><![CDATA[That&#8217;s a mouthful. I&#8217;ve been having a hard time figuring out how to successfully transfer images to the Standby ASA&#8217;s flash from the Active&#8217;s CLI. Finally figured it out. Here&#8217;s the syntax: failover exec standby copy /noconfirm tftp://{ip address}/{file name} disk0:/{file name} Without the /noconfirm it&#8217;ll fail. You also need a standby ip address on [...]]]></description>
			<content:encoded><![CDATA[<p>That&#8217;s a mouthful.  I&#8217;ve been having a hard time figuring out how to successfully transfer images to the Standby ASA&#8217;s flash from the Active&#8217;s CLI.  Finally figured it out.  Here&#8217;s the syntax:</p>
<p>failover exec standby copy /noconfirm tftp://{ip address}/{file name} disk0:/{file name}</p>
<p>Without the /noconfirm it&#8217;ll fail.  You also need a standby ip address on the interface facing the tftp server and I haven&#8217;t confirmed this but I think it might also need to be on the same subnet.  I&#8217;m still having some trouble with a situation where the standby ASA would have to reach another subnet.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thecruftofmybrain.com/2010/07/25/cisco-asa-standby-device-copy-tftp-syntax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Anyconnect for iPhone???</title>
		<link>http://www.thecruftofmybrain.com/2010/07/13/anyconnect-for-iphone/</link>
		<comments>http://www.thecruftofmybrain.com/2010/07/13/anyconnect-for-iphone/#comments</comments>
		<pubDate>Tue, 13 Jul 2010 13:46:32 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[Cruft]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[iphone anyconnect cisco]]></category>

		<guid isPermaLink="false">http://www.thecruftofmybrain.com/2010/07/13/anyconnect-for-iphone/</guid>
		<description><![CDATA[It&#8217;s now a month or so after the release of iOS4 and the Cisco Anyconnect Secure Mobile Client for iPhone is nowhere to be found. What&#8217;s up Cisco??? I want my Anyconnect! And anyone believes they&#8217;ll actually ship the Cius? HA!]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s now a month or so after the release of iOS4 and the Cisco Anyconnect Secure Mobile Client for iPhone is nowhere to be found. What&#8217;s up Cisco???  I want my Anyconnect!  </p>
<p>And anyone believes they&#8217;ll actually ship the Cius?  HA!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thecruftofmybrain.com/2010/07/13/anyconnect-for-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone VPN and Cisco IOS, Part2</title>
		<link>http://www.thecruftofmybrain.com/2010/05/05/iphone-vpn-and-cisco-ios-part2/</link>
		<comments>http://www.thecruftofmybrain.com/2010/05/05/iphone-vpn-and-cisco-ios-part2/#comments</comments>
		<pubDate>Wed, 05 May 2010 15:58:52 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[Cisco Routing and Switching]]></category>
		<category><![CDATA[Cruft]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[iphone ipad vpn cisco ios]]></category>

		<guid isPermaLink="false">http://www.thecruftofmybrain.com/?p=495</guid>
		<description><![CDATA[I previously posted about some luck I had getting IPSEC VPN to work from my iPhone to my IOS router/firewall. That post is now kind of useless because the source blog disappeared about a year ago. So, in order to make this useful again I&#8217;m posting my full IOS code (obfuscated for obvious reasons). Change [...]]]></description>
			<content:encoded><![CDATA[<p>I previously <a href="http://www.thecruftofmybrain.com/2009/02/01/iphone-vpn-and-cisco-ios/">posted about some luck</a> I had getting IPSEC VPN to work from my iPhone to my IOS router/firewall.  That post is now kind of useless because the source blog disappeared about a year ago.  So, in order to make this useful again I&#8217;m posting my full IOS code (obfuscated for obvious reasons).  Change the IP addresses and the group name and password and you should be good to go.  This uses the new(ish) method in IOS of zone based firewall.  It&#8217;s overly complex and really hard to parse for anything remotely complicated but it&#8217;s what I&#8217;m working with.  You&#8217;ll notice I used the SDM for most of the config.  Yep, I&#8217;m lame and I&#8217;m not afraid to admit it.  All of that zone config typing would have been a pain in the butt!  Also, be sure to use a pool that is different from your &#8220;inside&#8221; subnet.  Won&#8217;t work otherwise.  Also, it should be obvious but this config uses local users so you need to add at least one of those.</p>
<p>Keep in mind this will all change when iPhone OS4 comes out as it&#8217;s supposed to support SSL VPN&#8217;s.  Finally.  The IPSEC works perfectly fine for now though.  I&#8217;ve not tested this on my iPad yet since I haven&#8217;t had it out of the house&#8230;and it&#8217;s not a 3G model.  Don&#8217;t see why it wouldn&#8217;t work though.</p>
<p>And now the code:</p>
<p><code>aaa authentication login sdm_vpn_xauth_ml_2 local<br />
aaa authorization network sdm_vpn_group_ml_2 local</p>
<p>crypto isakmp policy 2<br />
 encr aes 256<br />
 authentication pre-share<br />
 group 2</p>
<p>crypto isakmp client configuration group mygroupname<br />
 key something_goes_here<br />
 dns 192.168.x.x<br />
 pool SDM_POOL_2<br />
 include-local-lan<br />
 netmask 255.255.255.0<br />
crypto isakmp profile sdm-ike-profile-1<br />
   match identity group mygroupname<br />
   client authentication list sdm_vpn_xauth_ml_2<br />
   isakmp authorization list sdm_vpn_group_ml_2<br />
   client configuration address respond<br />
   virtual-template 2</p>
<p>crypto ipsec transform-set aes-transform esp-aes 256 esp-sha-hmac<br />
!<br />
crypto ipsec profile SDM_Profile1<br />
 set transform-set aes-transform<br />
 set isakmp-profile sdm-ike-profile-1</p>
<p>class-map type inspect match-any SDM_AH<br />
 match access-group name SDM_AH<br />
class-map type inspect match-any SDM_ESP<br />
 match access-group name SDM_ESP<br />
class-map type inspect match-any SDM_EASY_VPN_SERVER_TRAFFIC<br />
 match protocol isakmp<br />
 match protocol ipsec-msft<br />
 match class-map SDM_AH<br />
 match class-map SDM_ESP<br />
class-map type inspect match-all SDM_EASY_VPN_SERVER_PT<br />
 match class-map SDM_EASY_VPN_SERVER_TRAFFIC</p>
<p>policy-map type inspect sdm-permit<br />
 class type inspect SDM_EASY_VPN_SERVER_PT<br />
  pass<br />
 class class-default</p>
<p>zone security ezvpn-zone</p>
<p>zone-pair security sdm-zp-ezvpn-out1 source ezvpn-zone destination out-zone<br />
 service-policy type inspect sdm-permit-ip<br />
zone-pair security sdm-zp-out-ezpn1 source out-zone destination ezvpn-zone<br />
 service-policy type inspect sdm-permit-ip<br />
zone-pair security sdm-zp-ezvpn-in2 source ezvpn-zone destination in-zone<br />
 service-policy type inspect sdm-permit-ip<br />
zone-pair security sdm-zp-ezvpn-in1 source ezvpn-zone destination dmz-zone<br />
 service-policy type inspect sdm-permit-ip<br />
zone-pair security sdm-zp-in-ezvpn2 source in-zone destination ezvpn-zone<br />
 service-policy type inspect sdm-permit-ip<br />
zone-pair security sdm-zp-in-ezvpn1 source dmz-zone destination ezvpn-zone<br />
 service-policy type inspect sdm-permit-ip</p>
<p>interface Virtual-Template2 type tunnel<br />
 ip unnumbered FastEthernet0<br />
 zone-member security ezvpn-zone<br />
 tunnel mode ipsec ipv4<br />
 tunnel protection ipsec profile SDM_Profile1</p>
<p>ip local pool SDM_POOL_2 192.168.y.y 192.168.y.z</p>
<p>ip access-list extended SDM_AH<br />
 remark SDM_ACL Category=1<br />
 permit ahp any any<br />
ip access-list extended SDM_ESP<br />
 remark SDM_ACL Category=1<br />
 permit esp any any</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thecruftofmybrain.com/2010/05/05/iphone-vpn-and-cisco-ios-part2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Cisco AnyConnect Essentials still crushing it</title>
		<link>http://www.thecruftofmybrain.com/2010/03/21/cisco-anyconnect-essentials-still-crushing-it/</link>
		<comments>http://www.thecruftofmybrain.com/2010/03/21/cisco-anyconnect-essentials-still-crushing-it/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 14:50:20 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[Cisco Routing and Switching]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[cisco anyconnect license asa juniper]]></category>

		<guid isPermaLink="false">http://www.thecruftofmybrain.com/?p=492</guid>
		<description><![CDATA[Seems my original post about the AnyConnect Essentials license is still quite popular. So why not capitalize on that! The license does work as advertised. It&#8217;s a replacement for the IPSEC based client that Cisco seems to have stopped development on. I&#8217;ve been using it in numerous situations and it works great! I just have [...]]]></description>
			<content:encoded><![CDATA[<p>Seems my <a href="http://www.thecruftofmybrain.com/2009/06/02/cisco-anyconnect-essentials/">original post about the AnyConnect Essentials license</a> is still quite popular.  So why not capitalize on that!  <img src='http://www.thecruftofmybrain.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>The license does work as advertised.  It&#8217;s a replacement for the IPSEC based client that Cisco seems to have stopped development on.  I&#8217;ve been using it in numerous situations and it works great!</p>
<p>I just have a funny situation though where my client was exploring alternatives to Cisco.  We got pricing for a couple of competitors including <a href="http://www.sonicwall.com/">Sonicwall </a>and <a href="http://www.juniper.net/us/en/products-services/security/netscreen/">Juniper</a> and let me tell you&#8230;whoo-boy!  I guess the others haven&#8217;t felt compelled to follow Cisco&#8217;s lead and they are still charging ridiculous sums for the SSL VPN clients.  Of course there were howls of protest about how their clients did so much more and that if you wanted the same level of functionality you had to pay for Cisco&#8217;s full SSL VPN solution.  All true, but who cares????</p>
<p>I want a simple client based SSL VPN to replace the IPSEC clients of old.  I don&#8217;t need all the fancy clientless stuff.  I suspect that&#8217;s true for a lot of customers.  Cisco&#8217;s pricing strategy for the AnyConnect Essentials is smart not just because they don&#8217;t want to continue to develop the IPSEC client but because it drives business away from their competitors.</p>
<p>Cisco, your choice in focus these days mostly pisses me off but this is a real winner.  A small bright spot in an otherwise dreary path you&#8217;ve taken.  Now, if you could find a way to ship ASA&#8217;s before the summer I&#8217;d be happy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thecruftofmybrain.com/2010/03/21/cisco-anyconnect-essentials-still-crushing-it/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Checkpoint doesn&#8217;t support Proxy-Arp???</title>
		<link>http://www.thecruftofmybrain.com/2010/02/03/checkpoint-doesnt-support-proxy-arp/</link>
		<comments>http://www.thecruftofmybrain.com/2010/02/03/checkpoint-doesnt-support-proxy-arp/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 17:12:44 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[Cruft]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.thecruftofmybrain.com/?p=484</guid>
		<description><![CDATA[Say whaaaatttt???????? Ok, so you have a Checkpoint firewall with a whole lotta NATed addresses. The router won&#8217;t find these NATed addresses though unless you go through a painful procedure to enable proxy-arp on the Checkpoint or you have to add static host entries to the router pointing to the interface IP on the Checkpoint. [...]]]></description>
			<content:encoded><![CDATA[<p>Say whaaaatttt????????  Ok, so you have a Checkpoint firewall with a whole lotta NATed addresses.  The router won&#8217;t find these NATed addresses though unless you go through a painful procedure to enable proxy-arp on the Checkpoint or you have to add static host entries to the router pointing to the interface IP on the Checkpoint.</p>
<p>What year is this because I seem be in the 90&#8242;s.</p>
<p>I know some people really love Checkpoint but every exposure I&#8217;ve had has left me scratching my head wondering if they could have done things any more atypically.</p>
<p>So yes, Checkpoint administrators, have no fear.  The router jockeys will fix your broken crap again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thecruftofmybrain.com/2010/02/03/checkpoint-doesnt-support-proxy-arp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Fixing a weird Cisco syntax error</title>
		<link>http://www.thecruftofmybrain.com/2010/01/24/fixing-a-weird-cisco-syntax-error/</link>
		<comments>http://www.thecruftofmybrain.com/2010/01/24/fixing-a-weird-cisco-syntax-error/#comments</comments>
		<pubDate>Sun, 24 Jan 2010 07:56:30 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[Cisco Routing and Switching]]></category>
		<category><![CDATA[Cruft]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.thecruftofmybrain.com/?p=478</guid>
		<description><![CDATA[Ran across this tonight. Someone had entered a prefix-list with the name &#8220;at&#038;amp ;t&#8221; instead of &#8220;at&#038;t&#8221; (wordpress didn&#8217;t like it either so I added the space between the p and the ; but they should really be together. Oddly enough, IOS wouldn&#8217;t allow the bad line to simply be deleted. The &#8220;;&#8221; had to [...]]]></description>
			<content:encoded><![CDATA[<p>Ran across this tonight.  Someone had entered a prefix-list with the name &#8220;at&#038;amp ;t&#8221; instead of &#8220;at&#038;t&#8221; (wordpress didn&#8217;t like it either so I added the space between the p and the ; but they should really be together.</p>
<p>Oddly enough, IOS wouldn&#8217;t allow the bad line to simply be deleted.  The &#8220;;&#8221; had to be removed so that the no command included &#8220;at&#038;ampt&#8221;</p>
<p>Probably some sort of a regex problem or an ascii escape character but it&#8217;s still kind of strange.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thecruftofmybrain.com/2010/01/24/fixing-a-weird-cisco-syntax-error/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco IPS doesn&#8217;t like ICMP redirects</title>
		<link>http://www.thecruftofmybrain.com/2010/01/05/cisco-ips-doesnt-like-icmp-redirects/</link>
		<comments>http://www.thecruftofmybrain.com/2010/01/05/cisco-ips-doesnt-like-icmp-redirects/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 16:19:02 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[Cisco Routing and Switching]]></category>
		<category><![CDATA[Cruft]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.thecruftofmybrain.com/?p=476</guid>
		<description><![CDATA[I&#8217;ve been trying to figure out why a pair of Cisco IPS (AIP-SSM in this case) wouldn&#8217;t auto-update signature files or connect to the new Global Correlation feature. The management interfaces were located on a subnet that was between the firewall and the internal L3 switch. The internal LAN&#8217;s are on the other side of [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been trying to figure out why a pair of Cisco IPS (AIP-SSM in this case) wouldn&#8217;t auto-update signature files or connect to the new Global Correlation feature.  The management interfaces were located on a subnet that was between the firewall and the internal L3 switch.  The internal LAN&#8217;s are on the other side of the switch.</p>
<p>I&#8217;ve known for a long time that Cisco ASA&#8217;s don&#8217;t support sending ICMP redirects.  Because of this the IPS&#8217;s default gateway couldn&#8217;t be set to the FW interface.  If I did that they would never be redirected to reach the internal networks.  I&#8217;ve never had a problem with IOS doing ICMP redirects though, so the IPS&#8217;s have been using the switch VLAN interface as the default gateway.  The switch sends ICMP redirects when the IPS needs to get out to the internet and the traffic goes direct to the firewall.</p>
<p>Except it doesn&#8217;t.  I could swear it did at one time in the past.  Either my memory is faulty or an image update on the IPS broke it.  Now, it seems the IPS tosses ICMP redirects.  My guess is it worries about man in the middle attacks and and ICMP redirect is a possible sign of that.  So even though the switch is doing the correct thing the IPS disregards it.</p>
<p>Moved the IPS management interface to one of the internal LAN&#8217;s and all is happy now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thecruftofmybrain.com/2010/01/05/cisco-ips-doesnt-like-icmp-redirects/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Sometimes Cisco makes me laugh</title>
		<link>http://www.thecruftofmybrain.com/2009/12/04/sometimes-cisco-makes-me-laugh/</link>
		<comments>http://www.thecruftofmybrain.com/2009/12/04/sometimes-cisco-makes-me-laugh/#comments</comments>
		<pubDate>Fri, 04 Dec 2009 18:20:37 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[Cisco Routing and Switching]]></category>
		<category><![CDATA[Cruft]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.thecruftofmybrain.com/?p=470</guid>
		<description><![CDATA[&#8220;It works similar to access-list in that if you have any SNMP View on certain MIB trees, every other tree is denied inexplicably.&#8221;]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.cisco.com/en/US/tech/tk648/tk362/technologies_tech_note09186a0080094489.shtml#setupsnmp"><em>&#8220;It works similar to access-list in that if you have any SNMP View on certain MIB trees, every other tree is denied inexplicably.&#8221;</em></a></p>
<p> <img src='http://www.thecruftofmybrain.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.thecruftofmybrain.com/2009/12/04/sometimes-cisco-makes-me-laugh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GarageBand, Podcasting and GTalk</title>
		<link>http://www.thecruftofmybrain.com/2009/11/30/garageband-podcasting-and-gtalk/</link>
		<comments>http://www.thecruftofmybrain.com/2009/11/30/garageband-podcasting-and-gtalk/#comments</comments>
		<pubDate>Tue, 01 Dec 2009 00:24:52 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[Home and Hobbies]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://www.thecruftofmybrain.com/?p=468</guid>
		<description><![CDATA[Well, I guess I better get a post in for the month of November. Ugh, it&#8217;s been a long month. Anyway, fiddling with free podcasting tools and methods and I discovered some updates in Snow Leopard that are pretty cool. I little while ago on Leopard I found out that with iLife 09 you could [...]]]></description>
			<content:encoded><![CDATA[<p>Well, I guess I better get a post in for the month of November.  Ugh, it&#8217;s been a long month.  Anyway, fiddling with free podcasting tools and methods and I discovered some updates in Snow Leopard that are pretty cool.</p>
<p>I little while ago on Leopard I found out that with iLife 09 you could use GarageBand to record a voice chat using Bonjour in iChat.  That&#8217;s cool but kind of limited.  I&#8217;m not certain but I think this was not extended to non-Bonjour voice chat&#8217;s.  That&#8217;s not the case with Snow Leopard.  Not only can you record your Jabber and GTalk sessions but it&#8217;s smart enough to create the right number of tracks if you have a group chat going on with multiple users.  And yes, it&#8217;ll adjust the title picture track based on the users avatar from GTalk for whoever&#8217;s talking.</p>
<p>I&#8217;m a little shocked that it works as well as it does.</p>
<p>One thing I haven&#8217;t been able to figure out is how to start recording a voice chat and then add in additional local mic&#8217;s.  It doesn&#8217;t seem to be possible so all recording must be done with the group voice chat participants.  And I haven&#8217;t tried this but I&#8217;m guessing that adding users to the group voice chat will not start new tracks in GarageBand.  That would be slick if it did.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thecruftofmybrain.com/2009/11/30/garageband-podcasting-and-gtalk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco ISR G2&#8242;s on the way</title>
		<link>http://www.thecruftofmybrain.com/2009/10/14/cisco-isr-g2s-on-the-way/</link>
		<comments>http://www.thecruftofmybrain.com/2009/10/14/cisco-isr-g2s-on-the-way/#comments</comments>
		<pubDate>Wed, 14 Oct 2009 15:00:44 +0000</pubDate>
		<dc:creator>scott</dc:creator>
				<category><![CDATA[Cisco Routing and Switching]]></category>
		<category><![CDATA[Cruft]]></category>
		<category><![CDATA[Networking]]></category>

		<guid isPermaLink="false">http://www.thecruftofmybrain.com/?p=464</guid>
		<description><![CDATA[I&#8217;ve gotten a look at a powerpoint with the technical details now. Nothing too earth shattering. More of a natural progression of capabilities and performance. I&#8217;m such a geek. The one cool new feature is that they have finally put in a USB console port. Actually mini USB. I&#8217;m not sure of the wisdom of [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve gotten a look at a powerpoint with the technical details now.  Nothing too earth shattering.  More of a natural progression of capabilities and performance.</p>
<p>I&#8217;m such a geek.  The one cool new feature is that they have finally put in a USB console port.  Actually mini USB.  I&#8217;m not sure of the wisdom of using that over the already present regular USB ports, but that&#8217;s ok.  I can&#8217;t find anything about how that&#8217;s going to work.  I expect you&#8217;ll have to install a driver for USB to COM on windows just like you do with the USB to Serial dongles but this should be Cisco provided.</p>
<p>How cool would it be if there&#8217;s a hidden driver for that in Windows 7 already.</p>
<p>Now all we need is a wireless USB KVM and you could manage a whole data center of routers without running more cables.  Better have some good security on that!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thecruftofmybrain.com/2009/10/14/cisco-isr-g2s-on-the-way/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
