<?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>MattLog.net &#187; cisco</title>
	<atom:link href="http://mattlog.net/tag/cisco/feed/" rel="self" type="application/rss+xml" />
	<link>http://mattlog.net</link>
	<description>Matts Admin Tips</description>
	<lastBuildDate>Wed, 21 Jul 2010 01:37:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Exchange 2007 500 Firewall Error</title>
		<link>http://mattlog.net/2008/12/31/exchange-2007-500-firewall-error/</link>
		<comments>http://mattlog.net/2008/12/31/exchange-2007-500-firewall-error/#comments</comments>
		<pubDate>Wed, 31 Dec 2008 00:39:50 +0000</pubDate>
		<dc:creator>Matt Shadbolt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[500 Firewall Error]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[Exchange 2007]]></category>
		<category><![CDATA[ip inspect]]></category>

		<guid isPermaLink="false">http://mattlog.net/?p=94</guid>
		<description><![CDATA[If your having intermittent DSN errors returning to your users with the message &#8220;mail.someremoteserver.com #500 Firewall Error##&#8221; I&#8217;ve found the the error is actually due to your local Cisco router/firewall. It seems that some Cisco routers and IOS versions that use the ip inspect command on the outgoing interface have problems with the newer Exchange [...]]]></description>
			<content:encoded><![CDATA[<p>If your having intermittent DSN errors returning to your users with the message &#8220;mail.someremoteserver.com #500 Firewall Error##&#8221; I&#8217;ve found the the error is actually due to your local Cisco router/firewall.</p>
<p>It seems that some Cisco routers and IOS versions that use the ip inspect command on the outgoing interface have problems with the newer Exchange 07 message headers. Simply remove the ip inspect from the interface (no ip inspect) and the problem seems to disappear.</p>
<p><strong>EDIT: I&#8217;ve since found that you don&#8217;t need to totally disable the ip inspect &#8211; you just need to remove the esmtp filtering from the list of ip inspect protocols. Matt.</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://mattlog.net/2008/12/31/exchange-2007-500-firewall-error/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Consideration when upgrading Cisco IOS Software</title>
		<link>http://mattlog.net/2008/10/15/consideration-when-upgrading-cisco-ios-software/</link>
		<comments>http://mattlog.net/2008/10/15/consideration-when-upgrading-cisco-ios-software/#comments</comments>
		<pubDate>Thu, 16 Oct 2008 02:01:15 +0000</pubDate>
		<dc:creator>Matt Shadbolt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[Cisco IOS Software]]></category>
		<category><![CDATA[Feature Set]]></category>
		<category><![CDATA[IOS]]></category>

		<guid isPermaLink="false">http://mattlog.net/?p=60</guid>
		<description><![CDATA[Upgrading your IOS is generally a pretty strait forward task. There is one consideration you should make before attempting to upgrade your router &#8211; the required &#8220;feature set&#8221;. If you install an IOS image that doesn&#8217;t include some of the features included in your previous IOS version you may find that some functionality is lost. [...]]]></description>
			<content:encoded><![CDATA[<p>Upgrading your IOS is generally a pretty strait forward task. There is one consideration you should make before attempting to upgrade your router &#8211; the required &#8220;feature set&#8221;.</p>
<p>If you install an IOS image that doesn&#8217;t include some of the features included in your previous IOS version you may find that some functionality is lost.</p>
<p>You can quickly check the feature set by running the <em>show version </em>command on your router. You will find the feature set version either in the System Image file name (ie &#8220;flash:c1234aa-advsecurityk9-mz&#8221;) or you can find it on the very first line of the output (ie &#8220;(c1234aa-advsecurityk9-mz)&#8221; ).</p>
<p>Once you know your current feature set, just find the new IOS image that complies with the current feature set and you should be good to go.</p>
]]></content:encoded>
			<wfw:commentRss>http://mattlog.net/2008/10/15/consideration-when-upgrading-cisco-ios-software/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Locking down outbound SMTP</title>
		<link>http://mattlog.net/2008/07/30/locking-down-outbound-smtp/</link>
		<comments>http://mattlog.net/2008/07/30/locking-down-outbound-smtp/#comments</comments>
		<pubDate>Wed, 30 Jul 2008 09:22:35 +0000</pubDate>
		<dc:creator>Matt Shadbolt</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[acl]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[network security]]></category>
		<category><![CDATA[smtp]]></category>

		<guid isPermaLink="false">http://mattlog.wordpress.com/?p=10</guid>
		<description><![CDATA[I&#8217;ve recently had issues with my companies IP address being blacklisted by a bunch of RBL&#8217;s (Realtime Block Lists) blocking mail delivery from our server on the basis that we are sending SPAM. We of course didn&#8217;t realize there was a rouge client on our network sending bulk unsolicited emails. After weeding out the client [...]]]></description>
			<content:encoded><![CDATA[<p><span>I&#8217;ve recently had issues with my companies IP address being blacklisted by a bunch of RBL&#8217;s (Realtime Block Lists) blocking mail delivery from our server on the basis that we are sending SPAM. We of course didn&#8217;t realize there was a rouge client on our network sending bulk unsolicited emails.</span></p>
<p><span>After weeding out the client &#8211; and confirming their AV was installed and up-to-date, it was now time to stop this from happening again. And its actually relitively simple.</span></p>
<p><span>In this (and most) instances, the virus installs a light-weight SMTP server on the client and spews email on behalf of the SPAMmers. To stop this we need to block rouge emails being sent from within our network.</span></p>
<p>My company only has one mail server so the update to our outbound Cisco ACL was simple.</p>
<p>Sample:</p>
<blockquote><p>ip access-list extended sample-inbound<br />
allow ip any host <em>192.168.168.100 </em>eq SMTP<br />
deny ip any any eq SMTP<br />
allow ip any any (yes I know, not good practice but a good example!)</p></blockquote>
<p>OK, so fairly straight forward. As the traffic leaves our network the outbound ACL is run through. Firstly, if the SMTP traffic is from the server (192.168.168.100) the traffic is allowed. If the traffic doesn&#8217;t map the host IP address it drops to the second line. Obviously the next line deny&#8217;s any SMTP traffic &#8211; this is the condition that will stop any other client on the network from sending mail they shouldn&#8217;t be.</p>
<p>Simple as that.</p>
<p>NOTE: Be sure you apply the ACL to the correct interface! You should apply it to the interface that is connected to the server &#8211; in this example the default gateway of the 192.168.168.x network</p>
]]></content:encoded>
			<wfw:commentRss>http://mattlog.net/2008/07/30/locking-down-outbound-smtp/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
