<?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>yurisk.info &#187; Chen</title>
	<atom:link href="http://yurisk.info/author/chura/feed/" rel="self" type="application/rss+xml" />
	<link>http://yurisk.info</link>
	<description>Yuri Slobodyanyuk&#039;s blog on IT Security and Networking</description>
	<lastBuildDate>Tue, 31 Jan 2012 11:28:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Cisco log: Missing cef table for tableid 65535 during CEF samecable event</title>
		<link>http://yurisk.info/2010/01/21/cisco-log-missing-cef-table-for-tableid-65535-during-cef-samecable-event/</link>
		<comments>http://yurisk.info/2010/01/21/cisco-log-missing-cef-table-for-tableid-65535-during-cef-samecable-event/#comments</comments>
		<pubDate>Thu, 21 Jan 2010 10:39:19 +0000</pubDate>
		<dc:creator>Chen</dc:creator>
				<category><![CDATA[Cisco]]></category>
		<category><![CDATA[IOS Cisco]]></category>

		<guid isPermaLink="false">http://yurisk.info/?p=412</guid>
		<description><![CDATA[Today I&#8217;ve noticed some strange error on my Cisco 1841 router : %FIB-4-FIBCBLK: Missing cef table for tableid 65535 during CEF samecable event After searching the net, i&#8217;ve found some Cisco bug that describes this. &#8220;FIB-4-FIBCBLK errors with dns view Symptoms Message &#8220;%FIB-4-FIBCBLK: Missing cef table for tableid 65535 during CEF samecable event&#8221; displayed on [...]]]></description>
			<content:encoded><![CDATA[<p>Today I&#8217;ve noticed some strange error on my Cisco 1841 router :</p>
<div class="cmd"> %FIB-4-FIBCBLK: Missing cef table for tableid 65535 during CEF samecable event</div>
<p>After searching the net, i&#8217;ve found some Cisco bug that describes this.<br />
&#8220;FIB-4-FIBCBLK errors with dns view<br />
Symptoms</p>
<p>Message &#8220;%FIB-4-FIBCBLK: Missing cef table for tableid 65535 during CEF samecable event&#8221; displayed on the console logs.</p>
<p>Conditions</p>
<p>The message seems to be generated anytime a dns request is made to the router where the router then has to use the dns forwarder</p>
<p>Workaround<br />
No workaround&#8221;<br />
	(<a href="http://tools.cisco.com/Support/BugToolKit/search/getBugDetails.do?method=fetchBugDetails&amp;bugId=CSCsx53968">Source</a>)</p>
<p>This happens when you have DNS server on the device and it needs to grab the answer from the device configured DNS server (A.K.A DNS Forwarder), and each request will cause this error log.</p>
<p>According to Cisco, the affected device list does not include my MD release &#8211; 12.4(25b), however i do see it . (<a href="http://tools.cisco.com/Support/BugToolKit/search/knownAffectedVersions.do?method=fetchKnownAffectedVersions&amp;bugId=CSCsx53968">List</a>)</p>
<p>List of IOS with the Fix :<br />
12.2(33)XNE<br />
12.4(24.6)T1<br />
12.4(15)T9<br />
12.2(32.8.11)SR183<br />
12.2(32.8.1)REC186<br />
12.4(20)T3<br />
12.2(33.1.3)MCP5<br />
15.0(1)M<br />
12.4(24)T1<br />
12.2(32.8.1)REE186<br />
12.4(22)T2<br />
12.4(22)MDA1<br />
12.4(24)YG<br />
12.4(24)GC1<br />
12.4(22)XR<br />
12.4(24)MD<br />
12.4(22)YE2</p>
]]></content:encoded>
			<wfw:commentRss>http://yurisk.info/2010/01/21/cisco-log-missing-cef-table-for-tableid-65535-during-cef-samecable-event/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Scheduled Daily Reboot of FortiGate</title>
		<link>http://yurisk.info/2010/01/19/scheduleddaily-reboot-of-fortigate/</link>
		<comments>http://yurisk.info/2010/01/19/scheduleddaily-reboot-of-fortigate/#comments</comments>
		<pubDate>Tue, 19 Jan 2010 07:43:54 +0000</pubDate>
		<dc:creator>Chen</dc:creator>
				<category><![CDATA[Fortigate]]></category>

		<guid isPermaLink="false">http://yurisk.info/?p=402</guid>
		<description><![CDATA[Recently I had to do late night restart of a Fortigate and was looking for &#8220;Reload in&#8230;&#8221; I found it, but in Fortigate it is a little different. It&#8217;s called Daily Restart, and if you want to use it once you need to remember to remove this command. config system global set daily-restart enable set [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I had to do late night restart of a Fortigate and  was looking for &#8220;Reload in&#8230;&#8221;<br />
I found it, but in Fortigate it is a little different.<br />
It&#8217;s called <strong>Daily Restart</strong>, and <u><font color="#FF0000"> if you want to use it once you need to remember to remove this command.</font></u></p>
<div class="cmd"> config system global<br />
set daily-restart enable<br />
set restart time 04:00<br />
end</div>
<p>Now the FortiGate is configured to reboot at 4 AM (System Time).<br />
Don&#8217;t forget to update the system clock (Use NTP, Always keeps it synced)</p>
]]></content:encoded>
			<wfw:commentRss>http://yurisk.info/2010/01/19/scheduleddaily-reboot-of-fortigate/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

