<?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> &#187; JUNOS</title>
	<atom:link href="http://blog.halli.de/category/junos/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.halli.de</link>
	<description></description>
	<lastBuildDate>Sun, 18 Dec 2011 22:11: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>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>JUNOS – redistribute static routes into OSPF</title>
		<link>http://blog.halli.de/junos-redistribute-static-routes-into-ospf/</link>
		<comments>http://blog.halli.de/junos-redistribute-static-routes-into-ospf/#comments</comments>
		<pubDate>Sat, 03 Jul 2010 05:38:02 +0000</pubDate>
		<dc:creator>halli</dc:creator>
				<category><![CDATA[JUNOS]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[OSPF]]></category>

		<guid isPermaLink="false">http://blog.halli.de/?p=299</guid>
		<description><![CDATA[policy-options { policy-statement static_2_ospf { term 1 { from protocol static; then accept; } } } # edit policy-options policy-statement static_2_ospf set term 1 from protocol static set term 1 then accept # top # set protocols ospf export static_2_ospf &#8230; <a href="http://blog.halli.de/junos-redistribute-static-routes-into-ospf/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.halli.de/junos-redistribute-static-routes-into-ospf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JUNOS – Authentication using TACACS+</title>
		<link>http://blog.halli.de/junos-authentication-using-tacacs/</link>
		<comments>http://blog.halli.de/junos-authentication-using-tacacs/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 12:50:42 +0000</pubDate>
		<dc:creator>halli</dc:creator>
				<category><![CDATA[JUNOS]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[RE-Filter]]></category>
		<category><![CDATA[TACACS]]></category>

		<guid isPermaLink="false">http://blog.halli.de/?p=197</guid>
		<description><![CDATA[Juniper M7i &#8211; JUNOS 9.3R2.8 The username must be set to &#8220;remote&#8221;. #edit system set login user remote class super-user set login user remote full-name &#8220;TACACS+ remote User&#8221; set login user remote uid 3333 set accounting events [ login interactive-commands &#8230; <a href="http://blog.halli.de/junos-authentication-using-tacacs/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.halli.de/junos-authentication-using-tacacs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JUNOS – iBGP – default route</title>
		<link>http://blog.halli.de/junos-ibgp-default-route/</link>
		<comments>http://blog.halli.de/junos-ibgp-default-route/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 12:53:43 +0000</pubDate>
		<dc:creator>halli</dc:creator>
				<category><![CDATA[JUNOS]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[BGP]]></category>
		<category><![CDATA[iBGP]]></category>

		<guid isPermaLink="false">http://blog.halli.de/?p=187</guid>
		<description><![CDATA[Juniper M7i &#8211; JUNOS 9.3R2.8 set routing-options generate route 0.0.0.0/0 discard set routing-options router-id 10.20.30.1 set routing-options autonomous-system xxxxx set protocols bgp group iBGP type internal set protocols bgp group iBGP description &#8220;iBGP &#8211; Routers&#8221; set protocols bgp group iBGP &#8230; <a href="http://blog.halli.de/junos-ibgp-default-route/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.halli.de/junos-ibgp-default-route/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JUNOS – Date &amp; Time setup using NTP</title>
		<link>http://blog.halli.de/junos-date-time-setup-using-ntp/</link>
		<comments>http://blog.halli.de/junos-date-time-setup-using-ntp/#comments</comments>
		<pubDate>Mon, 12 Jan 2009 20:45:52 +0000</pubDate>
		<dc:creator>halli</dc:creator>
				<category><![CDATA[JUNOS]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[NTP]]></category>

		<guid isPermaLink="false">http://blog.halli.de/?p=65</guid>
		<description><![CDATA[- JUNOS 9.3 R2.8 &#8211; Juniper M7i - set system time-zone Europe/Berlin set date 200901301122 or if ntp servers are set set date ntp set system ntp server 192.168.23.1 prefer set system ntp server 192.20.1.22 set system ntp server 192.20.30.33 &#8230; <a href="http://blog.halli.de/junos-date-time-setup-using-ntp/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.halli.de/junos-date-time-setup-using-ntp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JUNOS – Protecting the routing engine</title>
		<link>http://blog.halli.de/junos-%e2%80%93-protecting-the-routing-engine/</link>
		<comments>http://blog.halli.de/junos-%e2%80%93-protecting-the-routing-engine/#comments</comments>
		<pubDate>Sun, 11 Jan 2009 17:41:48 +0000</pubDate>
		<dc:creator>halli</dc:creator>
				<category><![CDATA[JUNOS]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[RE-Filter]]></category>

		<guid isPermaLink="false">http://blog.halli.de/?p=18</guid>
		<description><![CDATA[- JUNOS 9.3 R2.8 &#8211; Juniper M7i &#8211; RE-850 - To protect the RE you only allow that sort of traffic that the router needs to function properly, by building a firewall filter that applies on the loopback interface.You should &#8230; <a href="http://blog.halli.de/junos-%e2%80%93-protecting-the-routing-engine/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://blog.halli.de/junos-%e2%80%93-protecting-the-routing-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

