<?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>Router-Secrets.net</title>
	<atom:link href="http://www.router-secrets.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.router-secrets.net</link>
	<description>CISCO Router secrets</description>
	<lastBuildDate>Fri, 05 Nov 2010 20:01:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>QT: reduce impact of debugging (logging) on cisco devices</title>
		<link>http://www.router-secrets.net/cli/reduce-impact-of-debugging-logging-on-cisco-devices/</link>
		<comments>http://www.router-secrets.net/cli/reduce-impact-of-debugging-logging-on-cisco-devices/#comments</comments>
		<pubDate>Thu, 04 Nov 2010 13:59:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CLI]]></category>
		<category><![CDATA[QuickTip]]></category>

		<guid isPermaLink="false">http://www.router-secrets.net/?p=368</guid>
		<description><![CDATA[Have you ever killed your router/switch by enabling &#8220;some&#8221; debugging output? You can easily reduce the impact of debug-logging on cisco devices by disabling logging to the console port. Under normal circumstances you don&#8217;t need the logging output on the console port. In global configuration mode type: no logging console to disable logging to the [...]]]></description>
			<content:encoded><![CDATA[<p>Have you ever killed your router/switch by enabling &#8220;some&#8221; debugging output?<br />
You can easily reduce the impact of debug-logging on cisco devices by disabling logging to the console port. Under normal circumstances you don&#8217;t need the logging output on the console port.<br />
In global configuration mode type:</p>
<p><strong><em>no logging console</em></strong> to disable logging to the console.</p>
<p>This will prevent your router/switch from generating an interrupt for each single character, that is put to the console interface.</p>
<img src="http://www.router-secrets.net/xwordxpress/?ak_action=api_record_view&id=368&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.router-secrets.net/cli/reduce-impact-of-debugging-logging-on-cisco-devices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>view pre-shared-key in ASA config</title>
		<link>http://www.router-secrets.net/firewalling/view-pre-shared-key-in-asa-config/</link>
		<comments>http://www.router-secrets.net/firewalling/view-pre-shared-key-in-asa-config/#comments</comments>
		<pubDate>Wed, 03 Nov 2010 10:22:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASA/PIX]]></category>
		<category><![CDATA[CLI]]></category>
		<category><![CDATA[Firewalling]]></category>
		<category><![CDATA[QuickTip]]></category>

		<guid isPermaLink="false">http://www.router-secrets.net/?p=373</guid>
		<description><![CDATA[show running won&#8217;t show you any pre-shared-keys for tunnels, aaa-server keys and failover keys in cleartext. You will only see things like: failover key ***** aaa-server authserver (inside) host 192.168.1.1 key ***** tunnel-group clients ipsec-attributes pre-shared-key ***** simply use the more system:running-config-command to show all your keys uncrypted.]]></description>
			<content:encoded><![CDATA[<p><em><strong>show running</strong></em> won&#8217;t show you any pre-shared-keys for tunnels, aaa-server keys and failover keys in cleartext. You will only see things like:</p>
<p><code>failover key *****</p>
<p>aaa-server authserver (inside) host 192.168.1.1<br />
 key *****</p>
<p>tunnel-group clients ipsec-attributes<br />
 pre-shared-key *****<br />
</code></p>
<p>simply use the <strong><em>more system:running-config</em></strong>-command to show all your keys uncrypted.</p>
<img src="http://www.router-secrets.net/xwordxpress/?ak_action=api_record_view&id=373&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.router-secrets.net/firewalling/view-pre-shared-key-in-asa-config/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Archive your router-configuration on flash (or any other destination)</title>
		<link>http://www.router-secrets.net/cli/archive-your-router-configuration-on-flash-or-any-other-destination/</link>
		<comments>http://www.router-secrets.net/cli/archive-your-router-configuration-on-flash-or-any-other-destination/#comments</comments>
		<pubDate>Thu, 08 Jul 2010 12:41:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CLI]]></category>

		<guid isPermaLink="false">http://www.router-secrets.net/?p=338</guid>
		<description><![CDATA[You want to keep older configurations of your router? Maybe to switch back to the last known good config? Or just for documentation? Or to verify the last changes in your config? Or review changes made by your collegue? Of course RANCID combined with a graphical CVS-viewer would be a very good solution. But you [...]]]></description>
			<content:encoded><![CDATA[<p>You want to keep older configurations of your router? Maybe to switch back to the last known good config? Or just for documentation? Or to verify the last changes in your config? Or review changes made by your collegue?</p>
<p>Of course RANCID combined with a graphical CVS-viewer would be a very good solution. But you can achieve this task with less effort directly on your router too. Therefor you need the <strong>archive</strong>-feature.</p>
<p>With the archive commands you can automatically write your configs to flash: &#8211; or some other destinations (ftp:, http:, https:, pram:, rcp:, scp:, tftp:)</p>
<p>You have many features with archive &#8211; but today let&#8217;s focus only on automatically archiving the current configuration when doing a <strong><em>copy running-config startup-config</em></strong> (or the more or less obsolete <strong><em>write mem</em></strong>)</p>
<blockquote><p>mkdir flash:/configs<br />
configure terminal<br />
archive<br />
path flash:configs/archive<br />
maximum 14<br />
write-memory</p></blockquote>
<p>Command explanation:</p>
<ul>
<li><strong><em>mkdir flash:/configs</em></strong> creates a new directory on flash:</li>
<li><strong><em>path flash:configs/archive</em></strong> defines the path and filenamesuffix of the files</li>
<li><strong><em>maximum 14</em></strong> defines the maximum number of configs held on the flash: (currently 1-14)</li>
<li><strong><em>write-memory</em></strong> will save a new version of the running-config into the archive-folder (flash:configs in our example) each time you do a <strong><em>copy running-config startup-config</em></strong> or <strong><em>write mem</em></strong></li>
</ul>
<p>with <strong><em>show archive</em></strong> you can review all existing configs in flash:</p>
<blockquote><p>Router#sh archive<br />
The maximum archive configurations allowed is 14.<br />
There are currently 3 archive configurations saved.<br />
The next archive file will be named flash:configs/archive-3<br />
Archive #  Name<br />
1        flash:configs/archive-0<br />
2        flash:configs/archive-1<br />
3        flash:configs/archive-2 &lt;- Most Recent<br />
4<br />
5<br />
6<br />
7<br />
8<br />
9<br />
10<br />
11<br />
12<br />
13<br />
14<br />
Router#</p></blockquote>
<p>to view differences between 2 configs use <strong><em>show archive config differences &lt;file1&gt; &lt;file2&gt;</em></strong><br />
For demonstration I created a new Loopback Interface, added an EIGRP-routing-process and wrote the new configuration to NVRAM (<em>write mem</em>)</p>
<blockquote><p>
<strong><em>show archive config differences flash:configs/archive-2 flash:configs/archive-3</em></strong></p>
<p>Contextual Config Diffs:<br />
+interface Loopback1<br />
 +ip address 192.168.1.1 255.255.255.255<br />
+router eigrp 1<br />
 +network 192.168.1.1 0.0.0.0<br />
 +no auto-summary<br />
 +eigrp stub connected summary</p>
<p>Router#</p></blockquote>
<p>You also can write a new version of your current configuration into the archive without touching the startup-config with the <strong><em>archive config</em></strong> command.</p>
<p>It is also possible to write a new configuration on a interval-basis. But I don&#8217;t recommend this on a flash-device, because if you don&#8217;t change your config for a longer time (&#8220;long&#8221; depends on your backup-interval) you have a maximum of 14 same configurations &#8211; and of course lost the configs with real changes.</p>
<img src="http://www.router-secrets.net/xwordxpress/?ak_action=api_record_view&id=338&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.router-secrets.net/cli/archive-your-router-configuration-on-flash-or-any-other-destination/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring a TwinGig Converter Module (CVR-X2-SFP) in a Catalyst 4500</title>
		<link>http://www.router-secrets.net/switching/configuring-a-twingig-converter-module-cvr-x2-sfp-in-a-catalyst-4500/</link>
		<comments>http://www.router-secrets.net/switching/configuring-a-twingig-converter-module-cvr-x2-sfp-in-a-catalyst-4500/#comments</comments>
		<pubDate>Wed, 17 Mar 2010 18:50:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Switching]]></category>

		<guid isPermaLink="false">http://www.router-secrets.net/?p=313</guid>
		<description><![CDATA[Worried about the following error-message while plugging in a TwinGig Converter Module (CVR-X2-SFP) in a Catalyst 4500? %C4K_TRANSCEIVERMAN-3-SEEPROMREADFAILED: Failed to read transceiver serial eeprom on port Te5/3, try reinserting This is really not a serious problem although it looks like one. You just have to configure your TenGigE-Port to GigE. On a 6Port 10GE-Linecard (WS-X4606-X2-E) [...]]]></description>
			<content:encoded><![CDATA[<p>Worried about the following error-message while plugging in a TwinGig Converter Module (CVR-X2-SFP) in a Catalyst 4500?</p>
<p><em>%C4K_TRANSCEIVERMAN-3-SEEPROMREADFAILED: Failed to read transceiver serial eeprom on port Te5/3, try reinserting</em></p>
<p>This is really not a serious problem although it looks like one. You just have to configure your TenGigE-Port to GigE. On a 6Port 10GE-Linecard (WS-X4606-X2-E) it is important, that you can only put 3 ports in 1GigE-Mode at once. Each 3 Ports are grouped together to one Port-Group. If this is a problem you can deal with the TenGigE-Ports on your Sup (depending on the Sup you are using&#8230;)<br />
<br />
You can have the following configurations on a WS-X4606-X2-E:</p>
<ul>
<li>6 TenGigE</li>
<li>3 TenGigE, 6 GigE</li>
<li><span style="color: #bbbbbb;"> 6GigE, 3 TenGigE</span></li>
<li> 12 GigE</li>
</ul>
<p><strong>To switch a Port-Group over to 1 GigE use the following command:</strong></p>
<blockquote><p>hw-module module 5 port-group 1 select gigabitethernet</p></blockquote>
<p>This will put your 1st three ports on the Module in Slot 5 into Gigabit-Mode and voila &#8211; your TwinGigConverterModule will no longer be rejected with this crazy errormessage.</li>
<img src="http://www.router-secrets.net/xwordxpress/?ak_action=api_record_view&id=313&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.router-secrets.net/switching/configuring-a-twingig-converter-module-cvr-x2-sfp-in-a-catalyst-4500/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>QT: get rid of the CTRL-SHIFT-6 thing&#8230; (cisco escape character)</title>
		<link>http://www.router-secrets.net/cli/qt-get-rid-of-the-ctrl-shift-6-escape-character/</link>
		<comments>http://www.router-secrets.net/cli/qt-get-rid-of-the-ctrl-shift-6-escape-character/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 20:57:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CLI]]></category>
		<category><![CDATA[QuickTip]]></category>

		<guid isPermaLink="false">http://www.router-secrets.net/?p=296</guid>
		<description><![CDATA[Do you sometimes have the problem, that CTRL-SHIFT-6 (CTRL-^) won&#8217;t work to cancel a traceroute or other commands? Especially on foreign keymaps? Than simply change the escape-sequence for your VTYs or CONsole: change escape-character to CTRL-C on VTYs (telnet and/or ssh-access): line vty 0 15 escape-character 3 end change escape-character to ESC on CONsole (serial-access [...]]]></description>
			<content:encoded><![CDATA[<p>Do you sometimes have the problem, that CTRL-SHIFT-6 (CTRL-^) won&#8217;t work to cancel a traceroute or other commands? Especially on foreign keymaps? Than simply change the escape-sequence for your VTYs or CONsole:<br />
<br />
<strong>change escape-character to CTRL-C on VTYs (telnet and/or ssh-access):</strong></p>
<blockquote><p>line vty 0 15<br />
escape-character 3<br />
end</p></blockquote>
<p>
<strong>change escape-character to ESC on CONsole (serial-access on console port):</strong></p>
<blockquote><p>
line con 0<br />
escape-character 27<br />
end</p></blockquote>
<p>CTRL-C is a good choice &#8211; it&#8217;s a well known keystroke to cancel processes on CLIs.<br />
ESC is nice because it uses the very less used ESC key &#8211; but the usage of the esc-code has one drawback: If you telnet to a further router from the commandline of your current router, than the command history will not be accessible via your curser up-/down-keys any longer because they are sending keycodes beginning with ESC &#8211; this breakes the Cursor-keycodes. Also the 1st CTRL-C will be eaten by router 1 &#8211; the next one is passed to router2.</p>
<p>So I recommend to use CTRL-C but of course you can configure any other ASCII-code as the escape-character.</p>
<img src="http://www.router-secrets.net/xwordxpress/?ak_action=api_record_view&id=296&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.router-secrets.net/cli/qt-get-rid-of-the-ctrl-shift-6-escape-character/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>EIGRP &#8211; Tagging of internal routes (TAG value)</title>
		<link>http://www.router-secrets.net/routing/eigrp-tagging-of-internal-routes-tag-value/</link>
		<comments>http://www.router-secrets.net/routing/eigrp-tagging-of-internal-routes-tag-value/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 17:25:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[EIGRP]]></category>
		<category><![CDATA[Routing]]></category>

		<guid isPermaLink="false">http://www.router-secrets.net/?p=285</guid>
		<description><![CDATA[Did you ever tag your EIGRP routes to prevent routingloops in an enterprise network? And did you mind about the TAG-value? YOU HAVE TO! If you tag your external EIGRP routes (that ones you already redistributed from another routing protocol or from static) with a routemap you can choose your TAG-value from 0-4294967295. But if [...]]]></description>
			<content:encoded><![CDATA[<p>Did you ever tag your EIGRP routes to prevent routingloops in an enterprise network? And did you mind about the TAG-value? YOU HAVE TO!</p>
<p>If you tag your <strong>external EIGRP routes </strong>(that ones you already redistributed from another routing protocol or from static) with a routemap you can choose your TAG-value from <strong>0-4294967295</strong>.</p>
<p>But if you try to tag <strong>internal EIGRP routes</strong>, you can only use the range <strong>0-255</strong>. Currently I wasn&#8217;t able to find any documentation about this &#8211; but thats the thing I had to learn while trying to use greater values.</p>
<p>Let&#8217;s do an example:</p>
<p>2 Routers connected via Eth 1/0, Transfernet 192.168.12.0/29, Lo 0 on both routers, EIGRP 1</p>
<blockquote><p>router eigrp 1<br />
network 10.0.0.0<br />
network 192.168.0.0 0.0.255.255<br />
distribute-list route-map settag out<br />
no auto-summary<br />
!<br />
route-map settag permit 10<br />
set tag 199</p></blockquote>
<p>The topology-table on Router2 for the Loopback-IP of Router1 shows this:</p>
<blockquote><p>R2#sh ip eig top 10.1.1.1/32<br />
IP-EIGRP (AS 1): Topology entry for 10.1.1.1/32<br />
State is Passive, Query origin flag is 1, 1 Successor(s), FD is 409600<br />
Routing Descriptor Blocks:<br />
192.168.12.1 (Ethernet1/0), from 192.168.12.1, Send flag is 0&#215;0<br />
Composite metric is (409600/128256), Route is Internal<br />
Vector metric:<br />
Minimum bandwidth is 10000 Kbit<br />
Total delay is 6000 microseconds<br />
Reliability is 255/255<br />
Load is 1/255<br />
Minimum MTU is 1500<br />
Hop count is 1<br />
<strong>Internal tag is 199</strong><br />
R2#</p></blockquote>
<p>Now Let&#8217;s try it with tag-value 256</p>
<blockquote><p>route-map settag permit 10<br />
set tag 256</p></blockquote>
<p>Topology-table of Router2:</p>
<blockquote><p>R2#sh ip eig top 10.1.1.1/32<br />
IP-EIGRP (AS 1): Topology entry for 10.1.1.1/32<br />
State is Passive, Query origin flag is 1, 1 Successor(s), FD is 409600<br />
Routing Descriptor Blocks:<br />
192.168.12.1 (Ethernet1/0), from 192.168.12.1, Send flag is 0&#215;0<br />
Composite metric is (409600/128256), Route is Internal<br />
Vector metric:<br />
Minimum bandwidth is 10000 Kbit<br />
Total delay is 6000 microseconds<br />
Reliability is 255/255<br />
Load is 1/255<br />
Minimum MTU is 1500<br />
Hop count is 1<br />
R2#</p></blockquote>
<p>As we can see, internal TAG-values greater than 255 are ignored.<br />
If you tag an external Route, you can use the whole range suggested from the <strong><em>set tag</em></strong> command (0-4294967295). This limitation applies only to internal routes.</p>
<p>All tests were made with 12.4(24)T2</p>
<img src="http://www.router-secrets.net/xwordxpress/?ak_action=api_record_view&id=285&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.router-secrets.net/routing/eigrp-tagging-of-internal-routes-tag-value/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding a backlight to your 7940/7960 CISCO-IPPhone</title>
		<link>http://www.router-secrets.net/voip/adding-a-backlight-to-your-7940-7960-cisco-ipphone/</link>
		<comments>http://www.router-secrets.net/voip/adding-a-backlight-to-your-7940-7960-cisco-ipphone/#comments</comments>
		<pubDate>Sat, 07 Nov 2009 11:42:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Hardware]]></category>
		<category><![CDATA[VoIP]]></category>

		<guid isPermaLink="false">http://www.router-secrets.net/?p=87</guid>
		<description><![CDATA[It&#8217;s a shame that the 7940/7960 doesn&#8217;t have a backlight. But there is a DIY-solution for this problem. You can modifiy the display of your Cisco IP-Phone relativley easy. You simply need a few inexpensive parts and can start to modify your phone. You will need: EL Foil 112x87mm (blue one looks very cool) EL-Power [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.router-secrets.net/xwordxpress/wp-content/uploads/2009/11/Phone7960_4452.JPG"><img class="alignleft size-full wp-image-174" title="CISCO 7960" src="http://www.router-secrets.net/xwordxpress/wp-content/uploads/2009/11/Phone7960_4452.JPG" alt="Phone7960_4452" width="90" height="63" /></a>It&#8217;s a shame that the 7940/7960 doesn&#8217;t have a backlight. But there is a DIY-solution for this problem. You can modifiy the display of your Cisco IP-Phone relativley easy. You simply need a few inexpensive parts and can start to modify your phone.</p>
<p>You will need:</p>
<ul>
<li>EL Foil 112x87mm (blue one looks very cool)</li>
<li>EL-Power Supply</li>
<li>2 LEDs &#8211; 3mm &#8211; blue</li>
<li>some wires</li>
<li>and of course some tools for soldering and dis-/reassembling the phone</li>
</ul>
<p>In Germany you can get the EL-parts at <a title="Conrad Electronic" href="http://www.conrad.de" target="_blank">Conrad Electronic</a> &#8211; but you should be able to get these stuff in all big electronic stores or even at ebay. Don&#8217;t worry if you couldn&#8217;t get the EL-Foil in the right dimensions &#8211; you can cut these foils with a pair of scissors. YES, the foil won&#8217;t be destroyed (but DON&#8217;T cut the connectors <img src='http://www.router-secrets.net/xwordxpress/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' />  )</p>
<p>The powersupply for the EL-foil (the EL-converter) is a very big problem. These converters work with a frequence of about 400Hz to 900Hz for genereating the supply voltage of abt. 110 Volt. If you place this converter inside your phone (there is enough room for it inside) and even try to supply some power of your phone to the converter, you will hear a very annoying noise in your handset and even in the loudspeaker of your phone. This is absolutly inacceptable &#8211; so I&#8217;m currently searching for a good solution to power the EL-foil quietly.</p>
<p>If you have a good idea or even a ready solution &#8211; please let me know. It must be possible to build a cheap EL-converter with a working frequency outside the hearable soundspectrum. Someone told me that there are ICs from <a href="http://www.maxim-ic.com" target="_blank">MAXIM</a> which are working at about 1MHz &#8211; but I couldn&#8217;t find a suitable chip yet.</p>
<p>Ok, let&#8217;s begin with the Phone-mod.</p>
<p>Have a look at the following pictures for disassembling the phone:</p>
<p><a href="http://www.router-secrets.net/xwordxpress/wp-content/uploads/2009/11/Slider_closed_4457.JPG"><img class="alignleft size-full wp-image-224" title="Slider_closed_4457" src="http://www.router-secrets.net/xwordxpress/wp-content/uploads/2009/11/Slider_closed_4457.JPG" alt="Slider_closed_4457" width="90" height="60" /></a><a href="http://www.router-secrets.net/xwordxpress/wp-content/uploads/2009/11/Slider_open_4459.JPG"><img class="alignleft size-full wp-image-225" title="Slider_open_4459" src="http://www.router-secrets.net/xwordxpress/wp-content/uploads/2009/11/Slider_open_4459.JPG" alt="Slider_open_4459" width="90" height="60" /></a><a href="http://www.router-secrets.net/xwordxpress/wp-content/uploads/2009/11/hiddenScrew_4465.JPG"><img class="alignleft size-full wp-image-221" title="hiddenScrew_4465" src="http://www.router-secrets.net/xwordxpress/wp-content/uploads/2009/11/hiddenScrew_4465.JPG" alt="hiddenScrew_4465" width="90" height="60" /></a><a href="http://www.router-secrets.net/xwordxpress/wp-content/uploads/2009/11/PhoneOpen_4467.JPG"><img class="alignleft size-full wp-image-223" title="PhoneOpen_4467" src="http://www.router-secrets.net/xwordxpress/wp-content/uploads/2009/11/PhoneOpen_4467.JPG" alt="PhoneOpen_4467" width="90" height="60" /></a><a href="http://www.router-secrets.net/xwordxpress/wp-content/uploads/2009/11/DisplayConnector_4469.JPG"><img class="size-full wp-image-218 alignnone" title="DisplayConnector_4469" src="http://www.router-secrets.net/xwordxpress/wp-content/uploads/2009/11/DisplayConnector_4469.JPG" alt="DisplayConnector_4469" width="90" height="60" /></a></p>
<p>Now let&#8217;s continue with the more tricky part:</p>
<p><a href="http://www.router-secrets.net/xwordxpress/wp-content/uploads/2009/11/DisplayUnglue_4472.JPG"><img class="alignleft size-full wp-image-220" title="DisplayUnglue_4472" src="http://www.router-secrets.net/xwordxpress/wp-content/uploads/2009/11/DisplayUnglue_4472.JPG" alt="DisplayUnglue_4472" width="90" height="60" /></a>You need to remove the LCDisplay from the frame. It is glued with double-faced adhesive tape. Be VERY CAREFUL not to break the GlasDisplay! You can gently bend the frame very slowly away from the LCD. This works better if you get  your display including the frame to a temperature of about 40 or 50 degrees.</p>
<p>Removing the reflective foil:</p>
<p><a href="http://www.router-secrets.net/xwordxpress/wp-content/uploads/2009/11/DisplayCloseup_4473.JPG"><img class="alignleft size-full wp-image-217" title="DisplayCloseup_4473" src="http://www.router-secrets.net/xwordxpress/wp-content/uploads/2009/11/DisplayCloseup_4473.JPG" alt="DisplayCloseup_4473" width="90" height="60" /></a><a href="http://www.router-secrets.net/xwordxpress/wp-content/uploads/2009/11/DisplayRemoveReflective_4474.JPG"><img class="alignleft size-full wp-image-219" title="DisplayRemoveReflective_4474" src="http://www.router-secrets.net/xwordxpress/wp-content/uploads/2009/11/DisplayRemoveReflective_4474.JPG" alt="DisplayRemoveReflective_4474" width="90" height="60" /></a>Pay attention that you only remove the thin, reflective foil. There is another, thicker foil for polarization. If you remove this one you will not be able to see anything on your Display. At last use isopropanol to remove the glue from the polarization foil.</p>
<p>Place EL-Foil and Converter:</p>
<p><a href="http://www.router-secrets.net/xwordxpress/wp-content/uploads/2009/11/Backlight_4475.JPG"><img class="alignleft size-full wp-image-214" title="Backlight_4475" src="http://www.router-secrets.net/xwordxpress/wp-content/uploads/2009/11/Backlight_4475.JPG" alt="Backlight_4475" width="90" height="60" /></a><a href="http://www.router-secrets.net/xwordxpress/wp-content/uploads/2009/11/Converter_4478.JPG"><img class="alignleft size-full wp-image-215" title="Converter_4478" src="http://www.router-secrets.net/xwordxpress/wp-content/uploads/2009/11/Converter_4478.JPG" alt="Converter_4478" width="90" height="60" /></a>Insert the EL-Foil between plastic frame and display. There is no need to glue this parts together &#8211; just be careful while reassembling the phone. If you decide to use the &#8220;noisy solution&#8221; here is a good position for placing the EL-converter. In this case it is highly reccomended that you power your converter from an external source outside the phone. This will keep the noises very low &#8211; and nearly unhearable. If you like a clean, blue optic change the 2 LEDs on the little PCB near the handset cradle. Connect all parts with the correct wires and reassemble the phone &#8211; and you are done.</p>
<p>Enjoy your 7940/7960 at night <img src='http://www.router-secrets.net/xwordxpress/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p><a href="http://www.router-secrets.net/xwordxpress/wp-content/uploads/2009/11/BluePhone_4528.JPG"><img class="alignnone size-full wp-image-267" title="BluePhone_4528" src="http://www.router-secrets.net/xwordxpress/wp-content/uploads/2009/11/BluePhone_4528.JPG" alt="BluePhone_4528" width="300" height="200" /></a></p>
<p>If you have a good solution for a silent EL-Converter, I would appreciate if you <a href="mailto:router-secrets@65bit.de?Subject=EL-Converter">contact me</a> or write a comment here. It doesn&#8217;t matter if it is a ready made converter or just an application note, design guide or partnumber of the right chip. Thank you.</p>
<img src="http://www.router-secrets.net/xwordxpress/?ak_action=api_record_view&id=87&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.router-secrets.net/voip/adding-a-backlight-to-your-7940-7960-cisco-ipphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco switch doesn&#8217;t learn MAC address</title>
		<link>http://www.router-secrets.net/switching/cisco-switch-doesnt-learn-mac-address/</link>
		<comments>http://www.router-secrets.net/switching/cisco-switch-doesnt-learn-mac-address/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 12:06:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Switching]]></category>

		<guid isPermaLink="false">http://www.router-secrets.net/?p=156</guid>
		<description><![CDATA[Did you ever have the problem that your switch didn&#8217;t learn the MAC-addresses of the connected devices on one of its switchport? All cabling seems all right &#8211; Link is UP &#8211; Port is connected. But show mac address-table won&#8217;t show you the MAC of your device although it is sending packets. Check your VLAN-config! [...]]]></description>
			<content:encoded><![CDATA[<p>Did you ever have the problem that your switch didn&#8217;t learn the MAC-addresses of the connected devices on one of its switchport? All cabling seems all right &#8211; Link is UP &#8211; Port is connected.<br />
But <strong><em>show mac address-table</em></strong> won&#8217;t show you the MAC of your device although it is sending packets.</p>
<p><strong>Check your VLAN-config!</strong></p>
<p>If your switchport is configured to a VLAN thet doesn&#8217;t exists on your switch &#8211; then the switch won&#8217;t learn anything on this port. This could only happen if your switch is in VTP mode &#8220;client&#8221;.<br />
Otherwise the VLAN will be created automatically.</p>
<img src="http://www.router-secrets.net/xwordxpress/?ak_action=api_record_view&id=156&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.router-secrets.net/switching/cisco-switch-doesnt-learn-mac-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Allow TLS through ASA / PIX (SMTP fixup/ESMTP application inspection)</title>
		<link>http://www.router-secrets.net/firewalling/asapix/allow-tls-through-asa-pix-smtp-fixup-esmtp-application-inspection/</link>
		<comments>http://www.router-secrets.net/firewalling/asapix/allow-tls-through-asa-pix-smtp-fixup-esmtp-application-inspection/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 19:53:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASA/PIX]]></category>
		<category><![CDATA[application inspection]]></category>
		<category><![CDATA[ESMTP]]></category>
		<category><![CDATA[MPF]]></category>
		<category><![CDATA[TLS]]></category>

		<guid isPermaLink="false">http://www.router-secrets.net/?p=111</guid>
		<description><![CDATA[Per default TLS is not allowed by the application inspection on ASA55x0 and fixup protocol on PIX. PIX with IOS 6.x even is not capable of handling ESMTP. The only way to enable TLS/ESMTP on an old PIX is to disable the smtp-fixup: no fixup smtp On ASA55x0 Systems things are looking better. If you [...]]]></description>
			<content:encoded><![CDATA[<p>Per default TLS is not allowed by the application inspection on ASA55x0 and fixup protocol on PIX.</p>
<p><strong>PIX</strong> with <strong>IOS 6.x</strong> even is not capable of handling ESMTP. The only way to enable TLS/ESMTP on an old PIX is to disable the smtp-fixup:</p>
<blockquote><p>no fixup smtp</p></blockquote>
<p>On <strong>ASA55x0</strong> Systems things are looking better. If you run <strong>7.2(3) or higher</strong> you can enable the 250-STARTTLS ESMTP-Command by adding the following policy-map:</p>
<blockquote><p>policy-map type inspect esmtp esmtp_pmap<br />
parameters<br />
allow-tls [action log]</p></blockquote>
<p><strong><em>action log</em></strong> enables the logging of TLS events.</p>
<p>Don&#8217;t forget to activate this policy. If you want to enable it on the default global policy type:</p>
<blockquote><p>policy-map global_policy<br />
class inspection_default<br />
no inspect esmtp<br />
inspect esmtp esmtp_pmap<br />
exit</p></blockquote>
<p><strong>ASA</strong>&#8216;s <strong>below 7.2(3)</strong> have only the option to disable esmtp inspection like this:</p>
<blockquote><p>policy-map global_policy<br />
class inspection_default<br />
no inspect esmtp<br />
exit</p></blockquote>
<p><strong>Why is TLS disabled per default?</strong><br />
TLS is an end to end encryption between two MTA&#8217;s. The Firewall is not able to inspect any payload of encrypted traffic &#8211; so for security reasons TLS will be denied by default.</p>
<img src="http://www.router-secrets.net/xwordxpress/?ak_action=api_record_view&id=111&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.router-secrets.net/firewalling/asapix/allow-tls-through-asa-pix-smtp-fixup-esmtp-application-inspection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>TACACS+ tacacs-server key and password-encryption</title>
		<link>http://www.router-secrets.net/aaa/tacacs-tacacs-server-key-and-passwordencryption/</link>
		<comments>http://www.router-secrets.net/aaa/tacacs-tacacs-server-key-and-passwordencryption/#comments</comments>
		<pubDate>Thu, 03 Sep 2009 11:40:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[AAA]]></category>
		<category><![CDATA[password-encryption]]></category>
		<category><![CDATA[tacacs]]></category>

		<guid isPermaLink="false">http://www.router-secrets.net/?p=88</guid>
		<description><![CDATA[service password-encryption will not encrypt the tacacs-server key on most IOS 12.2 and below. So be careful with copy&#38;paste things like tacacs-server key 7 120B0A02060E1E49392E273A3621315D091317 You have to enter your tacacs-server key in cleartext for a working tacacs setup. tacacs-server key router-secrets.net Erroneous configuration may result in the following output of debug tacacs: TPLUS: Queuing [...]]]></description>
			<content:encoded><![CDATA[<p><strong><em>service password-encryption</em></strong> will not encrypt the <strong><em>tacacs-server key</em></strong> on most IOS 12.2 and below.</p>
<p>So be careful with copy&amp;paste things like</p>
<p><strong><em>tacacs-server key 7 120B0A02060E1E49392E273A3621315D091317</em></strong></p>
<p>You have to enter your tacacs-server key in cleartext for a working tacacs setup.</p>
<p><em><strong>tacacs-server key router-secrets.net</strong></em></p>
<p>Erroneous configuration may result in the following output of <em><strong>debug tacacs</strong></em>:</p>
<pre>TPLUS: Queuing AAA Authentication request 199 for processing
TPLUS: processing authentication start request id 199
TPLUS: Authentication start packet created for 199()
TPLUS: Using server 192.168.1.1
TPLUS(000000C7): connected to server 192.168.1.1
TPLUS: response received for AAA request 199
TPLUS: received bad AUTHEN packet: length = 6, expected 66016
<span style="color: #ff0000;"><strong>TPLUS: Invalid AUTHEN packet (check keys)

</strong></span></pre>
<p><span>The <strong style="font-weight: bold;">0 </strong><em style="font-weight: normal;">string</em> and <strong style="font-style: normal; font-weight: bold;">7</strong><em style="font-style: normal; font-weight: normal;"> </em><em>string </em>keyword and argument pairs were added in </span><span>12.3(2)T</span></p>
<img src="http://www.router-secrets.net/xwordxpress/?ak_action=api_record_view&id=88&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.router-secrets.net/aaa/tacacs-tacacs-server-key-and-passwordencryption/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

