<?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>Global Knowledge Training Blog &#187; Junos</title>
	<atom:link href="http://globalknowledgeblog.com/category/technology/juniper/junos/feed/" rel="self" type="application/rss+xml" />
	<link>http://globalknowledgeblog.com</link>
	<description>Your Source for Technical, Professional, &#38; Leadership Training</description>
	<lastBuildDate>Thu, 17 May 2012 17:34:48 +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>Introduction to Juniper Junos</title>
		<link>http://globalknowledgeblog.com/technology/introduction-to-juniper-junos/</link>
		<comments>http://globalknowledgeblog.com/technology/introduction-to-juniper-junos/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 17:44:51 +0000</pubDate>
		<dc:creator>Guest Authors</dc:creator>
				<category><![CDATA[Juniper]]></category>
		<category><![CDATA[Junos]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://globalknowledgeblog.com/?p=5629</guid>
		<description><![CDATA[None of us have much time to waste, so what can you do when your environment changes quickly and you need to come up to speed on a device that you have never seen before? You find the quickest way to bring yourself up to speed. Some of you will have experience with other vendors’ equipment, and some of you will not have much experience at all; therefore, we will focus on topics that will get your feet wet the quickest and have you talking Junos in no time.]]></description>
			<content:encoded><![CDATA[<p><a href="http://globalknowledgeblog.com/wp-content/uploads/2012/04/manstudy77279881.jpg"><img class="alignright size-full wp-image-5600" title="manstudy77279881" src="http://globalknowledgeblog.com/wp-content/uploads/2012/04/manstudy77279881.jpg" alt="" width="300" height="300" /></a><em></em>None of us have much time to waste, so what can you do when your environment changes quickly and you need to come up to speed on a device that you have never seen before? You find the quickest way to bring yourself up to speed. Some of you will have experience with other vendors’ equipment, and some of you will not have much experience at all; therefore, we will focus on topics that will get your feet wet the quickest and have you talking Junos in no time.</p>
<h3>The Junos OS</h3>
<p>The core of Juniper devices is the Junos OS. Junos OS is based on the FreeBSD UNIX operating system (OS). The OS implements a single software train through the entire line of Junos products. The same train is used from the entry-level J series routers to the service provider TX Matrix switches.</p>
<p>To create stable devices that can deliver high performance you need to adhere to sound logic and strict processes. Juniper has done this by keeping a clean separation between the control and forwarding planes on their devices. The control plane includes the routing engine and forwarding table. The forwarding table is linked to the packet-forwarding engine of the forwarding plane, allowing for stable control protocols and high speed forwarding capabilities. The forwarding plane is responsible for the other functions like policing, stateless firewall filtering, and class of service. Transit traffic is forwarded via the Packet Forwarding Engine without passing through the control plane. This is possible because the control plane updates the forwarding table for the forwarding plane. The exception traffic, traffic destined to the local device, is sent to the routing engine CPU.</p>
<h3>Configuring Junos Devices</h3>
<h4>UNIX BSD Shell</h4>
<p>Junos has the capability for a user to automatically login to the UNIX BSD shell just like you would normally with a Linux or UNIX device. For example, if you login as root, you will be placed into the UNIX BSD shell. You can’t perform any switching, routing, or security functions from the BSD shell. You must switch to operation mode where you can display statistics and configuration information. The UNIX BSD shell is designated with the % prompt. Here you can enter standard UNIX commands.</p>
<p style="text-align: left;"><strong>root@%</strong></p>
<h4>Operational Mode</h4>
<p>You can enter operation mode by typing cli and pressing enter. Operational mode is designated with the &gt; prompt. Once you’re in operation mode, you can utilize operational commands, and you can enter configuration mode from here.</p>
<p><strong>root@%</strong><br />
<strong>cli root&gt;</strong></p>
<h4>Configuration Mode</h4>
<p>Entering configure or edit at the operational prompt will place you in configuration mode. Configuration mode is designated with the # prompt. You will also notice that the word edit appears above the prompt in brackets. This shows your level in the command hierarchy and it will change as you change levels.</p>
<p><strong>root&gt; configure</strong><br />
<strong>Entering configuration mode</strong><br />
<strong>[edit]</strong><br />
<strong>root#</strong></p>
<p>Once you enter configuration mode, you are placed at the at the most global and least specific section of the configuration. You can now move directly to the section of the configuration that you would like to configure. For example, if you typed edit interfaces, you would move to the interface level. Once you’re at the interface level and you display the configuration, you will only see interface-level information. This is a nice feature when you have a large configuration, and you only wish to configure a specific part of the configuration.</p>
<p>You do have the option to display the configuration in Junos the same way that you displayed it in Netscreen Screen OS. This is accomplished with the show configuration command with the pipe option and the display set option.</p>
<p><strong>show configuration | display set</strong></p>
<h4>Saving Configurations</h4>
<p>You use the commit command to save a configuration to the Juniper device. If you make a mistake with a configuration and you save the configuration, you can use the rollback command to use a previous configuration. Actually, you can choose to use one of the last 50 saved configurations.</p>
<h3>Monitoring, Maintaining and Troubleshooting Junos Devices</h3>
<h4>Monitoring</h4>
<p>You have many commands in operational mode to display statistics about the Junos device. And, as with most vendors, you can send SNMP traps and SYSLOG messages to a server. Since the Junos device is a UNIX device you will also have access to all of the standard UNIX log files, and the log files are still available after a reboot since they are not stored in RAM.</p>
<h4>Maintaining</h4>
<p>One thing to keep in mind is that the Junos devices are not like a traditional router since they are based on a UNIX platform. The devices have directory and file structures just like a UNIX server, and it should be treated with care. You should follow the proper procedures when you want to shutdown a Junos device.</p>
<h4>Troubleshooting</h4>
<p>For troubleshooting you have a couple of options. Junos has the traceoptions function which is the equivalent of other vendors debug function. The traceoptions function is controlled by the traceoptions command. If someone is performing a trace, they are performing the same function as a debug. You can trace many protocols on the Junos devices. The traceoptions function will create a file on the local device. You can view the trace file with the show log command. There is also the monitor function. The monitor function will allow you to monitor in the log files on the Junos device in real-time. It is the equivalent of the tail –f command on UNIX devices. The monitor command used to control the monitor function. The Junos device writes many log files. This is much different than most vendors.</p>
<p>There are many exciting features in the Junos OS. As I mentioned you have direct access to UNIX shell. This comes in handy when you’re troubleshooting with the Junos devices. And you should feel at ease to know that there is a single OS train for all of the Juniper products. Also, take advantage of the help command. You will come up to speed quicker since it’s like having the manual at your finger tips.</p>
<p><strong>Related Course</strong><br />
<a href="http://www.globalknowledge.com/training/course.asp?pageid=9&amp;courseid=16444&amp;catid=520&amp;country=United+States" target="_blank">Junos Foundations: JNCIA-Junos Boot Camp (IJOS, JRE)</a></p>
<p><em>Excerpted from <a href="http://www.globalknowledge.com/training/whitepaperdetail.asp?pageid=502&amp;wpid=934&amp;country=United+States" target="_blank">Global Knowledge White Paper: Introduction to Junos</a> by Brad Wilson</em></p>
]]></content:encoded>
			<wfw:commentRss>http://globalknowledgeblog.com/technology/introduction-to-juniper-junos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Cure for an Aging Hospital Campus Network</title>
		<link>http://globalknowledgeblog.com/technology/cisco/routing-switching/the-cure-for-an-aging-hospital-campus-network/</link>
		<comments>http://globalknowledgeblog.com/technology/cisco/routing-switching/the-cure-for-an-aging-hospital-campus-network/#comments</comments>
		<pubDate>Mon, 16 Jan 2012 13:00:41 +0000</pubDate>
		<dc:creator>Guest Authors</dc:creator>
				<category><![CDATA[FIREWALL]]></category>
		<category><![CDATA[Juniper]]></category>
		<category><![CDATA[Junos]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Routing & Switching]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[VPN]]></category>
		<category><![CDATA[Wireless]]></category>
		<category><![CDATA[Juniper gateways]]></category>
		<category><![CDATA[juniper networks]]></category>

		<guid isPermaLink="false">http://globalknowledgeblog.com/?p=5142</guid>
		<description><![CDATA[This is a story about how a hospital in Illinois used Juniper to build a more robust and efficient network. The town of Ottawa in north-central Illinois has a long history of providing quality healthcare. The Ottawa Regional Hospital &#038; Healthcare Center was founded in 1895, and more than a century later, its 1,000 employees provide comprehensive inpatient and outpatient health services and emergency care through the hospital’s 120-bed facility.]]></description>
			<content:encoded><![CDATA[<p><a href="http://globalknowledgeblog.com/wp-content/uploads/2012/01/drug77005128.jpg"><img class="alignright size-full wp-image-5155" title="drug77005128" src="http://globalknowledgeblog.com/wp-content/uploads/2012/01/drug77005128.jpg" alt="" width="300" height="300" /></a>This is a story about how a hospital in Illinois used Juniper to build a more robust and efficient network. The town of Ottawa in north-central Illinois has a long history of providing quality healthcare. The Ottawa Regional Hospital &amp; Healthcare Center was founded in 1895, and more than a century later, its 1,000 employees provide comprehensive inpatient and outpatient health services and emergency care through the hospital’s 120-bed facility.</p>
<h4>Challenges</h4>
<p>Ottawa Regional’s campus spans eight buildings, which are interconnected with a private fiber network. A physician office is connected to the main campus through T-1 circuits.</p>
<p>The hospital wanted to upgrade its 100 Mbps campus network to 10GbE. It also wanted to enhance network reliability and availability to meet the rigorous demands of healthcare IT, while minimizing complexity and reducing operating expenses. It was time for a new approach and “the new network.”</p>
<p>Ottawa Regional’s new campus network had to meet several requirements. First and foremost, it needed a high-performance infrastructure to support voice over IP (VoIP) and new healthcare information management software. Higher WAN speeds were also essential to support its enterprise virtual private network (VPN), remote access, and a quality voice experience.</p>
<p>The hospital also wanted to improve network resiliency. Its Ethernet switches were daisychained on the fiber, which meant that if one switch failed, the entire network could go down. Plus, the incumbent switches didn’t support Power over Ethernet (PoE), which the hospital needed to support IP telephony. Furthermore, the campus WAN architecture had a single point of failure that could negatively impact the hospital’s enterprise VPN, firewall, and WAN services.</p>
<h4>Solution</h4>
<p>The hospital deployed Juniper Networks routing, switching, and security solutions to build its new network and also installed new single-mode fiber between campus buildings to support high-performance networking. The campus network consists of Juniper Networks® EX Series Ethernet Switches. The EX4200 line of Ethernet switches with Virtual Chassis technology provides carrier-class performance in a single rack unit form factor that is easy to deploy and manage. The EX4200 switches are also powered by Juniper Networks Junos® operating system.</p>
<p>Virtual Chassis technology enables up to 10 interconnected EX4200 switches to behave and operate like a single logical device, reducing management overhead and operational expenses. Switches can be added to a Virtual Chassis configuration incrementally, as needed, delivering a scalable and energy efficient solution that doesn’t demand a large up-front investment.</p>
<p>Ottawa Hospital deployed Juniper Networks J Series Services Routers at the network edge. The J6350 Services Router is a modular router that’s ideal for enterprises running desktops, servers, VoIP, and enterprise applications. The Juniper routers connect the hospital to the high-speed Illinois Century Network (ICN) as well as AT&amp;T for redundant WAN connectivity.</p>
<p>Juniper Networks SRX Series Services Gateways provide firewall, VPN, and intrusion prevention system (IPS) as well as antispam, antivirus, and Web filtering, protecting the hospital against known and emerging threats. Physicians and administrative staff at Ottawa Regional have secure remote access to key applications via any standard Web browser, thanks to Juniper Networks SA4500 SSL VPN Appliance. The use of SSL eliminates the need for preinstalled client software, changes to internal servers, and costly ongoing maintenance and desktop support. The SA Series provides Ottawa’s IT staff with extranet features that allow controlled access to differentiated users and groups without requiring infrastructure changes, demilitarized zone (DMZ) deployments, or software agents.</p>
<h4>Results</h4>
<p>One of Ottawa Regional Hospital’s biggest benefits from its new network is the ability to do more with less. With the new network the hospital increased network capacity more than 20 times from its previous infrastructure. The hospital has 10GbE links per fiber strand, which is enabled by a full 20GbE fiber ring to improve network resiliency. With J Series routers, the hospital has successfully migrated from a static routed environment to OSPF, which has improved network resiliency.</p>
<p>The EX Series switches gave the hospital the port density it needed to support core and edge access. It has 48 1GbE PoE ports in a compact platform on the EX Series switches. The routing infrastructure has sufficient room to grow as well, moving from supporting just one T1 to three T1s for redundancy.</p>
<p>Junos OS, a single network operating system that runs across Juniper Networks routing, switching, and security platforms, reduces cost and complexity, minimizes operator error, and increases reliability. Because Junos OS automates network operations in a streamlined system, Ottawa’s IT staff has more time to focus on strategic, proactive efforts.</p>
<p>The hospital has also been able to improve security to better comply with regulatory requirements such as the Health Information Portability and Accountability Act (HIPAA). The hospital now enjoys best-in-class enterprise network compliance security while protecting against emerging security threats. Plus, physicians and staff have secure and easy access to essential applications from anywhere, anytime, which allows the hospital to deliver better patient care.</p>
<p><em>Excerpted and reposted with permission from <a title="Juniper Networks Is the Cure for an Aging Campus Network at Ottawa Regional Hospital" href="http://www.juniper.net/us/en/local/pdf/case-studies/3520411-en.pdf" target="_blank">Juniper.net</a> (pdf).</em></p>
]]></content:encoded>
			<wfw:commentRss>http://globalknowledgeblog.com/technology/cisco/routing-switching/the-cure-for-an-aging-hospital-campus-network/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

