<?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>Opilab</title>
	<atom:link href="http://blog.opilab.ch/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.opilab.ch</link>
	<description>Linux - Network - Technology</description>
	<lastBuildDate>Wed, 29 Feb 2012 06:16:16 +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>Nortel 8600 &#8211; Config NTP</title>
		<link>http://blog.opilab.ch/general/nortel-8600-config-ntp-129</link>
		<comments>http://blog.opilab.ch/general/nortel-8600-config-ntp-129#comments</comments>
		<pubDate>Wed, 29 Feb 2012 06:16:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[nortel]]></category>

		<guid isPermaLink="false">http://blog.opilab.ch/?p=129</guid>
		<description><![CDATA[&#160; This is the command to configure NTP server on a passport Nortel 8600 &#160; config bootconfig tz dst-name "ECT" config bootconfig tz name "ECT" config bootconfig tz offset-from-utc -60 config bootconfig tz dst-end M11.1.0/0200 config bootconfig tz dst-start M3.2.0/0200 config ntp server create a.b.c.d config ntp server create a.b.c.d config ntp enable true &#160;]]></description>
			<content:encoded><![CDATA[<p>&nbsp;</p>
<p>This is the command to configure NTP server on a passport Nortel 8600</p>
<p>&nbsp;</p>
<pre>config bootconfig tz dst-name "ECT"
config bootconfig tz name "ECT"
config bootconfig tz offset-from-utc -60
config bootconfig tz dst-end M11.1.0/0200
config bootconfig tz dst-start M3.2.0/0200

config ntp server create a.b.c.d
config ntp server create a.b.c.d
config ntp enable true</pre>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.opilab.ch/general/nortel-8600-config-ntp-129/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco Tricks</title>
		<link>http://blog.opilab.ch/general/cisco-tricks-126</link>
		<comments>http://blog.opilab.ch/general/cisco-tricks-126#comments</comments>
		<pubDate>Mon, 06 Feb 2012 18:58:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://blog.opilab.ch/?p=126</guid>
		<description><![CDATA[Have an unsupported gbic module ? enable show interfaces status err-disabled conf t no errdisable detect cause gbic-invalid service unsupported-transceiver wr &#160;]]></description>
			<content:encoded><![CDATA[<h2><a href="http://blog.opilab.ch/wp-content/uploads/2011/09/Cisco_logo.jpg"><img class="alignnone size-thumbnail wp-image-108" title="Cisco_logo" src="http://blog.opilab.ch/wp-content/uploads/2011/09/Cisco_logo-150x150.jpg" alt="" width="150" height="150" /></a></h2>
<h2><strong>Have an unsupported gbic module ?</strong></h2>
<pre>enable
show interfaces status err-disabled

conf t
no errdisable detect cause gbic-invalid
service unsupported-transceiver
wr</pre>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.opilab.ch/general/cisco-tricks-126/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Postfix smart hot with gmail</title>
		<link>http://blog.opilab.ch/general/postfix-smart-hot-with-gmail-122</link>
		<comments>http://blog.opilab.ch/general/postfix-smart-hot-with-gmail-122#comments</comments>
		<pubDate>Mon, 02 Jan 2012 06:37:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[postfix]]></category>

		<guid isPermaLink="false">http://blog.opilab.ch/?p=122</guid>
		<description><![CDATA[Installation de Postfix apt-get install postfix &#160; configurationType of mail server : Satellite System Mail Name : example.org (the name you want on your outbound mail) SMTP relay host : smtp.gmail.com Postmaster : I left this blank Other destinations : I left this blank Synchronous Queues : your choice, won’t impact the relaying Network blocks&#8230;]]></description>
			<content:encoded><![CDATA[<h3>Installation de Postfix</h3>
<pre>apt-get install postfix</pre>
<p>&nbsp;</p>
<h5>configurationType of mail server : Satellite System</h5>
<ol>
<ul>
<li>Mail Name : example.org (the name you want on your outbound mail)</li>
<li>SMTP relay host : smtp.gmail.com</li>
<li>Postmaster : I left this blank</li>
<li>Other destinations : I left this blank</li>
<li>Synchronous Queues : your choice, won’t impact the relaying</li>
<li>Network blocks to allow relay : default (unless you know what your doing)</li>
<li>Mailbox size : your choice, won’t impact relaying</li>
<li>Local address : i left this as ‘+’</li>
<li>Listen Address : all, your choice</li>
</ul>
</ol>
<h5>Editer le fichier de config</h5>
<pre>vi /etc/postfix/main.cf

smtp_use_tls=yes
smtp_sasl_auth_enable = yes
smtp_sasl_password_maps = hash:/etc/postfix/sasl_passwd
smtp_sasl_security_options = noanonymous
smtp_sasl_tls_security_options = noanonymous</pre>
<p>&nbsp;</p>
<h5>Création du fichier de sasl_passwd</h5>
<pre>vi /etc/postfix/sasl_passwd

smtp.gmail.com some.user@gmail.com:PASSWORD</pre>
<h5></h5>
<h5>Rebuild Hash</h5>
<pre><code>postmap </code><code>/etc/postfix/sasl_passwd</code></pre>
<p>&nbsp;</p>
<h5>Restart postfix</h5>
<pre>/etc/init.d/postfix restart</pre>
<p>&nbsp;</p>
<h5>On sécurise un peu</h5>
<pre><code>chmod</code> <code>640 </code><code>/etc/postfix/sasl_passwd</code><code>*</code>
<code>chown</code> <code>postfix.postfix </code><code>/etc/postfix/sasl_passwd</code><code>*</code></pre>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.opilab.ch/general/postfix-smart-hot-with-gmail-122/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plesk &#8211; Migrate DB</title>
		<link>http://blog.opilab.ch/general/plesk-migrate-db-118</link>
		<comments>http://blog.opilab.ch/general/plesk-migrate-db-118#comments</comments>
		<pubDate>Wed, 26 Oct 2011 20:22:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[db]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[plesk]]></category>

		<guid isPermaLink="false">http://blog.opilab.ch/?p=118</guid>
		<description><![CDATA[On source server backup the database. You may use the following command: source ~# mysqldump -uadmin -p`cat /etc/psa/.psa.shadow` DATADASE_NAME &#62; DATADASE_NAME.dump On destination server create database DATADASE_NAME on domain DOMAIN.NAME with Plesk CLI /usr/local/psa/bin/database. Assign the same user and password: destination ~# /usr/local/psa/bin/database --create DATADASE_NAME -domain DOMAIN.NAME -type mysql -passwd DB_USER_PASSWD  -passwd_type plain -add_user DB_USER_NAME&#8230;]]></description>
			<content:encoded><![CDATA[<p>On source server backup the database. You may use the following command:</p>
<pre><code>source ~# mysqldump -uadmin -p`cat /etc/psa/.psa.shadow` DATADASE_NAME &gt; DATADASE_NAME.dump</code></pre>
<p>On destination server create database DATADASE_NAME on domain DOMAIN.NAME with Plesk CLI <strong>/usr/local/psa/bin/database</strong>. Assign the same user and password:</p>
<pre><code>destination ~# /usr/local/psa/bin/database --create DATADASE_NAME -domain DOMAIN.NAME -type mysql -passwd DB_USER_PASSWD  -passwd_type plain -add_user DB_USER_NAME -server localhost</code></pre>
<p>Database creation through Plesk CLI <strong>/usr/local/psa/bin/database</strong> will update Plesk database with appropriate user and password correctly. Run the utility wit &#8220;<strong>&#8211;help</strong>&#8221; to get list of all available options. After creation it is possible to login to the database through DB WebAdmin in Parallels Plesk Panel on destination server: Domains -&gt; DOMAIN.NAME -&gt; Databases -&gt; DATADASE_NAME -&gt; DB WebAdmin</p>
<p><strong></strong>On destination server restore content of the database from the dump created on source server:</p>
<pre><code>destination ~# mysql -uadmin -p`cat /etc/psa/.psa.shadow` DATADASE_NAME &lt; DATADASE_NAME.dump </code></pre>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.opilab.ch/general/plesk-migrate-db-118/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wireshark Filters</title>
		<link>http://blog.opilab.ch/general/wireshark-filters-113</link>
		<comments>http://blog.opilab.ch/general/wireshark-filters-113#comments</comments>
		<pubDate>Thu, 13 Oct 2011 09:05:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://blog.opilab.ch/?p=113</guid>
		<description><![CDATA[&#160; he filtering capabilities of Wireshark are very comprehensive. You can filter on just about any field of any protocol, even down to the HEX values in a data stream. Sometimes though, the hardest part about setting a filter in Wireshark is remembering the syntax! So below are the top 10 display filters that I&#8230;]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.opilab.ch/wp-content/uploads/2011/10/wireshark.png"><img class="alignnone size-medium wp-image-114" title="wireshark" src="http://blog.opilab.ch/wp-content/uploads/2011/10/wireshark-300x89.png" alt="" width="300" height="89" /></a></p>
<p>&nbsp;</p>
<p>he filtering capabilities of Wireshark are very comprehensive. You can filter on just about any field of any protocol, even down to the HEX values in a data stream. Sometimes though, the hardest part about setting a filter in Wireshark is remembering the syntax! So below are the top 10 display filters that I use in Wireshark.</p>
<p>&nbsp;</p>
<ol>
<li><strong>ip.addr == 10.0.0.1</strong> [Sets a filter for any packet with 10.0.0.1, as either the source or dest]</li>
<li><strong>ip.addr==10.0.0.1  &amp;&amp; ip.addr==10.0.0.2</strong> [sets a conversation filter between the two defined IP addresses]</li>
<li><strong>http</strong> <strong>or</strong> <strong>dns </strong>[sets a filter to display all http and dns]</li>
<li><strong>tcp.port==4000</strong> [sets a filter for any TCP packet with 4000 as a source or dest port]</li>
<li><strong>tcp.flags.reset==1</strong> [displays all TCP resets]</li>
<li><strong>http.request</strong> [displays all HTTP GET requests]</li>
<li><strong>tcp contains traffic</strong> [displays all TCP packets that contain the word ‘traffic’. Excellent when searching on a specific string or user ID]</li>
<li><strong>!(arp or icmp or dns)</strong> [masks out arp, icmp, dns, or whatever other protocols may be background noise. Allowing you to focus on the traffic of interest]</li>
<li><strong>udp contains 33:27:58 </strong>[sets a filter for the HEX values of 0x33 0x27 0x58 at any offset]</li>
<li><strong>tcp.analysis.retransmission</strong> [displays all retransmissions in the trace. Helps when tracking down slow application performance and packet loss]</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.opilab.ch/general/wireshark-filters-113/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hot adding or removing a Cisco 3750 from a stack</title>
		<link>http://blog.opilab.ch/general/hot-adding-or-removing-a-cisco-3750-from-a-stack-111</link>
		<comments>http://blog.opilab.ch/general/hot-adding-or-removing-a-cisco-3750-from-a-stack-111#comments</comments>
		<pubDate>Mon, 19 Sep 2011 18:50:58 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://blog.opilab.ch/?p=111</guid>
		<description><![CDATA[When using a Cisco 3750 stack connected through stackwise technology you can add or remove a Cisco switch while the stack stays on. If you are adding or removing a switch from the stack, it is very important that the switch is turned OFF. The rest of the stack can keep doing its business. For adding&#8230;]]></description>
			<content:encoded><![CDATA[<p>When using a Cisco 3750 stack connected through stackwise technology you can add or remove a Cisco switch while the stack stays on. If you are adding or removing a switch from the stack, it is very important that the switch is turned<strong> OFF</strong>. The rest of the stack can keep doing its business.</p>
<p>For adding a switch to the stack follow these steps:</p>
<p><strong>Step 1)</strong> On the new switch give the global command: <strong>switch</strong> <em>stack-member-number</em> <strong>provision</strong> <em>type<br />
</em></p>
<p><em>Type</em> is the type of switch you are adding to the stack.</p>
<p>When adding for example a third Cisco switch to the Cisco stack, use the following command:</p>
<p><strong>switch 3 provision ws3750g-24t</strong></p>
<p><strong>Step 2) </strong>Power off the new stack member</p>
<p><strong>Step 3) </strong>Connect the new member to the Cisco stack using the stacking cables, 1 loop at a time.</p>
<p><strong>Step 4) </strong>Power on the new stack member. The switch will come alive and will receive the Cisco IOS version from the master, when that is completed it will be ready to service network requests.</p>
<p>For removing a member switch from the stack use the following steps:</p>
<p><strong>Step 1) </strong>Power off the stack member to be removed.</p>
<p><strong>Step 2) </strong>Remove the stackwise cable from the switch.</p>
<p><strong>Step 3) </strong>Issue the following command on the stack master: <strong>no switch</strong> <em>stack-member-number</em> <strong>provision</strong><em>type</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.opilab.ch/general/hot-adding-or-removing-a-cisco-3750-from-a-stack-111/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cisco &#8211; Port mirroring</title>
		<link>http://blog.opilab.ch/general/cisco-port-mirroring-107</link>
		<comments>http://blog.opilab.ch/general/cisco-port-mirroring-107#comments</comments>
		<pubDate>Tue, 13 Sep 2011 12:20:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[cisco]]></category>
		<category><![CDATA[network]]></category>

		<guid isPermaLink="false">http://blog.opilab.ch/?p=107</guid>
		<description><![CDATA[Voilà comment faire pour mirrorer un port: &#160; conf t monitor session 1 source interface fastethernet 0/23 monitor session 1 destination interface fastethernet 0/24 Il est également possible de mirrorer un VLAN &#160;]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.opilab.ch/wp-content/uploads/2011/09/Cisco_logo.jpg"><img class="alignnone size-thumbnail wp-image-108" title="Cisco_logo" src="http://blog.opilab.ch/wp-content/uploads/2011/09/Cisco_logo-150x150.jpg" alt="" width="150" height="150" /></a></p>
<p>Voilà comment faire pour mirrorer un port:</p>
<p>&nbsp;</p>
<pre>conf t
monitor session 1 source interface fastethernet 0/23
monitor session 1 destination interface fastethernet 0/24</pre>
<p>Il est également possible de mirrorer un VLAN</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.opilab.ch/general/cisco-port-mirroring-107/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple Virtual FTP Accounts with Plesk</title>
		<link>http://blog.opilab.ch/general/multiple-virtual-ftp-accounts-with-plesk-104</link>
		<comments>http://blog.opilab.ch/general/multiple-virtual-ftp-accounts-with-plesk-104#comments</comments>
		<pubDate>Mon, 08 Aug 2011 10:55:47 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[plesk]]></category>

		<guid isPermaLink="false">http://blog.opilab.ch/?p=104</guid>
		<description><![CDATA[ProFTPD is the FTP software that current versions of Plesk ship with, and thankfully found what I was looking for. ProFTPD allows you to create multiple virtual users by using an AuthUserFile directive. The AuthUserFile directive sets the path of a textual file containing a list of users and passwords for authentication. &#160; Create a&#8230;]]></description>
			<content:encoded><![CDATA[<p>ProFTPD is the FTP software that current versions of Plesk ship with, and thankfully found what I was looking for.</p>
<p>ProFTPD allows you to create multiple virtual users by using an <code>AuthUserFile</code> directive. The <code>AuthUserFile</code> directive sets the path of a textual file containing a list of users and passwords for authentication.</p>
<p>&nbsp;</p>
<p>Create a user file</p>
<pre>$ touch /etc/proftpd.authuserfile</pre>
<p>Edit the ProFTPD configuration file. (NOT <code>etc/proftpd.include</code> as Plesk overwrites that file regularly.):</p>
<pre>$ vi /etc/proftpd.conf</pre>
<p>&nbsp;</p>
<p>Add this line:</p>
<div>
<div>
<pre>AuthUserFile /etc/proftpd.authuserfile</pre>
</div>
</div>
<p>&nbsp;</p>
<p>Creat a crypted password</p>
<div>
<div>
<pre>$ openssl passwd -crypt passwordhere</pre>
</div>
</div>
<p>&nbsp;</p>
<p>Edit the user file like this:</p>
<div>
<div>
<pre>username:password_encrypt:uid:gid:gecos:home:shell</pre>
</div>
</div>
<p>&nbsp;</p>
<p>Example</p>
<pre>toto:aASDFajksASa:10022:2221::/var/www/vhosts/toto.com/httpdocs/data/web:/bin/false</pre>
<p>&nbsp;</p>
<p>And finaly, reload proftpd</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.opilab.ch/general/multiple-virtual-ftp-accounts-with-plesk-104/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disk Cloning With HDD Raw Copy Tool</title>
		<link>http://blog.opilab.ch/general/disk-cloning-with-hdd-raw-copy-tool-96</link>
		<comments>http://blog.opilab.ch/general/disk-cloning-with-hdd-raw-copy-tool-96#comments</comments>
		<pubDate>Fri, 05 Aug 2011 07:27:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[tool]]></category>

		<guid isPermaLink="false">http://blog.opilab.ch/?p=96</guid>
		<description><![CDATA[HDD Raw Copy Tool est un outils très pratique pour cloner votre disque dur sur un ouveau disque. Download HDD Raw Copy Tool]]></description>
			<content:encoded><![CDATA[<p>HDD Raw Copy Tool est un outils très pratique pour cloner votre disque dur sur un ouveau disque.</p>
<p><a href="http://blog.opilab.ch/wp-content/uploads/2011/08/disk-clone-2.png"><img class="alignnone size-medium wp-image-97" title="disk-clone-2" src="http://blog.opilab.ch/wp-content/uploads/2011/08/disk-clone-2-300x152.png" alt="" width="300" height="152" /></a></p>
<p><a title="HDD Raw Copy Tool" href="http://hddguru.com/software/HDD-Raw-Copy-Tool/" target="_blank">Download HDD Raw Copy Tool</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.opilab.ch/general/disk-cloning-with-hdd-raw-copy-tool-96/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nortel CLI command guide troubleshooting</title>
		<link>http://blog.opilab.ch/general/91-91</link>
		<comments>http://blog.opilab.ch/general/91-91#comments</comments>
		<pubDate>Thu, 28 Jul 2011 08:57:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[network]]></category>
		<category><![CDATA[nortel]]></category>

		<guid isPermaLink="false">http://blog.opilab.ch/?p=91</guid>
		<description><![CDATA[Here are the CLI commands for troubleshooting the ERS 8600 switch: &#160; Config timezone config bootconfig tz dst-name "EDT" config bootconfig tz name "EST" config bootconfig tz offset-from-utc 300 config bootconfig tz dst-end M11.1.0/0200 config bootconfig tz dst-start M3.2.0/0200 Config NTP server config ntp server create a.b.c.d config ntp server create a.b.c.d config ntp server&#8230;]]></description>
			<content:encoded><![CDATA[<p><a href="http://blog.opilab.ch/wp-content/uploads/2011/07/NortelBlue.gif"><img class="alignnone size-medium wp-image-92" title="Nortel" src="http://blog.opilab.ch/wp-content/uploads/2011/07/NortelBlue-300x79.gif" alt="" width="300" height="79" /></a></p>
<p>Here are the CLI commands for troubleshooting the ERS 8600 switch:</p>
<p>&nbsp;</p>
<h2>Config timezone</h2>
<pre>config bootconfig tz dst-name "EDT"
config bootconfig tz name "EST"
config bootconfig tz offset-from-utc 300
config bootconfig tz dst-end M11.1.0/0200
config bootconfig tz dst-start M3.2.0/0200</pre>
<h2>Config NTP server</h2>
<pre>config ntp server create a.b.c.d
config ntp server create a.b.c.d
config ntp server create a.b.c.d
config ntp enable true</pre>
<h2>Show log file</h2>
<pre>8600:5# dir
size          date       time       name
--------       ------     ------    --------
8697210    MAY-16-2007  02:19:14   /flash/p80a4100.img
1266336    MAY-16-2007  02:19:20   /flash/p80j4100.dld
8796621    MAY-16-2007  02:20:10   /flash/p80m4100.img
701771    MAY-16-2007  02:20:14   /flash/p80p4100.dld
906024    MAY-16-2007  02:20:18   /flash/p80t4100.dld
62954    JUL-08-2011  15:02:54   /flash/config.cfg
1080823    MAY-16-2007  02:20:24   /flash/p80b4100.img
204    OCT-31-2007  01:52:26   /flash/boot.cfg
11    OCT-18-2010  21:04:38   /flash/engboot
2048    OCT-31-2007  01:57:42   /flash/.ssh              &lt;DIR&gt;
588    OCT-31-2007  01:57:42   /flash/.ssh/dsa_pub.key
55928    OCT-31-2007  02:01:20   /flash/p80c4100.img
26112    OCT-31-2007  02:01:40   /flash/p80c4100.aes
total: 64286720 used: 22280192 free: 42006528 bytes
size          date       time       name
--------       ------     ------    --------
1897269    APR-07-2005  22:20:06   /pcmcia/syslog.txt
162    JAN-20-2003  11:07:58   /pcmcia/boot.cfg
27133    APR-20-2006  07:43:12   /pcmcia/config.sav
31193    OCT-30-2007  21:11:36   /pcmcia/config.cfg
99574    MAY-29-2006  11:27:52   /pcmcia/29050006.txt
49996    MAY-29-2007  14:47:02   /pcmcia/p80c3760.img
8    OCT-18-2010  21:04:38   /pcmcia/11e00005.num
21231    APR-07-2005  07:26:56   /pcmcia/configs.cfg
162    APR-07-2005  07:27:10   /pcmcia/boots.cfg
269    JAN-11-2005  14:53:50   /pcmcia/sysHwlog.txt
1082873    OCT-18-2010  21:05:22   /pcmcia/11e00005.000
28669    SEP-23-2007  20:40:44   /pcmcia/conf_20070923.cfg
28733    SEP-24-2007  13:25:00   /pcmcia/conf_20070924.cfg
29446    OCT-30-2007  19:33:54   /pcmcia/config_2007_10_29.cfg
77425    OCT-30-2007  20:19:18   /pcmcia/11e00006.000
8    OCT-30-2007  20:17:02   /pcmcia/11e00006.num
31150    NOV-08-2007  14:53:46   /pcmcia/conf_20071108.cfg
total: 8011776 used: 3469312 free: 4542464 bytes</pre>
<pre>8600:5# show log file tail
CPU5 [07/28/11 10:51:47] SW INFO user rcju connected from 10.28.13.194 via telnet
CPU5 [07/28/11 10:46:34] SNMP INFO Spanning Tree Topology Change(StgId=1, PortNum=2/25, MacAddr=00:01:81:11:e0:01)
CPU5 [07/28/11 10:46:34] SNMP INFO Spanning Tree Topology Change(StgId=1, PortNum=2/24, MacAddr=00:01:81:11:e0:01)
CPU5 [07/28/11 10:46:04] SNMP INFO Link Up(2/25)
CPU5 [07/28/11 10:46:04] SNMP INFO Link Up(2/24)
CPU5 [07/28/11 10:46:03] SNMP INFO Port 2/25 is an access port
CPU5 [07/28/11 10:46:03] SNMP INFO Link Down(2/25)
CPU5 [07/28/11 10:46:03] SNMP INFO Port 2/24 is an access port
CPU5 [07/28/11 10:46:03] SNMP INFO Link Down(2/24)
CPU5 [07/28/11 10:45:04] SNMP INFO Spanning Tree Topology Change(StgId=1, PortNum=2/25, MacAddr=00:01:81:11:e0:01)
CPU5 [07/28/11 10:45:04] SNMP INFO Spanning Tree Topology Change(StgId=1, PortNum=2/24, MacAddr=00:01:81:11:e0:01)
CPU5 [07/28/11 10:44:34] SNMP INFO Link Up(2/25)
CPU5 [07/28/11 10:44:34] SNMP INFO Link Up(2/24)
CPU5 [07/28/11 10:44:32] SNMP INFO Port 2/25 is an access port
CPU5 [07/28/11 10:44:32] SNMP INFO Link Down(2/25)
CPU5 [07/28/11 10:44:32] SNMP INFO Port 2/24 is an access port
CPU5 [07/28/11 10:44:32] SNMP INFO Link Down(2/24)
CPU5 [07/28/11 10:44:15] SNMP INFO Link Up(2/25)
CPU5 [07/28/11 10:44:15] SNMP INFO Link Up(2/24)
CPU5 [07/28/11 10:44:13] SNMP INFO Port 2/25 is an access port
CPU5 [07/28/11 10:44:13] SNMP INFO Link Down(2/25)
CPU5 [07/28/11 10:44:13] SNMP INFO Port 2/24 is an access port
CPU5 [07/28/11 10:44:13] SNMP INFO Link Down(2/24)</pre>
<pre>show ports info state
show ports info vlans
show ports info vlacp
show ports info slpp
show vlan info ospf
show ip ospf neighbors
show ip rsmlt info
show mlt ist info
show smlt
show ip route info
show vlan interface info 47-48
show vlan interface vids</pre>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.opilab.ch/general/91-91/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

