<?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>mysyslog.ru &#187; allied telesis</title>
	<atom:link href="http://mysyslog.ru/posts/tag/allied-telesis/feed" rel="self" type="application/rss+xml" />
	<link>http://mysyslog.ru</link>
	<description>Всякая IT всячина</description>
	<lastBuildDate>Thu, 08 Jul 2010 13:51:16 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Как включить ssh на allied telesis AT8000GS</title>
		<link>http://mysyslog.ru/posts/208</link>
		<comments>http://mysyslog.ru/posts/208#comments</comments>
		<pubDate>Mon, 10 Aug 2009 07:38:46 +0000</pubDate>
		<dc:creator>constantine.malov</dc:creator>
				<category><![CDATA[Советы]]></category>
		<category><![CDATA[allied telesis]]></category>
		<category><![CDATA[switch]]></category>

		<guid isPermaLink="false">http://mysyslog.ru/?p=208</guid>
		<description><![CDATA[Оказалось, все очень просто
console# configure
console(config)# crypto key generate rsa
console(config)# ip ssh server
После чего нужно запретить telnet как класс:
console(config)# management access-list accesstoconsole
console(config)# permit vlan 1 service ssh
console(config)# deny vlan 1 service telnet
console(config)# end
console(config)# management access-class accesstoconsole
console(config)# end
]]></description>
			<content:encoded><![CDATA[<p>Оказалось, все очень просто</p>
<pre lang="console">console# configure
console(config)# crypto key generate rsa
console(config)# ip ssh server</pre>
<p>После чего нужно запретить telnet как класс:</p>
<pre lang="console">console(config)# management access-list accesstoconsole
console(config)# permit vlan 1 service ssh
console(config)# deny vlan 1 service telnet
console(config)# end
console(config)# management access-class accesstoconsole
console(config)# end</pre>
]]></content:encoded>
			<wfw:commentRss>http://mysyslog.ru/posts/208/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
