<?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>enfoPoint</title>
	<atom:link href="http://enfopoint.com/feed" rel="self" type="application/rss+xml" />
	<link>http://enfopoint.com</link>
	<description>Juniper Networks Elite Partner – Service Provider Infrastructure</description>
	<lastBuildDate>Fri, 22 Feb 2013 03:39:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Juniper&#8217;s Mykonos Software goes on the offense with a novel approach against brute force authentication and directory traversal attacks.</title>
		<link>http://enfopoint.com/2013/02/junipers-mykonos-software-goes-on-the-offense-with-a-novel-approach-against-brute-force-authentication-and-directory-traversal-attacks</link>
		<comments>http://enfopoint.com/2013/02/junipers-mykonos-software-goes-on-the-offense-with-a-novel-approach-against-brute-force-authentication-and-directory-traversal-attacks#comments</comments>
		<pubDate>Fri, 22 Feb 2013 03:39:11 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[enfoPoint News]]></category>

		<guid isPermaLink="false">http://enfopoint.com/?p=980</guid>
		<description><![CDATA[Intrusion Deception: The &#8216;Tar Trap&#8217; Approach to Web Application Security Juniper&#8217;s Mykonos Software goes on the offense with a novel approach against brute force authentication and directory traversal attacks. By Sean Michael Kerner &#124; June 01, 2012 Share The deception of one&#8217;s enemies is a time-tested strategy that dates back to Sun Tzu&#8217;s The Art ]]></description>
			<content:encoded><![CDATA[<p> Intrusion Deception: The &#8216;Tar Trap&#8217; Approach to Web Application Security</p>
<p>Juniper&#8217;s Mykonos Software goes on the offense with a novel approach against brute force authentication and directory traversal attacks.<br />
By Sean Michael Kerner  |  June 01, 2012</p>
<p>Share  </p>
<p>The deception of one&#8217;s enemies is a time-tested strategy that dates back to Sun Tzu&#8217;s The Art of War. Applied to the context of web application security, &#8220;intrusion deception&#8221; software tricks hackers into thinking they are about to hit the jackpot &#8212; when in fact they&#8217;ve simply been lured into a tar trap whose real purpose is to detect and disable their attack.</p>
<p>Mykonos Software&#8217;s Web Intrusion Prevention System works by inserting bogus server files, forms, and URLs into web applications. Deployed in front of any website or web application, the software inserts the tar traps at serve time and never actually touches the application server. Normal users never see the traps, which can only be found by malicious hackers. The company claims that its technology can detect hackers with absolute certainty and zero false positives during the reconnaissance phase of the attack.</p>
<p>In a new release of Mykonos, the software is now going a step further with a series of new protections that make it even more difficult and time-consuming for attackers to go after two common attack vectors: directory traversal and brute-force authentication. The new release is the first since Mykonos was acquired by Juniper in February 2012 for $80 million in cash.</p>
<p>Directory Traversal? Check Out These Bogus Files</p>
<p>In a directory traversal attack, hackers run automated tools against a site &#8212; trying to spider it and get a map of all the hidden files and directories that are present. The risk with this type of attack is that files that are normally not exposed can be discovered and mined for sensitive information such as passwords and configuration settings.</p>
<p>Kyle Adams, Chief Architect of Mykonos told eSecurity Planet that the risk of directory traversal is not something that a Google search would typically uncover. Adams explained that in a directory traversal attack, attackers have a list of common files names that are searched for with a custom tool. These are files that are not linked anywhere else in the site and could include items that are not intended for public disclosure.</p>
<p>&#8220;What we&#8217;re doing is identifying people that are probing for random files that don&#8217;t exist,&#8221; Adams said. &#8220;Once we identify the attacker, then the Mykonos system responds back that the files do exist.&#8221;</p>
<p>Since the tool is recursive, it would send the attacker on a feedback loop that could last forever. So if the attacker is looking for an admin file they will find a bogus file created by Mykonos that goes nowhere.</p>
<p>&#8220;Google will only spider resources that are referenced from the site,&#8221; Adams said. &#8220;Google will not say there is a readme file if it&#8217;s not referenced anywhere, whereas that hacker tool will pick that file up.&#8221;</p>
<p>Legitimate searchers are not likely to be requesting a large number of files that don&#8217;t exist, which limits the risk of blocking real users. The Mykonos system identifies the malicious directory traversal attempt based on the number of attempts.</p>
<p>Brute Force? Your Inputs Have Been Changed</p>
<p>The other improvement to the Mykonos system is with new brute-force authentication protection. In a brute-force attack, the attacker tries to gain unauthorized use to a system or application by trying out myriad passwords until one works. The traditional way that security systems have dealt with brute-force attacks is by blocking IP addresses based on the number of bad password entries. The Mykonos approach is a bit more devious and is designed to confuse the attacker and waste their time and resources.</p>
<p>The Mykonos system looks for failed logins to specific accounts. For example, if someone tries to login as Joe Smith five times and provides the wrong password, the system will serve up a CAPTCHA. The CAPTCHA is the first step and then if the attacker figures out how to get around the CAPTCHA, Mykonos has a layer of defensive deception.</p>
<p>&#8220;At a certain point, when we see that a particular user has failed to login a certain number of times, we say that from that point forward, for anyone that tries to login to that particular user, we&#8217;ll mess up the password,&#8221; Adams said.</p>
<p>So if the attacker attempts to login to the Joe Smith account with the password Joe123, the Mykonos system will actually change the input to be something else. As a result, when the attacker submits a password, it will come back as invalid, even if they submitted the correct password.</p>
<p>&#8220;So someone that is doing a brute force attack, they will have to test every possible combination of passwords and even if they guess it correctly the response will come back as invalid,&#8221; Adams said. &#8220;That&#8217;s pretty effective against brute force attacks.&#8221;</p>
<p>WAF Signatures</p>
<p>While the Myknos system is not technically defined as a Web Application Firewall (WAF), the new release now supports WAF signatures as well. Adams noted that Mykonos now support the open source mod_security WAF ruleset. With the mod_security rules, Mykonos will also be able to block known web application threats.</p>
<p>Moving forward, the Mykonos software is still in the process of being integrated into Juniper&#8217;s larger overall portfolio of solutions. Adams noted that they are still figuring out the different API and integration points.</p>
<p>Sean Michael Kerner is a senior editor at eSecurity Planet and InternetNews.com, the news service of the IT Business Edge Network. Follow him on Twitter: @TechJournalist.</p>
]]></content:encoded>
			<wfw:commentRss>http://enfopoint.com/2013/02/junipers-mykonos-software-goes-on-the-offense-with-a-novel-approach-against-brute-force-authentication-and-directory-traversal-attacks/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Juniper guns for Cisco again with smaller QFabric</title>
		<link>http://enfopoint.com/2012/06/juniper-guns-for-cisco-again-with-smaller-qfabric</link>
		<comments>http://enfopoint.com/2012/06/juniper-guns-for-cisco-again-with-smaller-qfabric#comments</comments>
		<pubDate>Wed, 13 Jun 2012 17:05:07 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[enfoPoint News]]></category>

		<guid isPermaLink="false">http://enfopoint.com/?p=958</guid>
		<description><![CDATA[Claims cable and power advantages over Nexus with 40G 1RU fabric switch By Jim Duffy, Network World June 12, 2012 12:05 AM ET Juniper this week unveiled a version of its fabric switches for mid-sized data centers and also increased the scalability of its core Ethernet switches. The extensions to Juniper’s QFabric and EX8200 switches ]]></description>
			<content:encoded><![CDATA[<p>Claims cable and power advantages over Nexus with 40G 1RU fabric switch</p>
<p>By Jim Duffy, Network World<br />
June 12, 2012 12:05 AM ET</p>
<p>Juniper this week unveiled a version of its fabric switches for mid-sized data centers and also increased the scalability of its core Ethernet switches.</p>
<p>The extensions to Juniper’s QFabric and EX8200 switches are designed to broaden the addressable market for the devices while allowing customers to scale their networks and eliminate switching tiers. QFabric, for instance, is intended to enable users to build low latency, single-tier fabrics for data centers where each switch feels only one-hop away.</p>
<p>MORE THAN ONE WAY OUT: Figuring out the data center fabric maze</p>
<p>Mid-sized data centers and satellite facilities can now implement these designs with the new QFX3000-M. The QFX3000-M includes a fixed configuration interconnect, the QFX3600-I, with 16 40Gbps ports. It also includes a 40G top-of-rack switch, or node, called the QFX3600, also with 16 40G ports in 1 RU. The new system can also use the existing QFX3500 10G nodes that have been shipping since September 2011, and the QFX3600 can also serve as the node for the existing QFX3000-G Interconnect.</p>
<p>Juniper says customers can manage oversubscription from access to interconnect by choosing how many ports they configure as server access versus uplinks to the interconnect. This allows the following options on QFX3000-G or QFX3000-M with the QFX3600 as the node: 6:1, 3:1, 1:1 for 10G and also native 40G connectivity.</p>
<p>The QFX3000-M scales from 48 to 768 10G Ethernet ports with either the QFX3500 as the node or the QFX3600. The 40G ports on the QFX3600 can also be configured as 4x10G ports, Juniper said.</p>
<p>The existing QFX3000-G scales to 6,144 10G ports, Juniper says.</p>
<p>The QFX3000-M features three microseconds of latency, enabling server-to-server traffic speed equivalent to streaming 1,000 HD movies a second, Juniper says. Juniper also says the QFX3000-M offers four times the performance, in 63% less rack space, using 74% fewer cables and 57% less power than a fabric built with Cisco’s Nexus 7000 switches and Nexus 2000 fabric extenders.</p>
<p>Juniper says it has 150 QFabric customers.</p>
<p>The EX8200, meanwhile, is designed for mixed environments of 10G and Gigabit Ethernet. Up to eight of the switches can now be logically linked over distances of 80 kilometers using Juniper’s Virtual Chassis technology.</p>
<p>Previously, only two EX8200 could be linked using Virtual Chassis.</p>
<p>This enhancement allows users to manage up to four core networks of two switches each as a single switch.</p>
<p>The QFX3600-I is available now for $50,000, not including 40G optics. The QFX3600 will be available as a 16-port 40G Ethernet top-of-rack switch in the second half of 2012. It costs $40,000.</p>
<p>Separately, Juniper has named Andy Bach as its chief architect, financial services. Bach had been senior vice president, Global Head of Network Services at the NYSE Euronext, where he  responsible for planning the worldwide networks that link the New York Stock Exchange (NYSE), Securities Industries Automation Corporation (SIAC), the American Stock Exchange, Pacific Stock Exchange, Archipelago, LIFFE and European cash markets, as well as the national markets system networks SIAC operates. Bach also designed and developed the Secure Financial Transaction Infrastructure, which grew from a New York metropolitan network to a global network spanning several continents.</p>
<p>NYSE is a Juniper EX and QFabric customer.</p>
<p>Bach will be responsible for helping define Juniper’s financial services market sales strategy and customer architectures for cloud computing and the mobile Internet. He will report to Gene Chao, vice president, global industries, strategy and solutions at Juniper.</p>
<p>Jim Duffy has been covering technology for over 25 years, 21 at Network World. He also writes The Cisco Connection blog and can be reached on Twitter @Jim_Duffy.</p>
<p>Read more about data center in Network World&#8217;s Data Center section.</p>
<p>All contents copyright 1995-2012 Network World, Inc. http://www.networkworld.com </p>
]]></content:encoded>
			<wfw:commentRss>http://enfopoint.com/2012/06/juniper-guns-for-cisco-again-with-smaller-qfabric/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>enfoPoint Names Brad Darr as Technology Lead</title>
		<link>http://enfopoint.com/2012/03/enfopoint-names-brad-darr-as-technology-lead</link>
		<comments>http://enfopoint.com/2012/03/enfopoint-names-brad-darr-as-technology-lead#comments</comments>
		<pubDate>Fri, 09 Mar 2012 20:51:28 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[enfoPoint News]]></category>
		<category><![CDATA[Brad Darr]]></category>
		<category><![CDATA[enfopoint Engineer]]></category>
		<category><![CDATA[Judy Spear]]></category>
		<category><![CDATA[Juniper Engineer]]></category>
		<category><![CDATA[Tom Spear]]></category>

		<guid isPermaLink="false">http://enfopoint.com/?p=946</guid>
		<description><![CDATA[Former Systems Engineer at Juniper Networks, Brad Darr to head Engineering at enfoPoint LLC Brentwood TN, March 9, 2012 — enfoPoint Solutions today announced that Brad Darr will be joining the company as vice president and technology lead of Engineering. In this newly created role, Brad will oversee the company&#8217;s end-to-end engineering strategy and lead ]]></description>
			<content:encoded><![CDATA[<p><strong>Former Systems Engineer at Juniper Networks, Brad Darr to head Engineering at enfoPoint LLC</p>
<p>Brentwood TN, March 9, 2012 — enfoPoint Solutions today announced that Brad Darr will be joining the company as vice president and technology lead of Engineering. In this newly created role, Brad will oversee the company&#8217;s end-to-end  engineering strategy and lead the newly formed Engineering Solutions Division. He joins the company from Juniper Networks (NYSE: JNPR) and will be a full partner along with Tom and Judy Spear.</p>
<p>Under Darr&#8217;s leadership, enfoPoint is expanding its focus to now include  Juniper Networks, Microsoft, and Polycom as the three core engines of growth for the company.  Juniper&#8217;s Junos based products is already a key differentiator for the company that drives customer adoption of solutions including industry leading Juniper Networks® MX Series and EX Series switching and WLAN Series Wireless offerings. The company plans to further accelerate this momentum as Darr assumes his new role.</p>
<p>&#8220;We are excited to have a leader of Brad&#8217;s caliber coming on board to lead enfoPoint&#8217;s engineering initiatives, and I&#8217;m confident that his vision, customer focus, and technical expertise will bring tremendous value to our organization,&#8221; said Judy Spear, President enfoPoint LLC . &#8220;As we continue to execute on our growth strategy centered on Junos based products, we look forward to Brad playing a central role in extending our leadership position in both Service Provider and Commercial business.&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://enfopoint.com/2012/03/enfopoint-names-brad-darr-as-technology-lead/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Secure your Virtual Machines by taking the Fast Path Approach</title>
		<link>http://enfopoint.com/2011/08/secure-your-virtual-machines-by-taking-the-fast-path-approach</link>
		<comments>http://enfopoint.com/2011/08/secure-your-virtual-machines-by-taking-the-fast-path-approach#comments</comments>
		<pubDate>Thu, 04 Aug 2011 16:28:45 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[enfoPoint News]]></category>
		<category><![CDATA[Altor Networks]]></category>
		<category><![CDATA[altornetworks]]></category>
		<category><![CDATA[Firewall]]></category>
		<category><![CDATA[Juniper]]></category>
		<category><![CDATA[vGW]]></category>
		<category><![CDATA[Virtualization]]></category>
		<category><![CDATA[VM Safe]]></category>
		<category><![CDATA[VMsafe]]></category>
		<category><![CDATA[VMWARE]]></category>
		<category><![CDATA[VMWARE Virtualization]]></category>

		<guid isPermaLink="false">http://enfopoint.com/?p=857</guid>
		<description><![CDATA[Secure your virtual machines by taking the fast path approach July 21, 2011 By: Tom Spear and Paula Parker 80% OF BUSINESSES today have some level of virtualization in their network infrastructure. Just like with physical servers, it is important to secure Virtual Machines (VMs) which have become software instances inside a host container. There ]]></description>
			<content:encoded><![CDATA[<h1 style="text-align: left;">Secure your virtual machines by taking the fast path approach</h1>
<p style="text-align: left;"><strong>July 21, 2011</strong></p>
<p style="text-align: right;"><em>By: Tom Spear and Paula Parker</em></p>
<p><strong><img class="alignright size-full wp-image-871" title="tom-paula" src="http://enfopoint.com/wp-content/uploads/2011/08/tom-paula.jpg" alt="" width="280" height="145" />80% OF BUSINESSES</strong> today have some level of virtualization in their network infrastructure.   Just like with physical servers, it is important to secure Virtual Machines (VMs) which have become software instances inside a host container. There are different ways to secure and restrict a VM or server. However, some methods can be slow, cumbersome and punitive. What is troubling is the growing battle of “speed vs. security” within many large organizations.  A recent survey result indicated that speed still wins.  Security News from Help Net Security www.net-security.org reported July 19, 2011 that the results of a Crossbeam Systems survey which polled nearly 500 participants of enterprises and service providers resulted in data indicating that “Ninety percent of respondents admit to making a trade-off between security and throughput performance.”   That puts the organization, partners, employees and customers like yours potentially at risk.</p>
<p style="text-align: left;">So how do we address this conundrum? In the past, Security Administrators have used V-LANs to segment and secure their mission critical workloads.  A second, more recent tactic has been to implement a “Slow Path” approach of securing VMs on a one to one firewall/VM ratio. This solution though, potentially uses up the hypervisor’s resource pool, slowing down the overall performance and adding a large amount of overhead.  Both of the methods described above intensify the challenge of “speed vs. security”.</p>
<p style="text-align: left;">However, security must not be ignored.  Consider the outburst in recent security breaches:  HBGary Federal was breached in February of 2011, supposedly by the internet activist group “Anonymous”.  In March, RSA endured a security breach from a targeted phishing attack compromising RSA’s SecurID authentication tokens which put at risk many Fortune 500 companies.  Epsilon endured a breach in April, putting at risk those whose names were on millions of e-mail addresses that were stored by the company, which happens to be one of the world’s largest providers of e-mail service marketing.</p>
<blockquote>
<p style="text-align: left;"><em><strong>Also during April, Sony’s Playstation Network was reported to have leaked personal information of over 70 million subscribers.</strong></em></p>
</blockquote>
<p style="text-align: left;">The company then again endured another breach in May.   And, most recently, in June of this year, Citibank announced that personal and account information of an estimated 200,000 bank card customers in North America had been breached.  Could the Citibank breach been linked to the massive Epsilon breach in April since it was reported that Citibank was one of Epsilon’s customers?  The world is getting smaller and it would appear the attack footprint is getting bigger.</p>
<p style="text-align: left;">Yet, there is now a third unique solution that takes a “Fast Path” approach and can provide a balance point that removes the challenge of forgoing speed while securing the VM environment.  This “Fast Path” approach doesn’t impair the ROI gained from going to the virtualization model and has minimal overhead.  It was designed with high performance and virtualized security in mind. The Fast Path approach is only possible by taking advantage of VMware’s VMsafe APIs (Application Programming Interfaces). VMsafe is a security suite of API’s for the VMware Hypervisor.   The VMsafe APIs allow vendors to advance security products that combat malware in ways that were not previously available to physical environments.  Tom Spear, CEO of enfoPoint Solutions, http://enfopoint.com explains that the third option has a 10 times greater improvement over the alternatives in throughput with greater security, thanks to VMware opening up their API’s through the VMsafe certification program. At enfoPoint, we recommend that if you are looking for such a solution, you need a product that has had years of development and is purpose built from the ground up.  Some of the features you should look for include the following:</p>
<p style="text-align: left; padding-left: 60px;">•	Agentless software to prevent malware from hiding within  the hypervisor<br />
•	VM Safe certification<br />
•	Intrusion Detection System capabilities<br />
•	VM Introspection for gaining an X-Ray view of VM activity within the hypervisor<br />
•	Alerts and Reporting capabilities<br />
•	Compliance management and indicators for rating the current security posture<br />
•	High Availability (HA) options<br />
•	Ability to go from Global to granular for applying automated security policies.</p>
<p style="text-align: left;">This is not the future.  There are products that meet all the above requirements today.  Tom points out that it is important to select an agentless product so malware would have no place to hide. Malware can attack the infrastructure of a business, and can lay in wait to attack for long periods of time if left undetected.  It’s an industry known problem that malware can disable agents and hide.  The solution needs to be effective in addressing the security need to limit an in scope VM to a single function in order to comply with PCI DSS mandates.</p>
<p style="text-align: left;"><strong>THE MOST RECENT REVISION for PCI DSS</strong> compliance 2.0 was updated in the fall of 2010 specifically to address virtualization and how Cardholder Data should be treated in a Cardholder Data Environment (CDE) when the data is being processed, stored and/or transmitted (in scope).  Additionally, cloud computing, both private and public, has an underlying platform based on virtualization. The PCI Security Standards Council released their “Information Supplement:  PCI DSS Virtualization Guidelines” in June of 2011 stating in section 2.2.1 under Scope Guidance: “If any virtual component connected to, (or hosted on) the hypervisor is in scope for PCI DSS, the hypervisor itself will always be in scope”.  So essentially, Virtual Machines that are processing, transmitting or storing cardholder data must be treated like an in scope server and limited to a single function based on PCI DSS requirements.</p>
<p>Both public and private cloud computing utilize virtualization because of the innate ability to optimize the performance of an organization’s network through resource pools and clustering for high availability, high performance computing, load balancing and utility grid computing.  This however, also suggests a potential area of vulnerability and perhaps a security gap if security managers for both VMs and the cloud, public and private, have not taken all the due diligence necessary to secure the virtualized environment.</p>
<p>If your organization is considering Public Cloud Services, it is important to be aware that the PCI Security Standards Council advised that the responsibility for securing in scope VMs should be shared but weighted differently depending on the type of service the cloud is providing.  See the graph below for the Council’s guidance for Infrastructure As A Service (IAAS), Platform As A Service (PAAS), and Software As A Service (SAAS).</p>
<p>&nbsp;</p>
<p><img class="aligncenter size-full wp-image-868" title="type-of-cloud" src="http://enfopoint.com/wp-content/uploads/2011/08/type-of-cloud.gif" alt="" width="600" height="360" /></p>
<p><strong>enfoPoint Solutions</strong> offers compelling value propositions that help to address and minimize the security gaps from the issues above.  Both hardware and software solutions are offered by the company that can literally address the performance and security concerns from layer 1 of the OSI model all the way through layer 7 providing not only defense in depth protection of physically connected servers but also purpose built security protection of virtual devices in a VMware environment that helps to maintain high throughput with minimal impact on the performance of organization and/or service provider’s network.</p>
<p>Tom enthusiastically adds that there is some break though products that have taken advantage of the VMsafe API certification program.  He has invested time in addressing the solutions available and if you would like to learn more he encourages organizations struggling with the “speed vs. security” dilemma to contact him at<a href="mailto:info@enfopoint.com"> info@enfopoint.com</a>.<br />
He also encourages you to please visit the enfoPoint booth at InfoSec Conference on September 15th at the Nashville Convention Center to learn more about the “Fast Path” solution.</p>
]]></content:encoded>
			<wfw:commentRss>http://enfopoint.com/2011/08/secure-your-virtual-machines-by-taking-the-fast-path-approach/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emerging Trends and Security Threats</title>
		<link>http://enfopoint.com/2011/07/emerging-trends-and-security-threats</link>
		<comments>http://enfopoint.com/2011/07/emerging-trends-and-security-threats#comments</comments>
		<pubDate>Fri, 29 Jul 2011 21:42:51 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[enfoPoint News]]></category>
		<category><![CDATA[VMWARE Virtualization]]></category>

		<guid isPermaLink="false">http://enfopoint.com/?p=851</guid>
		<description><![CDATA[Emerging Trends and Security Threats by Paula Parker paula.parker@enfopoint.com ADOPTION of the Government’s Cloud First Policy requires agencies to evaluate cloud options first, over traditional IT approaches. Is this right for your organization? According to CIO Magazine, in their June 15, 2011 edition, “Putting the Cloud First”, the magazine reported that 48% of IT Leaders ]]></description>
			<content:encoded><![CDATA[<h1 style="text-align: left;"><strong>Emerging Trends and Security Threats</strong></h1>
<p style="text-align: right;"><em>by Paula Parker <a href="mailto:paula.parker@enfopoint.com" target="_blank">paula.parker@enfopoint.com</a></em></p>
<p><strong>ADOPTION</strong> of the Government’s Cloud First Policy requires agencies to evaluate cloud options first, over traditional IT approaches. Is this right for your organization? According to CIO Magazine, in their June 15, 2011 edition, “Putting the Cloud First”, the magazine reported that 48% of IT Leaders surveyed were putting more money towards the cloud services. Still, some IT Leaders want to hold off on moving mission critical applications to the cloud. There is good reason for that concern. However, the reasons for the concerns can be remedied.</p>
<p>There are too many positive arguments for Cloud services not to consider the compelling value proposition; the main one being that it helps to reduce cap ex spending when gross profits continue to shrink or remain stagnant. This can be amplified when an organization is still suffering from operating losses from the Great Recession and could still be dealing with multi-year depreciation of capital goods purchased prior to the economic climate change and need a better way to manage cash flow as the organization continues to recover from the recession.</p>
<p>A second big reason to consider Cloud services is because <strong>the Cloud Service provider shares the cost of security</strong>. Many may believe that keeping the upgrades of the network up to date to stay current in protecting against more and more sophisticated threats is the responsibility of the cloud provider. However, in cases where businesses are required to adhere and comply with Industry Regulatory Requirements, such as HIPAA/HITECH, SOX and PCI DSS, it becomes a shared responsibility.</p>
<p><strong>For example</strong>, the newest revision for PCI DSS compliance 2.0 was updated in the fall of 2010 specifically to address virtualization and how Cardholder Data should be treated in a Cardholder Data Environment (CDE) when the data is being processed, stored and/or transmitted. Essentially, cloud computing, both private and public, has an underlying platform based on virtualization. The PCI Security Standards Council released their &#8220;Information Supplement: PCI DSS Virtualization Guidelines&#8221;  in June of 2011 stating that the responsibility should be shared but weighted differently depending on the type of service the cloud is providing. See the graph below for the Council’s guidance for Infrastructure As A Service (IAAS), Platform As A Service (PAAS), and Software As A Service (SAAS)</p>
<p><img class="aligncenter size-full wp-image-917" title="cloud-type" src="http://enfopoint.com/wp-content/uploads/2011/07/cloud-type.jpg" alt="" width="521" height="311" /></p>
<p><strong>Putting mission critical workloads on the cloud</strong> often implies that organizations will be having the cloud host their virtual machines (VMs). Cloud computing utilizes virtualization because of the innate ability to maximize and optimize the performance of their network through resource pools and clustering for high availability, high performance computing, load balancing and utility grid computing. This however, also suggests a potential area of vulnerability and perhaps a security gap if security managers for both VMs and the cloud, public and private, have not taken all the due diligence necessary to secure the virtualized environment. The concern is heightened when sensitive data is being stored, processed and/or transmitted through both the cloud and in scope VMs, which have become virtualized instances in host containers.</p>
<p>In order to mitigate the security gap, a defense in depth strategy needs to take place. It is important to take the necessary precautionary measures. One way to do this is to assume that certain network components will fail due to unforeseen and ever-growing threats that arise out in the wild and around the world. The security of the network should be assessed by the ability to quickly alert to an anomalous event, contain it, and then mitigate and restore security in order to maintain business continuity and consumer trust.</p>
<p><strong>Why is maintaining high levels of security so important?</strong> Consider the case of TJ MAX. In January of 2007 they had a breach where approximately 94 million credit cards were stolen. They were fined 9.75 million dollars because of the breach. If you think that is a big fine, consider other costs the company had to endure such as the cost of their reputation being damaged and the marketing expensed endured to restore their image. There was a cost too, of loss of stock value that could have been directly related to the breach. At the time the breach took place the stock was trading around $30.04. A two month window look at their stock shows a dramatic drop in the stock value with the stock closing around $26.77. By the third month it was still trying to regain its value prior to the breach. If the drop in the stock price was directly related to the drop in consumer confidence after the breach took place, then that represented a considerable amount of money since 413 million shares were outstanding at the time. The drop from $30.04 per share to $26.77 represented a difference of $3.27. Taking that amount and multiplying it against 413 million shares represents a loss in value of approximately 1.35 billion dollars.<br />
<em>Source: <a href="http://www.dailyfinance.com/quotes/tjx" target="_blank">dailyfinance.com</a></em></p>
<p><strong>TJX COS INC NEW ( TJX ) prices</strong></p>

<table id="wp-table-reloaded-id-1-no-1" class="wp-table-reloaded wp-table-reloaded-id-1">
<thead>
	<tr class="row-1 odd">
		<th class="column-1">Date</th><th class="column-2">Volume</th><th class="column-3">High</th><th class="column-4">Low</th><th class="column-5">Open</th><th class="column-6">Close</th>
	</tr>
</thead>
<tbody>
	<tr class="row-2 even">
		<td class="column-1">01/24/07</td><td class="column-2">2.29 M</td><td class="column-3">30.24</td><td class="column-4">29.82</td><td class="column-5">29.87</td><td class="column-6">30.04</td>
	</tr>
	<tr class="row-3 odd">
		<td class="column-1">03/27/07</td><td class="column-2">3.29 M</td><td class="column-3">27.00</td><td class="column-4">26.65</td><td class="column-5">26.90</td><td class="column-6">26.77</td>
	</tr>
	<tr class="row-4 even">
		<td class="column-1">04/24/07</td><td class="column-2">3.82 M</td><td class="column-3">28.51</td><td class="column-4">28.06</td><td class="column-5">28.47</td><td class="column-6">28.35</td>
	</tr>
</tbody>
</table>

<p>Fortunately for TJ Max, consumer confidence seems to have been restored and the stock is doing quite well now, but that is not always the case for every business that experiences a breach in their network. What is troubling is that there seems to be a growing trend where there seems to be a battle of “speed vs. security” within many large organizations. A recent survey result indicated that speed still wins. Security News from Help Net Security www.net-security.org reported July 19, 2011 that the results of a Crossbeam Systems survey which polled nearly 500 participants of enterprises and service providers resulted in data suggesting that &#8220;Ninety percent of respondents admit to making a trade-off between security and throughput performance.&#8221; That puts the organization, partners, employees and customers potentially at risk.</p>
<p>There has been a sophisticated outburst of security breaches during 2011. HBGary Federal was breached in February of 2011, supposedly by the internet activist group “Anonymous”. In March, RSA endured a security breach from a targeted phishing attack compromising RSA’s SecurID authentication tokens which put at risk many Fortune 500 companies. Lockheed Martin and Northrup Grumman also endured attacks on their respective systems. Epsilon endured a breach in April, putting at risk those whose names were on millions of e-mail addresses that were stored by the company. Epsilon happens to be one of the world’s largest e-mail service marketing service providers.</p>
<p>Also during April, <strong>Sony’s Playstation Network</strong> was reported to have leaked personal information of over 70 million subscribers. The company then again endured another breach in May. And, most recently, in June of this year, Citibank announced that personal and account information of an estimated 200,000 bank card customers in North America had been breached. Could the Citibank breach been linked to the massive Epsilon breach in April since it was reported that Citibank was one of Epsilon’s customers? The world is getting smaller and it would appear the attack footprint is getting bigger.</p>
<p><strong>enfoPoint Solutions</strong> offers compelling value propositions that help to address and minimize the security gaps from the issues above. Both hardware and software solutions are offered by the company that can literally address the security and performance concerns from layer 1 of the OSI model all the way through layer 7, providing not only defense in depth protection of physically connected servers but also purpose built security protection of virtual devices in a VMware environment that helps to maintain high throughput with minimal impact on the performance of organization and/or service provider’s network. To see how enfoPoint Solutions can better address the security concerns of your organization, please contact <strong>Tom Spear, CEO and founder of enfoPoint Solutions</strong> or send an e-mail requesting information to <strong><a href="mailto:info@enfopoint.com">info@enfopoint.com</a></strong>.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://enfopoint.com/2011/07/emerging-trends-and-security-threats/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IBM develops &#8216;instantaneous&#8217; memory, 100x faster than flash</title>
		<link>http://enfopoint.com/2011/06/ibm-develops-instantaneous-memory-100x-faster-than-flash</link>
		<comments>http://enfopoint.com/2011/06/ibm-develops-instantaneous-memory-100x-faster-than-flash#comments</comments>
		<pubDate>Thu, 30 Jun 2011 12:22:32 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[enfoPoint News]]></category>

		<guid isPermaLink="false">http://enfopoint.com/?p=830</guid>
		<description><![CDATA[&#160; By Sharif Sakr posted Jun 30th 2011 12:01AM You&#8217;ve got to hand it to IBM&#8217;s engineers. They drag themselves into work after their company&#8217;s 100th birthday party, pop a few Alka-Seltzers and then promptlyannounce yet another seismic invention. This time it&#8217;s a new kind of phase change memory (PCM) that reads and writes 100 times faster than flash, ]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-831 aligncenter" title="ibm-pcm-memory" src="http://enfopoint.com/wp-content/uploads/2011/06/ibm-pcm-memory-300x242.jpg" alt="" width="300" height="242" /></p>
<p>&nbsp;</p>
<p>By <a rel="author" href="http://www.engadget.com/editor/sharif-sakr">Sharif Sakr</a> <a href="http://www.engadget.com/editor/sharif-sakr/rss.xml"><img src="http://www.blogsmithmedia.com/www.engadget.com/media/writer_rss.gif" border="0" alt="" /></a> posted Jun 30th 2011 12:01AM</p>
<p>You&#8217;ve got to hand it to IBM&#8217;s engineers. They drag themselves into work after their company&#8217;s <a href="http://www.engadget.com/2011/06/16/ibm-turns-100-brags-about-bench-pressing-more-than-companies-ha/">100th birthday party</a>, pop a few Alka-Seltzers and then promptlyannounce yet another seismic invention. This time it&#8217;s a new kind of <a href="http://www.engadget.com/tag/Phase+Change+Memory/">phase change memory</a> (PCM) that reads and writes 100 times faster than flash, stays reliable for millions of write-cycles (as opposed to just thousands with flash), and is cheap enough to be used in anything from enterprise-level servers all the way down to mobile phones. PCM is based on a special alloy that can be nudged into different physical states, or phases, by controlled bursts of electricity. In the past, the technology suffered from the tendency of one of the states to relax and increase its electrical resistance over time, leading to read errors. Another limitation was that each alloy cell could only store a <a href="http://www.engadget.com/2011/06/13/moneta-onyx-phase-change-memory-prototype-can-write-some-data-7x/">single bit of data</a>. But IBM employees burn through problems like these on their cigarette breaks: not only is their latest variant more reliable, it can also store four data bits per cell, which means we can expect a data storage &#8220;paradigm shift&#8221; within the next five years. Combine this with Intel&#8217;s promised <a href="http://www.engadget.com/2011/04/29/intel-touts-50gbps-interconnect-by-2015-will-make-it-work-with/">50Gbps interconnect</a>, which has a similar ETA, and data will start flowing faster than booze from an open bar on the boss&#8217;s tab. There&#8217;s more detailed science in the PR after the break, if you have a clear head.</p>
]]></content:encoded>
			<wfw:commentRss>http://enfopoint.com/2011/06/ibm-develops-instantaneous-memory-100x-faster-than-flash/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Juniper MX80 Bundles &#8211; The Real Story</title>
		<link>http://enfopoint.com/2011/04/juniper-mx80-bundles-the-real-story</link>
		<comments>http://enfopoint.com/2011/04/juniper-mx80-bundles-the-real-story#comments</comments>
		<pubDate>Wed, 13 Apr 2011 14:29:33 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[enfoPoint News]]></category>
		<category><![CDATA[MX]]></category>
		<category><![CDATA[MX80]]></category>
		<category><![CDATA[MX80-5G]]></category>

		<guid isPermaLink="false">http://enfopoint.com/?p=804</guid>
		<description><![CDATA[By Tom Spear, Managing Partner, enfoPoint LLC 20 Port GE SFP, two rack units tall, Carrier Class Ethernet Router for under $30k, is this possible?  Yes, Juniper recently announced the MX80 5G, 10G and 40G bundles, which are really 20G, 40G and 60G respectively and all are upgradeable the next model with license keys. The ]]></description>
			<content:encoded><![CDATA[<p>By Tom Spear, Managing Partner, enfoPoint LLC</p>
<p>20 Port GE SFP, two rack units tall, Carrier Class Ethernet Router for under $30k, is this possible?  Yes, Juniper recently announced the MX80 5G, 10G and 40G bundles, which are really 20G, 40G and 60G respectively and all are upgradeable the next model with license keys.</p>
<p>The under $30k model (MX-80-5G) comes with redundant AC or DC Power Supplies (same price), a 20Port 1G-SFP fiber MIC in Slot 1 (2<sup>nd</sup> slot is license key active), JUNOS WW, License for full Scale L3 route and L3 VPN, VLAN queuing, and JFlow.   In fact, if you suppose the chassis with 1 power supply is FREE, you would be still getting $101,500 of hardware and software for under $30k LIST.  Yes LIST.</p>
<p>Who’s buying these routers?  IOCs and Enterprises for core routers, Tier II ILECS and Service Providers for a reasonable edge router.   Need 2 ports of 10G?  No problem.  Upgrade to the 40G model and add a 2 port 10G MIC. List price for all of that is only $62,500.   The Cisco ASR1002 better beware.  Most people I talk to compare the 5G Cisco versions only to find out the MX 5G are actually 20G and run in hardware at line rate.</p>
<p>At enfoPoint, the demand for these has grown exponentially.  We have several demo units and would like to get your company / organization one next .</p>
]]></content:encoded>
			<wfw:commentRss>http://enfopoint.com/2011/04/juniper-mx80-bundles-the-real-story/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Juniper&#8217;s 100G Deployment</title>
		<link>http://enfopoint.com/2011/03/junipers-100g-deployment</link>
		<comments>http://enfopoint.com/2011/03/junipers-100g-deployment#comments</comments>
		<pubDate>Wed, 30 Mar 2011 22:03:48 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[enfoPoint News]]></category>

		<guid isPermaLink="false">http://enfopoint.com/?p=714</guid>
		<description><![CDATA[Data Networking &#38; Wireline Equipment Jess Lubert, CFA, Senior Analyst Sector Rating: Data Networking &#38; Wireline Equipment, Overweight Event: Today, Verizon announced plans to begin deploying 100G technology in select US markets by end of second quarter 2011. Impact: This announcement comes sooner than we had anticipated and appears to confirm Ciena and Juniper as ]]></description>
			<content:encoded><![CDATA[<p><strong><em><span style="font-family: 'Times New Roman'; font-size: x-small;">Data Networking &amp; Wireline Equipment</span></em></strong></p>
<p><strong>Jess Lubert, CFA, Senior Analyst </strong></p>
<p>Sector Rating: Data Networking &amp; Wireline Equipment, Overweight</p>
<p>Event: Today, Verizon announced plans to begin deploying 100G technology in select US markets by end of second quarter 2011.</p>
<p>Impact: This announcement comes sooner than we had anticipated and appears to confirm Ciena and Juniper as the lead vendors for Verizon&#8217;s 100G deployment. Though Verizon previously deployed 100G in Europe (Paris-Frankfurt) using both Ciena and Juniper, we had anticipated a later start to the 100G build in the US with 40G temporarily filling in the gaps. However, with Verizon now expecting to begin deploying 100G across several US routes (Chicago-New York, Sacramento-LA, and Minneapolis-KC), we believe Verizon and other carriers faced with surging traffic volumes (particularly from mobile and video) may be accelerating network upgrade plans. We believe this bodes particularly well for Ciena, the leading provider of coherent 100G transport technology, as well as for Juniper, following recent upgrades to its router portfolio.</p>
]]></content:encoded>
			<wfw:commentRss>http://enfopoint.com/2011/03/junipers-100g-deployment/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FREE JUNOS BOOTCAMP &#8211; April 6, 2011 Juniper Executive Briefing Center 10 Technology Park Dr Westford, MA 01886 US</title>
		<link>http://enfopoint.com/2011/03/free-junos-bootcamp-april-6-2011-juniper-executive-briefing-center-10-technology-park-dr-westford-ma-01886-us</link>
		<comments>http://enfopoint.com/2011/03/free-junos-bootcamp-april-6-2011-juniper-executive-briefing-center-10-technology-park-dr-westford-ma-01886-us#comments</comments>
		<pubDate>Thu, 10 Mar 2011 20:19:07 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[enfoPoint News]]></category>
		<category><![CDATA[Boot Camp]]></category>
		<category><![CDATA[Bootcamp]]></category>
		<category><![CDATA[Boston]]></category>
		<category><![CDATA[Juniper]]></category>
		<category><![CDATA[Junos]]></category>

		<guid isPermaLink="false">http://enfopoint.com/?p=709</guid>
		<description><![CDATA[The Juniper Networks JUNOS Boot Camp presented by enfoPoint Solutions is a one-day immersion training session at no cost for Service Provider engineering and technical staff on the unique performance and scalability of the Juniper JUNOS operating system. You will gain an understanding of the advantages of JUNOS, and the knowledge to work with and ]]></description>
			<content:encoded><![CDATA[<h3><span style="font-weight: normal; font-size: 13px;">The Juniper Networks JUNOS Boot Camp presented by enfoPoint Solutions is a one-day immersion training session at no cost for Service Provider engineering and technical staff on the unique performance and scalability of the Juniper JUNOS operating system. You will gain an understanding of the advantages of JUNOS, and the knowledge to work with and configure devices running JUNOS. </span></h3>
<p>Fee: Boot Camp is FREE for Service Provider engineering staff Seating is limited. Please make your reservation today.</p>
<p><a rel="nofollow" href="http://www.linkedin.com/redirect?url=https%3A%2F%2Fspreadsheets%2Egoogle%2Ecom%2Fviewform%3Fformkey%3DdHlJZlhvSW5sRy1XY2FoaGxWWW1Hbnc6MA&amp;urlhash=sOPJ&amp;_t=tracking_anet" target="blank">https://spreadsheets.google.com/viewform?formkey=dHlJZlhvSW5sRy1XY2FoaGxWWW1Hbnc6MA</a></p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://enfopoint.com/2011/03/free-junos-bootcamp-april-6-2011-juniper-executive-briefing-center-10-technology-park-dr-westford-ma-01886-us/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update: Juniper Networks merges network core elements to cut carrier costs</title>
		<link>http://enfopoint.com/2011/03/update-juniper-networks-merges-network-core-elements-to-cut-carrier-costs</link>
		<comments>http://enfopoint.com/2011/03/update-juniper-networks-merges-network-core-elements-to-cut-carrier-costs#comments</comments>
		<pubDate>Wed, 09 Mar 2011 00:00:09 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[enfoPoint News]]></category>

		<guid isPermaLink="false">http://enfopoint.com/?p=706</guid>
		<description><![CDATA[Juniper&#8217;s PTX switches, coming next year, combine optical and packet switching By Stephen Lawson, IDG News Service March 03, 2011 08:08 AM ET Sponsored by: Juniper Networks is developing a massive switch that could replace traditional IP (Internet Protocol) routers in the core of service-provider networks and combine optical and electronic technologies that today exist in ]]></description>
			<content:encoded><![CDATA[<h1><span style="font-size: 20px;">Juniper&#8217;s PTX switches, coming next year, combine optical and packet switching</span></h1>
<div id="article_author">By <a href="http://www.networkworld.com/Home/slawson.html">Stephen Lawson</a>, IDG News Service<br />
March 03, 2011 08:08 AM ET</div>
<div id="article_copy">
<div id="imu"><span style="font-size: xx-small;">Sponsored by:</span></div>
<div id="insider_body">
<p>Juniper Networks is developing a massive switch that could replace traditional IP (Internet Protocol) routers in the core of service-provider networks and combine optical and electronic technologies that today exist in separate systems with dedicated staffs.</p>
<p><strong>ANALYSIS:</strong> <a href="http://www.networkworld.com/news/2011/022311-juniper-announces-qfabric-leapfrogs-cisco.html">Juniper leapfrogs Cisco with QFabric data center products</a></p>
<p><strong>OPINION:</strong> <a href="http://www.networkworld.com/community/blog/what-i-about-junipers-qfabric">What I like about Juniper&#8217;s QFabric</a></p>
<p>The PTX Series Packet Transport Switch platform, of which the first products will ship in the first quarter of next year, will combine two technologies that carriers use to bypass routing at the center of their networks. Routing involves the processor-intensive work of examining every packet, and it often isn&#8217;t necessary for traffic that is just traversing the core of the network. Instead, carriers use MPLS (Multiprotocol Label Switching) and optical switching, neither of which requires full routing intelligence, to move traffic through the core.</p>
<div id="related_content">
<dl>
<dt></dt>
<dd></dd>
</dl>
</div>
<p>The PTX platform combines these approaches in the same box and is not designed as a router at all. Juniper wants to relegate routers to the edges of the network and devote the PTX chassis to switching. This will allow the company to focus the processing power of the new system on the tasks required of the core, Juniper said.</p>
<p>Carriers are under pressure to boost their network capacity to handle fast-growing traffic loads. They want to do so economically, because they continue to bring in about the same amount of revenue from their subscribers even as third-party service and content providers deliver more bandwidth-hungry offerings such as video, analysts said. By optimizing the PTX for switching instead of routing, and integrating optical technology into the same chassis, Juniper may cut carriers&#8217; costs while bolstering their network capacity, they said.</p>
<p>For enterprises and consumers who buy services from carriers, this might mean a slower rise in their monthly bills or better services for the same rates.</p>
<p>&#8220;Because of some of this cost being reduced &#8230; you would hope that this kind of reduces the cost per bit and therefore is passed down to the IT guys,&#8221; said analyst Ray Mota of ACG Research.</p>
<p>Adding optical switching to a packet switch brings Juniper into a totally new market and could dramatically change carriers&#8217; network operations over time. Today, carriers feed packets from their core routers into a separate optical infrastructure, which places the traffic on separate wavelengths of light for fast transmission. The traffic needs to be converted from the electronic to the optical realm, and then back again on the other end of the network. Putting both in the same chassis simplifies the network and removes those costly conversions, while also making it easier to scale up the infrastructure, Juniper said.</p>
<p>The company claims the PTX platform can cut network capital expenditures by between 40 percent and 65 percent compared with a traditional multiprotocol routing architecture and by 35 percent compared with an IP-only routing system.</p>
<p>The announcement of the PTX sets Juniper on a new architectural path for the second time in just two weeks. Last Wednesday, <a href="http://www.networkworld.com/news/2011/022311-juniper-announces-qfabric-leapfrogs-cisco.html">the company unveiled QFabric</a>, a converged enterprise network platform that <a href="http://www.networkworld.com/news/2011/022311juniper-switch.html">creates a single logical switch throughout an entire data center</a>. Like the new carrier-network infrastructure, QFabric is designed to eliminate multiple layers of switches and reduce the number of required devices. The overall architecture, which Juniper calls the Converged Supercore, will also include ROADMs (reconfigurable optical add-drop multiplexers), management systems and other components, Juniper said.</p>
<p>The promise of the PTX systems also will change the role of the T4000, a traditional core router that <a href="http://www.networkworld.com/news/2010/111510-juniper-cisco.html">Juniper announced last November</a> and is not even scheduled to ship commercially until the fourth quarter of this year. A PTX switch will be able to take the place of a T4000 in the cores of networks, offering greater throughput and efficiency. In such an architecture, the T4000 would be Juniper&#8217;s option for the edge of the network, where it can also carry out high-end functions such as service management along with routing.</p>
<p>&#8220;I was impressed that [Juniper] took the step of competing with themselves and other core router companies by building this MPLS switch,&#8221; said analyst Michael Howard of Infonetics Research.</p>
<p>Each slot of the PTX switch chassis has double the 240G bps capacity of a T4000 slot, and its initial 480G bps slot capacity can be expanded to 2T bps. The PTX line will start out with two systems, the PTX 5020, with a total capacity of 8T bps, and the PTX 9020, with 16T bps. The architecture ultimately will be able to scale up to 32T bps, which Juniper said is 10 times the scale of competing products. Among the interface line cards available for the PTX switches will be four-port 100-Gigabit Ethernet modules, a step up from the one-port or two-port 100GE cards that other vendors are offering today.</p>
<p>Many carriers have been looking for pure MPLS switching for their network cores, according to Howard. In addition, large carriers maintain separate staffs of engineers for optical and electronic switching, as well as separate management systems, and they want to converge those infrastructures eventually, Howard said. The PTX switches could allow those big carriers to consolidate their staffs over time, he said. Those struggling with the most exploding traffic are looking to consolidate the technologies in two or three years, while others may take five to eight years, he said.</p>
<div id="related_content">
<dl>
<dt></dt>
<dd></dd>
</dl>
</div>
<p>Juniper has a reasonable shot at getting into the optical equipment market, currently served by rival Cisco Systems as well as specialists such as Ciena, Mota of ACG Research said. He estimates the company&#8217;s optical revenue opportunity at $2 billion per year.</p>
<p><em>Stephen Lawson covers mobile, storage and networking technologies for</em> The IDG News Service<em>. Follow Stephen on Twitter at <a href="http://twitter.com/sdlawsonmedia" target="_blank">@sdlawsonmedia</a>. Stephen&#8217;s e-mail address is<a href="mailto:stephen_lawson@idg.com">stephen_lawson@idg.com</a></em></p>
<p><em>The IDG News Service is a Network World affiliate.</em></p>
</div>
<p><span>All contents copyright 1995-2011 Network World, Inc. <a href="http://www.networkworld.com/">http://www.networkworld.com</a></span></p>
</div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://enfopoint.com/2011/03/update-juniper-networks-merges-network-core-elements-to-cut-carrier-costs/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comparing various network cable types for your data center</title>
		<link>http://enfopoint.com/2011/03/comparing-various-network-cable-types-for-your-data-center</link>
		<comments>http://enfopoint.com/2011/03/comparing-various-network-cable-types-for-your-data-center#comments</comments>
		<pubDate>Tue, 08 Mar 2011 16:13:36 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[enfoPoint News]]></category>

		<guid isPermaLink="false">http://enfopoint.com/?p=704</guid>
		<description><![CDATA[By Robert E. McFarlane, Contributor SearchDataCenter.com IT infrastructure news ContentSyndication Digg This Stumble Delicious Google Fusion This is the second of a two-part series on data center cabling. Read the first tip on implementing a data center cabling infrastructure. It’s a given that data center cabling carries the computing network. But there are many out-of-band connections to consider ]]></description>
			<content:encoded><![CDATA[<div id="titleByline">
<h1><span style="font-weight: normal; font-size: 13px;">By Robert E. McFarlane, Contributor</span></h1>
<p>SearchDataCenter.com</p>
</div>
<div id="rssDiscovery">
<ul>
<li><a href="http://searchdatacenter.techtarget.com/rss/IT-infrastructure-news.xml">IT infrastructure news</a></li>
<li><a href="http://searchdatacenter.techtarget.com/rss/ContentSyndication.xml">ContentSyndication</a></li>
</ul>
</div>
<div>
<ul>
<li><a href="http://digg.com/submit?phase=2&amp;url=http://searchdatacenter.techtarget.com/tip/Comparing-various-network-cable-types-for-your-data-center&amp;title=Comparing%20various%20network%20cable%20types%20for%20your%20data%20center&amp;topic=tech_news&amp;bodytext=Choosing%20the%20right%20network%20cable%20type%20is%20a%20big%20part%20of%20an%20effective%20data%20center%20cabling%20infrastructure,%20and%20quantity%20and%20quality%20are%20key%20points%20to%20consider%20when%20choosing.">Digg This</a></li>
<li><a href="http://www.stumbleupon.com/submit?url=http://searchdatacenter.techtarget.com/tip/Comparing-various-network-cable-types-for-your-data-center&amp;title=Comparing%20various%20network%20cable%20types%20for%20your%20data%20center">Stumble</a></li>
<li><a href="http://del.icio.us/post?v=4&amp;noui&amp;jump=close&amp;url=http://searchdatacenter.techtarget.com/tip/Comparing-various-network-cable-types-for-your-data-center&amp;title=Comparing%20various%20network%20cable%20types%20for%20your%20data%20center">Delicious</a></li>
<li><a href="http://searchdatacenter.techtarget.com/rss/IT-infrastructure-news.xml">Google Fusion</a></li>
</ul>
</div>
<div>
<p><em>This is the second of a two-part series on data center cabling. Read the first tip on <a href="http://searchdatacenter.techtarget.com/tip/Tips-on-implementing-a-data-center-cabling-infrastructure">implementing a data center cabling infrastructure</a>.</em></p>
<p>It’s a given that <a href="http://searchdatacenter.techtarget.com/tip/How-to-determine-data-center-cabling-requirements">data center cabling</a> carries the computing network. But there are many out-of-band connections to consider that, although connected to the network, are not intrinsic to the network that carries computational data. Ancillary “out-of-band” connections may also be required for monitoring power, temperature, humidity, air conditioner and uninterruptible power supply (UPS) performance, surveillance cameras, server auto-shutdown, water leaks and many other functions that aren’t always IP-based.</p>
<p>Unlike servers, storage and network switches, these ancillary devices are generally low bandwidth and relatively non-critical. Does that mean that different<a href="http://searchnetworking.techtarget.com/tutorial/Network-cable-history-and-fundamentals-Cabling-tips-for-network-professionals-lesson-1">network cable types</a> should be used for each device? It’s partly dependant on cable topology, which dictates where copper and fiber are best employed. But for copper cable, it’s almost never cost-effective to use different<a href="http://searchdatacenter.techtarget.com/tip/Uptime-TIA-and-BICSI-Who-runs-the-data-center-design-standards-show">Telecommunications Industry Association (TIA)</a> category cables for different systems. A homogeneous cable plant installs quicker, uses the same termination hardware throughout and makes every cable usable for all purposes. And since this type of plant uses the same patch cord types throughout, there should be no possibility of using a low-grade patch for a high-performance connection.</p>
<p><strong>Network cable types: The ins and outs of fiber optic cable<br />
</strong><a href="http://searchtelecom.techtarget.com/definition/optical-fiber">Fiber optic cable</a> is a different animal. There’s a big distinction between single-mode and multi-mode fiber. With the advent of the practical <a href="http://searchcio-midmarket.techtarget.com/sDefinition/0,,sid183_gci803517,00.html">vertical cavity surface-emitting laser</a> (VCSEL) in 1988, the development of <a href="http://www.timbercon.com/LOMMF-Laser-Optimized-Multimode-Fiber.html">laser-optimized multimode fiber</a> (LOMMF) and the more recent adoption of <a href="http://www.optoiq.com/index/display/article-display/0364481152/articles/cabling-installation-maintenance/volume-17/Issue_10/Features/Data_Center/OM4_fiber_cabling_standard_for_next-generation_data_centers.html">OM4 fiber standards</a>, high-speed fiber connectivity is economically realistic without needing to resort to single-mode, particularly over short distances that are normal to data centers. For now, there’s no indication that bandwidth will be needed inside the data center beyond what can be supported by LOMMF and VCSELs. But although high-grade multi-mode can handle virtually anything in the data center, it’s always concerning that bandwidth demand might exceed its capabilities, particularly in the network backbone.</p>
<p>Therefore, there’s a common tendency to install at least some single-mode fiber to be safe. After all, the actual fiber is pretty inexpensive; it’s the interface electronics that aren’t cheap. Many people often think that even if you never use it, single-mode is cheap insurance, and big investments in electronics won’t be made unless needed. It’s still money, however, and the more we move toward a mostly fiber infrastructure, the more unused fiber you could be putting in if following that a certain percentage must be single-mode.</p>
<p><a href="http://searchnetworking.techtarget.com/definition/single-mode-fiber">Single-mode fiber</a> is primarily useful for maintaining bandwidth over long distances. Therefore, over the relatively short distances normal to data centers, it may even be necessary to use in-line optical attenuators or a lot of coiled-up cable length to keep receivers from being swamped by the high-power laser launch devices. Lasers also use more power, which can result in unnecessary inefficiency in a large data center. Having single-mode strands in the primary trunking paths or for network connectivity outside the data center may help down the road. But unless prices for interface electronics decline substantially, single-mode will be costly. Use single-mode between data centers in different buildings or more distant areas of the building. Use high-performance multi-mode fiber for your high-bandwidth server and main backbone connections.</p>
<p><strong>The importance of quality<br />
</strong>Since we still need copper for many individual server connections, it only makes sense to use the best copper available to extend the installation life. This doesn’t just apply to cable &#8212; patch panels, connectors, terminations and patch cords should all be selected similarly. The installation must be properly tested and results should be reviewed against specified performance standards. There’s no point in paying for a high-performance cable just to have it marred by a sloppy installation. If paying for the best network cable types, you should demand the best results, and that means using only compatible patch cords to ensure you don’t degrade your investment. Amazingly, using incompatible patch cords is a common operational mistake. Old, low-performance patch cords lie around because they still work, yet prevent expensive new hardware from performing as expected.</p>
<p>Another growing issue is the fabrication of copper and fiber high-performance cables. Tolerances have become too critical, small errors too degrading and fiber connector densities too high to field assemble these cables in any lengths. To maintain the cable infrastructure quality and meet today’s performance requirements, no one should fabricate his own patch cords. However, an increasing number of full cable assemblies are now being prefabricated to length at the factory, in both copper and fiber network cable types. This ensures quality, makes it easier to add cable in the future and relieves the concern of underestimating cable quantities &#8212; it’s now easy to add more when needed.</p>
<p>Whether using <a href="http://searchnetworking.techtarget.com.au/articles/31663-Copper-or-fiber-Which-is-best-for-1-Gigabit-Ethernet-deployments-">copper or fiber</a> for network cable types, the data center must have the best and fastest cabling. It shouldn’t matter what’s used in the rest of the building; the data center is special and expensive. And even if maximum performance isn’t needed on Day 1, it most likely will be over the life of the facility. That’s why we see a higher ratio of fiber to copper in new data center designs, and why installing less than the best to save money, be it copper or fiber, is a poor economic decision. Replacing a cable plant is expensive, potentially disruptive and should be avoided for as long as possible. The following table illustrates how quickly cable performance has changed:</p>
<p>&nbsp;</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td valign="top"><strong>YEAR</strong></td>
<td valign="top"><strong>STANDARD</strong></td>
<td valign="top"><strong>I.D.</strong></td>
<td valign="top"><strong>CABLE</strong></td>
<td colspan="2" valign="top"><strong>SPEED</strong></td>
</tr>
<tr>
<td valign="top">1990</td>
<td valign="top">IEEE 802.3i</td>
<td valign="top">10Base-T</td>
<td valign="top">Cat. 3 UTP</td>
<td colspan="2" valign="top">10MBit/Sec.</td>
</tr>
<tr>
<td valign="top">1991</td>
<td valign="top">ANSI/EIA/TIA 568</td>
<td valign="top"></td>
<td valign="top">Cat. 3 UTP</td>
<td colspan="2" valign="top"></td>
</tr>
<tr>
<td valign="top">1992</td>
<td valign="top">TSB 36</td>
<td valign="top"></td>
<td valign="top">Cat 4 &amp; 5 UTP</td>
<td colspan="2" valign="top"></td>
</tr>
<tr>
<td valign="top">1993</td>
<td valign="top">IEEE 802.3j</td>
<td valign="top">10Base-F</td>
<td valign="top">MM Fiber</td>
<td colspan="2" valign="top">10MBit/Sec</td>
</tr>
<tr>
<td valign="top">1995</td>
<td valign="top">IEEE 802.3u</td>
<td valign="top">100Base-TX</td>
<td valign="top">2 Pair Cat. 5</td>
<td colspan="2" valign="top">100MBit/Sec.</td>
</tr>
<tr>
<td valign="top">1995</td>
<td valign="top">IEEE 802.3u</td>
<td valign="top">100Base-T4</td>
<td valign="top">4 Pair Cat. 5</td>
<td colspan="2" valign="top">100MBit/Sec.</td>
</tr>
<tr>
<td valign="top">1995</td>
<td valign="top">IEEE 802.3u</td>
<td valign="top">100Base FX</td>
<td valign="top">MM Fiber</td>
<td colspan="2" valign="top">100MBit/Sec.</td>
</tr>
<tr>
<td valign="top">1998</td>
<td valign="top">IEEE 802.3ab</td>
<td valign="top">1000Base-T</td>
<td valign="top">Cat.5 UTP</td>
<td colspan="2" valign="top"></td>
</tr>
<tr>
<td valign="top">2001</td>
<td valign="top">ANSI/EIA/TIA 568-B.2</td>
<td valign="top"></td>
<td valign="top">Cat. 5e</td>
<td colspan="2" valign="top">1 GBit/Sec.</td>
</tr>
<tr>
<td valign="top">2002</td>
<td valign="top">ANSI/EIA/TIA 568-B.2-1</td>
<td valign="top"></td>
<td valign="top">Cat. 6</td>
<td colspan="2" valign="top">10 GBit/Sec.</td>
</tr>
<tr>
<td valign="top">2002</td>
<td valign="top">ISO/IEC 11801</td>
<td valign="top">OM1</td>
<td valign="top">MM Fiber</td>
<td colspan="2" valign="top"></td>
</tr>
<tr>
<td valign="top">2003</td>
<td valign="top">IEEE 802.3ae</td>
<td valign="top">10GBase-SR, -LR, -ER, -SW, -LW -EW</td>
<td valign="top">LOMM Fiber</td>
<td colspan="2" valign="top">10 GBit/Sec.</td>
</tr>
<tr>
<td valign="top">2008</td>
<td valign="top">ANSI/EIA/TIA 568-B.2-10</td>
<td valign="top"></td>
<td valign="top">Cat. 6A</td>
<td colspan="2" valign="top"></td>
</tr>
<tr>
<td valign="top">2009/2010</td>
<td valign="top">IEEE 803.3ba<br />
TIA-492-AAAD</td>
<td valign="top">OM4</td>
<td valign="top">LOMM or SM Fiber</td>
<td colspan="2" valign="top">40 GBit/Sec<br />
100 GBit/Sec.</td>
</tr>
<tr>
<td valign="top">2010</td>
<td valign="top">IEEE 803.3ba</td>
<td valign="top"></td>
<td valign="top">4 Pair Cat. 6A UTP</td>
<td colspan="2" valign="top">40 GBit/Sec.</td>
</tr>
<tr>
<td valign="top">2010</td>
<td valign="top">IEEE 803.3ba</td>
<td valign="top"></td>
<td colspan="2" valign="top">10 Pair Cat. 6A UTP</td>
<td valign="top">100 GBit/Sec.</td>
</tr>
</tbody>
</table>
<p><strong>Table 1</strong>: Chronology of major cable technology developments</p>
<p><strong>Physical design and quantities<br />
</strong>There are four major contributors to data center cabling challenges today:</p>
<ol>
<li>Multiple network connections from each server &#8212; some copper, some fiber</li>
<li>Network switches with higher port count densities</li>
<li>Differing storage topologies depending on manufacturer and protocol</li>
<li>Changing cable standards to meet demands for ever higher speed</li>
</ol>
<p>End-of-row consolidation addresses most of these needs with two drawbacks &#8212; deciding how much cable to install in each cabinet and the size and cost of the server access consolidation switches.</p>
<p>A standard cabinet can hold 42 1U servers, and each server can have three or more connections. There can also be power and temperature monitoring in the cabinet and cipher locks for security. Should there be six 24-port patch panels in every cabinet to support the highest possible number of connections? Not likely, but there’s no way to accurately predict the number of connections ultimately needed in every cabinet, and it’s restrictive to designate cabinets for specific purposes and cable them differently.</p>
<p>It’s popular to pick a realistic “middle number,” which usually entails installing more cable than required. That can be expensive and hard to justify, but it’s still cheaper than the cost of redundant, chassis-type access switches in each cabinet row with enough ports to match the cable count. Virtualization and consolidation can even exacerbate the situation by creating higher server and cable densities.</p>
<p>Moving to top-of-cabinet consolidation is more flexible than end-of-row because it’s relatively economical to put in empty fiber light boxes to fill only as necessary. Whether you have LT fiber connections, local switches or pre-terminated cable with Multi-fiber Push-On (MPO) connectors, pre-terminated fiber can be added quickly and easily without the mess accompanying field installation and termination of individual fibers. With 12 strands in a single connector, you can add a lot of capacity very quickly. And once lengths are determined by manufacturers looking at a data center scale drawing, ordering additional runs is quick and easy.</p>
<p>In the end, deciding on the <a href="http://searchdatacenter.techtarget.com/tip/Best-practices-for-data-center-cabling-selection">data center cabling approach</a> and density is always challenging. Too little cabling fails to support requirements, leading to ad-hoc cabling that grows and never goes away. But excessive cabling can become very expensive and difficult to justify. Modern approaches can simplify the problem, but it still takes thought and planning. Flexibility is one of the most important considerations of data center design, and cabling certainly must always be considered.</p>
<p><em>Douglas Smith, principal and manager of IT consulting, and Edward Ruggiero, senior associate at Shen Milsom &amp; Wilke, contributed to this tip.</em></p>
<p><em><strong>ABOUT THE AUTHOR</strong></em><strong>: Robert McFarlane</strong> is a principal in charge of data center design for the international consulting firm <a href="http://www.smwinc.com/">Shen Milsom Wilke</a>. McFarlane has spent more than 30 years in communications consulting, has experience in every segment of the data center industry and was a pioneer in developing the field of building cable design. McFarlane also teaches the data center facilities course in the Marist College <a href="http://www.idcp.org/index.php?f413d7c79eaeea378d0ac4511727d6b8=3b88669677262b4959df1848a77a7b27">Institute for Data Center Professionals</a> program, is a data center power and cooling expert, is widely published and speaks at many industry seminars.</p>
<p><strong>Ed Ruggiero</strong> is a senior consultant with Shen Milsom Wilke and holds <a href="https://www.bicsi.org/default.aspx">BICSI</a>&#8216;s professional designation of <a href="https://www.bicsi.org/double.aspx?l=2558&amp;r=2560">Registered Communications Distribution Designer</a>(RCDD).</p>
<p><strong>Douglas Smith</strong> is a principal of Shen Milsom Wilke and manager of the IT practice. Smith is the senior network designer as well as a technical resource to the system integration teams.</p>
<p><em>28 Feb 2011</em></p>
</div>
<div></div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://enfopoint.com/2011/03/comparing-various-network-cable-types-for-your-data-center/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JUNOSPEDIA &#8211; The JUNOS Configuration Repository</title>
		<link>http://enfopoint.com/2011/03/junospedia-the-junos-configuration-repository</link>
		<comments>http://enfopoint.com/2011/03/junospedia-the-junos-configuration-repository#comments</comments>
		<pubDate>Fri, 04 Mar 2011 00:38:52 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[enfoPoint News]]></category>
		<category><![CDATA[Configuration]]></category>
		<category><![CDATA[Junos]]></category>
		<category><![CDATA[JUNOSPEDIA]]></category>
		<category><![CDATA[Repository]]></category>

		<guid isPermaLink="false">http://enfopoint.com/?p=688</guid>
		<description><![CDATA[Contribute, Share, or Borrow a JUNOS Configuration in the new JUNOSPEDIA Configuration Repository.   Be an author!  Be Published! http://enfopoint.com/category/resources/junos-configurations]]></description>
			<content:encoded><![CDATA[<p>Contribute, Share, or Borrow a JUNOS Configuration in the new JUNOSPEDIA Configuration Repository.   Be an author!  Be Published!</p>
<p>http://enfopoint.com/category/resources/junos-configurations</p>
]]></content:encoded>
			<wfw:commentRss>http://enfopoint.com/2011/03/junospedia-the-junos-configuration-repository/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Juniper MWC Haul Includes Project Falcon Launch</title>
		<link>http://enfopoint.com/2011/03/juniper-mwc-haul-includes-project-falcon-launch</link>
		<comments>http://enfopoint.com/2011/03/juniper-mwc-haul-includes-project-falcon-launch#comments</comments>
		<pubDate>Thu, 03 Mar 2011 01:59:26 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[enfoPoint News]]></category>
		<category><![CDATA[Falcon]]></category>
		<category><![CDATA[Project]]></category>

		<guid isPermaLink="false">http://enfopoint.com/?p=686</guid>
		<description><![CDATA[By Chad Berndtson, CRN Juniper on Monday debuted a new portfolio of products and services designed to help mobile service providers optimize their network delivery and generate new services revenue. Among the major releases is its long-awaited mobile packet core, dubbed MobileNext. Described by Juniper as &#8220;the industry&#8217;s first open mobile core,&#8221; it&#8217;s been in development for ]]></description>
			<content:encoded><![CDATA[<p>By <a href="mailto:chad.berndtson@ec.ubm.com">Chad Berndtson</a>, CRN</p>
<p>Juniper on Monday debuted a new portfolio of products and services designed to help mobile service providers optimize their network delivery and generate new services revenue. Among the major releases is its long-awaited mobile <a href="http://www.crn.com/channel-encyclopedia/definition.htm?term=packet&amp;x=&amp;y=">packet</a> core, dubbed MobileNext. Described by Juniper as &#8220;the industry&#8217;s first open mobile core,&#8221; it&#8217;s been in development for the past few years as Project Falcon.</p>
<p>Juniper made the announcements in line with Mobile World Congress, taking place this week in Barcelona. With billions of smartphones and machine-to-machine devices expected by 2020, Juniper is among vendors looking to offer a combined portfolio of <a href="http://www.crn.com/channel-encyclopedia/definition.htm?term=IP&amp;x=&amp;y=">IP</a>and mobile technologies, from core <a href="http://www.crn.com/channel-encyclopedia/definition.htm?term=networking&amp;x=&amp;y=">networking</a> to consumer services, designed to ease the mobile traffic burdens.</p>
<p>Among this debuts are Juniper MobileNext, a mobile packet core with an open, programmable platform, and the true name of Juniper&#8217;s oft-mentioned Project Falcon. MobileNext offers 2G/3G and Long Term Evolution (LTE) evolved packet core functions using the MobileNext <a href="http://www.crn.com/channel-encyclopedia/definition.htm?term=Broadband&amp;x=&amp;y=">Broadband</a> Gateway, MobileNext Control <a href="http://www.crn.com/channel-encyclopedia/definition.htm?term=Gateway&amp;x=&amp;y=">Gateway</a>and MobileNext Policy Manager.</p>
<p>The Broadband Gateway itself is software implemented on Juniper&#8217;s MX 3D universal edge routers. The MobileNext Control Gateway, by contrast, is a standalone appliance that manages MobileNext&#8217;s signaling. The Policy Manager, also software, is what controls policy and charging rules function (PCRF) for LTE. All will be generally available by mid-2011, according to Juniper.</p>
<p>Beyond the MobileNext offering is MobileNext Consumer Services &#8212; providing simultaneous 2G/3G and LTE services &#8212; and a suite called MobileNext Business Services, which combines APN technology with an operator&#8217;s network via an SSL VPN with Juniper&#8217;s Junos Pulse platform, allowing secure connectivity by corporate users with mobile devices.</p>
<p>Deeper into the portfolio is Juniper&#8217;s Service Delivery Gateway software, which also sits on the MX 3Ds. The Service Delivery Gateway combines various IP functions such as carrier-grade network address translation (NAT), video optimization, application<a href="http://www.crn.com/channel-encyclopedia/definition.htm?term=load%20balancing&amp;x=&amp;y=">load balancing</a> and dynamic subscriber awareness into a single Junos platform &#8212; something Juniper says can save service providers 36 percent total cost of ownership because they don&#8217;t have to buy point products for each function.</p>
<p>Other debuts this week include an expansion of Juniper&#8217;s Media Flow Solution with integrated video optimization from Openwave Systems, and added security for Junos Pulse, including anti-virus, anti-spam, <a href="http://www.crn.com/channel-encyclopedia/definition.htm?term=malware&amp;x=&amp;y=">malware</a> protection, remote device lock and other functions.</p>
<p>Juniper further debuted a set of Mobile Internet Professional Services, including LTE and <a href="http://www.crn.com/channel-encyclopedia/definition.htm?term=IPv6&amp;x=&amp;y=">IPv6</a> readiness assessments and mobile video optimization. All will help service providers more easily migrate to LTE, according to Juniper.</p>
<p>Wendy Cartee, vice president of marketing at Juniper, described the product rollouts as helping service providers optimize their networks while also creating greater services revenue.</p>
<p>&#8220;This is to help mobile operators monetize the smartphone revolution,&#8221; Cartee told CRN Monday. &#8220;They need to upgrade their infrastructures or provide more <a href="http://www.crn.com/channel-encyclopedia/definition.htm?term=bandwidth&amp;x=&amp;y=">bandwidth</a> and performance. But it&#8217;s also reducing cost, and building a network that is IP-centric, with everything from netbooks to laptops to phones now wireless.&#8221;</p>
<p>For Juniper&#8217;s partner ecosystem, there&#8217;s an increasingly relevant play around software development for mobile <a href="http://www.crn.com/channel-encyclopedia/definition.htm?term=infrastructure&amp;x=&amp;y=">infrastructure</a> using Juniper&#8217;s Junos platform and its various pieces.</p>
<p>MobileNext, for example, incorporates Juniper&#8217;s Junos SDK to enable operators to develop applications and also work with third-party developers &#8212; who can develop on Junos via the Junos Space piece &#8212; to add services, Cartee explained.</p>
<p>&#8220;Imagine you&#8217;re a mobile operator and you have a pipeline full of innovation that will potentially never run out,&#8221; she said. &#8220;What we&#8217;ve seen in the smartphone era is applications that can be downloaded on the fly. And mobile operators are very cost sensitive &#8212; they need to drive down costs in the network, and performance and scale are very important to them.&#8221;</p>
<p>Cartee emphasized security services, but also carrier-grade NAT, parental controls and financial transactions, such as e-banking, as examples of the types of services a flexible platform will better enable.</p>
<p>&#8220;A fully programmable platform drives a business model,&#8221; she said.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://enfopoint.com/2011/03/juniper-mwc-haul-includes-project-falcon-launch/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analyzer_EX4200_9-1R2-10</title>
		<link>http://enfopoint.com/2011/03/analyzer_ex4200_9-1r2-10</link>
		<comments>http://enfopoint.com/2011/03/analyzer_ex4200_9-1r2-10#comments</comments>
		<pubDate>Wed, 02 Mar 2011 03:17:32 +0000</pubDate>
		<dc:creator>brad</dc:creator>
				<category><![CDATA[Analyzers (mirror ports)]]></category>
		<category><![CDATA[Junos configurations]]></category>
		<category><![CDATA[9.6R2.11]]></category>
		<category><![CDATA[DHCP-Relay]]></category>
		<category><![CDATA[J2350]]></category>

		<guid isPermaLink="false">http://enfopoint.com/?p=678</guid>
		<description><![CDATA[DHCP-Relay J2350 9.6R2.11 ethernet-switching-options { analyzer VPNtranet { ratio 1; loss-priority low; input { ingress { interface ge-1/0/21.0; } egress { interface ge-1/0/22.0; } } output { interface { ge-1/0/23.0; } } } } Download this config here]]></description>
			<content:encoded><![CDATA[<h2 style="text-align: center;">DHCP-Relay J2350 9.6R2.11</h2>
<pre>ethernet-switching-options {
    analyzer VPNtranet {
        ratio 1;
        loss-priority low;
        input {
            ingress {
                interface ge-1/0/21.0;
            }
            egress {
                interface ge-1/0/22.0;
            }
        }
        output {
            interface {
                ge-1/0/23.0;
            }
        }
    }
}</pre>
<p>Download this config <a href="http://enfopoint.com/wp-content/uploads/2011/03/ANALYZER_EX4200_9-1R2-10.txt">here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://enfopoint.com/2011/03/analyzer_ex4200_9-1r2-10/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DHCP-Relay_SRX650_9-6R2-11</title>
		<link>http://enfopoint.com/2011/03/dhcp-relay_srx650_9-6r2-11</link>
		<comments>http://enfopoint.com/2011/03/dhcp-relay_srx650_9-6r2-11#comments</comments>
		<pubDate>Wed, 02 Mar 2011 01:37:08 +0000</pubDate>
		<dc:creator>brad</dc:creator>
				<category><![CDATA[DHCP-Relay]]></category>
		<category><![CDATA[Junos configurations]]></category>
		<category><![CDATA[9.6R2.11]]></category>
		<category><![CDATA[SRX650]]></category>

		<guid isPermaLink="false">http://enfopoint.com/?p=661</guid>
		<description><![CDATA[DHCP-Relay SRX650 9.6R2.11 forwarding-options { helpers { bootp { interface { vlan.101 { server 10.216.221.54; server 10.223.33.23; } } } } } Download this config here]]></description>
			<content:encoded><![CDATA[<h2 style="text-align: center;">DHCP-Relay SRX650 9.6R2.11</h2>
<pre>forwarding-options {
    helpers {
        bootp {
            interface {
                vlan.101 {
                    server 10.216.221.54;
                    server 10.223.33.23;
                }
            }
        }
    }
}</pre>
<p>Download this config <a href="http://enfopoint.com/wp-content/uploads/2011/03/DHCP-Relay_SRX650_9-6R2-11.txt">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://enfopoint.com/2011/03/dhcp-relay_srx650_9-6r2-11/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Juniper Networks JUNOS Boot Camp &#8211; Boston MA 4-6-11</title>
		<link>http://enfopoint.com/2011/02/juniper-networks-junos-boot-camp-boston-ma-4-6-11</link>
		<comments>http://enfopoint.com/2011/02/juniper-networks-junos-boot-camp-boston-ma-4-6-11#comments</comments>
		<pubDate>Mon, 28 Feb 2011 13:58:29 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[enfoPoint Bootcamps]]></category>
		<category><![CDATA[enfoPoint News]]></category>
		<category><![CDATA[Resources]]></category>
		<category><![CDATA[Boot Camp]]></category>
		<category><![CDATA[Boston]]></category>
		<category><![CDATA[Junos]]></category>

		<guid isPermaLink="false">http://enfopoint.com/?p=611</guid>
		<description><![CDATA[Juniper Networks JUNOS Boot Camp presented by enfoPoint Solutions The Juniper Networks JUNOS Boot Camp presented by enfoPoint Solutions is a one-day immersion training session at no cost for Service Provider engineering and technical staff on the unique performance and scalability of the Juniper JUNOS operating system. Learn more about how you can leverage the ]]></description>
			<content:encoded><![CDATA[<p>Juniper Networks JUNOS Boot Camp</p>
<p><em>presented by </em><em>enfo</em><em>Point Solutions</em></p>
<p>The Juniper Networks JUNOS Boot Camp presented by <strong>enfo</strong><strong>Point </strong>Solutions is a one-day immersion training session <strong>at no cost </strong>for Service Provider engineering and technical staff on the unique performance and scalability of the Juniper JUNOS operating system.</p>
<p>Learn more about how you can leverage the JUNOS power of one operating system, one release train, and one modular architecture integrated across routing, switching, security, and services to reduce complexity, increase availability, lower costs and deploy services more quickly. You will gain an understanding of the advantages of JUNOS, and the knowledge to work with and configure devices running JUNOS.</p>
<p><strong>enfo</strong><strong>Point </strong>is the fastest-growing Juniper Service Provider Infrastructure Elite-Certified Partner. <strong>enfo</strong><strong>Point </strong>solves complex business problems for Service Providers by providing network architecture, implementation and support expertise to drive new client business, support organic growth of your existing clients, fast deployment of new services and prepare for your clients’ migration to cloud computing.</p>
<p><strong>Fee: </strong>Boot Camp is <strong>free </strong>for Service Provider engineering staff <strong>Seating is limited. </strong>Please make your reservation today – <strong>Click Here!</strong></p>
<p><strong>Juniper JUNOS Boot Camp Curriculum</strong></p>
<p>9:00AM – Noon Course Introduction JUNOS Overview Introduction to the JUNOS CLI</p>
<p>Advantages of the JUNOS CLI</p>
<p>Noon &#8211; 1:00PM: Lunch</p>
<p>1:00PM &#8211; 5:00PM Interface Configuration Routing with JUNOS OSPF on JUNOS BGP on JUNOS Conclusion</p>
<p><strong>Wednesday, April 6, 2011</strong></p>
<p>Juniper Executive Briefing Center 10 Technology Park Drive Westford, MA 01886</p>
<p>For more information, please contact Rikk at 617.500.4409 or email rikk@enfopoint.com.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://enfopoint.com/2011/02/juniper-networks-junos-boot-camp-boston-ma-4-6-11/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The push is on to cut 100G Ethernet&#8217;s price</title>
		<link>http://enfopoint.com/2011/02/the-push-is-on-to-cut-100g-ethernets-price</link>
		<comments>http://enfopoint.com/2011/02/the-push-is-on-to-cut-100g-ethernets-price#comments</comments>
		<pubDate>Fri, 25 Feb 2011 10:23:50 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[enfoPoint News]]></category>

		<guid isPermaLink="false">http://enfopoint.com/?p=604</guid>
		<description><![CDATA[By Stephen Lawson, IDG News Service February 23, 2011 11:38 AM ET Sponsored by: Less than a year after 100-Gigabit Ethernet was standardized, an industry group is considering a set of specifications that might make the high-speed technology less expensive and more useful. The IEEE 802.3 100-Gigabit Backplane and Copper Cable Study Group of the IEEE ]]></description>
			<content:encoded><![CDATA[<h1><span style="font-weight: normal; font-size: 13px;">By <a href="http://www.networkworld.com/Home/slawson.html">Stephen Lawson</a>, IDG News Service </span></h1>
<div id="article_author">February 23, 2011 11:38 AM ET</div>
<div id="article_copy">
<div id="imu"><span style="font-size: xx-small;">Sponsored by:</span></div>
<div id="insider_body">
<p>Less than a year after 100-Gigabit Ethernet was standardized, an industry group is considering a set of specifications that might make the high-speed technology less expensive and more useful.</p>
<p>The IEEE 802.3 100-Gigabit Backplane and Copper Cable Study Group of the IEEE isn&#8217;t trying to change the 100GE standard but to make it easier to build modules with more 100GE ports, according to John D&#8217;Ambrosia, who is chairman of the new group. Its first meeting took place last month. D&#8217;Ambrosia spoke on the sidelines of the Ethernet Technology Summit on Tuesday in Santa Clara, Calif., though he emphasized that he was not speaking on behalf of the study group.</p>
<p><strong>ANALYSIS:</strong> <a href="http://www.networkworld.com/news/2010/121610-ethernet.html">What’s beyond 10G Ethernet?</a></p>
<p><strong>SLIDESHOW:</strong> <a href="http://www.networkworld.com/slideshows/2009/101609-layer8-ethernet.html">Ethernet Everywhere </a></p>
<div id="related_content">
<dl>
<dt></dt>
<dd></dd>
</dl>
</div>
<p>The effort to develop specifications for 100GE backplanes, which provide the connections within a switch, comes as the IEEE also starts to explore the possible need for an even faster standard. An ad hoc group will begin meeting on Monday to study users&#8217; current bandwidth requirements, which could help determine the demand for a version of Ethernet above 100G bps (bits per second). But while a new speed record may be enticing, network engineers in the real world need to wire their data centers at low cost and be prepared for future needs, according to D&#8217;Ambrosia.</p>
<p>&#8220;Everyone wants the bandwidth, but they also want the bandwidth at lower and lower cost,&#8221; D&#8217;Ambrosia said. &#8220;People just don&#8217;t have money to throw around.&#8221;</p>
<p>Today, some 100GE LAN interfaces are on the market, but they only come with one or two ports per line card. Every inch of space on a switch chassis and every bit of floor space in a data center is very valuable, so dedicating a whole card to one or two ports is an expensive proposition, even apart from the actual cost of a 100GE interface. A module with several 100GE ports would probably be a better value as well as more useful, D&#8217;Ambrosia said.</p>
<p>As an example of 100GE pricing, Juniper Networks typically charges ten times the price per port of 10-Gigabit Ethernet, so a 100GE port may cost about $150,000, though prices vary, said Luc Ceuppens, vice president of marketing for platform systems.</p>
<p>A key challenge to increasing the port density of 100GE switch modules is that the current technology for connecting an interface module to a switch chassis typically won&#8217;t support more than one or two 100GE ports, D&#8217;Ambrosia said. Current technology won&#8217;t scale beyond that. Virtualization has made the problem even harder, because a data center full of virtualized servers tends to use the network more intensively, he said.</p>
<p>At the same time, the first-generation 100GE ports and line-card components themselves are fairly large and power-hungry, he said.</p>
<p>As with earlier technologies, standardization of the backplane should help 100GE move beyond proprietary designs and create a larger ecosystem of component vendors, eventually driving up production volumes and lowering costs through economies of scale, D&#8217;Ambrosia said. Power requirements also are likely to be driven down, he said.</p>
<p>The backplane group is also considering a new specification for a narrower cable interface, which should also help to save space in equipment designs and could lead to more flexible copper cables linking servers with data-center switches, D&#8217;Ambrosia said.</p>
<p><em>Stephen Lawson covers mobile, storage and networking technologies for</em> The IDG News Service<em>. Follow Stephen on Twitter at <a href="http://twitter.com/sdlawsonmedia" target="_blank">@sdlawsonmedia</a>. Stephen&#8217;s e-mail address is<a href="mailto:stephen_lawson@idg.com">stephen_lawson@idg.com</a></em></p>
<p><em>The IDG News Service is a Network World affiliate.</em></p>
</div>
<p><span>All contents copyright 1995-2011 Network World, Inc. <a href="http://www.networkworld.com/">http://www.networkworld.com</a></span></p>
</div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://enfopoint.com/2011/02/the-push-is-on-to-cut-100g-ethernets-price/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 6 biggest misconceptions about IPv6</title>
		<link>http://enfopoint.com/2011/02/the-6-biggest-misconceptions-about-ipv6</link>
		<comments>http://enfopoint.com/2011/02/the-6-biggest-misconceptions-about-ipv6#comments</comments>
		<pubDate>Thu, 24 Feb 2011 22:10:44 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[enfoPoint News]]></category>
		<category><![CDATA[IPV6]]></category>

		<guid isPermaLink="false">http://enfopoint.com/?p=596</guid>
		<description><![CDATA[Debunking myths that keep CIOs from adopting next-gen Internet addressing scheme By Carolyn Duffy Marsan, Network World February 24, 2011 09:03 AM ET Sponsored by: For 15 years, Internet engineers and policymakers have been publicizing the need to upgrade the &#8216;Net&#8217;s current addressing scheme &#8212; known as IPv4 &#8212; to handle the network-of-network&#8217;s explosive growth. Yet ]]></description>
			<content:encoded><![CDATA[<h1><span style="font-size: 20px;">Debunking myths that keep CIOs from adopting next-gen Internet addressing scheme</span></h1>
<div id="article_author">By <a href="http://www.networkworld.com/Home/cduffy%20marsan.html">Carolyn Duffy Marsan</a>, Network World<br />
February 24, 2011 09:03 AM ET</div>
<div id="article_copy">
<div id="imu"><span style="font-size: xx-small;">Sponsored by:</span></div>
<div id="insider_body">
<p>For 15 years, Internet engineers and policymakers have been publicizing the need to upgrade the &#8216;Net&#8217;s current addressing scheme &#8212; known as IPv4 &#8212; to handle the network-of-network&#8217;s explosive growth. Yet many U.S. CIOs and CTOs continue to harbor misinformation that they use to justify why they are not adopting the next-generation <a href="http://www.networkworld.com/newsletters/2010/042810-ipv6-tutorial.html">IPv6</a> standard.</p>
<p>This issue is significant because the Internet is running out of IPv4 addresses. IPv4 uses 32-bit addresses and can support 4.3 billion devices connected directly to the Internet. The non-compatible replacement protocol, <a href="http://www.networkworld.com/news/2009/073009-ipv6-guide.html">IPv6</a>, uses 128-bit addresses and supports a virtually unlimited number of devices: 2 to the 128th power.</p>
<p><a href="http://www.networkworld.com/news/2011/020711-address-depletion-ipv6.html">IPv6 MARKET MOMENTUM </a></p>
<p>Here is a list of the biggest misconceptions about IPv4 depletion and IPv6 deployment that we&#8217;ve read or heard in recent weeks:</p>
<div id="related_content">
<dl>
<dt></dt>
<dd></dd>
</dl>
</div>
<p><strong>1. The Internet still has plenty of IPv4 addresses.</strong></p>
<p>Whether or not you think the Internet has run out of IPv4 addresses depends on where you live in the world and how fast your network is growing.</p>
<p>In early February, the free pool of <a href="http://www.networkworld.com/news/2011/020111-ipv4-apnic.html">unassigned IPv4 addresses was depleted</a> when the Internet Assigned Numbers Authority (IANA) delegated the last five blocks of IPv4 address space &#8211; each with around 16.7 million addresses &#8211; to the five regional registries. The registries are expected to dole out the majority of these IPv4 addresses to carriers in 2011.</p>
<p>IPv4 free pool depletion is the first step in the Internet running out of IPv4 addresses. It is a significant milestone in the <a href="http://www.networkworld.com/slideshows/2009/020909-evolution-internet.html">40-year history of the Internet</a> because it shows that IPv4 addresses are a limited resource.</p>
<p>Over the next few months, it will become increasingly difficult for mobile and broadband carriers with fast-growing networks to acquire the blocks of contiguous IPv4 address space that they need to build out their networks.</p>
<p>Some carriers are predicting massive IPv4 address shortages this year. <a href="http://www.ietf.org/proceedings/79/slides/plenaryt-6.pdf">Chinatelecom has predicted</a> that it will be short 20 million IPv4 addresses in 2011, which will affect its roll-out of mobile broadband, IP TV and other popular services. As far as Chinatelecom is concerned, the Internet has already run out of IPv4 addresses.</p>
<p>Some <a href="http://www.iana.org/assignments/ipv4-address-space/ipv4-address-space.xml">U.S. government agencies and companies</a> that were involved in the original research that evolved into the Internet received enormous blocks of IPv4 address space before anyone realized it would be a scarce resource. For these lucky organizations &#8211; like the U.S. military, IBM and the Massachusetts Institute of Technology &#8211; it won&#8217;t feel like the Internet has run out of IPv4 addresses any time soon.</p>
<p>Most U.S. companies that do business on the Internet have a limited number of IPv4 addresses. The day is fast-approaching when these companies will need IPv4 addresses and be unable to get them from their carriers. That will be the day when their CIOs realize the Internet has run out of IPv4 addresses.</p>
<p><strong>2. My company doesn&#8217;t need to adopt IPv6 yet.</strong></p>
<p>An IT executive at a company that operates a string of Web sites and earns more than $100 million in annual revenues recently said that the business case &#8220;hasn&#8217;t been made&#8221; for adopting IPv6. This company has not begun any development work on IPv6, nor has it earmarked funds in this year&#8217;s budget for such work.</p>
<p>This executive is under the false impression that IPv6 is an upgrade that can be postponed.</p>
<p><strong>PANIC TIME QUIZ:</strong> <a href="http://www.networkworld.com/slideshows/2011/011411-ipv6-quiz.html">Are you ready for IPv6?</a></p>
<p>John Curran, president and CEO of the American Registry for Internet Numbers (ARIN), says all companies that do business over the Internet should support IPv6 on their public-facing Web servers and Web services by Jan. 1, 2012 or <a href="http://www.networkworld.com/news/2010/012110-ipv6-warning.html">risk losing potential customers</a>.</p>
<p>Similarly, the <a href="https://www.networkworld.com/news/2010/092810-white-house-ipv6-directive.html">Obama Administration has mandated</a> that all U.S. federal agencies upgrade their public-facing Web sites and services to support IPv6 traffic by Sept. 30, 2012.</p>
<div id="related_content">
<dl>
<dt></dt>
<dd></dd>
</dl>
</div>
<p>Experts in IPv4 depletion say companies that don&#8217;t have a <a href="http://www.networkworld.com/news/2010/091410-ipv6-schedule.html">transition plan</a> in place for IPv6 are already too late.</p>
<p>The depletion of the IPv4 free pool &#8220;is a wake-up call,&#8221; says Chris Davis, senior director of corporate marketing communications at <a href="http://www.us.ntt.net/products/internet-access/ipv6.cfm">NTT America</a>, a leading provider of IPv6 transit and access services in the United States. &#8220;If you haven&#8217;t taken this seriously, you better start. If you don&#8217;t have a transition plan in place, you better make one&#8230;IPv6 is a reality.&#8221;</p>
<p>Part of the foot-dragging is the result of U.S. CIOs falsely believing that their carriers will take care of IPv6 transition for them. That&#8217;s not going to happen. Enterprises must IPv6-enable their own Web content through the deployment of native IPv6 or an IPv6-to-IPv4 translation mechanism on the front end of their Web servers.</p>
<p>&#8220;The carrier needs to take care of IPv6 as far as their infrastructure is concerned, but the enterprise has to take responsibility for their own networks and their own network access, including routers, firewalls and web services,&#8221; Davis says.</p>
<p><strong>3. A lucky Internet user will get the last IPv4 address.</strong></p>
<p>Experts predict that the Internet will run out of IPv4 addresses many months from now and in a different fashion than the receipt of a winning lottery ticket.</p>
<p>In February, IANA depleted the free pool of unassigned IPv4 addresses. Next, the regional Internet registries will dole out the remaining IPv4 addresses to carriers in a process that is expected to take anywhere from three to nine months. The registry that is expected to deplete its pool of IPv4 addresses last is AfriNIC, the African registry.</p>
<p>&#8220;Each regional registry will run out of IPv4 addresses at its own rate,&#8221; Curran says. &#8220;That almost certainly means, because of the current rate of demand, that AfriNIC will make the last assignment.&#8221;</p>
<p>The Asia Pacific Network Information Centre (APNIC) has a unique policy for distributing its last 16.7 million IPv4 addresses. It will allow carriers to get a <a href="http://www.apnic.net/community/ipv4-exhaustion/ipv4-exhaustion-details">one-time allotment of 1,024 IPv4 addresses</a>, thereby holding some IPv4 addresses in reserve for start-ups. However, these tiny allotments of IPv4 addresses won&#8217;t meet the needs of fast-growing network operators. So for all practical purposes, IPv4 will be depleted in Asia this year.</p>
<p>For U.S. companies, IPv4 depletion will occur in 2011. ARIN says it has around 80 million IPv4 addresses left and expects to run out of these addresses within nine months.</p>
<p>Another reason that one lucky Internet user won&#8217;t get the last IPv4 address is that carriers are likely to share these increasingly scarce resources among multiple users. So even if you could figure out who got the last IPv4 address from a particular carrier in a particular region, the address would likely be shared among multiple users.</p>
<p>It&#8217;s also possible that IPv4 addresses will be recycled. Carriers and enterprises that upgrade to IPv6 can return their unused IPv4 addresses to the regional registries. Several U.S. organizations including the U.S. military, Stanford University and the <a href="https://www.arin.net/announcements/2010/20101020.html">Interop</a> trade show have returned some of their unused IPv4 address space to ARIN. If recycling IPv4 addresses becomes more popular, the trend could stave off IPv4 depletion for a few more months.</p>
<p>&#8220;We do expect to see addresses that come in from the transfer policy,&#8221; Curran says. &#8220;The person who gets the last IPv4 address from the free pool won&#8217;t be the last person who gets an IPv4 address.&#8221;</p>
<p><strong>4. A black market will emerge for IPv4 addresses.</strong></p>
<p>Experts say a black market isn&#8217;t likely to emerge for IPv4 addresses because the regional Internet registries have created legal ways for organizations to transfer &#8211; or even sell &#8211; their unused IPv4 addresses.</p>
<p>ARIN, for example, has <a href="https://www.arin.net/resources/transfers/index.html">a process set up</a> that allows network operators to apply for IPv4 address transfers much as they apply for new IPv4 addresses. In either case, network operators must show they have plans to use the IPv4 addresses to provide network services and not to hoard them for future use.</p>
<p>&#8220;There will be a market for transfers,&#8221; Curran says. &#8220;We do have a listing service, where parties who want address space can list it. ARIN&#8217;s job is to maintain accurate records of who has the address space.&#8221;</p>
<p>Curran says ARIN has the authority to reclaim IP addresses if they are transferred outside of the policies that it has established.</p>
<p>&#8220;People who are attempting to do that run the risk that their IP addresses will be revoked by ARIN and reissued,&#8221; Curran says. &#8220;There are enough people waiting for [IPv4 addresses] that they will get quickly used.&#8221;</p>
<p>The regional Internet registries are considering a new policy that will allow for IPv4 address space to be transferred from one region to another.</p>
<p>&#8220;North America has a large amount of address space issued in the early days of the Internet,&#8221; Curran says. &#8220;Those resources should be available to the entire Internet community. I expect we&#8217;ll see interregional transfers.&#8221;</p>
<p>Raul Echeberria, chairman of the <a href="http://www.nro.net/">Number Resource Organization</a>, which represents the five regional Internet registries, admits that a black market for IPv4 addresses is a possibility but says that he is not sure it will evolve because of the existing rules for IPv4 address transfers.</p>
<p>&#8220;There is, of course, the possibility that some IPv4 addresses will trade outside the system, but I am confident that it will be a small amount compared to those that will be transferred within the system,&#8221; he says.</p>
<p>Echeberria adds that the value of IPv4 addresses will decline as network operators adopt IPv6, making this black market less attractive.</p>
<p>&#8220;If the Internet community moves to IPv6, the value of IPv4 addresses will decrease in the future,&#8221; he says. &#8220;There won&#8217;t be a reason for having that black market.&#8221;</p>
<p><strong>5. IPv6 is more secure than IPv4.</strong></p>
<p>IPv6 proponents say that one of the new protocol&#8217;s benefits is that it has built-in support for IP <a href="http://www.networkworld.com/topics/security.html">Security</a> (IPsec), an Internet security standard that allows for authenticated and encrypted communications between two end points. But experts say that IPv4 supports IPsec well enough that security isn&#8217;t an advantage of IPv6.</p>
<p>&#8220;It&#8217;s a myth that IPv6 is more secure than IPv4,&#8221; says Qing Li, chief scientist for <a href="http://www.bluecoat.com/news/pr/5149">Blue Coat Systems</a>, which supports IPv6 in its network appliances. &#8220;IPv6 was designed to facilitate the implementation of IPsec better, it allows IPsec to operate better, but that&#8217;s just a facility&#8230;It doesn&#8217;t mean that IPv6 by itself is more secure.&#8221;</p>
<p>IPv6 is likely to make the Internet less secure, not more secure, in the near term. That&#8217;s because so many network operators are going to upgrade to the relatively unproven IPv6 technology at the same time.</p>
<p><a href="http://www.networkworld.com/news/2009/071309-rogue-ipv6.html">INVISIBLE IPV6 TRAFFIC </a></p>
<p>&#8220;Long term, IPv6 will greatly improve Internet security because every end point will have encryption available. But that wonderful nirvana is a long-time away,&#8221; Curran says. &#8220;Short term, IPv6 means turning on lots of code features for the first time. Any time you&#8217;re using new code all over the Internet, there are lots of possibilities of bugs. So people will need to be very alert.&#8221;</p>
<p>Another issue is that there are few network engineers with the know-how and experience to secure IPv6 networks.</p>
<p>&#8220;There is so little operational experience with IPv6 that people are going to naturally make mistakes,&#8221; says Cricket Liu, vice president of architecture and technology for Infoblox, which sells<a href="http://www.infoblox.com/en/solutions/technology-solutions/ipv6.html">IPv6-enabled DNS appliances</a>. &#8220;Network engineers who are configuring IPv6 are going to make rookie mistakes with IPv6 that they wouldn&#8217;t make with IPv4. The quality of the implementations out there is going to be an issue.&#8221;</p>
<p>Also, security vendors are not providing the same number of features or the same level of performance in their IPv6 products as they offer in their IPv4 products.</p>
<p>&#8220;If your network vendor told you they have complete parity between IPv4 and IPv6, that&#8217;s a myth,&#8221; says Danny McPherson, CSO for VeriSign, operator of the .com and .net domains and <a href="http://www.networkworld.com/news/2010/101110-verisign-ipv6-lead.html">a leader in IPv6 deployment</a>. &#8220;It&#8217;s highly unlikely that most of the commercial products have realized the scale and capability with IPv6 that&#8217;s on par with IPv4.&#8221;</p>
<p>McPherson says deploying IPv6 will create new vulnerabilities for network operators. For example, the Internet will have more translation devices that can attract distributed denial-of-service attacks or be single points of failure. Also, network operators will have less visibility into Internet traffic patterns, so it will be harder for them to find threats like botnets.</p>
<p>&#8220;There&#8217;s going to be some window of vulnerability until we get up to speed with IPv6. The sooner we get past that the better,&#8221; McPherson says. He adds that &#8220;if you enable IPv6 on your network, you better make sure you have the same controls and countermeasures that you have for IPv4.&#8221;</p>
<p><strong>6. IPv6 will make the Internet simpler.</strong></p>
<p>IPv6 offers the promise of end-to-end communications with the removal of network address translation (NAT) devices and other middle boxes that were necessary to extend the life of IPv4&#8242;s limited addressing scheme.</p>
<p>But in reality, network operators are going to have to run IPv6 and IPv4 side by side for years &#8211; if not decades &#8211; to come. This lengthy co-existence of the two protocols is going to make <a href="http://www.networkworld.com/topics/network-management.html">network management</a> more complex for the foreseeable future.</p>
<p>&#8220;IPv4 will still be out there for some number of decades,&#8221; Curran says. &#8220;There is no timeframe to get rid of IPv4, but over time it will become more cost effective to just run IPv6&#8230;There&#8217;s going to be the complication of running two network protocols for years and years.&#8221;</p>
<p>Network operators must run both protocols because IPv6 is not backwards compatible, a reality that many CIOs and CTOs just don&#8217;t believe possible. Indeed, the Internet engineering community has said that its <a href="http://www.networkworld.com/news/2009/032509-ipv6-mistake.html">biggest mistake</a> in the design of IPv6 is that it is not backwards compatible with IPv4.</p>
<p>&#8220;Lots of people think that IPv4 and IPv6 are compatible and that not a lot of action is going to be required to interoperate between IPv4 and IPv6 hosts,&#8221; McPherson says. &#8220;If they don&#8217;t have dual stack, then they will need some translation device.&#8221;</p>
<p>IPv6 was once touted as the end of network address translation (NAT) devices, which Internet purists hate because they interrupt IP communications midstream. But network operators have delayed upgrading to IPv6 for so long that now they will need to rely on <a href="http://www.networkworld.com/news/2010/060710-tech-argument-ipv6-nat.html">carrier-grade NATs</a> and other IPv6-to-IPv4 translators to accommodate a rise in IPv6 network traffic that is expected to start within the next 12 months.</p>
<p>&#8220;Most of the transition technologies are either NATs themselves or are designed to work through NATs,&#8221; Liu says. &#8220;Teredo [an IPv6-over-IPv4 tunneling technology] is designed to work through NATs. Nat64 [an IPv6-to-IPv4 translation scheme] is a NAT technology. I don&#8217;t think NATs are going away anytime soon.&#8221;</p>
<p><a href="http://www.networkworld.com/news/2010/050610-ipv6-tunnel-basics.html">IPv6 Tunnel Basics </a></p>
<p>Liu says he hopes that by 2016 most of the Internet&#8217;s backbone will be upgraded to IPv6 and that there will be just pockets of IPv4-only connectivity.</p>
<p>&#8220;For the next five years, things are going to be much more complex because we will have two protocols running side by side,&#8221; Liu says. &#8220;We&#8217;re going to have all of those crazy transition technologies. Not just one, but many&#8230;It&#8217;s a rose-colored view of the world to believe that IPv6 is suddenly going to bring us to this network nirvana of end-to-end.&#8221;</p>
<p><a href="http://www.networkworld.com/topics/lan-wan.html" target="blank">Read more about lans &amp; wans</a> in Network World&#8217;s LANs &amp; WANs section.</p>
</div>
<p><span>All contents copyright 1995-2011 Network World, Inc. <a href="http://www.networkworld.com/">http://www.networkworld.com</a></span></p>
</div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://enfopoint.com/2011/02/the-6-biggest-misconceptions-about-ipv6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DHCP-Relay_J-Series_9-6R2-11</title>
		<link>http://enfopoint.com/2011/02/here-is-another-title</link>
		<comments>http://enfopoint.com/2011/02/here-is-another-title#comments</comments>
		<pubDate>Thu, 24 Feb 2011 21:10:34 +0000</pubDate>
		<dc:creator>Gregg</dc:creator>
				<category><![CDATA[DHCP-Relay]]></category>
		<category><![CDATA[blue]]></category>
		<category><![CDATA[green]]></category>
		<category><![CDATA[yellow]]></category>

		<guid isPermaLink="false">http://enfopoint.com/?p=582</guid>
		<description><![CDATA[DHCP-Relay J2350 9.6R2.11 forwarding-options { helpers { bootp { interface { vlan.2 { server 192.168.215.10; vpn]]></description>
			<content:encoded><![CDATA[<h2 style="text-align: center;">DHCP-Relay J2350 9.6R2.11</h2>
<pre>forwarding-options {
    helpers {
        bootp {
            interface {
                vlan.2 {
                    server 192.168.215.10;
                    vpn;    <---- may be required if the DHCP is located on remote side of tunnel
                }
                vlan.3 {
                    server 192.168.215.10;
                    vpn;
                }
                vlan.4 {
                    server 192.168.215.10;
                    vpn;
                }
                vlan.24 {
                    server 192.168.215.10;
                }
                vlan.23 {
                    server 192.168.215.10;
                }
                vlan.22 {
                    server 192.168.215.10;
                }
                vlan.14 {
                    server 208.90.136.110;
                }
                vlan.13 {
                    server 208.90.136.110;
                }
                vlan.12 {
                    server 208.90.136.110;
                }
            }
        }
    }
}</pre>
<p>Download this config <a href="http://enfopoint.com/wp-content/uploads/2011/02/DHCP-Relay_J2350_9-6R2-11.txt">here.</a></p>
]]></content:encoded>
			<wfw:commentRss>http://enfopoint.com/2011/02/here-is-another-title/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JUNIPER NETWORKS® INTRODUCES VIRTUALIZED SECURITY SOLUTION FOR PRIVATE AND PUBLIC CLOUDS</title>
		<link>http://enfopoint.com/2011/02/juniper-networks%c2%ae-introduces-virtualized-security-solution-for-private-and-public-clouds</link>
		<comments>http://enfopoint.com/2011/02/juniper-networks%c2%ae-introduces-virtualized-security-solution-for-private-and-public-clouds#comments</comments>
		<pubDate>Wed, 23 Feb 2011 21:52:07 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[enfoPoint News]]></category>

		<guid isPermaLink="false">http://enfopoint.com/?p=575</guid>
		<description><![CDATA[Industry&#8217;s First Integrated Offering to Provide Security at Scale for Physical and Virtual Network Environments SUNNYVALE, Calif. — Feb. 14, 2011 — Juniper Networks (NYSE: JNPR) today announced the integration of its new Juniper Networks® vGW Virtual Gateway with the Juniper Networks SRX Series Services Gateways to provide a consistent, virtualization-aware solution for private and public ]]></description>
			<content:encoded><![CDATA[<h2><span style="font-size: small;"><span style="font-weight: normal;"><span style="font-size: x-large;"><span><strong><br />
</strong></span></span></span></span></h2>
<p><strong>Industry&#8217;s First Integrated Offering to Provide Security at Scale for Physical and Virtual Network Environments</strong></p>
<p>SUNNYVALE, Calif. — Feb. 14, 2011 — Juniper Networks (NYSE: JNPR) today announced the integration of its new Juniper Networks® vGW Virtual Gateway with the Juniper Networks <a href="http://www.juniper.net/us/en/products-services/security/srx-series/">SRX Series Services Gateways</a> to provide a consistent, virtualization-aware solution for private and public cloud deployments. This milestone marks the first step with Juniper&#8217;s <a href="http://www.juniper.net/us/en/company/press-center/press-releases/2010/pr_2010_12_06-09_00.html">acquisition</a> of Altor in December 2010 in a multi-phased strategy to combine best-in-class products for both physical and virtual network environments and provide a comprehensive, automated approach for data center security.</p>
<p>Prior to the acquisition, Juniper and Altor partnered for several years to bring deep expertise to a dynamic threat landscape that requires enterprises to push beyond purely physical security layers. The Juniper Networks <a href="http://www.juniper.net/us/en/products-services/software/security/vgw-series/?utm_source=vGW&amp;utm_medium=pressrelease&amp;utm_campaign=pressrelease">vGW Virtual Gateway</a> is a first-of-its-kind product that offers organizations access to robust, comprehensive security optimized for high performance, flexibility and scale in virtualized environments.</p>
<p>With security and trust as primary concerns in enterprise cloud adoption, Juniper&#8217;s integrated solution enables a secure enterprise architecture through the isolation of virtual machines (VMs) and visibility into VM traffic layers. This differentiated approach enables comprehensive security and assurance that multiple VMs within a virtualized environment remain secure and isolated. Additionally, vGW security automation simplifies corporate and regulatory compliance oversight by regulating the creation and movement of VMs virtual environments.</p>
<p>&#8220;Enterprises building private clouds and public cloud service providers need a security solution that is consistent and pervasive across the physical and the virtualized network infrastructure,&#8221; said Douglas Murray, senior vice president and general manager, security business unit, at Juniper Networks. &#8220;The integrated SRX plus vGW solution ensures that security is maintained and enforced right down to each individual VM, while enhancing the operational efficiency of security management.&#8221;</p>
<p>Juniper&#8217;s SRX-vGW integration offers organizations visibility into virtualized environments by having the vGW automatically populate VM membership into Juniper SRX Zones. Key SRX-vGW benefits include:</p>
<ul>
<li>Zone-based smart policy groups that are automatically created on the hypervisor;</li>
<li>Automated security classification and enforcement for new or cloned VMs;</li>
<li>Automated VM compliance assessment based on multiple VM attributes;</li>
<li>Quarantine of non-compliant VMs to eliminate administrative errors and reduce risk.</li>
</ul>
<p>&#8220;As organizations continue to virtualize their data centers, workloads of higher sensitivity are being virtualized and the workloads themselves are becoming more mobile, challenging traditional data center security architectures which rely solely on physical appliance-based enforcement,&#8221; said Neil MacDonald, vice president and Gartner Fellow at Gartner. &#8220;It&#8217;s critical to implement a consistent way of defining and managing security policies across physical and virtual machines and delivering virtualization-awareness to security policy enforcement points, to reduce the complexity of administration.&#8221;</p>
<h3>Availability</h3>
<p>The Juniper Networks <a href="http://www.juniper.net/us/en/products-services/software/security/vgw-series/?utm_source=vGW&amp;utm_medium=pressrelease&amp;utm_campaign=pressrelease">vGW Virtual Gateway</a> is available now and Juniper will be showcasing live demonstrations of the SRX-vGW product integration at RSA 2011 in the Juniper Networks booth #1745. The most comprehensive forum on information security for both enterprise and technical professionals, RSA is being held February 14-18, 2011 in San Francisco.</p>
<h3>About Juniper Networks</h3>
<p>Juniper Networks is in the business of network innovation. From devices to data centers, from consumers to cloud providers, Juniper Networks delivers the software, silicon and systems that transform the experience and economics of networking. Additional information can be found at Juniper Networks (<a href="http://www.juniper.net/us/en/">www.juniper.net</a>).</p>
<p><em>Juniper Networks and Junos are registered trademarks of Juniper Networks, Inc. in the United States and other countries. The Juniper Networks and Junos logos are trademarks of Juniper Networks, Inc. All other trademarks, service marks, registered trademarks, or registered service marks are the property of their respective owners</em></p>
]]></content:encoded>
			<wfw:commentRss>http://enfopoint.com/2011/02/juniper-networks%c2%ae-introduces-virtualized-security-solution-for-private-and-public-clouds/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
