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

<channel>
	<title>CiscoNews, News, Reviews and Guides</title>
	<atom:link href="http://cisconews.co.uk/feed/" rel="self" type="application/rss+xml" />
	<link>http://cisconews.co.uk</link>
	<description></description>
	<pubDate>Fri, 31 Oct 2008 21:55:13 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
	<language>en</language>
			<item>
		<title>How to Encrypt your ISAKMP keys in the running config!</title>
		<link>http://cisconews.co.uk/2008/10/31/how-to-encrypt-your-isakmp-keys-in-the-running-config/</link>
		<comments>http://cisconews.co.uk/2008/10/31/how-to-encrypt-your-isakmp-keys-in-the-running-config/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 21:55:13 +0000</pubDate>
		<dc:creator>Rich</dc:creator>
		
		<category><![CDATA[Config. Guides]]></category>

		<category><![CDATA[Tricks and Tips]]></category>

		<guid isPermaLink="false">http://cisconews.co.uk/?p=128</guid>
		<description><![CDATA[Here is a quick and dirty config tip.
If you look at your running config you will notice that your ISAKMP keys are stored in plain-text. In other words, unencrypted. This still stands after issuing the &#8220;service password-encryption&#8221; command.
Click more to find out how to encrypt those keys using AES!

So, what we start out with looks [...]]]></description>
			<content:encoded><![CDATA[<p>Here is a quick and dirty config tip.</p>
<p>If you look at your running config you will notice that your ISAKMP keys are stored in plain-text. In other words, unencrypted. This still stands after issuing the &#8220;service password-encryption&#8221; command.</p>
<p>Click more to find out how to encrypt those keys using AES!</p>
<p><span id="more-128"></span></p>
<p>So, what we start out with looks something like this:</p>
<blockquote><p>crypto isakmp key myweakpassword address 1.1.1.1</p></blockquote>
<p>What we ideally want to do is encrypt this password to prevent a potential leak of the config causing you problems, not to mention just so that you can follow best practice!</p>
<p>All we need to enter is the following two lines of config:</p>
<blockquote><p>MyRouter(config)#key config-key password-encrypt thisismyencryptionpassword<br />
MyRouter(config)#password encryption aes</p></blockquote>
<p>Easy right? Ok lets verify this works by issuing the &#8220;sh run&#8221;:</p>
<blockquote><p>crypto isakmp key 6 V]PMeY]cO[TQ[EWaQ\[D`XViUTA`LZMVR_[[SUQVgF address 1.1.1.1</p></blockquote>
<p>Hope that helps!</p>
]]></content:encoded>
			<wfw:commentRss>http://cisconews.co.uk/2008/10/31/how-to-encrypt-your-isakmp-keys-in-the-running-config/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Verify your IOS before reloading that router!</title>
		<link>http://cisconews.co.uk/2008/07/22/verify-your-ios-before-reloading-that-router/</link>
		<comments>http://cisconews.co.uk/2008/07/22/verify-your-ios-before-reloading-that-router/#comments</comments>
		<pubDate>Tue, 22 Jul 2008 10:41:31 +0000</pubDate>
		<dc:creator>Rich</dc:creator>
		
		<category><![CDATA[Config. Guides]]></category>

		<category><![CDATA[Tricks and Tips]]></category>

		<guid isPermaLink="false">http://cisconews.co.uk/?p=125</guid>
		<description><![CDATA[A lot of cisco techs are in the same position. You only have remote access to a router but need to perform an IOS upgrade. This might be to squash a bug or simply because Cisco TAC will not proceed with a TAC case until you do so.
How do you verify that the IOS image [...]]]></description>
			<content:encoded><![CDATA[<p>A lot of cisco techs are in the same position. You only have remote access to a router but need to perform an IOS upgrade. This might be to squash a bug or simply because Cisco TAC will not proceed with a TAC case until you do so.</p>
<p>How do you verify that the IOS image has not been corrupted between cisco.com and your device? Read on to find out!</p>
<p><span id="more-125"></span></p>
<p>All of the IOS downloads have an MD5 sum that identifies the original unaltered files. MD5 hashing is basically a way of taking an input, in this case the IOS, running it through a hashing algorithm and coming up with a string/Value. The important thing to note here is no matter who runs the IOS through the hashing algorithm, the output will always be the same. If even a slight change has been made to the file then the output will be different.</p>
<p>So, once your IOS is on the router you need to do the following:</p>
<p>router#verify /md5 disk0:c1700-advsecurityk9-mz.123-14.T7.bin</p>
<p>At this point the router will respond with the hash value of the file you have uploaded which can now be compared to the hash value from cisco.com. If these values do not match <strong>DO NOT RELOAD THE ROUTER!!!</strong> If you do the chances are you will end up with a paper weight until you can get out to site.<br />
You should re-upload the IOS to ensure that it is correct and perform the above again. If you get a mismatched input then the chances are the IOS on your TFTP server is corrupt and you will need to re-download from Cisco.com.</p>
<p>Hope that helps you avoid those &#8220;uh oh&#8221; moments when a device doesnt return to service!</p>
<p>Thanks for reading.</p>
]]></content:encoded>
			<wfw:commentRss>http://cisconews.co.uk/2008/07/22/verify-your-ios-before-reloading-that-router/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cisco related Ebay Bargains!!</title>
		<link>http://cisconews.co.uk/2008/07/21/cisco-related-ebay-bargains/</link>
		<comments>http://cisconews.co.uk/2008/07/21/cisco-related-ebay-bargains/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 19:45:33 +0000</pubDate>
		<dc:creator>Rich</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[Tricks and Tips]]></category>

		<guid isPermaLink="false">http://cisconews.co.uk/?p=121</guid>
		<description><![CDATA[As any of my colleagues will tell you, I suffer from what is almost an addiction to buying tech related items.
To name a few of my Ebay Cisco bargains, I picked up an ACS 1113 appliance for £129 and sold it for £1200, bought a Cat 500 24 port switch for £35 and an AP1242 [...]]]></description>
			<content:encoded><![CDATA[<p>As any of my colleagues will tell you, I suffer from what is almost an addiction to buying tech related items.<br />
To name a few of my Ebay Cisco bargains, I picked up an ACS 1113 appliance for £129 and sold it for £1200, bought a Cat 500 24 port switch for £35 and an AP1242 for £70.</p>
<p>Its at this point that I am going to point you towards our ebay Feed, which will bring up any Cisco related Auction Items that are in their last 4 hours. This way you will never miss another bargain!</p>
<p>Check it out <a href="http://rss.api.ebay.com/ws/rssapi?FeedName=SearchResults&#038;siteId=3&#038;language=en-GB&#038;output=RSS20&#038;catref=C5&#038;sacqy=&#038;sacur=0&#038;saslt=2&#038;from=R6&#038;saobfmts=exsif&#038;dfsp=32&#038;afepn=5336009285&#038;sacqyop=ge&#038;saslc=0&#038;floc=1&#038;sabfmts=0&#038;ga10244=10425&#038;saprclo=&#038;saprchi=&#038;saaff=afepn&#038;ftrv=6&#038;ftrt=1&#038;fcl=3&#038;ft=1&#038;frpp=50&#038;customid=&#038;nojspr=y&#038;satitle=Cisco&#038;afmp=&#038;sacat=58058&#038;saslop=1&#038;fss=0">HERE!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cisconews.co.uk/2008/07/21/cisco-related-ebay-bargains/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cisco VPN on iPhone</title>
		<link>http://cisconews.co.uk/2008/07/21/cisco-vpn-on-iphone/</link>
		<comments>http://cisconews.co.uk/2008/07/21/cisco-vpn-on-iphone/#comments</comments>
		<pubDate>Mon, 21 Jul 2008 18:22:48 +0000</pubDate>
		<dc:creator>Rich</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://cisconews.co.uk/?p=118</guid>
		<description><![CDATA[As some of you may know, Cisco VPN support was added to the iPhone as of Firmware 2.0.
I have tested the functionality and can report that not only does it work, but it is very easy to set up.

I tested the functionality last night by connecting into both of our Hosting site VPNs. It literally [...]]]></description>
			<content:encoded><![CDATA[<p>As some of you may know, Cisco VPN support was added to the iPhone as of Firmware 2.0.<br />
I have tested the functionality and can report that not only does it work, but it is very easy to set up.</p>
<p><span id="more-118"></span></p>
<p>I tested the functionality last night by connecting into both of our Hosting site VPNs. It literally is as simple as configuring Cisco&#8217;s own VPN client.<br />
Once configured you get a VPN section in the &#8220;settings&#8221; menu of the phone.<br />
Multiple VPNs are possible too which was a concern when I first set out to configure it.</p>
<p>Anyway, I would post a config guide but it is very basic to set up. If you run into any issues leave a comment and we will see what can be done!</p>
<p>Cheers,</p>
]]></content:encoded>
			<wfw:commentRss>http://cisconews.co.uk/2008/07/21/cisco-vpn-on-iphone/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cisco IOS - NEW Feature</title>
		<link>http://cisconews.co.uk/2008/07/15/cisco-ios-new-feature/</link>
		<comments>http://cisconews.co.uk/2008/07/15/cisco-ios-new-feature/#comments</comments>
		<pubDate>Tue, 15 Jul 2008 08:32:47 +0000</pubDate>
		<dc:creator>Ray</dc:creator>
		
		<category><![CDATA[Config. Guides]]></category>

		<category><![CDATA[News]]></category>

		<category><![CDATA[Software]]></category>

		<category><![CDATA[Study Related]]></category>

		<category><![CDATA[Tricks and Tips]]></category>

		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://cisconews.co.uk/?p=117</guid>
		<description><![CDATA[Starting from IOS 12.4T Cisco are offering the facility for object groupings, those who use ASA/PIX will already be famliar with this concept.  Benefits include allowing easier management of larger access lists as well as reducing configuration sizes. This can be implemented as follows:
Step 1. Define the Object Group:

! Define network type object-groups to [...]]]></description>
			<content:encoded><![CDATA[<p>Starting from IOS 12.4T Cisco are offering the facility for object groupings, those who use ASA/PIX will already be famliar with this concept. <span id="more-117"></span> Benefits include allowing easier management of larger access lists as well as reducing configuration sizes. This can be implemented as follows:</p>
<p>Step 1. Define the Object Group:</p>
<blockquote><p>
! Define network type object-groups to group IP hosts and networks object-group network Engineering<br />
10.240.12.0 255.255.255.0<br />
10.245.10.0 255255.255.0<br />
object-group network Web-Servers<br />
10.1.1.0 255.255.255.0<br />
host 10.10.10.100<br />
object-group network Mail-Servers<br />
10.32.1.0 255.255.255.0<br />
! Define a service type object group to group you protocols and ports<br />
object-group service Web-ports<br />
tcp www<br />
tcp 8080<br />
object-group service Mail-ports<br />
tcp smtp<br />
tcp pop3<br />
tcp 587<br />
tcp 143
</p>
</blockquote>
<p>Step 2. Use Object Groups in ACL Configurations:</p>
<blockquote><p>
<p>ip access-list extended access-policy<br />
10 permit object-group Web-ports object-group Engineering object-group Web-Servers<br />
20 permit object-group Mail-ports object-group Engineering object-group Mail-Servers
</p>
</blockquote>
<p><strong><em>(All Examples used here and other new features can be found <a href="http://www.cisco.com/en/US/prod/collateral/iosswrel/ps8802/ps6968/ps6441/product_bulletin_c25-409474.html">here</a>)</p>
]]></content:encoded>
			<wfw:commentRss>http://cisconews.co.uk/2008/07/15/cisco-ios-new-feature/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Training Resources - CBT Nuggets</title>
		<link>http://cisconews.co.uk/2008/07/11/training-resources-cbt-nuggets/</link>
		<comments>http://cisconews.co.uk/2008/07/11/training-resources-cbt-nuggets/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 09:59:32 +0000</pubDate>
		<dc:creator>Ray</dc:creator>
		
		<category><![CDATA[Study Related]]></category>

		<guid isPermaLink="false">http://cisconews.co.uk/?p=116</guid>
		<description><![CDATA[I was surprised recently when an IT professional told me they hadn’t heard of CBT nuggets! I thought I better put text to screen and quickly explain this valuable training resource&#8230;..

CBT Nuggets are short videos (nuggets) of information relating to specific areas of IT in relation to current exams. In short CBT Nuggets are a [...]]]></description>
			<content:encoded><![CDATA[<p>I was surprised recently when an IT professional told me they hadn’t heard of CBT nuggets! I thought I better put text to screen and quickly explain this valuable training resource&#8230;..</p>
<p><span id="more-116"></span></p>
<p>CBT Nuggets are short videos (nuggets) of information relating to specific areas of IT in relation to current exams. In short CBT Nuggets are a perfect accompaniment to the self studying students array of study guides, software and notes, great to quickly run through before an exam as well as providing the viewer with a good visual on the product/topic.</p>
<p>The videos are done by experts in the related fields, for example CCIE&#8217;s demonstrating various Cisco products and how to use them. Jeremy Cioara is one of the well known Cisco trainers, holding numerous qualification himself including multiple CCIE&#8217;s! His enthusiasm is present throughout the videos and really helps you to secure the knowledge, although it may border on fanaticism at times. <img src='http://cisconews.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>(Jeremy has his own blog at <a href="http://www.ciscoblog.com">ciscoblog.com </a>check it out! lots of interesting stuff)</p>
<p>Good Luck and get using CBT Nuggets!</p>
]]></content:encoded>
			<wfw:commentRss>http://cisconews.co.uk/2008/07/11/training-resources-cbt-nuggets/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bluetooth to Serial adapters for Cisco Console Access</title>
		<link>http://cisconews.co.uk/2008/07/11/bluetooth-to-serial-adapters-for-cisco-console-access/</link>
		<comments>http://cisconews.co.uk/2008/07/11/bluetooth-to-serial-adapters-for-cisco-console-access/#comments</comments>
		<pubDate>Fri, 11 Jul 2008 09:36:33 +0000</pubDate>
		<dc:creator>Rich</dc:creator>
		
		<category><![CDATA[Tricks and Tips]]></category>

		<guid isPermaLink="false">http://cisconews.co.uk/?p=115</guid>
		<description><![CDATA[It seemed like a good idea to me, and when searching I found this:
http://www.microdirect.co.uk/ProductInfo.aspx?ProductID=17745&#038;source=googleps
They aren’t cheap that for sure. Security also starts to become a concern, but I can imagine these being exceptionally useful. With the prevalence of Bluetooth in laptops it looks like a tidy idea!
Let us know what you think in the comments [...]]]></description>
			<content:encoded><![CDATA[<p>It seemed like a good idea to me, and when searching I found this:</p>
<p>http://www.microdirect.co.uk/ProductInfo.aspx?ProductID=17745&#038;source=googleps</p>
<p>They aren’t cheap that for sure. Security also starts to become a concern, but I can imagine these being exceptionally useful. With the prevalence of Bluetooth in laptops it looks like a tidy idea!</p>
<p>Let us know what you think in the comments section!</p>
]]></content:encoded>
			<wfw:commentRss>http://cisconews.co.uk/2008/07/11/bluetooth-to-serial-adapters-for-cisco-console-access/feed/</wfw:commentRss>
		</item>
		<item>
		<title>New Cisco Router! SR 520</title>
		<link>http://cisconews.co.uk/2008/07/09/new-cisco-router-sr-520/</link>
		<comments>http://cisconews.co.uk/2008/07/09/new-cisco-router-sr-520/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 19:10:58 +0000</pubDate>
		<dc:creator>Rich</dc:creator>
		
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://cisconews.co.uk/?p=114</guid>
		<description><![CDATA[Looks like there will be new Cisco routers available soon. It was only a matter of time given the release of the 888, 860, 861 etc, especially given that an ADSL router wasn&#8217;t released at the same time.
Release notes here:
http://www.cisco.com/en/US/docs/ios/12_4/12_4x/12_4_15xz/rn_SR520xz.html
]]></description>
			<content:encoded><![CDATA[<p>Looks like there will be new Cisco routers available soon. It was only a matter of time given the release of the 888, 860, 861 etc, especially given that an ADSL router wasn&#8217;t released at the same time.</p>
<p>Release notes here:</p>
<p>http://www.cisco.com/en/US/docs/ios/12_4/12_4x/12_4_15xz/rn_SR520xz.html</p>
]]></content:encoded>
			<wfw:commentRss>http://cisconews.co.uk/2008/07/09/new-cisco-router-sr-520/feed/</wfw:commentRss>
		</item>
		<item>
		<title>ASPROX SQL Injection Attacks - Block them using a Cisco router</title>
		<link>http://cisconews.co.uk/2008/07/09/asprox-sql-injection-attacks-block-them-using-a-cisco-router/</link>
		<comments>http://cisconews.co.uk/2008/07/09/asprox-sql-injection-attacks-block-them-using-a-cisco-router/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 09:40:01 +0000</pubDate>
		<dc:creator>Rich</dc:creator>
		
		<category><![CDATA[Config. Guides]]></category>

		<category><![CDATA[Security Bulletin]]></category>

		<guid isPermaLink="false">http://cisconews.co.uk/?p=113</guid>
		<description><![CDATA[Cisco Router SQL Injection ASPROX]]></description>
			<content:encoded><![CDATA[<p>Here is an interesting one.</p>
<p>Basically, the ASPROX SQL Injection attack appears to be quite commonplace at the moment, but also quite serious.<br />
To cut it short, there is a 20,000 strong botnet out there trying these attacks against websites which use .asp.<br />
The tool actually uses google to search for these sites and then attempts to exploit them by inserting an HTML iFrame which downloads a malicious Java Script which then installs a Trojan.</p>
<p>Carry on reading to find out how to block this on a Cisco router!<br />
<span id="more-113"></span></p>
<p>The config is as follows, please bare in mind that you will probably need a reasonably specced router and IOS for this. IP CEF is a pre-requisite. I have tested this on 7200 series, 1700 series and 2600 series so far, leave a comment if you have sucessfully tried this on another router!</p>
<p>Config:</p>
<p>The below access list and route-map is used to take any packets that have been tagged with a DSCP value of 1 and route them to a non-existant interface. You will learn how to tag them below!</p>
<p><strong>access-list 130 permit ip any any dscp 1</p>
<p>route-map ASPROX_POLICY_ROUTE_BITBUCKET permit 10<br />
match ip address 130<br />
set interface Null0</strong></p>
<p>The below class-map basically tells the router that we want to match when a specific string is seen in a URL. In this case, the string is part of the get request that the attack uses. Note the &#8220;\&#8221; which are needed before any bracket as a delimiter!</p>
<p><strong>class-map match-any ASPROX_CLASS<br />
match protocol http url &#8220;*DECLARE%20@S%20VARCHAR\(4000\);SET*&#8221;</strong></p>
<p>The Policy-map below basically tags any packet matching the above class-map with a DSCP value of 1.</p>
<p><strong>policy-map ASPROX_POL<br />
class ASPROX_CLASS<br />
set ip dscp 1</strong></p>
<p>The rest of the config attaches both the route map and the Service policy to the interface.</p>
<p><strong>Interface FastEthernet0/0<br />
ip policy route-map ASPROX_POLICY_ROUTE_BITBUCKET<br />
service-policy input ASPROX_POL</strong></p>
<p>To confirm that this is being hit you can do a &#8220;show policy-map interface&#8221; on the router. You should see the packets incrementing. This of course assumes that you are actually seeing the traffic <img src='http://cisconews.co.uk/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /><br />
If not, you could craft the URL yourself to confirm. So, taking this site as an example it would be:</p>
<p>www.cisconews.co.uk//?DECLARE%20@S%20VARCHAR(4000);SET%20@S=CAST</p>
<p>You should then see the packets increment.</p>
<p>Bare in mind that Microsoft released a tool to audit your source code for these vulnerabilities:</p>
<p>http://support.microsoft.com/kb/954476</p>
<p>Let us know if this was of any use to you in the comments!</p>
]]></content:encoded>
			<wfw:commentRss>http://cisconews.co.uk/2008/07/09/asprox-sql-injection-attacks-block-them-using-a-cisco-router/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cisco IOS Packages</title>
		<link>http://cisconews.co.uk/2008/06/13/cisco-ios-packages/</link>
		<comments>http://cisconews.co.uk/2008/06/13/cisco-ios-packages/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 10:32:02 +0000</pubDate>
		<dc:creator>Ray</dc:creator>
		
		<category><![CDATA[Config. Guides]]></category>

		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://cisconews.co.uk/?p=112</guid>
		<description><![CDATA[I have always found looking for a new router IOS quite a long process to ensure you pick not only a reliable IOS but one that has the correct functionality.

Believe it or not ‘if like me you had never actually counted’, in the past Cisco have had 48 available packages boasting different critical functionality such [...]]]></description>
			<content:encoded><![CDATA[<p>I have always found looking for a new router IOS quite a long process to ensure you pick not only a reliable IOS but one that has the correct functionality.</p>
<p><span id="more-112"></span></p>
<p>Believe it or not ‘if like me you had never actually counted’, in the past Cisco have had 48 available packages boasting different critical functionality such as cryptographic features or advanced routing capabilities and protocol support. Choosing the correct package could prove quite difficult, now however Cisco IOS packaging has changed in an attempt to improve the customer experience.</p>
<p>Cisco have now reduced the packages available to 8!, some of which you may recognise from the original available options. There is also the same shift in switch IOS as there is now only a small selection of critical feature sets to choose from which start from basic L2 services to added L3 functionality. The aforementioned ‘critical service’ packages are designed in a hierarchical model and designed to sit on top of each other so for instance, should you choose a package at the top level you will inherently gain all the ‘critical service’ functionally of the levels below.</p>
<p>Please see the following Cisco links for visual representations of the currently available packages, and happy choosing!&#8230;.</p>
<p>Routing - <a href="http://www.cisco.com/en/US/products/sw/iosswrel/ps5460/index.html">http://www.cisco.com/en/US/products/sw/iosswrel/ps5460/index.html</a><br />
Switching - <a href="http://www.cisco.com/en/US/prod/collateral/iosswrel/ps8802/ps5460/prod_bulletin0900aecd80281b17.html">http://www.cisco.com/en/US/prod/collateral/iosswrel/ps8802/ps5460/prod_bulletin0900aecd80281b17.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://cisconews.co.uk/2008/06/13/cisco-ios-packages/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
