<?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/tag/junos/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.halli.de</link>
	<description></description>
	<lastBuildDate>Sat, 03 Jul 2010 05:38:02 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>JUNOS &#8211; redistribute static routes into OSPF</title>
		<link>http://blog.halli.de/2010/07/junos-redistribute-static-routes-into-ospf/</link>
		<comments>http://blog.halli.de/2010/07/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[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 # show &#124; compare [edit protocols ospf] +   export static-into-ospf; [edit policy-options] +   policy-statement static_2_ospf [...]]]></description>
		<wfw:commentRss>http://blog.halli.de/2010/07/junos-redistribute-static-routes-into-ospf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JUNOS &#8211; Authentication using TACACS+</title>
		<link>http://blog.halli.de/2009/04/junos-authentication-using-tacacs/</link>
		<comments>http://blog.halli.de/2009/04/junos-authentication-using-tacacs/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 13:50:42 +0000</pubDate>
		<dc:creator>halli</dc:creator>
				<category><![CDATA[JUNOS]]></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 ] destination tacplus set authentication-order [ tacplus password ] set tacplus-server 10.20.30.22 source-address 10.20.30.11 port [...]]]></description>
		<wfw:commentRss>http://blog.halli.de/2009/04/junos-authentication-using-tacacs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JUNOS &#8211; iBGP &#8211; default route</title>
		<link>http://blog.halli.de/2009/03/junos-ibgp-default-route/</link>
		<comments>http://blog.halli.de/2009/03/junos-ibgp-default-route/#comments</comments>
		<pubDate>Tue, 31 Mar 2009 13:53:43 +0000</pubDate>
		<dc:creator>halli</dc:creator>
				<category><![CDATA[JUNOS]]></category>
		<category><![CDATA[BGP]]></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 local-address 10.20.30.1 set protocols bgp group iBGP log-updown set protocols bgp group iBGP export default-orginate [...]]]></description>
		<wfw:commentRss>http://blog.halli.de/2009/03/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/2009/01/junos-date-time-setup-using-ntp/</link>
		<comments>http://blog.halli.de/2009/01/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[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 For time synchronize at boot : set system ntp boot-server 10.20.30.1 If you don´t set [...]]]></description>
		<wfw:commentRss>http://blog.halli.de/2009/01/junos-date-time-setup-using-ntp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JUNOS &#8211; Protecting the routing engine</title>
		<link>http://blog.halli.de/2009/01/junos-%e2%80%93-protecting-the-routing-engine/</link>
		<comments>http://blog.halli.de/2009/01/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[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 also limit the amount of traffic that’s reaching the routing engine. set policy-options prefix-list mgmnt-access [...]]]></description>
		<wfw:commentRss>http://blog.halli.de/2009/01/junos-%e2%80%93-protecting-the-routing-engine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
